Chapter 12: Problem 29
Find equations of the tangent line and normal line to the hyperbola \(4 x^{2}-9 y^{2}-8 x+6 y-36=0\) at the point \(P(-3,2)\)
Short Answer
Expert verified
Tangent line: \(16x + 15y = -78\); Normal line: \(15x - 16y = -77\).
Step by step solution
01
Rewrite the Hyperbola Equation
The given hyperbola equation is \(4x^2 - 9y^2 - 8x + 6y - 36 = 0\). To find the derivatives needed for the tangent and normal lines, let's complete the square for both \(x\) and \(y\) to simplify the equation.\\[4(x^2 - 2x) - 9(y^2 - \frac{2}{3}y) - 36 = 0\]\Completing the square for x-term: \(x^2 - 2x = (x-1)^2 - 1\)\For y-term (\(-\frac{2}{3}y\)): \(y^2 - \frac{2}{3}y = (y - \frac{1}{3})^2 - \frac{1}{9}\)\Substitute back:\\[4((x-1)^2 - 1) - 9((y-\frac{1}{3})^2 - \frac{1}{9}) - 36 = 0\]\This simplifies to \[4(x-1)^2 - 9(y-\frac{1}{3})^2 = 45\].
02
Differentiate to Find the Slope of the Tangent Line
To find the slope of the tangent line, differentiate the hyperbola equation implicitly with respect to \(x\). \[8x - 18y\frac{dy}{dx} - 8 + 6\frac{dy}{dx} = 0\]Simplifying the equation for the derivative, we get: \\(8x - 8 + (6 - 18y)\frac{dy}{dx} = 0\)\Rearranging gives: \\((6 - 18y)\frac{dy}{dx} = 8 - 8x\)\\[\frac{dy}{dx} = \frac{8 - 8x}{6 - 18y}\].
03
Evaluate the Derivative at Point P(-3,2)
We evaluate the derivative at \(P(-3, 2)\) to find the slope of the tangent line: \\[\frac{dy}{dx} = \frac{8 - 8(-3)}{6 - 18(2)} = \frac{32}{-30} = -\frac{16}{15}\].\Thus, the slope of the tangent line at point \((-3, 2)\) is \(-\frac{16}{15}\).
04
Write the Equation of the Tangent Line
With slope \(m = -\frac{16}{15}\) and the point \((-3,2)\), use the point-slope formula to find the tangent line equation:\[y - 2 = -\frac{16}{15}(x + 3)\]\Simplifying,\\[(15y - 30 = -16x - 48)\]\ yields\\[16x + 15y = -78\].
05
Find the Slope of the Normal Line
The slope of the normal line is the negative reciprocal of the tangent's slope. So, if the tangent slope is \(-\frac{16}{15}\), then the normal line's slope is \(\frac{15}{16}\).
06
Write the Equation of the Normal Line
Using the slope \(m = \frac{15}{16}\) and point \((-3,2)\), apply the point-slope formula: \\[y - 2 = \frac{15}{16}(x + 3)\]\Simplifying,\\[(16y - 32 = 15x + 45)\]\ gives\\[15x - 16y = -77\].
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Hyperbolas
A hyperbola is a type of conic section, similar to ellipses and parabolas. They appear as two symmetrical open curves on a plane. In general, hyperbolas are defined as the set of points where the difference of the distances to two fixed points, called foci, is constant. The standard form of a hyperbola can be written as \[\frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1,\]where
- \( h \) and \( k \) are the coordinates of the center of the hyperbola.
- \( a \) and \( b \) are the distances from the center to the vertices along the transverse and conjugate axes, respectively.
Implicit Differentiation
Implicit differentiation is a technique used when dealing with equations where the dependent variable is not isolated. For functions that can be written as \( y = f(x) \), finding the derivative can be straightforward. However, in cases where \( y \) and \( x \) are mixed together, we use implicit differentiation.To perform implicit differentiation, you differentiate each term of the equation with respect to \( x \), remembering to multiply by \( \frac{dy}{dx} \) when differentiating terms involving \( y \). This is because \( y \) is considered a function of \( x \).In our problem, the derivative of the equation \( 4x^2 - 9y^2 - 8x + 6y - 36 = 0 \) with respect to \( x \) is found by differentiating every term:
- \( 8x \) comes from \( 4x^2 \).
- \(-18y\frac{dy}{dx}\) from \(-9y^2\).
- \(-8\) from \(-8x\).
- \(6\frac{dy}{dx}\) from \(6y\).
Point-Slope Form
The point-slope form of a line's equation is incredibly useful when you have the slope of the line and a point on the line. It can be expressed as\[ y - y_1 = m(x - x_1), \]where:
- \( m \) is the slope of the line.
- \( (x_1, y_1) \) is a known point on the line.