Study Guide825 words

Calculus of Vector-Valued Functions: A Comprehensive Study Guide

Calculus of Vector-Valued Functions

Calculus of Vector-Valued Functions: A Comprehensive Study Guide

Learning Objectives

After studying this material, you should be able to:

  • Compute the derivative of a vector-valued function by differentiating its component functions.
  • Apply derivative properties, including the sum, scalar multiple, and three types of product rules (scalar-vector, dot product, and cross product).
  • Calculate the tangent vector and the unit tangent vector T(t)\mathbf{T}(t) for a given curve at a specific point.
  • Evaluate definite and indefinite integrals of vector-valued functions component-wise.
  • Understand the physical interpretations of derivatives as velocity and acceleration vectors.

Key Terms & Glossary

  • Vector-Valued Function: A function of the form r(t)=f(t)i+g(t)j+h(t)k\mathbf{r}(t) = f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}, where the output is a vector.
  • Component-wise Differentiation: The process of finding the derivative of a vector function by differentiating each scalar function (f,g,h)(f, g, h) independently.
  • Tangent Vector: The derivative vector r(t)\mathbf{r}'(t), which points in the direction of the motion along the curve at time tt.
  • Unit Tangent Vector: A vector T(t)\mathbf{T}(t) that has a magnitude of 1 and points in the direction of r(t)\mathbf{r}'(t).
  • Smooth Curve: A curve where r(t)\mathbf{r}'(t) is continuous and r(t)0\mathbf{r}'(t) \neq \mathbf{0} for all tt in the interval.

The "Big Idea"

The transition from single-variable calculus to vector-valued calculus is remarkably consistent: we treat each dimension (x,y,zx, y, z) as an independent scalar function of a single parameter tt. This allows us to describe motion and geometry in 3D space using the familiar tools of power rules, chain rules, and integration, provided we maintain the algebraic structure of vectors (like dot and cross products).

Formula / Concept Box

OperationFormula / Definition
Derivativer(t)=f(t),g(t),h(t)\mathbf{r}'(t) = \langle f'(t), g'(t), h'(t) \rangle
Unit Tangent VectorT(t)=r(t)r(t)\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\|\mathbf{r}'(t)\|}
Indefinite Integralr(t)dt=f(t)dt,g(t)dt,h(t)dt+C\int \mathbf{r}(t) dt = \langle \int f(t) dt, \int g(t) dt, \int h(t) dt \rangle + \mathbf{C}
Dot Product Ruleddt[u(t)v(t)]=u(t)v(t)+u(t)v(t)\frac{d}{dt}[\mathbf{u}(t) \cdot \mathbf{v}(t)] = \mathbf{u}'(t) \cdot \mathbf{v}(t) + \mathbf{u}(t) \cdot \mathbf{v}'(t)
Cross Product Ruleddt[u(t)×v(t)]=u(t)×v(t)+u(t)×v(t)\frac{d}{dt}[\mathbf{u}(t) \times \mathbf{v}(t)] = \mathbf{u}'(t) \times \mathbf{v}(t) + \mathbf{u}(t) \times \mathbf{v}'(t)

Hierarchical Outline

  1. Differentiation of Vector-Valued Functions
    • Component-wise approach: r(t)=limΔt0r(t+Δt)r(t)Δt\mathbf{r}'(t) = \lim_{\Delta t \to 0} \frac{\mathbf{r}(t+\Delta t) - \mathbf{r}(t)}{\Delta t}.
    • Calculus Rules:
      • Sum/Difference: (r±u)=r±u(\mathbf{r} \pm \mathbf{u})' = \mathbf{r}' \pm \mathbf{u}'
      • Scalar Multiple: (cr)=cr(c\mathbf{r})' = c\mathbf{r}'
      • Chain Rule: [r(f(t))]=f(t)r(f(t))[\mathbf{r}(f(t))]' = f'(t)\mathbf{r}'(f(t))
  2. Geometric Interpretations
    • Tangent Vectors: r(t)\mathbf{r}'(t) represents the instantaneous direction of the curve.
    • Smoothness: A curve is smooth if its derivative is never the zero vector.
  3. Integration
    • Antiderivatives: Computed component by component.
    • Fundamental Theorem: abr(t)dt=[R(t)]ab=R(b)R(a)\int_a^b \mathbf{r}(t) dt = [\mathbf{R}(t)]_a^b = \mathbf{R}(b) - \mathbf{R}(a).

