配方法

将标准式变形为顶点式,直接读出顶点

配方法是将 ax² + bx + c 改写为顶点式 a(x − h)² + k 的技巧。在顶点式中,你可以直接读出顶点 (h, k)——无需套公式。

核心思路:取 x 的系数,除以2,再平方。对于 x² + 6x,6的一半是3,3² = 9。加减9,当常数为5时得到 (x + 3)² − 4

这节课在图形上直观展示这个过程。随时向AI提问——试试 "为什么这样可行?" 或者 "对 x² − 4x + 1 配方。"

配方法是什么意思?
配方法是将二次表达式改写成包含完全平方式的形式。将 x² + bx + c 变形为 (x + b/2)² + (c − b²/4),从而揭示抛物线的顶点。
为什么不直接用顶点公式?
顶点公式 x = −b/(2a) 正是由配方法推导而来的。理解这个技巧能让你深入了解公式为什么成立,同时它也是推导求根公式的必备工具。
什么时候需要配方法?
将标准式转化为顶点式、推导求根公式、解某些微积分积分,以及将圆/椭圆方程改写为标准形式时都需要用到配方法。它是最有用的代数技巧之一。
a 不等于1时怎么办?
先从前两项中提取公因数 aax² + bx + c = a(x² + (b/a)x) + c,然后对括号内进行配方,再调整常数。
What can it graph?
It can plot explicit, implicit, and parametric functions, add points and geometry, and animate sliders on the same graph.
Can I use voice or a photo?
Yes. You can talk to the tutor, upload a worksheet or handwritten problem, and let the graph update from that input.
Will it explain the steps?
Yes. The AI explains what it is drawing and why, so you see the answer on the graph instead of getting only a final number.