Question Statement
Find the value of m so that the line 3x+4y+m=0 is tangent to the hyperbola x2−y2−7x−2y+13=0.
Background and Explanation
To find the condition for tangency between a line and a curve, we substitute the equation of the line into the equation of the curve to form a single quadratic equation. A line is tangent to a curve if they intersect at exactly one point, which occurs when the discriminant (D=b2−4ac) of the resulting quadratic equation is equal to zero.
Solution
Given the equations:
- Line: 3x+4y+m=0 — (i)
- Hyperbola: x2−y2−7x−2y+13=0 — (ii)
From equation (i), we isolate y:
4y=−3x−m
y=4−3x−m
Substitute the expression for y into equation (ii):
x2−(4−3x−m)2−7x−2(4−3x−m)+13=0
Expanding the terms:
x2−169x2+6mx+m2−7x−2−3x−m+13=0
Multiply the entire equation by 16 to clear the denominators:
16x2−(9x2+6mx+m2)−112x−8(−3x−m)+208=0
16x2−9x2−6mx−m2−112x+24x+8m+208=0
Group the terms by powers of x:
7x2+(−6m−112+24)x+(−m2+8m+208)=0
7x2+(−6m−88)x+(−m2+8m+208)=0
Factor out a −2 from the x-coefficient:
7x2−2(3m+44)x+(−m2+8m+208)=0
The line will be tangent to the hyperbola if the discriminant of the quadratic equation is zero (b2−4ac=0):
[−2(3m+44)]2−4(7)(−m2+8m+208)=0
4(3m+44)2−28(−m2+8m+208)=0
Divide the entire equation by 4 to simplify:
(3m+44)2−7(−m2+8m+208)=0
Expand the terms:
(9m2+264m+1936)+7m2−56m−1456=0
16m2+208m+480=0
Divide the equation by 16:
m2+13m+30=0
Factor the quadratic:
m2+10m+3m+30=0
m(m+10)+3(m+10)=0
(m+3)(m+10)=0
This gives two possible values for m:
m+3=0⇒m=−3
m+10=0⇒m=−10
- Substitution Method: Substituting the linear equation into the conic equation.
- Condition for Tangency: For a quadratic equation ax2+bx+c=0, the line is tangent if the discriminant D=b2−4ac=0.
- Quadratic Expansion: (a+b)2=a2+2ab+b2.
- Factorization: Solving a quadratic equation by splitting the middle term.
Summary of Steps
- Rearrange the linear equation to express y in terms of x.
- Substitute this y value into the hyperbola's equation.
- Multiply by the common denominator to eliminate fractions and simplify the equation into the standard quadratic form ax2+bx+c=0.
- Identify the coefficients a,b, and c and set the discriminant b2−4ac to zero.
- Solve the resulting quadratic equation in m to find the required values.