Master calculus on parametric curves. 10 problems on dy/dx, d²y/dx², and tangent lines.
Critical Condition: dx/dt ≠ 0 for derivative to exist
Find dy/dx in terms of t. Then evaluate at t = 2.
1 Find dx/dt:
dx/dt = d(t²)/dt = 2t
2 Find dy/dt:
dy/dt = d(t³ - 3t)/dt = 3t² - 3
3 Apply formula:
dy/dx = (dy/dt) ÷ (dx/dt) = (3t² - 3)/(2t)
4 Simplify:
dy/dx = (3t)/2 - 3/(2t)
5 Evaluate at t = 2:
dy/dx|_{t=2} = (3·2)/2 - 3/(2·2) = 3 - 3/4 = 9/4 = 2.25
Find d²y/dx². What is the concavity at t = π/4?
1 First derivatives:
dx/dt = -sin(t)
dy/dt = 2cos(2t)
2 First derivative dy/dx:
dy/dx = (2cos(2t))/(-sin(t)) = -2cos(2t)/sin(t)
3 Derivative of dy/dx with respect to t:
d/dt(dy/dx) = d/dt[-2cos(2t)/sin(t)]
Using quotient rule: [4sin(2t)·sin(t) + 2cos(2t)·cos(t)]/sin²(t)
4 Second derivative formula:
d²y/dx² = [d/dt(dy/dx)] ÷ (dx/dt)
= [4sin(2t)sin(t) + 2cos(2t)cos(t)]/sin²(t) ÷ (-sin(t))
= -[4sin(2t)sin(t) + 2cos(2t)cos(t)]/sin³(t)
5 Evaluate at t = π/4:
sin(π/4) = √2/2, sin(π/2) = 1, cos(π/2) = 0
d²y/dx²|_{t=π/4} = -[4·1·(√2/2) + 2·0·(√2/2)]/((√2/2)³)
= -[2√2]/(√2/4) = -8
Find the equation of the tangent line at t = 0.
1 Point on curve at t = 0:
x(0) = e⁰ = 1
y(0) = 0·e⁰ = 0
Point: (1, 0)
2 Derivatives:
dx/dt = eᵗ
dy/dt = eᵗ + t·eᵗ (product rule)
3 Slope at t = 0:
dy/dx = (dy/dt)/(dx/dt) = (eᵗ + t·eᵗ)/eᵗ = 1 + t
m = 1 + 0 = 1
4 Tangent line equation:
y - y₀ = m(x - x₀)
y - 0 = 1(x - 1)
y = x - 1
Find all points where the curve has (a) horizontal tangents (b) vertical tangents.
1 Derivatives:
dx/dt = 3t² - 3 = 3(t² - 1)
dy/dt = 2t
2 Horizontal tangents occur when dy/dt = 0 (provided dx/dt ≠ 0):
2t = 0 ⇒ t = 0
dx/dt|_{t=0} = -3 ≠ 0 ✓
Point: (x(0), y(0)) = (0, -4)
3 Vertical tangents occur when dx/dt = 0 (provided dy/dt ≠ 0):
3(t² - 1) = 0 ⇒ t = ±1
Check t = 1: dy/dt = 2 ≠ 0 ✓
Point: (x(1), y(1)) = (-2, -3)
Check t = -1: dy/dt = -2 ≠ 0 ✓
Point: (x(-1), y(-1)) = (2, -3)
4 Summary:
Horizontal tangent at (0, -4)
Vertical tangents at (-2, -3) and (2, -3)
| Type | Condition | Interpretation |
|---|---|---|
| Horizontal Tangent | dy/dt = 0, dx/dt ≠ 0 | Slope = 0 |
| Vertical Tangent | dx/dt = 0, dy/dt ≠ 0 | Slope = ∞ |
| Cusp | dx/dt = dy/dt = 0 | Sharp point |
| Regular Point | dx/dt ≠ 0 | Smooth curve |