For parametric equations $x = f(t)$ and $y = g(t)$, we can find $\frac{dy}{dx}$ using the Chain Rule. This allows us to find slopes of tangent lines, determine where the curve has horizontal or vertical tangents, and compute concavity.

🎯 In this section you will learn

📌 First Derivative

$$ \frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{g'(t)}{f'(t)} \quad \text{provided } f'(t) \neq 0 $$
The slope of the tangent line at parameter value $t$
💡 Derivation

By the Chain Rule: $\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}$, so $\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$.

Example 1Finding $\frac{dy}{dx}$

Given $x = t^2$, $y = t^3$, find $\frac{dy}{dx}$.

Find $dx/dt$ and $dy/dt$
$\frac{dx}{dt} = 2t$, $\frac{dy}{dt} = 3t^2$
Apply the formula
$\frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3t}{2}$, for $t \neq 0$
Example 2Finding the Tangent Line at a Point

For $x = t^2$, $y = t^3$, find the tangent line at $t = 2$.

Find the point
$x = 2^2 = 4$, $y = 2^3 = 8$ → $(4, 8)$
Find the slope at $t=2$
$\frac{dy}{dx} = \frac{3t}{2}$, so at $t=2$, slope $= \frac{3(2)}{2} = 3$
Write the tangent line
$y - 8 = 3(x - 4)$ → $y = 3x - 4$

📌 Horizontal and Vertical Tangents

Tangent TypeConditionFormula
Horizontal Tangent$\frac{dy}{dx} = 0$$\frac{dy}{dt} = 0$ and $\frac{dx}{dt} \neq 0$
Vertical Tangent$\frac{dy}{dx}$ is infinite$\frac{dx}{dt} = 0$ and $\frac{dy}{dt} \neq 0$
Example 3Finding Horizontal and Vertical Tangents

For $x = t^2 - 4$, $y = t^3 - 3t$, find where the curve has horizontal and vertical tangents.

Find derivatives
$\frac{dx}{dt} = 2t$, $\frac{dy}{dt} = 3t^2 - 3 = 3(t^2 - 1)$
Horizontal tangents: $\frac{dy}{dt}=0$
$3(t^2 - 1)=0$ → $t = \pm 1$
$t=1$: $(x,y)=(-3, -2)$
$t=-1$: $(x,y)=(-3, 2)$
Vertical tangents: $\frac{dx}{dt}=0$
$2t = 0$ → $t = 0$
$t=0$: $(x,y)=(-4, 0)$

📌 Second Derivative

$$ \frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}} $$
Used to find concavity of parametric curves
Example 4Finding the Second Derivative

For $x = t^2$, $y = t^3$, find $\frac{d^2y}{dx^2}$.

Find $\frac{dy}{dx}$
$\frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3t}{2}$
Differentiate with respect to $t$
$\frac{d}{dt}\left(\frac{dy}{dx}\right) = \frac{d}{dt}\left(\frac{3t}{2}\right) = \frac{3}{2}$
Divide by $\frac{dx}{dt} = 2t$
$\frac{d^2y}{dx^2} = \frac{3/2}{2t} = \frac{3}{4t}$ (for $t \neq 0$)
⚠️ Common Mistakes
🔍 Key Takeaways
← Back to Module Page