78.6k views
5 votes
The line y = hx - 2 where h > 0 meets the curve 3y² = 9x² - 6x + 1.

Find the value of h if the line is a tangent to the curve.

1 Answer

5 votes

Answer:

h=6

Explanation:

since
y =hx -2 is an equation for a line which intersects with the curve
3y^2 = 9x^2 - 6x +1. The point of intersection, let's say
(x_1,y_1), should satisfy the two equations. As a result, the value of y in the second equation can be replaced with the value of y in the first equation as the following,


3y^2 = 3(hx-2)^2 = 9x^2 - 6x +1\\3(h^2x^2 -4hx + 4) = 9x^2 - 6x + 1\\3h^2 x^2 -12hx +12 = 9x^2 - 6x +1

therefore, the latter equation can be rewritten in a quadratic equation form as the following,


(9 - 3h^2) x^2 + (12h-6)x + (1-12) = (9 - 3h^2) x^2 + (12h-6)x -11 = 0

if the line is tangent to the curve, it means that the line touches the curve at one point, therefore the discernment of the second order equation will be equal to zero for the famous quadratic equation solution.


b^2 -4ac =0

where
a=9-3h^2, b=12h-6 and
c=-11, as a result, the following equations can be deduced,


(12h-6)^2 - 4*(9-3h^2)*(-11) = (144h^2 -144h +36) - (36 -12h^2)*(-11)=\\(144-(-12)*(-11)h^2 ) -144h +36 -(36*(-11)) =\\12 h^2 -144h +432 =0

therefore, dividing both sides by 12


h^2 -12 +36 =0\\(h-6)^2 =0\\h=6

User SooCheng Koh
by
3.9k points