2.2.3 Quadratic Function Forms¶
Convert between standard form, vertex form, and factored form of quadratic functions and understand their geometric meanings.
定义¶
A quadratic function is a polynomial function of degree 2 that can be expressed in three equivalent forms, each revealing different geometric and algebraic properties:
-
Standard Form (General Form): \(f(x) = ax^2 + bx + c\) where \(a \neq 0\), \(b\) and \(c\) are real constants. This form directly shows the y-intercept at \((0, c)\) and is useful for identifying the direction of the parabola (opens upward if \(a > 0\), downward if \(a < 0\)).
-
Vertex Form: \(f(x) = a(x - h)^2 + k\) where \((h, k)\) is the vertex of the parabola. This form immediately reveals the vertex coordinates, the axis of symmetry at \(x = h\), and the direction of opening determined by the sign of \(a\).
-
Factored Form (Intercept Form): \(f(x) = a(x - r_1)(x - r_2)\) where \(r_1\) and \(r_2\) are the x-intercepts (roots or zeros) of the function. This form directly shows where the parabola crosses the x-axis and makes it easy to identify the axis of symmetry at \(x = \frac{r_1 + r_2}{2}\). \nConverting between these forms allows us to extract different information about the quadratic function and solve various problems involving parabolas, such as finding maximum/minimum values, determining intercepts, and analyzing transformations.
核心公式¶
- \(f(x) = ax^2 + bx + c\)
- \(f(x) = a(x - h)^2 + k\)
- \(f(x) = a(x - r_1)(x - r_2)\)
- \(h = -\frac{b}{2a}, \quad k = f(h) = c - \frac{b^2}{4a}\)
- \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
易错点¶
- ⚠️ Incorrectly converting from standard form to vertex form by making sign errors when completing the square, especially forgetting to factor out the coefficient \(a\) from the first two terms before completing the square
- ⚠️ Misidentifying the vertex coordinates when given vertex form \(f(x) = a(x - h)^2 + k\), particularly confusing the sign of \(h\) (the vertex is at \((h, k)\), not \((-h, k)\))
- ⚠️ Failing to recognize that the axis of symmetry in factored form is at the midpoint of the roots, leading to incorrect identification of the vertex x-coordinate
- ⚠️ Confusing which form is most efficient for a given problem—for example, using standard form to find the vertex instead of completing the square or using the vertex formula \(h = -\frac{b}{2a}\)