BackParametric Equations and Tangent Lines: Calculus II Homework Study Notes
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Parametric Equations and Tangent Lines
Introduction to Parametric Equations
Parametric equations are a way to represent curves by expressing both x and y coordinates as functions of a third variable, usually t (the parameter). This approach is especially useful for describing complex curves and motion in the plane.
Definition: A parametric curve in the plane is given by $x = f(t)$ and $y = g(t)$, where $t$ varies over an interval.
Example: $x = t^2 + 4t$, $y = t^2$, $t = -2$
Finding the Tangent Line to a Parametric Curve
The tangent line to a parametric curve at a given point describes the instantaneous direction of the curve. To find its equation, we use derivatives with respect to the parameter t.
Step 1: Compute derivatives:
$\frac{dx}{dt}$ and $\frac{dy}{dt}$
Step 2: The slope of the tangent line is $m = \frac{dy/dt}{dx/dt}$
Step 3: The equation of the tangent line at $t = t_0$ is:
Point: $(x_0, y_0) = (f(t_0), g(t_0))$
Slope: $m = \frac{g'(t_0)}{f'(t_0)}$
Equation: $y - y_0 = m(x - x_0)$
Example: For $x = t^2 + 4t$, $y = t^2$, at $t = -2$:
$x(-2) = (-2)^2 + 4(-2) = 4 - 8 = -4$
$y(-2) = (-2)^2 = 4$
$\frac{dx}{dt} = 2t + 4$; $\frac{dy}{dt} = 2t$
At $t = -2$: $\frac{dx}{dt} = 2(-2) + 4 = -4 + 4 = 0$; $\frac{dy}{dt} = 2(-2) = -4$
Slope $m = \frac{-4}{0}$ (undefined: vertical tangent)
Conclusion: The tangent line is vertical at $t = -2$.
Vertical and Horizontal Tangents
Points where the tangent line is vertical or horizontal are important for understanding the geometry of the curve.
Vertical Tangent: Occurs when $\frac{dx}{dt} = 0$ and $\frac{dy}{dt} \neq 0$.
Horizontal Tangent: Occurs when $\frac{dy}{dt} = 0$ and $\frac{dx}{dt} \neq 0$.
Example: For $x = t^2 + 4t$, $y = t^2$:
$\frac{dx}{dt} = 2t + 4$
$\frac{dy}{dt} = 2t$
Vertical tangent: $2t + 4 = 0 \implies t = -2$
Horizontal tangent: $2t = 0 \implies t = 0$
At $t = 0$: $x = 0^2 + 4(0) = 0$, $y = 0^2 = 0$
Slope $m = 0$ (horizontal tangent at $(0, 0)$)
Graphing and Labeling Tangent Lines
To visualize the behavior of the curve and its tangents, plot the parametric curve and draw tangent lines at points where the tangent is vertical or horizontal. Label these points for clarity.
Graph: Plot $x = t^2 + 4t$, $y = t^2$ for a range of $t$ values.
Label: Mark points $(x, y)$ where $t = -2$ (vertical tangent) and $t = 0$ (horizontal tangent).
Tangent Lines: Draw the vertical line $x = -4$ and the horizontal line $y = 0$ through the respective points.
Area Enclosed by Parametric Curves
Parametric equations can also be used to find the area enclosed by a curve and the x-axis. The area can be computed using integration.
Formula: The area $A$ under a parametric curve from $t = a$ to $t = b$ is:
$A = \int_{a}^{b} y(t) \frac{dx}{dt} dt$
Example: For $x = t^2 + 1$, $y = 2t - t^2$:
$\frac{dx}{dt} = 2t$
Area: $A = \int_{a}^{b} (2t - t^2) \cdot 2t \, dt = \int_{a}^{b} (4t^2 - 2t^3) \, dt$
Limits $a$ and $b$ depend on the specific region to be enclosed.
Summary Table: Tangent Line Conditions
Condition | Equation | Type of Tangent |
|---|---|---|
$\frac{dx}{dt} = 0$, $\frac{dy}{dt} \neq 0$ | Vertical tangent | Undefined slope |
$\frac{dy}{dt} = 0$, $\frac{dx}{dt} \neq 0$ | Horizontal tangent | Zero slope |
Additional info: These notes expand on the homework questions by providing general methods and formulas for parametric curves, tangent lines, and area calculations, suitable for Calculus II students.