Visual Anchors

Vector Differentiation Hierarchy

Loading Diagram...
Figure 1 — Mermaid diagram

Visualizing the Unit Tangent Vector

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

Definition-Example Pairs

  • Term: Chain Rule for Vector Functions
  • Definition: The derivative of a vector function with a scalar function as its parameter is the derivative of the parameter times the derivative of the vector function evaluated at that parameter.
  • Real-World Example: If r(s)\mathbf{r}(s) describes a path in terms of distance ss, and s(t)s(t) describes distance as a function of time, then r(t)\mathbf{r}'(t) gives the velocity of an object moving along that path over time.

Worked Examples

Example 1: Finding the Unit Tangent Vector

Problem: Find the unit tangent vector for r(t)=3cost,3sint,4t\mathbf{r}(t) = \langle 3\cos t, 3\sin t, 4t \rangle.

Solution:

  1. Differentiate: r(t)=3sint,3cost,4\mathbf{r}'(t) = \langle -3\sin t, 3\cos t, 4 \rangle.
  2. Find Magnitude: r(t)=(3sint)2+(3cost)2+42\|\mathbf{r}'(t)\| = \sqrt{(-3\sin t)^2 + (3\cos t)^2 + 4^2} r(t)=9(sin2t+cos2t)+16=9(1)+16=25=5\|\mathbf{r}'(t)\| = \sqrt{9(\sin^2 t + \cos^2 t) + 16} = \sqrt{9(1) + 16} = \sqrt{25} = 5
  3. Normalize: T(t)=153sint,3cost,4=35sint,35cost,45\mathbf{T}(t) = \frac{1}{5}\langle -3\sin t, 3\cos t, 4 \rangle = \langle -\frac{3}{5}\sin t, \frac{3}{5}\cos t, \frac{4}{5} \rangle

Example 2: Definite Integral

Problem: Evaluate 01t2,etdt\int_0^1 \langle t^2, e^t \rangle dt.

Solution:

  1. Integrate each component: 01t2dt=[13t3]01=13\int_0^1 t^2 dt = [\frac{1}{3}t^3]_0^1 = \frac{1}{3}.
  2. Integrate the second component: 01etdt=[et]01=e1\int_0^1 e^t dt = [e^t]_0^1 = e - 1.
  3. Result: 13,e1\langle \frac{1}{3}, e-1 \rangle.

Checkpoint Questions

  1. If r(t)=c\|\mathbf{r}(t)\| = c (a constant), what can be said about the relationship between r(t)\mathbf{r}(t) and r(t)\mathbf{r}'(t)? Hint: Differentiate r(t)r(t)=c2\mathbf{r}(t) \cdot \mathbf{r}(t) = c^2.
  2. Calculate the derivative of u(t)v(t)\mathbf{u}(t) \cdot \mathbf{v}(t) given u(t)=t,t2\mathbf{u}(t) = \langle t, t^2 \rangle and v(t)=sint,1\mathbf{v}(t) = \langle \sin t, 1 \rangle.
  3. Explain why the magnitude of the unit tangent vector T(t)\mathbf{T}(t) is always 1 for any tt where the derivative is non-zero.

[!TIP] Always simplify the magnitude of r(t)\mathbf{r}'(t) before dividing. Often, trigonometric identities like sin2t+cos2t=1\sin^2 t + \cos^2 t = 1 will significantly reduce the complexity of your unit tangent vector expressions.

Ready to study Calculus III: Multivariable Calculus?

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

Start Studying — Free