Flight Path Slides FLIGHT PATHS
Vector-Valued Functions & Continuity
Aeronautical Systems Manual
The Drone Perspective
Imagine a drone flying through the air. At any time t, we can describe its position.
Standard Parametric:
x = f(t), y = g(t)
Vector-Valued Function:
\(\vec{r}(t) = \langle x(t), y(t) \rangle\)
\(\vec{r}(t)\)
Origin: The Pilot
Defining the Vector Function
Formal Definition:
A vector-valued function is a function whose domain is a set of real numbers (time) and whose range is a set of vectors.
\(\vec{r}(t) = f(t)\hat{i} + g(t)\hat{j}\)
The Domain
The intersection of the domains of the component functions.
The Graph
A set of points \((x, y)\) traced by the tip of the vector \(\vec{r}(t)\) as \(t\) varies.
Vector Limits
Limits are evaluated component-wise:
\(\lim_{t \to a} \vec{r}(t) = \left\langle \lim_{t \to a} f(t), \lim_{t \to a} g(t) \right\rangle\)
Check for Convergence:
The vector limit exists if and only if the limits of both component functions exist.
Flight Path Continuity
Definition
A vector function \(\vec{r}\) is continuous at \(a\) if:
\(\lim_{t \to a} \vec{r}(t) = \vec{r}(a)\)
"A continuous flight path means no teleportation. The drone moves smoothly through every point in space."
Analyzing Gaps
Mission Debrief
1
Vector Conversion
Treat \(x\) and \(y\) as components of a single vector \(\vec{r}(t)\).
2
Component-Wise Limits
Apply limits to each coordinate separately. If one fails, the whole vector limit fails.
3
Smooth Paths
Continuity ensures the path is traceable without lifting the pen (or teleporting the drone).
End of Briefing 01
Vector Map Teacher Guide Vector Mapping
Teacher Facilitation Guide | Lesson 1
Unit
V. VELOCITY
Instructional Objective
Students will formalize their understanding of parametric equations by treating them as vector-valued functions. By the end of this session, students should be able to identify restricted domains, evaluate limits component-wise, and prove continuity for a given path \(\vec{r}(t)\).
Core Skills
Domain Intersection
Component-wise Limits
Continuity Verification
1. The Hook: The Drone Perspective
Use the slide deck to introduce the concept of a position vector. Prompt: "If a drone is at (3, 4), what is the vector from the pilot to the drone?" Contrast this with parametric equations: Parametrics describe the points; vector-valued functions describe the motion/location as a relative quantity.
2. Technical Focus: Domain & Limits
Common Pitfall
Students often forget that the domain of \(\vec{r}(t)\) is the intersection of its components. If \(x(t)\) is defined for all \(t\) but \(y(t)\) is only defined for \(t > 0\), the vector function doesn't exist for negative time.
Limit Strategy
Encourage students to evaluate the \(x\) and \(y\) limits separately. If either limit is undefined or approaches infinity, the vector limit does not exist.
3. Discussion Prompts
Q Can a path be continuous if one of the component functions has a jump discontinuity? (No, the jump in one component causes a "teleportation" in the path.)
Q How does \(\vec{r}(t)\) help us think about 3D motion later? (Adding a \(z(t)\) component is a natural extension of this vector notation.)
Extension Point
For advanced students, introduce the idea of a "smooth" curve vs. a "continuous" curve. A curve can be continuous but have a sharp corner (like absolute value). Later, we will see that "smoothness" requires the derivative to be continuous and non-zero.
© 2026 Aeronautical Systems Command | Vector Velocity Sequence
Path Finder Worksheet Path Finder
Mission 01 • Vector Continuity
Pilot:
Date:
PHASE 1
Domain Identification
Identify the domain for each of the following vector-valued functions. Provide your answer in interval notation.
\(\vec{r}(t) = \left\langle \sqrt{t+2}, \ln(5-t) \right\rangle\)
\(\vec{r}(t) = \left\langle \frac{1}{t-1}, e^{2t} \right\rangle\)
PHASE 2
Limit Evaluation
Evaluate the following limits component-wise. Show each step of your work.
\(\lim_{t \to 0} \left\langle \frac{\sin(t)}{t}, \cos(t) \right\rangle\)
\(\lim_{t \to \infty} \left\langle \frac{2t^2 - 1}{t^2 + t}, \frac{1}{e^t} \right\rangle\)
PHASE 3
Continuity Analysis
5. Determine if the following vector function is continuous at \(t = 2\). Justify your answer using the three-step limit definition.
\(\vec{r}(t) = \begin{cases} \langle t+1, t^2 \rangle & t < 2 \\ \langle 3, 4 \rangle & t = 2 \\ \langle \sqrt{t+7}, 2^t \rangle & t > 2 \end{cases}\)
PHASE 4
The Flight Path
Sketch the curve traced by \(\vec{r}(t) = \langle 2\cos(t), 2\sin(t) \rangle\) for \(0 \le t \le \pi\). Draw an arrow to indicate the orientation of the path.
y x
6. Reflection:
Based on your sketch, what is the distance from the origin (the pilot) to the drone at any point along this path?
Aeronautical Systems Manual | Confidential Student Workbook
Path Finder Answer Key Path Finder
Mission 01 • Official Answer Key
Teacher Reference
Phase 1: Domain Identification
1. \(\vec{r}(t) = \langle \sqrt{t+2}, \ln(5-t) \rangle\)
\(x\): \(t+2 \ge 0 \Rightarrow t \ge -2\)
\(y\): \(5-t > 0 \Rightarrow t < 5\)
Domain: \([-2, 5)\)
2. \(\vec{r}(t) = \langle \frac{1}{t-1}, e^{2t} \rangle\)
\(x\): \(t \neq 1\)
\(y\): all real numbers
Domain: \((-\infty, 1) \cup (1, \infty)\)
Phase 2: Limit Evaluation
3. \(\lim_{t \to 0} \langle \frac{\sin t}{t}, \cos t \rangle\)
\(\lim_{t \to 0} \frac{\sin t}{t} = 1\) (Special Limit / L'Hopital)
\(\lim_{t \to 0} \cos t = \cos(0) = 1\)
Result: \(\langle 1, 1 \rangle\)
4. \(\lim_{t \to \infty} \langle \frac{2t^2 - 1}{t^2 + t}, \frac{1}{e^t} \rangle\)
\(\lim_{t \to \infty} \frac{2t^2 - 1}{t^2 + t} = \frac{2}{1} = 2\)
\(\lim_{t \to \infty} \frac{1}{e^t} = 0\)
Result: \(\langle 2, 0 \rangle\)
Phase 3: Continuity
5. Continuity at \(t = 2\)
\(\vec{r}(2) = \langle 3, 4 \rangle\) exists.
\(\lim_{t \to 2^-} \vec{r}(t) = \langle 2+1, 2^2 \rangle = \langle 3, 4 \rangle\)
\(\lim_{t \to 2^+} \vec{r}(t) = \langle \sqrt{2+7}, 2^2 \rangle = \langle 3, 4 \rangle\)
Thus, \(\lim_{t \to 2} \vec{r}(t) = \langle 3, 4 \rangle\).
\(\lim_{t \to 2} \vec{r}(t) = \vec{r}(2)\).
Conclusion: YES, the function is continuous at \(t = 2\).
Phase 4: Flight Path
6. Reflection:
The distance from the origin is the magnitude: \(||\vec{r}(t)|| = \sqrt{(2\cos t)^2 + (2\sin t)^2} = \sqrt{4(\cos^2 t + \sin^2 t)} = \sqrt{4} = 2\).
The drone is always 2 units from the pilot.
Key Generation System v1.0 | Vector Velocity Sequence
Vector Shift Slides VECTOR SHIFT
Derivatives & Integrals of Vectors
Operational Manual | Part 02
Component-Wise Differentiation
Calculus on vectors is surprisingly intuitive. To differentiate a vector function, you simply differentiate each component.
The Rule:
\(\vec{r}'(t) = \langle f'(t), g'(t) \rangle\)
Physical Meaning
\(\vec{r}(t)\) : Position Vector
\(\vec{v}(t) = \vec{r}'(t)\) : Velocity Vector
\(\vec{a}(t) = \vec{v}'(t)\) : Acceleration Vector
Velocity vs. Speed
Velocity (Vector)
\(\vec{v}(t) = \langle x'(t), y'(t) \rangle\)
Speed (Scalar)
\(s(t) = ||\vec{v}(t)|| = \sqrt{(x')^2 + (y')^2}\)
"Speed is just the magnitude of the velocity vector."
Scalar accumulation over time
Reversing the Flow
Integrals
Integration also happens component-wise. This allows us to recover position from velocity.
\(\int \vec{r}(t) dt = \left\langle \int f(t) dt, \int g(t) dt \right\rangle\)
Watch the Constant!
Your constant of integration is a vector \(\vec{C} = \langle c_1, c_2 \rangle\).
Initial Value Problems
1. Integrate both components.
2. Apply initial condition \(\vec{r}(0)\).
3. Solve for \(c_1\) and \(c_2\).
\(\vec{r}(t) = \int \vec{v}(t) dt + \vec{r}(0)\)
The Calculation Trap
Input Data:
Acceleration: \(\vec{a}(t) = \langle 3, \cos(t) \rangle\)
Initial Velocity: \(\vec{v}(0) = \langle 0, 1 \rangle\)
Initial Position: \(\vec{r}(0) = \langle 5, 2 \rangle\)
Solve for Velocity \(\vec{v}(t)\)
Solve for Position \(\vec{r}(t)\)
Work together to find the flight path!
Vector Calculus Teacher Guide Vector Calculus
Operational Facilitation | Lesson 2
Module
FLUX-02
Mission Objective
Transition students from static position vectors to dynamic calculus operations. Students will master component-wise differentiation and integration, specifically in the context of recovering position from acceleration and determining instantaneous speed.
Key Calculations
v(t) = r'(t)
speed = ||v(t)||
r(t) = ∫ v(t) dt + C
1 The Speed Trap (Discussion)
Begin by asking: "If our velocity is \(\langle 3, 4 \rangle\) m/s, how fast are we moving?" Most students will instinctively use the Pythagorean Theorem. Formalize this as the Magnitude of the Velocity Vector.
Crucial Distinction: Emphasize that speed is a scalar, while velocity is a vector. This distinction is the core of the next lesson (Distance vs. Displacement).
2 Integrating the Path (Workshop)
When students integrate vectors, they frequently forget that \(\vec{C}\) is also a vector.
Walkthrough: Model an Initial Value Problem on the board where the starting position \(\vec{r}(0) = \langle 10, -5 \rangle\).
Component-Wise: Remind them: "What happens in X stays in X. What happens in Y stays in Y." (Until you calculate speed).
3 Common Misconceptions
Error: Integrating Speed
Students might try to integrate the magnitude of acceleration to find the magnitude of velocity. This does not work in vector calculus.
Correct Method
Integrate the components first to find the velocity vector, then find its magnitude for speed.
Facilitation Strategy
This lesson is heavy on computation. Use a "Workshop" approach: give 10 minutes of direct instruction, then have students work in pairs on the first two problems of the Flow Tracker worksheet. Pause the class to debrief problem 3 (the integration problem) as it contains the most room for error.
Aeronautical Math Command Ref: V-FLUX-L2-TG
Flow Tracker Worksheet Flow Tracker
Calculus Operations Module
Technician:
Shift ID:
Part A: The Velocity Shift
Given the position vector \(\vec{r}(t) = \langle t^3 - 3t, e^{2t} \rangle\):
Find Velocity \(\vec{v}(t)\):
Find Acceleration \(\vec{a}(t)\):
For the particle in Problem 1, calculate the Speed at time t = 0. Show your magnitude formula.
Part B: Vector Recovery
3. Initial Value Problem: A research drone is moving with acceleration \(\vec{a}(t) = \langle \cos(t), 2t \rangle\). At time t = 0, its velocity is \(\vec{v}(0) = \langle 2, 5 \rangle\). Find the velocity vector \(\vec{v}(t)\) for all \(t\).
4. Path Construction: Suppose the drone from Problem 3 had an initial position \(\vec{r}(0) = \langle 0, 0 \rangle\). Use your answer from Part B to determine the drone's position vector \(\vec{r}(t)\).
Operational Doc: V-FLUX-W02 Aeronautical Math Systems Confidential Student Resource
Flow Tracker Answer Key Flow Tracker
Answer Key | Solutions Log
Verified Solutions
Part A: Velocity Shift
1. Given: \(\vec{r}(t) = \langle t^3 - 3t, e^{2t} \rangle\)
Velocity \(\vec{v}(t)\):
\(\vec{v}(t) = \langle 3t^2 - 3, 2e^{2t} \rangle\)
Acceleration \(\vec{a}(t)\):
\(\vec{a}(t) = \langle 6t, 4e^{2t} \rangle\)
2. Speed at \(t = 0\)
\(\vec{v}(0) = \langle 3(0)^2 - 3, 2e^0 \rangle = \langle -3, 2 \rangle\)
Speed \(s(0) = ||\vec{v}(0)|| = \sqrt{(-3)^2 + (2)^2}\)
\(s(0) = \sqrt{9 + 4} = \sqrt{13}\)
Speed ≈ 3.61 units/sec
Part B: Vector Recovery
3. Finding \(\vec{v}(t)\) from \(\vec{a}(t) = \langle \cos(t), 2t \rangle\), \(\vec{v}(0) = \langle 2, 5 \rangle\)
\(\vec{v}(t) = \langle \int \cos(t) dt, \int 2t dt \rangle = \langle \sin(t) + c_1, t^2 + c_2 \rangle\)
Applying initial conditions:
\(x: \sin(0) + c_1 = 2 \Rightarrow 0 + c_1 = 2 \Rightarrow c_1 = 2\)
\(y: (0)^2 + c_2 = 5 \Rightarrow c_2 = 5\)
Final Velocity: \(\vec{v}(t) = \langle \sin(t) + 2, t^2 + 5 \rangle\)
4. Finding \(\vec{r}(t)\) from \(\vec{v}(t)\), \(\vec{r}(0) = \langle 0, 0 \rangle\)
\(\vec{r}(t) = \langle \int (\sin(t) + 2) dt, \int (t^2 + 5) dt \rangle = \langle -\cos(t) + 2t + c_3, \frac{1}{3}t^3 + 5t + c_4 \rangle\)
Applying initial conditions:
\(x: -\cos(0) + 2(0) + c_3 = 0 \Rightarrow -1 + c_3 = 0 \Rightarrow c_3 = 1\)
\(y: \frac{1}{3}(0)^3 + 5(0) + c_4 = 0 \Rightarrow c_4 = 0\)
Final Position: \(\vec{r}(t) = \langle -\cos(t) + 2t + 1, \frac{1}{3}t^3 + 5t \rangle\)
Official Solution Key | V-FLUX-L2-KEY
Distance Duel Slides NET CHANGE
Displacement vs. Distance
Location
Path
The Lap 1 Paradox
"A race car starts at the finish line, does one full lap at 200 mph, and ends back at the finish line."
Displacement 0
Distance 2.5 Miles
Circular Motion
Defining Displacement
Calculus of Position
\(\Delta\vec{r} = \int_a^b \vec{v}(t) dt\)
"The net change in position from \(t=a\) to \(t=b\)."
It is a vector quantity.
Simply subtract initial position from final position: \(\vec{r}(b) - \vec{r}(a)\).
Defining Total Distance
To find the total distance traveled, we must accumulate the speed over time.
\(L = \int_a^b ||\vec{v}(t)|| dt\)
The Arc Length Integral
Expanded View:
\(\int_a^b \sqrt{(x')^2 + (y')^2} dt\)
Note: This is a scalar result. There is no direction associated with total distance.
The Decision Matrix
VECTOR
Displacement
Integrates Velocity
Answer: \(\langle x, y \rangle\)
Shows "Net Change"
SCALAR
Distance
Integrates Speed
Answer: A Number
Shows "Total Travel"
Mission Ready for Lab 03
Distance Dilemma Teacher Guide Distance Dilemma
Inquiry-Based Facilitation | Lesson 3
Phase
NET-03
Lesson Objective
Students will rigorously distinguish between Displacement (net change in the position vector) and Total Distance (the arc length of the path). They will apply the definite integral of velocity and speed respectively to solve real-world motion scenarios.
The Formulas
Displacement:
∫ v(t) dt
Distance:
∫ ||v(t)|| dt
1. The Lap Discussion (Inquiry)
Pose the "Circular Track" scenario from the slides. Ask students: "If you run a 400m dash and end at the start line, what was your velocity average?" Contrast the scalar average (distance/time) with the vector average (displacement/time). This builds the conceptual bridge to the integrals.
2. The Technical Barrier (Integrals)
Arc length integrals are notoriously difficult to evaluate by hand.
Calculators: This is a great time to introduce numerical integration on graphing calculators. Most AP-level problems allow this for distance.
Analytic Solutions: For hand-calculations, look for perfect squares under the radical (e.g., \(\sqrt{(\cos t)^2 + (\sin t)^2} = 1\)).
3. Case Study: Race Day
During the workshop portion, walk through the Race Day worksheet. Ensure students notice that ||Displacement|| ≤ Total Distance. Ask them to hypothesize when the two would be equal (Answer: When motion is in a straight line without reversing direction).
Pitfall Alert
"Many students integrate the distance formula \(\sqrt{(x'-x)^2 + (y'-y)^2}\) thinking it's distance. Correct them: Distance is the accumulation of SPEED. The velocity components must be squared before taking the root."
Aeronautical Systems Manual | Facilitation Guide NET-03
Race Day Worksheet Race Day
Vector Telemetry Report | Lesson 3
Driver:
Lap Time:
Telemetry Data: Vehicle 07
The velocity of a vehicle is modeled by the vector function: \(\vec{v}(t) = \langle 4\cos(t), 4\sin(t) \rangle\) where \(t\) is in seconds and velocity is in meters per second. Analyze the motion over the interval \(0 \le t \le \pi\).
1
Net Displacement
Calculate the displacement vector \(\Delta\vec{r}\) over the interval \([0, \pi]\). Show your integration steps.
2
Straight-Line Distance
Find the magnitude of the displacement vector you found in Problem 1. What does this represent physically?
3
Total Track Distance
Calculate the total distance traveled (arc length) over the interval \([0, \pi]\). Show the integral setup and result.
Driver Interview
"The GPS said I didn't move far, but my odometer says I've been driving forever."
4. Comparative Analysis:
Explain why the total distance traveled is different from the magnitude of displacement in this scenario. Refer to the shape of the path in your explanation.
5. Generalization:
Under what specific conditions would the total distance traveled exactly equal the magnitude of displacement? Give a mathematical reason based on the velocity vector.
Automotive Engineering Lab | Ref: NET-V03-RACE
Race Day Answer Key Race Day
Answer Key | Solutions Brief
Staff Only
Model Parameters:
\(\vec{v}(t) = \langle 4\cos(t), 4\sin(t) \rangle, \quad [0, \pi]\)
1. Displacement Vector
\(\Delta\vec{r} = \int_0^\pi \langle 4\cos t, 4\sin t \rangle dt\)
\(\Delta\vec{r} = \langle [4\sin t]_0^\pi, [-4\cos t]_0^\pi \rangle\)
\(\Delta\vec{r} = \langle 4(0)-4(0), -4(-1)-(-4(1)) \rangle\)
\(\Delta\vec{r} = \langle 0, 4+4 \rangle = \mathbf{\langle 0, 8 \rangle}\)
2. Magnitude of Displacement
\(||\Delta\vec{r}|| = \sqrt{0^2 + 8^2} = \sqrt{64} = \mathbf{8 \text{ meters}}\)
This represents the straight-line distance from the starting point to the ending point.
3. Total Track Distance (Arc Length)
\(L = \int_0^\pi \sqrt{(4\cos t)^2 + (4\sin t)^2} dt\)
\(L = \int_0^\pi \sqrt{16(\cos^2 t + \sin^2 t)} dt = \int_0^\pi \sqrt{16(1)} dt\)
\(L = \int_0^\pi 4 dt = [4t]_0^\pi = \mathbf{4\pi \text{ meters}} \approx 12.57 \text{ m}\)
Analysis Answers
4. Comparative Analysis:
The total distance (\(4\pi\)) is greater than the magnitude of displacement (8) because the vehicle is moving along a curved semicircular path. Displacement only measures the direct shortcut between the start and end points, while distance accounts for the entire curvature of the track.
5. Generalization:
Total distance equals the magnitude of displacement if and only if the vehicle travels in a straight line without reversing direction. Mathematically, this occurs when the velocity vector \(\vec{v}(t)\) maintains a constant direction (the components are multiples of each other and of the same sign).
Official Key | NET-V03-RACE-KEY
Rescue Ops Slides RESCUE OPS
Vector Motion Analysis
Signal Locked: Phase 04
Tactical Geometry: Perpendicularity
A critical moment in search and rescue occurs when the vehicle's velocity is perpendicular to its position.
The Condition:
\(\vec{r}(t) \cdot \vec{v}(t) = 0\)
"This occurs when the particle is at its closest (or furthest) point to the origin."
\(\vec{r} \cdot \vec{v} = x \cdot x' + y \cdot y' = 0\)
Intercept Mission: Minimum Distance
To find the time \(t\) when a vessel is closest to a target at the origin, we minimize the Distance Function.
\(D(t) = \sqrt{x(t)^2 + y(t)^2}\)
Pro Tip: Minimize \(D(t)^2\) instead!
1
Set up the squared distance function: \(f(t) = x^2 + y^2\)
2
Find the derivative: \(f'(t) = 2xx' + 2yy'\)
3
Set \(f'(t) = 0\) and solve for \(t\).
The Rescue Challenge
A ship is moving along the path:
\(\vec{r}(t) = \langle t-4, t^2-4 \rangle\)
Mission Goals:
Find velocity \(\vec{v}(t)\)
When is it moving directly toward the origin?
At what time is it closest to the beacon (0,0)?
Analysis Protocol Summary
01
Perpendicularity
Velocity and position are perpendicular when their dot product is zero.
02
Distance Optimization
Minimizing distance requires solving \(xx' + yy' = 0\).
03
Horizontal/Vertical Motion
Motion is purely horizontal when \(y' = 0\), and purely vertical when \(x' = 0\).
Ready for Search Mission Alpha
Tactical Ops Teacher Guide Tactical Vector
Mission Facilitation Guide | Lesson 4
Sector
OPS-04
Mission Objective
Students will synthesize their vector calculus skills to solve complex directional and distance-based problems. The focus shifts from "what is the derivative" to "how do we use the derivative to analyze specific physical orientations" like perpendicularity and proximity.
Tactical Tools
x' = 0 (Vertical)
y' = 0 (Horizontal)
xx' + yy' = 0 (Closest)
1. The Search & Rescue Hook
Frame the lesson as a "Search and Rescue" simulation. Use the slides to show a ship path. Ask: "If you are on a beacon at the origin, when is the ship moving in a circle around you?" This leads directly to the idea of \(\vec{r}(t)\) being perpendicular to \(\vec{v}(t)\).
2. The Optimization Shortcut
Explain why we minimize \(D(t)^2 = x^2 + y^2\) instead of \(D(t) = \sqrt{x^2 + y^2}\).
"Taking the derivative of a square root often leads to messy algebra. Since \(D(t) \ge 0\), its minimum occurs at the same time as the minimum of its square. This simplifies the math to finding where \(2xx' + 2yy' = 0\), which is exactly the same as our perpendicularity condition!"
3. Common Misconceptions
Perpendicular vs. Parallel: Ensure students know that \(\vec{r} \cdot \vec{v} = 0\) is perpendicular, while parallel requires \(\vec{v} = k\vec{r}\).
Tangent Slopes: Remind them that \(dy/dx = (dy/dt) / (dx/dt)\). A vertical tangent means \(dx/dt = 0\), not infinity (usually).
Game Protocol: Intercept
Divide the class into "Ships" and "Beacons." The Beacons give the Ships a position vector function. The Ships must calculate the time of closest approach. If they get it right within 30 seconds, they "Rescue" the beacon.
Tactical Operations Manual | Ref: OPS-V04-TG
Search Grid Worksheet Search Grid
Motion Analysis Protocol | Mission 04
Navigation Officer:
Grid Sector:
Mission Parameters
A rescue vessel is searching for a distress beacon located at the origin (0, 0). The position of the vessel at any time t (in hours) is given by:
\(\vec{r}(t) = \langle t^2 - 4, \quad 2t - 1 \rangle, \quad t \ge 0\)
1 Directional Analysis
Find the time \(t\) when the vessel is moving purely vertically. Show the condition used to determine this.
2 Tactical Perpendicularity
Use the Dot Product to find the time \(t\) when the vessel's velocity is perpendicular to its position vector relative to the origin.
3 Distance Optimization
Set up a function \(D(t)\) representing the distance from the vessel to the beacon. Determine the minimum distance reached during the mission.
4 Signal Interpretation
At \(t = 2\), the dot product \(\vec{r}(t) \cdot \vec{v}(t)\) is positive. What does this indicate about the ship's proximity to the origin?
SAR-GRID-V04 Aeronautical Systems Command Secure Mission Log
Search Grid Answer Key Search Grid
Solution Protocols | Mission 04
Command Clearance
Target Data:
\(\vec{r}(t) = \langle t^2 - 4, \quad 2t - 1 \rangle, \quad t \ge 0\)
1. Directional Analysis (Vertical Motion)
Purely vertical motion occurs when horizontal velocity is zero: \(x'(t) = 0\).
\(x'(t) = \frac{d}{dt}(t^2 - 4) = 2t\)
\(2t = 0 \Rightarrow \mathbf{t = 0}\)
At the start of the mission, the vessel is moving only in the Y direction.
2. Tactical Perpendicularity
\(\vec{r}(t) = \langle t^2 - 4, 2t - 1 \rangle \quad \vec{v}(t) = \langle 2t, 2 \rangle\)
Condition: \(\vec{r} \cdot \vec{v} = 0\)
\((t^2 - 4)(2t) + (2t - 1)(2) = 0\)
\(2t^3 - 8t + 4t - 2 = 0 \Rightarrow 2t^3 - 4t - 2 = 0\)
\(t^3 - 2t - 1 = 0 \quad \text{Testing integers: } t = -1 (\text{no}), \mathbf{t \approx 1.618} \text{ (or solving numerically)}\)
Note: Factoring \((t+1)(t^2 - t - 1) = 0\). Positive root is the golden ratio \(t = \frac{1+\sqrt{5}}{2} \approx 1.618\).
3. Distance Optimization
Minimizing \(D^2(t) = (t^2 - 4)^2 + (2t - 1)^2\).
Derivative: \(\frac{d}{dt}D^2 = 2(t^2 - 4)(2t) + 2(2t - 1)(2) = 4t^3 - 16t + 8t - 4 = 4t^3 - 8t - 4\).
Set to 0: \(4(t^3 - 2t - 1) = 0 \Rightarrow t \approx 1.618\).
Min distance: \(D(1.618) = \sqrt{(1.618^2 - 4)^2 + (2(1.618) - 1)^2} \approx \sqrt{1.38^2 + 2.236^2} \approx \mathbf{2.62 \text{ units}}\).
4. Signal Interpretation:
If the dot product \(\vec{r} \cdot \vec{v} > 0\), the angle between the position and velocity vectors is acute. This means the vessel is currently moving away from the origin.
Mission Briefing Completed | OPS-V04-KEY
Launch Lab Slides LAUNCH LAB
Projectile Modeling with Vectors
Capstone Simulation | Phase 05
The Physics of Flight
To model a projectile, we sum all the Force Vectors acting on the object.
Sum of Forces:
\(\vec{F}_{net} = \vec{F}_{gravity} + \vec{F}_{drag}\)
By Newton's Second Law: \(\vec{a}(t) = \vec{F}_{net} / m\)
Gravity
Drag
Vector Field Analysis
Constructing the Path
Initial Conditions
r₀
\(\langle 0, h \rangle\)
v₀
\(\langle v_0\cos\theta, v_0\sin\theta \rangle\)
a
\(\langle 0, -g \rangle\)
Integrated Position Vector:
\(\vec{r}(t) = \langle v_{x0}t, \quad -\frac{1}{2}gt^2 + v_{y0}t + h \rangle\)
"This vector function describes every point on the trajectory. To find the impact, we set the \(y\)-component to zero."
Mission Metrics: What we calculate
Max Height
Solve for \(t\) when the vertical velocity \(v_y = 0\).
Total Range
Solve for \(t\) when \(y(t) = 0\), then find \(x(t)\).
Impact Speed
Calculate \(||\vec{v}(t_{impact})||\).
Pumpkin Launch Simulation
You are tasked with hitting a target 50 meters away with a pumpkin launcher.
Launch Height: 2m
Launch Speed: 25 m/s
Gravity: 9.8 m/s²
CALCULATE THETA!
Ballistics Boss Teacher Guide Ballistics Boss
Simulation Facilitation Guide | Lesson 5
Final
LAUNCH-05
Mission Objective
Students will synthesize the entire unit to model and analyze the 2D trajectory of a projectile. This capstone lesson requires students to build a vector function from initial forces/conditions and use calculus to predict the impact point and final velocity.
Physics Constants
g ≈ 9.8 m/s²
a(t) = ⟨0, -g⟩
θ = Launch Angle
1. The Vector Setup (Simulation Hook)
Before handing out the worksheet, use the "Pumpkin Launch" slide to create a class-wide simulation. Scenario: Launch speed is 25 m/s at 45°. "Where will the pumpkin be at t = 2 seconds?" Have students calculate the \(x\) and \(y\) components separately but write them as a single vector \(\vec{r}(2)\).
2. Modeling Constraints
Focus on the vertical component.
Initial Height: Remind students that if the pumpkin is launched from a platform, \(\vec{r}(0) = \langle 0, h \rangle\), not \(\langle 0, 0 \rangle\). This changes the impact time significantly.
Solving for Time: The quadratic formula is often necessary to solve \(y(t) = 0\). Encourage students to use their calculators for the root finding.
3. Summary Presentation
As a closing activity, have each group present their "Impact Profile": Range, Max Height, and Impact Velocity (as a vector).
Check for Mastery:
"Does the vertical component of the impact velocity make sense? It should be negative and likely have a greater magnitude than the initial vertical velocity if launched from a height."
End of Unit Debrief
Congratulate students on completing the Vector Velocity unit. Remind them that these models are the same ones used by aerospace engineers and orbital mechanics. The transition to 3D space in multivariable calculus is just adding a \(\hat{k}\) component to these same principles.
Aeronautical Systems Manual | Facilitation Guide LAUNCH-05
Pumpkin Projectile Worksheet Pumpkin Launch
Ballistics Profile Module | Mission 05
Scientific Protocol 88-A
Ballistics Engineer:
Date:
Launch Configuration
Initial Velocity (\(v_0\))
30 m/s
Launch Angle (\(\theta\))
30°
Platform Height (\(h\))
5 m
Note: Use \(g = 9.8\) m/s² for all calculations. Neglect air resistance for this profile.
01
Acceleration & Initial State
Write the constant acceleration vector \(\vec{a}(t)\) and the initial velocity vector \(\vec{v}(0)\) in component form.
\(\vec{a}(t) = \)
\(\vec{v}(0) = \)
02
Velocity Profile
Integrate the acceleration vector to find the general velocity vector \(\vec{v}(t)\). Show your work for the constants of integration.
03
Position Profile
Integrate the velocity vector to find the position vector \(\vec{r}(t)\). Incorporate the platform height \(h = 5\).
04
Phase 2: Trajectory Metrics
Impact Timing:
Determine the time \(t\) when the pumpkin hits the ground (\(y = 0\)).
Maximum Range:
Using your impact time, calculate the total horizontal distance traveled.
Impact Velocity:
Calculate the magnitude of the velocity vector (speed) at the moment of impact. Compare this to the initial launch speed.
Scientific Log: V-LAUNCH-W05 Pumpkin Ballistics Division Secure Student Resource
Pumpkin Projectile Answer Key Pumpkin Launch
Answer Key | Ballistics Solutions
Top Secret
Launch Specs:
v₀ = 30 m/s, θ = 30°, h = 5m
Components:
vₓ₀ ≈ 25.98, vᵧ₀ = 15
1. Initial State
\(\vec{a}(t) = \mathbf{\langle 0, -9.8 \rangle}\)
\(\vec{v}(0) = \langle 30\cos(30^\circ), 30\sin(30^\circ) \rangle = \mathbf{\langle 25.98, 15 \rangle}\)
2. Velocity Profile
\(\vec{v}(t) = \langle \int 0 dt, \int -9.8 dt \rangle = \langle c_1, -9.8t + c_2 \rangle\)
Applying \(\vec{v}(0)\): \(c_1 = 25.98, c_2 = 15\)
\(\vec{v}(t) = \langle 25.98, -9.8t + 15 \rangle\)
3. Position Profile
\(\vec{r}(t) = \langle 25.98t + c_3, -4.9t^2 + 15t + c_4 \rangle\)
Applying \(\vec{r}(0) = \langle 0, 5 \rangle\): \(c_3 = 0, c_4 = 5\)
\(\vec{r}(t) = \langle 25.98t, -4.9t^2 + 15t + 5 \rangle\)
4. Impact Timing
\(-4.9t^2 + 15t + 5 = 0\)
\(t = \frac{-15 \pm \sqrt{225 + 98}}{-9.8} \approx \frac{-32.97}{-9.8}\)
t ≈ 3.36 seconds
5. Max Range
\(x(3.36) = 25.98 \times 3.36\)
Range ≈ 87.33 meters
6. Impact Analysis
\(\vec{v}(3.36) = \langle 25.98, -9.8(3.36)+15 \rangle = \langle 25.98, -17.93 \rangle\)
Speed \(= \sqrt{25.98^2 + (-17.93)^2} \approx \sqrt{675 + 321.5} \approx \mathbf{31.57 \text{ m/s}}\)
Note: The impact speed (31.57) is higher than the launch speed (30) because the object fell an additional 5 meters below its starting vertical position, gaining kinetic energy from the lost gravitational potential energy.
Verified Ballistics Solution | V-LAUNCH-L5-KEY