Question

Difficulty: MediumQuadratic Functions and Graphs

A parabola in the xyxy-plane has vertex (3,18)(3, 18) and passes through the origin. If the equation of the parabola is written in the form y=ax2+bx+cy = ax^2 + bx + c, where aa, bb, and cc are constants, what is the value of a+ba + b?

Answer: 10

Answer

10
The vertex form of a quadratic function with vertex (h,k)(h, k) is y=a(xh)2+ky = a(x - h)^2 + k. Substituting the given vertex (3,18)(3, 18) yields the equation y=a(x3)2+18y = a(x - 3)^2 + 18. Since the parabola passes through the origin, we can substitute the point (0,0)(0, 0) into the equation to find the value of aa: 0=a(03)2+18    9a=18    a=20 = a(0 - 3)^2 + 18 \implies 9a = -18 \implies a = -2. Substituting a=2a = -2 back into the vertex form and expanding gives y=2(x3)2+18=2(x26x+9)+18=2x2+12xy = -2(x - 3)^2 + 18 = -2(x^2 - 6x + 9) + 18 = -2x^2 + 12x. Comparing this to the standard form y=ax2+bx+cy = ax^2 + bx + c, we identify a=2a = -2 and b=12b = 12. The sum of these constants is a+b=2+12=10a + b = -2 + 12 = 10.

Step-by-Step Solution

1
Write the equation of the parabola in vertex form.
y=a(x3)2+18y = a(x - 3)^2 + 18
The vertex form of a quadratic function is y=a(xh)2+ky = a(x - h)^2 + k, where (h,k)(h, k) is the vertex.
2
Substitute the coordinates of the origin (0,0)(0, 0) to solve for aa.
a=2a = -2
The parabola passes through the origin (0,0)(0, 0), so these coordinates must satisfy the equation.
3
Expand the vertex form equation into standard form y=ax2+bx+cy = ax^2 + bx + c.
y=2x2+12xy = -2x^2 + 12x
Expanding the equation allows us to identify the coefficients aa and bb directly.
4
Identify the values of aa and bb, and calculate a+ba + b.
a+b=10a + b = 10
Comparing y=2x2+12xy = -2x^2 + 12x to y=ax2+bx+cy = ax^2 + bx + c gives a=2a = -2 and b=12b = 12, so a+b=2+12=10a + b = -2 + 12 = 10.

Key Concept

Vertex form of quadratic functions and conversion to standard form
Rate this question