Question

Difficulty: Very hardQuadratic Functions and Graphs

A parabola passes through the point (0,12)(0, 12) on the yy-axis and intersects the xx-axis at two distinct points, PP and QQ. The line connecting PP to the yy-intercept has a slope of 22, while the line connecting QQ to the yy-intercept has a slope of 6-6. What is the maximum yy-value achieved by this parabola?

Answer: 16

Answer

The maximum yy-value achieved by the parabola is 16.
The slopes of the lines connecting the xx-intercepts P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) to the yy-intercept C(0,12)C(0, 12) determine their coordinates. The slope of the line through PP and CC is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. The slope of the line through QQ and CC is 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2. The factored form of the parabola is y=a(x+6)(x2)y = a(x + 6)(x - 2). Using the yy-intercept C(0,12)C(0, 12), we find 12=a(6)(2)12 = a(6)(-2), meaning a=1a = -1. The xx-coordinate of the vertex is the midpoint of the intercepts, which is 6+22=2\frac{-6 + 2}{2} = -2. Substituting x=2x = -2 into the equation gives y=(2+6)(22)=16y = -(-2 + 6)(-2 - 2) = 16. Since the leading coefficient is negative, this represents the maximum yy-value.

Step-by-Step Solution

1
Find the coordinates of P(x1,0)P(x_1, 0) and Q(x2,0)Q(x_2, 0) using the slopes of the lines from these points to the yy-intercept C(0,12)C(0, 12).
P=(6,0)P = (-6, 0) and Q=(2,0)Q = (2, 0)
The slope formula between (x1,0)(x_1, 0) and (0,12)(0, 12) is 1200x1=2\frac{12 - 0}{0 - x_1} = 2, which gives x1=6x_1 = -6. Similarly, for the second line, 1200x2=6\frac{12 - 0}{0 - x_2} = -6, which gives x2=2x_2 = 2.
2
Write the quadratic equation in factored form using the xx-intercepts.
y=a(x+6)(x2)y = a(x + 6)(x - 2)
Since the parabola intersects the xx-axis at (6,0)(-6, 0) and (2,0)(2, 0), these points are the roots of the quadratic function.
3
Solve for the leading coefficient aa by substituting the yy-intercept (0,12)(0, 12) into the equation.
a=1a = -1
Substituting x=0x = 0 and y=12y = 12 gives 12=a(0+6)(02)12 = a(0 + 6)(0 - 2), which simplifies to 12=12a12 = -12a, so a=1a = -1.
4
Determine the xx-coordinate of the vertex.
x=2x = -2
The axis of symmetry of a parabola lies exactly midway between its xx-intercepts: x=6+22=2x = \frac{-6 + 2}{2} = -2.
5
Calculate the maximum yy-value by evaluating the function at the xx-coordinate of the vertex.
y=16y = 16
Substituting x=2x = -2 into y=(x+6)(x2)y = -(x + 6)(x - 2) gives y=(2+6)(22)=(4)(4)=16y = -(-2 + 6)(-2 - 2) = -(4)(-4) = 16.

Key Concept

Using xx-intercepts and coordinate geometry to find the vertex of a parabola.
Rate this question