Study Guide892 words

Calculus of Parametric Curves: Comprehensive Study Guide

Calculus of Parametric Curves

Calculus of Parametric Curves: Comprehensive Study Guide

This guide covers the application of differential and integral calculus to curves defined by parametric equations. Instead of treating yy as a direct function of xx, we analyze both as functions of an independent parameter, typically tt.

Learning Objectives

After studying this material, you should be able to:

  • 1.2.1 Determine derivatives and equations of tangents for parametric curves.
  • 1.2.2 Find the area under a parametric curve.
  • 1.2.3 Use the equation for arc length of a parametric curve.
  • 1.2.4 Apply the formula for surface area to a volume generated by a parametric curve.

Key Terms & Glossary

  • Parameter (tt): An independent variable that determines the coordinates (x,y)(x, y) of a curve simultaneously.
  • Parametric Curve: A set of points (x(t),y(t))(x(t), y(t)) generated as the parameter tt varies over an interval.
  • Tangent Vector: A vector representing the instantaneous direction of motion along a parametric curve.
  • Smooth Curve: A curve where x(t)x'(t) and y(t)y'(t) are continuous and not simultaneously zero.

The "Big Idea"

In standard Cartesian calculus, we describe what a path looks like (y=f(x)y=f(x)). In parametric calculus, we describe how a path is traversed. This allows us to model motion (like a baseball's trajectory) where time is the driving factor, and to analyze complex curves (like loops or vertical segments) that fail the Vertical Line Test.

Formula / Concept Box

ApplicationFormulaCondition
First Derivativedydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}dx/dt0dx/dt \neq 0
Second Derivatived2ydx2=ddt(dydx)dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt} \left( \frac{dy}{dx} \right)}{dx/dt}Measures concavity
Arc LengthL=ab(dxdt)2+(dydt)2dtL = \int_{a}^{b} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} \, dtCurve traversed once
Area Under CurveA=aby(t)x(t)dtA = \int_{a}^{b} y(t) x'(t) \, dtx(t)x(t) is monotonic
Surface Area (xx-axis)S=ab2πy(t)(x(t))2+(y(t))2dtS = \int_{a}^{b} 2\pi y(t) \sqrt{(x'(t))^2 + (y'(t))^2} \, dty(t)0y(t) \geq 0

Hierarchical Outline

  • I. Differentiation of Parametric Equations
    • A. Slope of Tangent Lines: Calculated by the ratio of vertical change to horizontal change relative to tt.
    • B. Horizontal Tangents: Occur when dy/dt=0dy/dt = 0 (and dx/dt0dx/dt \neq 0).
    • C. Vertical Tangents: Occur when dx/dt=0dx/dt = 0 (and dy/dt0dy/dt \neq 0).
  • II. Integration of Parametric Equations
    • A. Area: Transitioning ydx\int y \, dx into parameter space using substitution dx=x(t)dtdx = x'(t) \, dt.
    • B. Arc Length: Derived from the Pythagorean theorem applied to infinitesimal segments ds=dx2+dy2ds = \sqrt{dx^2 + dy^2}.
  • III. Surface Area of Revolution
    • A. Rotation about x-axis: Uses 2πy2\pi y as the circumference.
    • B. Rotation about y-axis: Uses 2πx2\pi x as the circumference.

Visual Anchors

Differentiation Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

Parametric Geometry

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Arc Length Differential (dsds)
    • Definition: The infinitesimal distance along a curve, ds=(x(t))2+(y(t))2dtds = \sqrt{(x'(t))^2 + (y'(t))^2} dt.
    • Example: For a circle x=cost,y=sintx = \cos t, y = \sin t, ds=(sint)2+(cost)2dt=1dtds = \sqrt{(-\sin t)^2 + (\cos t)^2} dt = 1 \, dt.
  • Term: Second Derivative d2ydx2\frac{d^2y}{dx^2}
    • Definition: The rate of change of the slope with respect to xx, not tt.
    • Example: If dy/dx=t2dy/dx = t^2 and x=t3x = t^3, the second derivative is (2t)/(3t2)=2/(3t)(2t) / (3t^2) = 2/(3t).

Worked Examples

Example 1: Finding the Equation of a Tangent Line

Problem: Find the equation of the tangent line to the curve x=t2,y=t33tx = t^2, y = t^3 - 3t at t=2t = 2.

  1. Find Point: x(2) = 4, y(2) = 8 - 6 = 2. Point is (4,2)(4, 2).
  2. Find Derivatives: dx/dt=2tdx/dt = 2t and dy/dt=3t23dy/dt = 3t^2 - 3.
  3. Calculate Slope: dydx=3t232t\frac{dy}{dx} = \frac{3t^2 - 3}{2t}. At t=2t=2, m=3(4)32(2)=94m = \frac{3(4)-3}{2(2)} = \frac{9}{4}.
  4. Equation: y2=94(x4)    y=94x7y - 2 = \frac{9}{4}(x - 4) \implies y = \frac{9}{4}x - 7.

Example 2: Arc Length of a Circle

Problem: Use the arc length formula to find the circumference of a circle of radius rr (x=rcost,y=rsintx = r\cos t, y = r\sin t) for $$0 \leq t \leq 2\pi$$.

  1. Derivatives: x(t)x'(t) = -r\sin t, $y'(t) $= r\cos t.
  2. Integrand: (rsint)2+(rcost)2=r2(sin2t+cos2t)=r\sqrt{(-r\sin t)^2 + (r\cos t)^2} = \sqrt{r^2(\sin^2 t + \cos^2 t)} = r.
  3. Integral: L = \int_{0}^{2\pi} r$ \, dt = [rt]$_0^{2\pi} = 2\pi r.

[!TIP] Always check if a curve is traversed more than once over the given interval. If tt goes from 0 to 4π4\pi for a circle, the arc length formula will give 4πr4\pi r, which is double the actual circumference.

Checkpoint Questions

  1. How do you find the values of tt where a parametric curve has a horizontal tangent line?
  2. Why is the second derivative of a parametric curve NOT simply d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}?
  3. Set up the integral for the area under the curve x=t+1,y=t2x = t + 1, y = t^2 from t=0t=0 to t=2t=2.
  4. What visual property of the curve does the sign of d2ydx2\frac{d^2y}{dx^2} determine?

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free