Question Statement
Find the value of a (a=0) so that the line ax−2y+3=0 is tangent to the parabola:
y2−2y+3x+7=0
Background and Explanation
To find the condition for a line to be tangent to a curve, we substitute the equation of the line into the equation of the curve to form a quadratic equation. For the line to be a tangent, it must touch the curve at exactly one point, meaning the resulting quadratic equation must have exactly one real solution. This occurs when the discriminant (D=b2−4ac) is equal to zero.
Solution
Given the equation of the line:
ax−2y+3=0…(i)
And the equation of the parabola:
y2−2y+3x+7=0…(ii)
From equation (i), we isolate x:
ax=2y−3
x=a2y−3
Substitute this expression for x into equation (ii):
y2−2y+3(a2y−3)+7=0
To clear the fraction, multiply the entire equation by a:
ay2−2ay+3(2y−3)+7a=0
ay2−2ay+6y−9+7a=0
Group the terms involving y to write the equation in the form Ay2+By+C=0:
ay2+(6−2a)y+(7a−9)=0
ay2+2(3−a)y+(7a−9)=0
The line will be tangent to the parabola if the discriminant of the quadratic equation is 0.
Using D=B2−4AC=0:
[2(3−a)]2−4(a)(7a−9)=0
Expand the terms:
4(9−6a+a2)−4(7a2−9a)=0
Divide both sides by 4 to simplify:
(9−6a+a2)−(7a2−9a)=0
a2−6a+9−7a2+9a=0
−6a2+3a+9=0
Divide the equation by −3:
2a2−a−3=0
Factor the quadratic equation:
2a2−3a+2a−3=0
a(2a−3)+1(2a−3)=0
(a+1)(2a−3)=0
Setting each factor to zero:
- a+1=0⇒a=−1
- 2a−3=0⇒a=23
The required values of a are −1 and 23.
- Substitution Method: Substituting the linear equation into the non-linear equation to find intersection points.
- Tangency Condition: For a quadratic equation Ax2+Bx+C=0, the line is tangent if the discriminant D=B2−4AC=0.
- Quadratic Factorization: Solving for the variable by breaking down the middle term.
Summary of Steps
- Isolate x from the line equation ax−2y+3=0.
- Substitute the expression for x into the parabola equation y2−2y+3x+7=0.
- Simplify the resulting equation into a standard quadratic form in terms of y.
- Set the discriminant (b2−4ac) of this quadratic to zero.
- Solve the resulting quadratic equation in a to find the possible values.