Find the equation of the tangent to the hyperbola 2x2−4y2+6x−8y−7=0 which is perpendicular to the line x+2y+5=0. Also, find the point of tangency.
Background and Explanation
To find the tangent to a conic section perpendicular to a given line, we first determine the required slope using the property m1⋅m2=−1. We then substitute the general line equation y=mx+c into the hyperbola's equation and apply the condition for tangency, which states that the discriminant of the resulting quadratic equation must be zero.
The given line is x+2y+5=0. Rewriting it in slope-intercept form (y=mx+b):
2y=−x−5⟹y=−21x−25
The slope of this line is m1=−21. Since the tangent is perpendicular to this line, its slope m is:
m=−m11=2
Thus, the equation of the tangent line is:
y=2x+c
The equation of the hyperbola is 2x2−4y2+6x−8y−7=0. Substituting y=2x+c:
2x2−4(2x+c)2+6x−8(2x+c)−7=0
Expanding the terms:
2x2−4(4x2+4cx+c2)+6x−16x−8c−7=02x2−16x2−16cx−4c2−10x−8c−7=0
Grouping the terms into a quadratic in x:
−14x2+(−16c−10)x+(−4c2−8c−7)=0
A line is tangent to a curve if the intersection results in exactly one point, meaning the discriminant (D=b2−4ac) of the quadratic equation (ii) must be zero:
[−(16c+10)]2−4(−14)(−4c2−8c−7)=0[2(8c+5)]2+56(−4c2−8c−7)=04(64c2+80c+25)+56(−4c2−8c−7)=0
Dividing the entire equation by 4:
64c2+80c+25+14(−4c2−8c−7)=064c2+80c+25−56c2−112c−98=08c2−32c−73=0
Solving for c using the quadratic formula:
c=2(8)−(−32)±(−32)2−4(8)(−73)c=1632±1024+2336c=1632±3360=1632±4210c=48±210
For a quadratic ax2+bx+c=0 with D=0, the root is x=2a−b. From equation (ii):
x=2(−14)−(−16c−10)=−2816c+10=−148c+5
Substituting x into y=2x+c:
y=2(−148c+5)+c=−78c+5+c=7−8c−5+7c=7−c−5
Substituting c=48±210 into the expressions for x and y:
For x:
x=−148(48±210)+5=−142(8±210)+5=−1416±2210+5=14−21∓2210
For y:
y=−7(48±210)+5=−748±210+20=28−28∓210
The points of tangency are:
(14−21∓2210,28−28∓210)
Key Formulas or Methods Used
Perpendicular Slopes:m1⋅m2=−1
Condition for Tangency: Discriminant D=b2−4ac=0
Quadratic Formula:x=2a−b±b2−4ac
Point of Tangency for D=0:x=2a−b
Summary of Steps
Determine the slope of the given line and find the perpendicular slope (m=2).
Set up the tangent equation y=2x+c.
Substitute the tangent equation into the hyperbola equation to form a quadratic in x.
Set the discriminant of the quadratic to zero to solve for the constant c.
Write the final tangent equations using the calculated c values.
Calculate the x-coordinate using x=−b/2a and find the corresponding y-coordinate.