Question

Difficulty: Very hardQuadratic Functions and Graphs

In the xyxy-plane, the vertex of the parabola y=x2+bx+cy = x^2 + bx + c is V1V_1, and the vertex of the parabola y=x2+dx+ey = -x^2 + dx + e is V2V_2, where bb, cc, dd, and ee are constants. The parabola y=x2+bx+cy = x^2 + bx + c passes through V2V_2, and the parabola y=x2+dx+ey = -x^2 + dx + e passes through V1V_1. If the distance between V1V_1 and V2V_2 is 252\sqrt{5}, and the line passing through V1V_1 and V2V_2 has a positive slope, what is the value of b+db + d?

  1. A
    2
  2. 4Answer
  3. C
    8
  4. D
    16

Answer

4
The correct answer is 4. By writing the equations of the parabolas in vertex form, y=(xh1)2+k1y = (x - h_1)^2 + k_1 and y=(xh2)2+k2y = -(x - h_2)^2 + k_2, and using the fact that each parabola passes through the other's vertex, we establish that the vertical difference between the vertices is equal to the square of their horizontal difference: k2k1=(h2h1)2k_2 - k_1 = (h_2 - h_1)^2. Substituting this into the distance formula (h2h1)2+(k2k1)2=20(h_2 - h_1)^2 + (k_2 - k_1)^2 = 20 yields a quadratic equation in terms of (h2h1)2(h_2 - h_1)^2, which solves to (h2h1)2=4(h_2 - h_1)^2 = 4. Since the slope of the line segment connecting the vertices is positive, the horizontal difference h2h1h_2 - h_1 must be positive, which gives h2h1=2h_2 - h_1 = 2. Finally, expressing the linear coefficients in terms of the vertex coordinates using the vertex formula gives b=2h1b = -2h_1 and d=2h2d = 2h_2, so b+d=2(h2h1)=2(2)=4b + d = 2(h_2 - h_1) = 2(2) = 4.

Step-by-Step Solution

1
Write each parabola in vertex form using the vertices V1(h1,k1)V_1(h_1, k_1) and V2(h2,k2)V_2(h_2, k_2).
f(x)=(xh1)2+k1f(x) = (x - h_1)^2 + k_1 and g(x)=(xh2)2+k2g(x) = -(x - h_2)^2 + k_2
Expressing the functions in vertex form allows us to easily use the condition that each parabola passes through the other's vertex.
2
Substitute the vertex V2(h2,k2)V_2(h_2, k_2) into f(x)f(x) and V1(h1,k1)V_1(h_1, k_1) into g(x)g(x).
k2=(h2h1)2+k1k_2 = (h_2 - h_1)^2 + k_1 and k1=(h1h2)2+k2k_1 = -(h_1 - h_2)^2 + k_2, both of which simplify to k2k1=(h2h1)2k_2 - k_1 = (h_2 - h_1)^2.
Since the points lie on the respective curves, their coordinates must satisfy the equations, establishing a relation between horizontal difference Δh=h2h1\Delta h = h_2 - h_1 and vertical difference Δk=k2k1\Delta k = k_2 - k_1.
3
Use the distance formula for V1V_1 and V2V_2 with the given distance 252\sqrt{5} and substitute Δk=(Δh)2\Delta k = (\Delta h)^2.
(Δh)2+((Δh)2)2=(25)2    (Δh)4+(Δh)220=0(\Delta h)^2 + ((\Delta h)^2)^2 = (2\sqrt{5})^2 \implies (\Delta h)^4 + (\Delta h)^2 - 20 = 0. Solving this quadratic in terms of (Δh)2(\Delta h)^2 yields (Δh)2=4(\Delta h)^2 = 4.
The distance formula connects the horizontal and vertical differences, which we can solve using our relation from the previous step.
4
Determine the horizontal difference Δh\Delta h using the slope condition.
Since the slope m=ΔkΔhm = \frac{\Delta k}{\Delta h} is positive and we know Δk=4>0\Delta k = 4 > 0, we have Δh=h2h1=2\Delta h = h_2 - h_1 = 2.
The positive slope restriction determines that the horizontal translation is to the right from V1V_1 to V2V_2.
5
Relate the standard form coefficients bb and dd to the vertex coordinates to find b+db + d.
For f(x)=x2+bx+cf(x) = x^2 + bx + c, the vertex x-coordinate is h1=b2    b=2h1h_1 = -\frac{b}{2} \implies b = -2h_1. For g(x)=x2+dx+eg(x) = -x^2 + dx + e, the vertex x-coordinate is h2=d2    d=2h2h_2 = \frac{d}{2} \implies d = 2h_2. Thus, b+d=2h1+2h2=2(h2h1)=2(2)=4b + d = -2h_1 + 2h_2 = 2(h_2 - h_1) = 2(2) = 4.
The vertex x-coordinate formula h=coefficient of x2×coefficient of x2h = -\frac{\text{coefficient of } x}{2 \times \text{coefficient of } x^2} connects the standard form coefficients back to h1h_1 and h2h_2.

Key Concept

Identifying vertex coordinates of quadratic functions and applying translations and the distance formula in the coordinate plane.
Rate this question