Vector Blueprints Worksheet Vector Blueprints
Intro to Vector-Valued Functions
Flight Log #01
PILOT:
DATE:
Definition: Vector-Valued Function
A function of the form \(\vec{r}(t) = \langle f(t), g(t), h(t) \rangle\) (or \(f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}\)) maps a real number \(t\) (often time) to a vector in space. The path traced by the terminal point of \(\vec{r}(t)\) is a space curve .
01 Form Conversion
Convert the following between parametric and vector notation.
Parametric: \(\begin{cases} x = \sin(2t) \\ y = e^{3t} \\ z = t^2 - 1 \end{cases}\)
Vector Notation:
Vector: \(\vec{r}(t) = \langle \ln(t), \sqrt{t+5}, \cos(t) \rangle\)
Parametric Equations:
02 Domain Determination
The domain of a vector function is the intersection of the domains of its component functions.
Problem A: \(\vec{r}(t) = \left\langle \frac{1}{t-2}, \sqrt{4-t}, \ln(t+1) \right\rangle\)
Domain of \(x(t)\)
Domain of \(y(t)\)
Domain of \(z(t)\)
Final Intersection Domain (Interval Notation):
Problem B: \(\vec{r}(t) = \cos(t)\mathbf{i} + \tan(t)\mathbf{j} + \frac{1}{\sqrt{t}}\mathbf{k}\)
Domain of \(x(t)\)
Domain of \(y(t)\)
Domain of \(z(t)\)
Final Intersection Domain:
03 Space Curve Identification
Analyze the behavior of the component functions to match each vector-valued function with its characteristic path description. Explain your reasoning based on specific coordinate behavior.
1. \(\vec{r}(t) = \langle \cos(t), \sin(t), t \rangle\)
Description Match:
Reasoning (Behavior of \(z\) vs \(x,y\)):
Available Profiles:
A. A circle on the \(xy\)-plane (\(z=0\)).
B. A right-handed helix spiraling upward.
C. A straight line passing through the origin.
D. A parabola centered on the \(z\)-axis.
2. \(\vec{r}(t) = \langle t, 2t, 3t \rangle\)
Description Match:
Reasoning (Proportionality):
DATA PATH VECTOR
Synthesis Challenge
Construct a vector-valued function \(\vec{r}(t)\) that describes a circle with radius 5 in the plane \(z = 4\), centered at \((0, 0, 4)\).
\(\vec{r}(t) = \)
Vector Blueprints Slides Module 01
Vector Blueprints
Mapping the path of objects through 3D space using single-variable inputs.
ORBITAL NAVIGATORS
VECTOR CALCULUS
Visualizing the Spiral
A drone is rising vertically at a constant rate while circling a building.
How do its \(x\) and \(y\) coordinates change over time?
How does its \(z\) coordinate change?
[ Graphing Tool: Helix Visualization ]
View the independent behavior of components
Mathematical Definition
The Vector Function
\[ \vec{r}(t) = \langle f(t), g(t), h(t) \rangle \]
\(f(t)\)
X-Component
\(g(t)\)
Y-Component
\(h(t)\)
Z-Component
Input (Parameter)
A single real number \(t\) (often domain of time).
Output
A vector in \(\mathbb{R}^2\) or \(\mathbb{R}^3\).
The Domain Rule
TECHNICAL SPECS
A vector function is only defined where ALL of its component functions are defined.
\[ D_{\vec{r}} = D_f \cap D_g \cap D_h \]
"The domain of \(\vec{r}\) is the intersection of the domains of \(f\), \(g\), and \(h\)."
Analysis Check:
Curve Orientation
Unlike static paths, vector functions have an orientation: a direction of travel as \(t\) increases.
Tracking the Vector Tip
As \(t\) increases, we can imagine an arrow starting at the origin and pointing to the position \(\vec{r}(t)\). The tip of this arrow "paints" the path.
t = 0
t = 1
t = 2
Direction of Increase
Vector Blueprints Teacher Guide Vector Blueprints
Facilitation Guide
Lesson 01 | Module: Foundations
Learning Objectives
Define vector-valued functions and interpret them as paths in space.
Identify the domain of a vector function using intersection rules.
Interchange between parametric equations and vector notation.
The Hook
The "Spiral Helix" challenge. Use a 3D graphing tool (like GeoGebra or CalcPlot3D). Before showing the graph, ask students: "If an object circles the origin but rises at a constant speed, what does its x-coordinate look like vs time? Its y? Its z?"
Tools Needed
3D Graphing Software
Blueprints Worksheet
Scientific Calculator
Instructional Pacing
10m
Intro
Direct Instruction: Defining the Vector Function
Slide 1-3
Establish that \(\vec{r}(t)\) is essentially a multi-output machine. Emphasize that \(t\) is the only independent variable. Contrast this with standard multivariable functions \(z = f(x,y)\) which they may see later.
15m
Skill
Guided Practice: Domain & Conversion
Worksheet Section 1-2
Critical Concept: Intersection. Students often forget that if one component is undefined, the entire vector is "missing." Highlight Problem A from the worksheet: \(x(t)\) has a hole at 2, while \(y(t)\) is defined for \(t \le 4\). The final domain must respect both.
20m
Lab
Workshop: Identifying Space Curves
Worksheet Section 3
Have students work in pairs. Encourage them to "zero out" components. "If \(z=0\), what do you see? (A circle in 2D)." "If you add \(z=t\), what happens? (The circle pulls apart into a spring)." This is the best way to build spatial intuition.
Misconception Alert
Mixing Up Domains
Students frequently unionize domains instead of intersecting them. Remind them: the vector is a 3-part package; if one part breaks, the whole package is lost.
Static vs Dynamic
Students may view the graph as just a shape. Stress orientation . A vector function is a motion , not just a curve.
Answer Key & Scoring Guide
Section 1: Form Conversion
1. Vector Form
\(\vec{r}(t) = \langle \sin(2t), e^{3t}, t^2-1 \rangle\)
2. Parametric Form
\(x = \ln(t), y = \sqrt{t+5}, z = \cos(t)\)
Trajectory Integrity Slides Trajectory Integrity
MODULE 02: LIMITS & CONTINUITY
SIGNAL STRENGTH: NOMINAL
The Hook: System Failure
Alert: Continuity Breach
A satellite's position is modeled by: \(\vec{r}(t) = \langle \cos(t), \sin(t), \frac{t^2 - 4}{t - 2} \rangle\)
Observation Request:
What happens to the \(z\)-coordinate as \(t \to 2\)?
Does the satellite exist at exactly \(t = 2\)?
Can we repair the path by filling the hole?
Simulation Interrupted
Check component continuity
Component-Wise Limits
The limit of a vector-valued function is simply the vector of the limits of its component functions.
\[ \lim_{t \to a} \vec{r}(t) = \langle \lim_{t \to a} f(t), \lim_{t \to a} g(t), \lim_{t \to a} h(t) \rangle \]
Note: The limit exists IF AND ONLY IF the limits of all components exist.
Continuity Checklist
01
Existence
\(\vec{r}(a)\) must be defined.
02
Limit
\(\lim_{t \to a} \vec{r}(t)\) must exist.
03
Equality
\(\lim_{t \to a} \vec{r}(t) = \vec{r}(a)\)
If a function is continuous at \(a\), its component functions \(f, g, h\) are all continuous at \(a\).
Repairing the Path
Case 01: Removable Discontinuity
If the limit exists but the function is undefined, we can define a piecewise vector function to "patch" the hole.
\[ \vec{R}(t) = \begin{cases} \vec{r}(t) & t \ne a \\ \vec{L} & t = a \end{cases} \]
Case 02: Essential Discontinuity
If any component limit is infinite or does not exist (jump), the trajectory has an irreparable break.
PATH TERMINATED
Broken Path Activity Broken Path Analysis
Signal Integrity Report
Mission Status: Critical
TECHNICIAN:
Incident Brief: Several probe trajectories have reported signal loss or erratic behavior. As the Trajectory Integrity Lead, you must calculate the limits of these paths and determine if the path is continuous or if it can be repaired.
01
Probe Alpha: Removable Glitch
Trajectory: \(\vec{r}(t) = \left\langle \frac{t^2-9}{t-3}, \cos(\pi t), \frac{\sin(t-3)}{t-3} \right\rangle\)
Limit of \(x(t)\) as \(t \to 3\):
Limit of \(y(t)\) as \(t \to 3\):
Limit of \(z(t)\) as \(t \to 3\):
Final Vector Limit \(\vec{L}\):
\(\vec{L} = \langle\) ________, ________, ________ \(\rangle\)
Repair Mission: Define \(\vec{r}(3)\) to make the trajectory continuous.
02
Probe Beta: Terminal Break
Trajectory: \(\vec{r}(t) = \left\langle \sqrt{t}, e^{1/t}, \ln(t) \right\rangle\)
Determine \(\lim_{t \to 0^+} \vec{r}(t)\). If any component limit is \(\infty\) or DNE, explain why the trajectory cannot be repaired.
Calculations & Reasoning:
Final Diagnostic
Continuous at \(t=0\)
Repairable (Removable)
Signal Lost (Essential)
03
System-Wide Continuity Audit
For each function below, identify all values of \(t\) where the trajectory is discontinuous and classify the discontinuity.
Trajectory Gamma
\[ \vec{r}(t) = \langle \tan(t), \sqrt{t}, t^2 \rangle \]
Discontinuity Analysis
Trajectory Delta
\[ \vec{r}(t) = \langle \lfloor t \rfloor, \lceil t \rceil, t \rangle \]
Discontinuity Analysis
Technical Summary Question
Suppose \(\vec{r}(t) = \langle f(t), g(t), h(t) \rangle\). If \(f(t)\) is continuous at \(a\) and \(g(t)\) is continuous at \(a\), but \(h(t)\) has a jump discontinuity at \(a\), is \(\vec{r}(t)\) continuous at \(a\)? Explain your answer using the definition of vector continuity.
State the rule for vector continuity...
Trajectory Integrity Teacher Guide Trajectory Integrity
Teacher Facilitation Guide
Lesson 02 | Limits & Continuity
Focus
Component Analysis
Skill Level
Intermediate
Time
50 Minutes
Standard
Calculus III/AP
Conceptual Framework
This lesson shifts students from thinking about functions as 2D graphs to thinking about them as data streams. In aerospace and engineering, continuity isn't just a math concept—it's integrity . If a satellite's position function has a jump, it effectively "teleports," which is a sign of model failure.
Key Inquiry Questions
Can a vector function have a limit if one component limit is undefined? (No)
How do we mathematically "patch" a hole in a space curve? (Piecewise definition)
Why does a discontinuity in any single component break the entire vector path?
1 The Broken Flight Path (Hook)
Display Slide 2. Don't reveal the math immediately. Ask: "If a drone is following this path and we lose data at t=2, how can we use the 'surrounding' data to predict where it was?" This introduces the intuitive concept of the limit.
2 Component-Wise Rule
Use Slides 3-4 to formalize the math. Stress that limits of vector functions follow all the same rules as single-variable limits (L'Hôpital's Rule, Squeeze Theorem) because we apply them component-by-component.
3 Broken Path Analysis (Lab)
Hand out the Broken Path Activity . Walk around during Case 01. Many students will struggle with the \(\frac{\sin(t-3)}{t-3}\) component. Remind them of the Special Trig Limit (\(\lim_{x \to 0} \frac{\sin x}{x} = 1\)).
Broken Path Analysis: Key
Case 01: Probe Alpha
\(\lim_{t \to 3} \frac{t^2-9}{t-3}\) 6
\(\lim_{t \to 3} \cos(\pi t)\) \(\cos(3\pi) = -1\)
\(\lim_{t \to 3} \frac{\sin(t-3)}{t-3}\) 1
Vector Limit: \(\langle 6, -1, 1 \rangle\)
Repair: Define \(\vec{r}(3) = \langle 6, -1, 1 \rangle\).
Case 02: Probe Beta
\(\lim_{t \to 0^+} \sqrt{t} = 0\) (Nominal)
\(\lim_{t \to 0^+} e^{1/t} = \infty\) (Essential Discontinuity)
\(\lim_{t \to 0^+} \ln(t) = -\infty\) (Essential Discontinuity)
Diagnostic: Signal Lost / Irreparable
Audit Results
Trajectory Gamma
Discontinuous at \(t = \frac{\pi}{2} + n\pi\) (Essential - tangent asymptotes). Also discontinuous for all \(t < 0\) (Domain break in \(\sqrt{t}\)).
Tangent Thrust Slides Lesson 03
Tangent Thrust
Determining velocity and instantaneous direction of space curves.
Propulsion Math
Vector Calculus Systems
Instantaneous Direction
Imagine a roller coaster car at position \(\vec{r}(t)\).
The Big Question:
If the track disappeared instantly, in what direction would the car fly?
Hypothesize the vector's orientation...
Visual: Curve with Tangent
The derivative vector is tangent to the path.
The Vector Derivative
Theorem
The derivative of \(\vec{r}(t)\) is computed component-wise:
\[ \vec{r}'(t) = \langle f'(t), g'(t), h'(t) \rangle \]
Geom. Meaning
A vector tangent to the curve pointing in the direction of orientation.
Physical Meaning
The velocity vector \(\vec{v}(t)\) of a particle moving along the curve.
Standardizing Direction | \(\vec{T}(t)\) |
Often we only care about the direction of travel, not the speed. To get this, we normalize the tangent vector.
Formula: Unit Tangent Vector
\[ \vec{T}(t) = \frac{\vec{r}'(t)}{\|\vec{r}'(t)\|} \]
Properties:
Vector Differentiation Rules
Sum & Scalar
\([\vec{u} + \vec{v}]' = \vec{u}' + \vec{v}'\)
\([c\vec{u}]' = c\vec{u}'\)
\([f(t)\vec{u}]' = f'(t)\vec{u} + f(t)\vec{u}'\)
Products & Chain Rule
\([\vec{u} \cdot \vec{v}]' = \vec{u}' \cdot \vec{v} + \vec{u} \cdot \vec{v}'\)
\([\vec{u} \times \vec{v}]' = \vec{u}' \times \vec{v} + \vec{u} \times \vec{v}'\)
\([\vec{u}(f(t))]' = f'(t)\vec{u}'(f(t))\)
Rules are identical to scalar calculus! Watch out for the Cross Product order!
Velocity Vector Worksheet Tangent Thrust
Derivatives and Velocity Vectors
Velocity Audit #03
PILOT:
Velocity Vector:
\(\vec{v}(t) = \vec{r}'(t) = \langle f'(t), g'(t), h'(t) \rangle\)
Unit Tangent Vector:
\(\vec{T}(t) = \frac{\vec{r}'(t)}{\|\vec{r}'(t)\|}\)
01 Standard Differentiation
1. Given \(\vec{r}(t) = \langle t^3, e^{2t}, \sin(5t) \rangle\), find \(\vec{r}'(t)\).
\(\vec{r}'(t) = \langle\) ________, ________, ________ \(\rangle\)
2. Find \(\vec{r}'(t)\) for \(\vec{r}(t) = (t\ln t)\mathbf{i} + \sqrt{t+1}\mathbf{j} - \frac{4}{t}\mathbf{k}\).
Show work for each component derivative.
02 Directional Normalization
Find the unit tangent vector \(\vec{T}(t)\) at the given point.
Problem: \(\vec{r}(t) = \langle \cos(t), \sin(t), t \rangle\) at \(t = \pi/4\).
Step 1: Compute \(\vec{r}'(t)\)
Step 2: Compute \(\|\vec{r}'(t)\|\)
Step 3: Assemble \(\vec{T}(\pi/4)\)
03 Vector Product Mastery
Recall: The derivative of a dot product is a scalar. The derivative of a cross product is a vector.
Given \(\vec{u}(t) = \langle t, t^2, 1 \rangle\) and \(\vec{v}(t) = \langle \sin t, 0, 1 \rangle\), calculate \(\frac{d}{dt}[\vec{u}(t) \times \vec{v}(t)]\).
Helper Zone:
1. Find \(\vec{u}'(t)\) and \(\vec{v}'(t)\)
2. Use formula: \(\vec{u}' \times \vec{v} + \vec{u} \times \vec{v}'\)
3. Be careful with determinant signs!
Critical Insight Challenge
Suppose \(\|\vec{r}(t)\| = c\) (a constant magnitude). This means the particle is moving on a sphere of radius \(c\). Show that \(\vec{r}(t) \cdot \vec{r}'(t) = 0\) for all \(t\).
(Hint: Differentiate the dot product \(\vec{r}(t) \cdot \vec{r}(t) = c^2\))
Synthesis: Flight Path Adjustment
A spaceship follows the path \(\vec{r}(t) = \langle t^2, \sin t, \cos t \rangle\). At \(t = 0\), the engines fail and the ship continues along its current tangent vector . Write the parametric equations of the straight line path the ship will follow for \(t > 0\).
Line: \(L(t) = \)
Tangent Thrust Teacher Guide Tangent Thrust
Teacher Guide
Lesson 03 | Differentiation
Learning Goal
Students will apply differentiation rules to vector-valued functions, interpret the result as a tangent/velocity vector, and normalize vectors to find the unit tangent vector \(\vec{T}(t)\).
Prerequisites
Basic differentiation rules (Power, Chain, Product, Quotient)
Dot and Cross products
Vector magnitude calculation
1. The Roller Coaster Hook (10 min)
Slide 2. Use the visual of a roller coaster "derailing." If a car leaves the track, its inertia carries it in the direction of its instantaneous velocity—the tangent vector. This provides a physical anchor for the derivative's direction.
2. Direct Instruction (15 min)
Slide 3-5. Point out that the math is straightforward (component-wise) but the notation is where students stumble. Emphasize that while \(\vec{r}(t)\) is a position, \(\vec{r}'(t)\) is a velocity. Mention that \(\|\vec{r}'(t)\|\) is the speed .
3. Velocity Audit Workshop (25 min)
Hand out the Velocity Vector Worksheet . Encourage students to keep their components organized. Common error: forgetting to apply the chain rule in component derivatives (e.g., \(\sin(5t) \to 5\cos(5t)\)).
Pedagogical Insight
When teaching the Unit Tangent Vector \(\vec{T}(t)\), explain why we divide by the magnitude. Ask: "If two ships follow the same circle but one goes twice as fast, how do their tangent vectors differ? (One is twice as long). How do their unit tangent vectors differ? (They are identical)." Unit vectors represent pure intent or direction .
Velocity Vector Worksheet: Answer Key
Section 1: Standard Differentiation
1. \(\vec{r}'(t) = \langle 3t^2, 2e^{2t}, 5\cos(5t) \rangle\)
2. \(\vec{r}'(t) = (1 + \ln t)\mathbf{i} + \frac{1}{2\sqrt{t+1}}\mathbf{j} + \frac{4}{t^2}\mathbf{k}\)
Section 2: Unit Tangent
\(\vec{r}'(t) = \langle -\sin t, \cos t, 1 \rangle\)
\(\vec{r}'(\pi/4) = \langle -\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}, 1 \rangle\)
Magnitude \(\|\vec{r}'(\pi/4)\| = \sqrt{(1/2) + (1/2) + 1} = \sqrt{2}\)
Final \(\vec{T}(\pi/4) = \langle -1/2, 1/2, \frac{\sqrt{2}}{2} \rangle\)
Section 3: Product Rules & Insight
Cross Product: \(\langle t^2 - 1, 1 - 2t, -t^2\cos t - t\sin t \rangle\) (Result depends on expansion).
Critical Insight Proof Outline:
Flight Path Recovery Slides Module 04
Flight Path Recovery
Reverse-engineering position from velocity and acceleration data.
DATA TYPE:
Integral Reconstruction
Post-Incident Investigation
A vehicle crashes into a wall. The GPS (position) failed at the start, but the accelerometer recorded the acceleration vector \(\vec{a}(t)\) the entire time.
The Challenge:
Can we work backwards to find the exact starting point and path of the vehicle?
Input: \(\vec{a}(t)\)
\(\int \vec{a}(t) dt = \vec{v}(t) + \vec{C}_1\)
\(\int \vec{v}(t) dt = \vec{r}(t) + \vec{C}_2\)
Output: \(\vec{r}(t)\)
Indefinite Integration
The Component Rule
The integral of a vector function is the vector of the integrals of its components.
\[ \int \vec{r}(t) dt = \left\langle \int f(t) dt, \int g(t) dt, \int h(t) dt \right\rangle + \vec{C} \]
Crucial Warning
The constant of integration \(\vec{C}\) is a VECTOR constant \(\langle C_1, C_2, C_3 \rangle\). Each component has its own independent constant!
Definite Integration FTC for Vectors
The definite integral from \(a\) to \(b\) represents the net displacement vector over that time interval.
\[ \int_a^b \vec{r}(t) dt = \left[ \vec{R}(t) \right]_a^b = \vec{R}(b) - \vec{R}(a) \]
Where \(\vec{R}\) is the antiderivative.
Result Profile
The result of a definite integral of a vector-valued function is always a CONSTANT VECTOR, not a scalar!
Solving for \(\vec{C}\)
1
Integrate
Find the general antiderivative including the \(\vec{C}\) vector.
2
Plug & Solve
Use the initial condition (e.g., \(\vec{r}(0) = \vec{r}_0\)) to find the specific values for \(C_1, C_2, C_3\).
3
Synthesize
Reassemble the specific vector function that describes the path.
Black Box Recovery Worksheet Black Box Recovery
Vector Integration & IVPs
Case File: INTEGRATE-4
INVESTIGATOR:
The Integration Rule
\[ \int \vec{r}(t) dt = \langle \int f(t) dt, \int g(t) dt, \int h(t) dt \rangle + \vec{C} \]
01 Basic Antidifferentiation
1. \(\int \langle t^2, \cos(t), e^t \rangle dt\)
\(\langle\) ________, ________, ________ \(\rangle + \vec{C}\)
2. \(\int ( \frac{1}{t+1}\mathbf{i} + \sec^2 t\mathbf{j} - t^{-1/2}\mathbf{k} ) dt\)
02 The Recovery Protocol (IVP)
Use the provided initial condition to solve for the specific constant vector \(\vec{C}\).
Problem: Velocity Recovery
A probe's velocity is \(\vec{v}(t) = \langle \sin t, 2t, 3 \rangle\). At time \(t=0\), its position is \(\vec{r}(0) = \langle 4, 1, 0 \rangle\). Find the specific position function \(\vec{r}(t)\).
Step 1: General Integral
Step 2: Solve for \(C_1, C_2, C_3\)
Step 3: Final Position Function \(\vec{r}(t)\)
\(\vec{r}(t) = \)
03 Definite Displacements
Evaluate the definite integral. Show the integration steps for each component.
Calculate: \(\int_0^{\pi} \langle 3\sin t, 2\cos t, 1 \rangle dt\)
X-Comp:
Y-Comp:
Z-Comp:
Result: \(\langle\) ___, ___, ___ \(\rangle\)
Investigation Case #84
An experimental rover's acceleration was recorded as \(\vec{a}(t) = \langle 0, 0, -10 \rangle\) m/s² (gravity only). We know that at \(t=0\), its velocity was \(\vec{v}(0) = \langle 5, 20, 30 \rangle\) m/s and its starting position was \(\vec{r}(0) = \langle 0, 0, 0 \rangle\).
Questions to Solve:
A. Find the velocity function \(\vec{v}(t)\):
B. Find the position function \(\vec{r}(t)\):
Analysis Challenge
At what time \(t > 0\) does the rover reach its maximum height? What is its position at that moment?
Flight Path Recovery Teacher Guide Flight Path Recovery
Facilitation & Key
Lesson 04 | Integration
Learning Objectives
Integrate vector functions component-wise.
Solve IVPs to find the constant vector \(\vec{C}\).
Interpret definite integrals as displacement.
Pacing (50 min)
00-10 The Hook
10-25 Direct Instr.
25-45 Worksheet
45-50 Summary
Critical Tip: The Vector Constant
Students will repeatedly forget that \(\vec{C}\) is a vector . They might write \(+C\) at the end of the vector bracket. Correct this immediately. Each integration step (acceleration to velocity, velocity to position) introduces a new vector constant (\(\vec{C}_1\), \(\vec{C}_2\)).
Worksheet Key
Section 1: Basics
1. \(\langle \frac{1}{3}t^3, \sin t, e^t \rangle + \vec{C}\)
2. \(\ln|t+1|\mathbf{i} + \tan t\mathbf{j} - 2\sqrt{t}\mathbf{k} + \vec{C}\)
Section 2: Recovery IVP
1. \(\int \langle \sin t, 2t, 3 \rangle dt = \langle -\cos t, t^2, 3t \rangle + \vec{C}\)
2. \(\vec{r}(0) = \langle -1, 0, 0 \rangle + \vec{C} = \langle 4, 1, 0 \rangle \implies \vec{C} = \langle 5, 1, 0 \rangle\)
Final: \(\vec{r}(t) = \langle 5 - \cos t, t^2 + 1, 3t \rangle\)
Section 3: Displacement
\(\int_0^{\pi} \langle 3\sin t, 2\cos t, 1 \rangle dt = \langle [-3\cos t], [2\sin t], [t] \rangle_0^{\pi} = \langle 6, 0, \pi \rangle\)
Investigation Case #84 Key
A. Velocity:
\(\vec{v}(t) = \langle 5, 20, 30-10t \rangle\)
B. Position:
\(\vec{r}(t) = \langle 5t, 20t, 30t-5t^2 \rangle\)
Max Height Challenge: Max height at \(t=3\) (when \(v_z = 0\)). Position at \(t=3\): \(\langle 15, 60, 45 \rangle\).
Space Curve Gallery Slides Module 05
Space Curve Gallery
Synthesizing algebraic behavior with 3D spatial reality.
Final Exhibition
Curvature & Knot Theory
Deciphering the Knot
Complex 3D knots can be defined by simple component functions.
Trefoil Knot Formula:
\(x = \sin t + 2\sin(2t)\)
\(y = \cos t - 2\cos(2t)\)
\(z = -\sin(3t)\)
The Detective Task
Analyze periodic behavior, symmetry, and axis bounds to predict the shape of any given vector function.
Tracking the Flow
Parameter Steps
Plot points at fixed intervals to find orientation.
t = 0 \(\to\) (x₀, y₀, z₀)
t = 1 \(\to\) (x₁, y₁, z₁)
t = 2 \(\to\) (x₂, y₂, z₂)
Direction Arrows
Always include arrows on your sketches to indicate increasing \(t\).
Visualization Strategy
X
Look for Planar Projections . If \(z = 0\), what 2D shape is on the floor?
Y
Look for Periodicity . Trig functions often imply circularity or oscillation.
Z
Look for Growth . Linear or power terms in \(z\) pull the curve up or down.
?
Look for Relationships . Does \(x^2 + y^2 = f(z)\)? This indicates a cylinder or cone.
The Navigator's Toolkit
Modern analysis relies on 3D graphing software to verify manual predictions and visualize "impossible" curves.
CalcPlot3D
GeoGebra 3D
Wolfram Alpha
Navigating the Software:
Rotate the axes to see planar projections (\(xy\), \(xz\), \(yz\)).
Animate the parameter \(t\) to watch the curve being drawn.
Compare multiple curves to see the effect of coefficient changes.
Final Task
The Space Curve Gallery
Sketch
Manually predict the path and orientation of three "Mystery Curves."
Verify
Use 3D software to check your intuition and explain any discrepancies.
Synthesize everything: Domain, Limits, Derivatives, and Geometry.
Knot Detectives Activity Knot Detectives
Space Curve Exhibition Task
Gallery ID: SC-05
ARTIST/PILOT:
Phase 1: Manual Prediction
Before using 3D graphing software, analyze the equations to predict the curve's behavior. Look for planar projections and periodicity.
Mystery Curve Alpha
\(\vec{r}(t) = \langle \cos t, \sin t, \sin(5t) \rangle\)
Planar Analysis (\(xy\)-plane):
Describe the projection of this curve onto the floor (ignore \(z\)).
Vertical Analysis (\(z\)-component):
Describe the behavior of the "height" as the curve circles the origin.
Rough Sketch (Include Axes):
Mystery Curve Beta
\(\vec{r}(t) = \langle t\cos t, t\sin t, t \rangle\)
Geometric Insight:
Compare \(x^2 + y^2\) with \(z^2\). What 3D surface does this curve lie on?
Growth Analysis:
How does the "radius" of the circle change as \(t\) increases?
Rough Sketch:
Phase 2: Digital Audit
Load your curves into a 3D graphing tool (CalcPlot3D or GeoGebra).
Curve Alpha Audit
How many "peaks" and "valleys" does the curve have in one full rotation? Was your manual sketch accurate?
Curve Beta Audit
Did the curve expand as you predicted? Rotate the view to look directly down the \(z\)-axis. What do you see?
The Designer Challenge
Design a vector-valued function \(\vec{r}(t)\) that describes a Torus Knot that stays on the surface of a cylinder with radius 3, but oscillates up and down exactly 8 times as it completes one full circle.
Your Formula:
\(\vec{r}(t) = \langle\) ________, ________, ________ \(\rangle\)
Justification (How did you ensure the radius and frequency?):
Space Curve Gallery Teacher Guide Space Curve Gallery
Teacher Facilitation Guide
Lesson 05 | Visualization
Mission Context
This culminating lesson synthesizes the algebraic manipulation of vector functions with geometric intuition. Students move from "calculating" to "designing," using 3D technology to bridge the gap between abstract equations and physical space.
Key Takeaways
Component behavior dictates geometric features (peaks, circles).
Orientation is vital for describing motion along a curve.
Manual sketching builds intuition that technology confirms.
1. The Trefoil Hook (10 min)
Slide 2. Show the trefoil knot equation. Ask: "Can we find where this curve hits the xy-plane? (When z=0)." Use this to show that even a scary-looking knot can be analyzed piece-by-piece.
2. Strategy Session (15 min)
Slide 3. Walk through the "Planar Projections" strategy. This is the most effective way for students to sketch in 3D: draw the floor shadow first, then "lift" it into 3D using the z-coordinate.
3. The Gallery Workshop (25 min)
Hand out the Knot Detectives Activity . Students should do Phase 1 without devices. Phase 2 involves opening CalcPlot3D or GeoGebra to verify. The designer challenge at the end is the peak assessment.
Designer Challenge Solution
\(\vec{r}(t) = \langle 3\cos t, 3\sin t, \sin(8t) \rangle\) (or similar osc. in \(z\))
Radius of cylinder: \(x^2 + y^2 = 9\cos^2 t + 9\sin^2 t = 9 = 3^2\). Success!
8 Oscillations: The frequency of the \(z\) sine wave is 8 times that of the circular rotation.
Knot Detectives: Diagnostic Key
Mystery Curve Alpha: The Sine Crown
\(\vec{r}(t) = \langle \cos t, \sin t, \sin(5t) \rangle\)
XY-Plane: A unit circle centered at the origin.
Z-Behavior: Oscillates between 1 and -1 five times for every single trip around the circle.
Geometry: It looks like a "wavy" circle or a crown. It lies on the surface of a cylinder.
Mystery Curve Beta: The Conical Spiral
\(\vec{r}(t) = \langle t\cos t, t\sin t, t \rangle\)
Planar Projection: An Archimedean spiral in the \(xy\)-plane (radius grows linearly with \(t\)).
Geometric Surface: \(x^2 + y^2 = t^2(\cos^2 t + \sin^2 t) = t^2\). Since \(z = t\), we have \(x^2 + y^2 = z^2\). This is a Cone .
Geometry: A spiral that starts at the origin and winds upward while getting wider on the surface of a cone.