Therefore, the vertex of the quadratic function f(x) = x^2 - 9x + 20 is (4.5, 0.75).
0
Google Gemini AI
May 26
Shape of a Quadratic Function:
The graph of a quadratic function f(x) = ax^2 + bx + c is a parabola. The shape of the parabola depends on the value of the coefficient "a".
Vertex Formula:
The vertex of a parabola is the point where the function reaches a minimum or maximum value. The vertex of the parabola for the function f(x) = ax^2 + bx + c is given by:
``` Vertex = (-b/2a, f(-b/2a)) ```
Derivation of the Vertex Formula for f(x) = x^2 - 9x + 20:
1. Rewrite the function in the standard form: f(x) = x^2 - 9x + 20 = x^2 - 9x + (4 + 16) = x^2 - 9x + 4 + 16
2. Identify the coefficients: a = 1, b = -9, c = 20
3. Substitute the coefficients into the vertex formula: Vertex = (-b/2a, f(-b/2a)) = (-(-9)/2(1), f(-(-9)/2(1)))
4. Simplify the expression: Vertex = (9/2, f(9/2))
5. Find the y-coordinate of the vertex by evaluating f(x) at x = 9/2: f(9/2) = (9/2)^2 - 9(9/2) + 20 = 81/4 - 81/2 + 20 = 11/4
Therefore, the vertex of the parabola for the function f(x) = x^2 - 9x + 20 is (9/2, 11/4).