BackStudy Notes: Parametric Equations, Tangent Lines, and Area Enclosed by Curves
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Parametric Equations and Tangent Lines
Understanding Parametric Equations
Parametric equations express the coordinates of the points that make up a geometric object as functions of a variable, usually denoted as t (the parameter). This approach is especially useful for describing curves that are not functions in the traditional sense (i.e., they may fail the vertical line test).
Parametric Form: $x = f(t)$, $y = g(t)$, where $t$ varies over an interval.
Example: $x = t^2 - 4$, $y = t^3 - 2$, $t = -2$
Finding the Equation of the Tangent Line
The tangent line to a parametric curve at a given value of t can be found by computing the derivatives of x and y with respect to t and using the point-slope form of a line.
Step 1: Compute $\frac{dx}{dt}$ and $\frac{dy}{dt}$.
Step 2: The slope of the tangent line is $\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$ (provided $\frac{dx}{dt} \neq 0$).
Step 3: Find the coordinates at $t = t_0$: $x_0 = f(t_0)$, $y_0 = g(t_0)$.
Step 4: Use the point-slope form: $y - y_0 = m(x - x_0)$, where $m = \frac{dy}{dx}$ at $t_0$.
Example: For $x = t^2 - 4$, $y = t^3 - 2$ at $t = -2$:
$x(-2) = (-2)^2 - 4 = 0$
$y(-2) = (-2)^3 - 2 = -8 - 2 = -10$
$\frac{dx}{dt} = 2t$, $\frac{dy}{dt} = 3t^2$
At $t = -2$: $\frac{dx}{dt} = -4$, $\frac{dy}{dt} = 12$
Slope: $\frac{dy}{dx} = \frac{12}{-4} = -3$
Tangent line: $y + 10 = -3(x - 0)$ or $y = -3x - 10$
Vertical and Horizontal Tangents
Points where the tangent is vertical or horizontal are found by analyzing the derivatives:
Horizontal Tangent: Occurs when $\frac{dy}{dt} = 0$ and $\frac{dx}{dt} \neq 0$.
Vertical Tangent: Occurs when $\frac{dx}{dt} = 0$ and $\frac{dy}{dt} \neq 0$.
Procedure:
Solve $\frac{dy}{dt} = 0$ for horizontal tangents.
Solve $\frac{dx}{dt} = 0$ for vertical tangents.
Substitute the values of $t$ into $x(t)$ and $y(t)$ to find the corresponding points.
Example: For $x = t^2 - 4$, $y = t^3 - 2$:
$\frac{dx}{dt} = 2t$; vertical tangent when $t = 0$
$\frac{dy}{dt} = 3t^2$; horizontal tangent when $t = 0$
At $t = 0$: $x = -4$, $y = -2$
At this point, both derivatives are zero, so further analysis is needed (possible cusp or singularity).
Graphing: Plot the curve for a range of $t$ values, and draw tangent lines at the points found above.
Area Enclosed by a Parametric Curve
Formula for Area
The area enclosed by a parametric curve $x = f(t)$, $y = g(t)$, as $t$ goes from $a$ to $b$, is given by:
$A = \int_{a}^{b} y \frac{dx}{dt} dt$
Alternatively, $A = \int_{a}^{b} x \frac{dy}{dt} dt$ (sign may differ depending on orientation)
Example: For $x = t^2 - 4$, $y = t^3 - 2$, the area between the curve and the x-axis from $t = a$ to $t = b$ is:
$A = \int_{a}^{b} (t^3 - 2) \cdot 2t \, dt$
Expand: $A = \int_{a}^{b} (2t^4 - 4t) \, dt$
Integrate: $A = [\frac{2}{5}t^5 - 2t^2]_{a}^{b}$
Choose appropriate limits $a$ and $b$ based on the region of interest (e.g., where the curve crosses the x-axis).
Summary Table: Tangent Line Properties for Parametric Curves
Type of Tangent | Condition | How to Find |
|---|---|---|
Horizontal | $\frac{dy}{dt} = 0$, $\frac{dx}{dt} \neq 0$ | Solve $\frac{dy}{dt} = 0$ for $t$ |
Vertical | $\frac{dx}{dt} = 0$, $\frac{dy}{dt} \neq 0$ | Solve $\frac{dx}{dt} = 0$ for $t$ |
Neither (Singularity) | Both derivatives zero | Check for cusp or singular point |
Additional info: These concepts are foundational for understanding calculus with parametric equations, which is a key topic in Calculus II. Mastery of these techniques is essential for analyzing curves, their tangents, and areas they enclose.