Chapter 10: Problem 7
Find an equation of the tangent to the curve at the given point by two methods: (a) without eliminating the parameter and (b) by first eliminating the parameter. $$x=1+\ln t, \quad y=t^{2}+2 ; \quad(1,3)$$
Short Answer
Expert verified
The equation of the tangent line is \(y = 2x + 1\).
Step by step solution
01
Confirm the Point on the Curve
To verify that the given point (1,3) lies on the curve, substitute \(t\) in the parametric equations \(x=1+\ln t\) and \(y=t^2+2\). If \(x = 1\) and \(y = 3\) satisfy these equations, then the point is correct. Using the \(x\) equation: \(1 = 1 + \ln t \Rightarrow \ln t = 0 \Rightarrow t = e^0 = 1\). Using the \(y\) equation: \(3 = 1^2 + 2 = 3\). The point (1,3) is on the curve when \(t=1\).
02
Find the Derivative \( \frac{dy}{dx} \) Without Eliminating the Parameter
To find the derivative \(\frac{dy}{dx}\) without eliminating the parameter, compute the derivatives \(\frac{dx}{dt}\) and \(\frac{dy}{dt}\). From \(x=1+\ln t\), we have \(\frac{dx}{dt}=\frac{1}{t}\), and from \(y=t^2+2\), we have \(\frac{dy}{dt}=2t\). The derivative is \(\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}=\frac{2t}{\frac{1}{t}}=2t^2\).
03
Evaluate the Derivative at \( t = 1 \)
Substitute \(t = 1\) into \( \frac{dy}{dx} = 2t^2 \) to find the slope of the tangent line. This gives \(2(1)^2 = 2\). So the slope of the tangent at \(t = 1\) is 2.
04
Equation of the Tangent Line Using the Slope and Point
Using the point-slope form of the line equation \( y - y_1 = m(x - x_1) \), use the point (1,3) and the slope 2. Thus, the equation is \( y - 3 = 2(x - 1) \), which simplifies to \( y = 2x + 1 \).
05
Eliminate the Parameter
To eliminate the parameter \(t\), express \(t\) in terms of \(x\) using \(x = 1 + \ln t\). This gives \(\ln t = x - 1\), and thus \(t = e^{x-1}\).
06
Substitute Back to Find \(y\) in Terms of \(x\)
Substitute \(t = e^{x-1}\) into the equation \(y = t^2 + 2\). This gives \(y = (e^{x-1})^2 + 2 = e^{2(x-1)} + 2\).
07
Differentiate \(y\) with Respect to \(x\)
Differentiate \(y = e^{2(x-1)} + 2\) with respect to \(x\). Apply the chain rule: \(\frac{dy}{dx} = 2e^{2(x-1)}\).
08
Evaluate the Derivative at \( x = 1 \)
Substitute \(x = 1\) into \(\frac{dy}{dx} = 2e^{2(x-1)}\) to find the slope at \(x = 1\). This evaluates to \(2e^{0} = 2\).
09
Equation of the Tangent Line with Eliminated Parameter
Using the same point-slope method (from Step 4), with the derivative \(2\) and point (1,3), the equation is again \(y = 2x + 1\). This confirms that the tangent equation remains consistent regardless of the method.
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.
Understanding Parametric Equations
Parametric equations offer a way to describe a set of related quantities as functions of an independent parameter, often denoted as \( t \). This is particularly useful in physics and engineering where the position of a moving object can depend on time. Instead of expressing \( y \) directly in terms of \( x \), parametric equations describe both \( x \) and \( y \) separately as:
This form is powerful since it can express more complex relationships than simple \( y = f(x) \), particularly when dealing with curves that loop back on themselves or have other complications.
- \( x = f(t) \)
- \( y = g(t) \)
This form is powerful since it can express more complex relationships than simple \( y = f(x) \), particularly when dealing with curves that loop back on themselves or have other complications.
Tangent Line to a Curve
The tangent line to a curve at a given point is a straight line that just "touches" the curve at that point. It describes the curve's direction at that precise spot, acting like a local linear approximation of the curve. To find a tangent line, you need:
- A point on the curve, \((x_1, y_1)\)
- The slope of the curve at that point
Role of the Derivative
The derivative in calculus gives the slope of a function at any point, crucial for drawing tangent lines to curves. When you have parametric equations, the derivative \( \frac{dy}{dx} \) captures how \( y \) changes with \( x \) and can be found using:
- Calculate \( \frac{dy}{dt} \), the rate of change of \( y \) with respect to \( t \).
- Calculate \( \frac{dx}{dt} \), the rate of change of \( x \) with respect to \( t \).
- Combine them using \( \frac{dy}{dx} = \frac{dy/dt}{dx/dt} \).
Eliminating Parameters
Sometimes, it can be helpful to eliminate the parameter \( t \) and find a relationship directly between \( x \) and \( y \). This process makes it possible to express the curve as a standard function \( y = f(x) \). By eliminating \( t \), we simplify our analysis when focusing just on the \( x \)-\( y \) plane.
Here's how to eliminate a parameter:
Here's how to eliminate a parameter:
- Solve one of the parametric equations for \( t \) in terms of \( x \) or \( y \).
- Substitute this expression into the other equation.