Find the equation of common tangent to the curves y 2 = 8 x and x y = − 1 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Simple algebra works does work. Let the equation be of the form y=mx+c, put this equation into the two given equations and consider their delta to be zero ( b^2=4ac ), what resulting is two equations with two unknowns, m and c, and the values for them can easily be found.
A fast, informal solution: Given the geometrical considerations already pointed out by @brian charlesworth , we expect the tangent to have an equation of the form y = m x + q with m , q > 0 . Let a and b denote the points where the tangent line touches respectively the hyperbola and the parabola. Then (again for the considerations above) we expect a < 0 , b > 0 . Moreover, we must have a 2 1 = m = b 2 then equating the left and right sides we see that a and b must satisfy the equation a 4 1 = b 2 , the easiest solution of which is clearly b = 2 and a = − 1 (rembering a < 0 ). Then m = 1 and find the q is now straightforward.
Assume we are in R 2
Take the derivatives of each equation
A : y 2 = 8 x ⇒ 2 y × d x d y = 8 ⇒ d x d y = y 4 B : x y = − 1 ⇒ y = x − 1 ⇒ d x d y = x 2 1
Let P A ( 8 a 2 , a ) and P B ( b , b − 1 ) form the common tangent be on A, B respectively.
∴ d x d y = a 4 = b 2 1 ⇒ a = 4 b 2
By slope equation and the relationship above
d x d y = 8 a 2 − b a − ( b − 1 ) = 2 b 4 − b 4 b 2 + ( b 1 ) = b 2 ( 2 b 3 − 1 ) 4 b 3 + 1 = b 2 1 ⇒ 4 b 3 + 1 = 2 b 3 − 1 , b 3 = − 1 ⇒ b = − 1 c i s ( 0 ) , − 1 c i s ( 2 π / 3 ) , − 1 c i s ( 4 π / 3 )
reject b ∈ R 2 to get b = -1.
Substitute b = -1 into derivative of curve B: d x d y = ( − 1 ) 2 1 = 1
Equation of common tangent: x − y = − 1 − 1 1 = − 2 ⇒ y = x + 2
Problem Loading...
Note Loading...
Set Loading...
First note that the parabola y 2 = 8 x opens to the right, and the hyperbola x y = − 1 has two branches, one in the second quadrant and one in the fourth. From a quick sketch it should be clear that the common tangent line will be tangent to the parabola in the first quadrant and tangent to the hyperbola in the fourth quadrant.
For the parabola, in the first quadrant, we have that y = 2 2 x for which d x d y = x 2 .
For the hyperbola we have that y = − x 1 , for which d x d y = x 2 1 .
Now let the points of tangency to the common tangent line be ( a , − a 1 ) for the hyperbola and ( b , 2 2 b ) for the parabola. We want the slopes of the respective tangent lines at these points to be equal, and so
a 2 1 = b 2 ⟹ b = 2 a 4 ⟹ b = 2 a 2 , as b > 0 .
We also require that the slope of the line joining the two points of tangency be equal to the slopes found above. This implies that
b − a 2 2 b − ( − a 1 ) = a 2 1
⟹ 2 a 4 − a 4 a 2 + a 1 = a 2 1 ⟹ 4 a 4 + a = 2 a 4 − a
⟹ 2 a 4 + 2 a = 0 ⟹ a ( a 3 + 1 ) = 0 ,
which has the real solution a = − 1 , as we cannot have a = 0 . So the point of tangency to the hyperbola is ( − 1 , 1 ) , yielding a slope of a 2 1 = 1 . The common tangent line will then have the equation
y − 1 = 1 ∗ ( x − ( − 1 ) ) ⟹ y = x + 2 .
Check: With a = − 1 we have that b = 2 , and so the point of tangency to the parabola is ( 2 , 4 ) . The slope at this point is b 2 = 1 as expected. Finally, we note that ( 2 , 4 ) does indeed lie on the line y = x + 2 , thus confirming that we have found the common line of tangency.