Question

Difficulty: MediumNonlinear Systems of Equations

In the xyxy-plane, the line y=mxy = mx, where mm is a positive constant, is tangent to the parabola y=x2+9y = x^2 + 9. What is the value of mm?

  1. A
    3
  2. 6Answer
  3. C
    12
  4. D
    36

Answer

The value of mm is 6.
Equating the equations of the line and the parabola yields the quadratic equation x2mx+9=0x^2 - mx + 9 = 0. For the line to be tangent to the parabola, this system must have exactly one real solution, meaning the discriminant b24acb^2 - 4ac must equal 00. Substituting a=1a = 1, b=mb = -m, and c=9c = 9 into the discriminant formula gives (m)24(1)(9)=0(-m)^2 - 4(1)(9) = 0, which simplifies to m236=0m^2 - 36 = 0. Solving for the positive constant mm gives 66.

Step-by-Step Solution

1
Set the equation of the line equal to the equation of the parabola to find their intersection points.
mx=x2+9mx = x^2 + 9
The intersection points of the system correspond to the values of xx where both equations have the same yy-value.
2
Rewrite the equation in standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0 by subtracting mxmx from both sides.
x2mx+9=0x^2 - mx + 9 = 0
This allows the identification of the coefficients aa, bb, and cc to compute the discriminant.
3
Identify the coefficients and set the discriminant b24acb^2 - 4ac equal to 0.
(m)24(1)(9)=0(-m)^2 - 4(1)(9) = 0
A line is tangent to a parabola if and only if the system has exactly one real solution, which corresponds to a discriminant of zero.
4
Solve the equation for the positive constant mm.
m236=0    m2=36    m=6m^2 - 36 = 0 \implies m^2 = 36 \implies m = 6
Taking the square root of both sides gives m=±6m = \pm 6. Since mm is specified as a positive constant, we choose m=6m = 6.

Key Concept

Solving nonlinear systems of equations where a line is tangent to a parabola by setting the discriminant of the resulting quadratic equation to zero.
Rate this question