Vector-Valued Functions & Parametric Derivatives
Part 1 — Vector-Valued Functions
I. Introduction to Vector-Valued Functions
A. Understanding the concept of vector-valued functions (inputs are scalars, outputs are vectors).
B. Domain and range: the domain is the set of times (or parameters) where every component makes sense; the range is a subset of $\mathbb{R}^2$ or $\mathbb{R}^3$.
C. Components and inputs: $\mathbf r(t)$ is a compact encoding of three scalar functions.
If $\mathbf r(t)=\langle f(t),g(t),h(t)\rangle$, then $\mathrm{Dom}(\mathbf r)=\mathrm{Dom}(f)\cap\mathrm{Dom}(g)\cap\mathrm{Dom}(h)$.
- Compute domains by constraints → intersection.
- Recognize lines and helices from $\mathbf r(t)$.
- Interpret $\mathbf r'(t)$ as a tangent (velocity) vector.
Case Study — Domain by Intersection
Example B (syllabus outline): $\mathbf R(t)=\langle \cos t,\; \ln(4-t),\; \sqrt{t+1}\rangle$.
Constraints: $4-t>0$ and $t+1\ge 0$. Intersection gives $t\in(-1,4)$.
In the Interactive Lab, you can change the constants and see the constraint intervals update.
Case Study — A Line as a Vector-Valued Function
Example: $\mathbf R(t)=\langle 1+t,\;2+5t,\;-1+6t\rangle$. Write $\mathbf R(t)=\mathbf P + t\mathbf V$ with point $\mathbf P=\langle 1,2,-1\rangle$ and direction $\mathbf V=\langle 1,5,6\rangle$.
Case Study — Drawing the Helix
Example: $\mathbf R(t)=\langle \cos t,\;\sin t,\;t\rangle$. Because $\cos^2 t + \sin^2 t=1$, the curve lies on the cylinder $x^2+y^2=1$ and rises linearly in $z$.
In the Lab, rotate a 3D view and watch the moving point sweep the helix as $t$ changes.
Part 2 — Derivatives of Parametric Curves
We consider a planar motion $\langle x(t),y(t)\rangle$. Two key questions: slope of the tangent line (first derivative) and concavity (second derivative).
$\displaystyle \frac{dy}{dx} = \frac{\tfrac{dy}{dt}}{\tfrac{dx}{dt}}$, provided $dx/dt\neq 0$.
$\displaystyle \frac{d^2y}{dx^2} = \frac{\tfrac{d}{dt}(dy/dx)}{\tfrac{dx}{dt}}$, provided $dx/dt\neq 0$.
Computing $dy/dx$ and $d^2y/dx^2$
In the Lab you will compute derivatives, tangent lines at chosen parameter values, and interpret concavity.
Horizontal and Vertical Tangents
- Horizontal tangent: $dy/dt=0$ and $dx/dt\neq 0$.
- Vertical tangent: $dx/dt=0$ and $dy/dt\neq 0$.
Tangent Lines and Eliminating the Parameter
Sometimes you can eliminate $t$ to obtain an explicit graph $y=y(x)$. Other times it is faster to compute $dy/dx$ directly from $t$.
Lecture Transcript (structured)
Lecture Videos
[math261_vector_valued video1_url="https://…" video2_url="https://…" video3_url="https://…"].
You may use YouTube/Vimeo links (oEmbed) or direct .mp4 links.
References (student-friendly)
- OpenStax, Calculus Volume 3 — Vector-valued functions and space curves.
- Paul’s Online Math Notes — Parametric equations, calculus on vector functions.
- Stewart, Calculus: Early Transcendentals — sections on vector functions and parametric curves.
- MIT OpenCourseWare — Multivariable calculus materials on curves and motion.
Tool A — Domain by Intersection
- Outline example: set $a=4$, $b=1$ and verify the intersection interval.
- Transcript example: set $k=13$, $b=16$, $c=17$ and check that the domain is $(0,17)$.
- Change $c$ and watch how the endpoint moves.
Why do we intersect?
Tool B — A Line as a Vector-Valued Function in $\mathbb R^3$
Tool C — Helix Explorer: $\mathbf r(t)=\langle r\cos t,\ r\sin t,\ kt\rangle$
Tool D — Derivatives of Parametric Curves
—
—
—
Horizontal/vertical tangent conditions
Eliminate the parameter
Suggested workflow
2) Form $\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$.
3) Differentiate $\frac{dy}{dx}$ with respect to $t$, then divide by $dx/dt$ to obtain $\frac{d^2y}{dx^2}$.
4) Use signs of $\frac{d^2y}{dx^2}$ for concavity.
Practice
Quick checks + longer prompts. Use the Lab tools to verify your work.
For $\mathbf r(t)=\langle \ln(13t),\ \sqrt{t+16},\ \frac{1}{17-t}\rangle$, what domain does the lecture conclude?
Then open the Domain Builder and confirm by intersecting each component domain.
If $x=f(t)$ and $y=g(t)$, then the slope $\frac{dy}{dx}$ is:
Use the Parametric Derivatives tool to see the formula applied step-by-step.
- Let $\mathbf r(t)=\langle 1+t,\ 2+5t,\ -1+6t\rangle$. Identify a point and direction vector, then write $\mathbf r(t)=\mathbf P+t\mathbf V$.
- For $\mathbf r(t)=\langle \cos t,\ \sin t,\ t\rangle$, explain why the curve lies on a cylinder and describe its projection onto the $xy$-plane.
- For $x=t^2$ and $y=t^3-3t$, find every value of $t$ where the tangent is horizontal. Determine concavity at those parameters.
- For $x=1+\ln t$ and $y=t^2+2$, find the tangent line at $t=1$ without eliminating $t$, then eliminate $t$ and verify the same slope.