Finding the Equation of a Hyperbola Given a Focus and a Tangent Line
To find the equation of a hyperbola when given a focus and a tangent line, follow these steps:
- First, determine whether the transverse axis is along the x-axis x2a2−y2b2=1 or the y-axis x2a2−y2b2=−1. This will help you identify the standard form of the hyperbola's equation.
- Using the coordinates of the focus, apply the relationship c2=a2+b2, where a and b are unknowns.
- Next, compare the equation of the tangent line with the tangent point formula x0xa2−y0yb2=1 to find the coordinates (x0;y0) of the point of tangency in terms of a2 and b2. Substitute these into the equation of the tangent line to obtain another equation with a and b as unknowns.
- Finally, set up a system of equations using the two equations you’ve derived and solve for a2 and b2.
By following these steps, you can write the equation of the hyperbola.
Example
Consider a hyperbola centered at the origin with a focus at F(√7,0) and a tangent line given by x−y=1.
The focus is located on the x-axis, so the equation of the hyperbola is:
x2a2−y2b2=1
Here, a and b are the semi-axes of the hyperbola. Since the foci are along the x-axis, we use the relationship c2=a2+b2, where c is the focal distance.
The focus is at F(√7,0), meaning the distance from the center to the focus is c=√7.
c=√7
Knowing that for a hyperbola c2=a2+b2, we have:
c2=a2+b2
(√7)2=a2+b2
a2+b2=7(Equation 1)
Now, we need to find another equation involving a and b.
The other piece of information provided is the tangent line, given by the equation x−y=1.
For a hyperbola, the equation of the tangent line at a point (x0,y0) on the hyperbola is:
x0xa2−y0yb2=1
By comparing this with the equation of the tangent line x−y=1, we get:
x0a2⏟1x−y0b2⏟1y=1⇔x−y=1
This comparison tells us that the coefficients of x and y are:
x0a2=1and−y0b2=−1
From this, we conclude that
x0=a2andy0=b2
So, the point of tangency (x0,y0) on the hyperbola is (a2,b2).
Since this point (x0,y0)=(a2,b2) lies on both the hyperbola and the tangent line x−y=1, we substitute x=a2 and y=b2 into the tangent line equation:
a2−b2=1(Equation 2)
This gives us a second equation involving a and b.
Now, we can set up a system of equations using the two equations we’ve found and solve the system:
{a2+b2=7a2−b2=1
We solve for a2 in the first equation and substitute it into the second equation:
{a2=7−b2a2−b2=1
{a2=7−b27−b2−b2=1
{a2=7−b2−2b2=1−7
{a2=7−b2−2b2=−6
{a2=7−b22b2=6
{a2=7−b2b2=62
{a2=7−b2b2=3
After finding b2=3, we substitute it back into the first equation to solve for a2:
{a2=7−3b2=3
{a2=4b2=3
Now that we know a2=4 and b2=3, we can substitute these values into the standard equation of the hyperbola:
x2a2−y2b2=1
x24−y23=1
This is the equation of the hyperbola with a focus at F(√7,0) and a tangent line x−y=1.
And that’s how it’s done.