📐 Unit 6 Mastery Tutorial – Zero to Mastery

📐 Unit 6 Mastery Tutorial

From Zero Knowledge to Full Worksheet Mastery

⭐ Click any section to expand and learn ⭐

Complete this tutorial → Then start Block 1 → Work through Blocks 1-13 → Pass Block 16 Final Exam

🎯 MUST MEMORIZE FIRST The Hand Method - Learn sin/cos of 0°,30°,45°,60°,90° in 5 Minutes
✋ What is the Hand Method?

A simple visual trick to memorize the sine and cosine values for 0°, 30°, 45°, 60°, and 90° without memorizing a table.

💡 Why this works: The pattern comes from the geometry of right triangles inside a unit circle. Once you learn this, you'll never need to look up these values again!
📐 The Pattern - Sine Values

Write the numbers 0, 1, 2, 3, 4 in order for the angles:

Angle30°45°60°90°
n01234
sin θ = √n / 2
Calculating Sine:
sin 0° = √0 / 2 = 0/2 = 0
sin 30° = √1 / 2 = 1/2 = 0.5
sin 45° = √2 / 2 ≈ 0.707
sin 60° = √3 / 2 ≈ 0.866
sin 90° = √4 / 2 = 2/2 = 1
🔄 The Pattern - Cosine Values

For cosine, reverse the order (use 4-n):

Angle30°45°60°90°
4-n43210
cos θ = √(4-n) / 2
Calculating Cosine:
cos 0° = √4 / 2 = 2/2 = 1
cos 30° = √3 / 2 ≈ 0.866
cos 45° = √2 / 2 ≈ 0.707
cos 60° = √1 / 2 = 1/2 = 0.5
cos 90° = √0 / 2 = 0/2 = 0
✋ Visual Hand Method (Finger Trick)

Hold up your left hand with palm facing you. Assign each finger an angle:

📌 Step-by-Step:

1. Thumb = 0°
2. Index Finger = 30°
3. Middle Finger = 45°
4. Ring Finger = 60°
5. Pinky = 90°

For sine: Bend down the finger for your angle. Count the number of fingers BELOW it (including the bent one), take square root, divide by 2.

For cosine: Count the number of fingers ABOVE your bent finger, take square root, divide by 2.
Example: Find sin 30°
Bend your index finger (30°). Fingers below: 1 (the bent finger). √1/2 = 1/2 ✓
Example: Find cos 30°
Bend your index finger (30°). Fingers above: 3 (thumb, index, middle? Wait, let me clarify...). Actually, fingers above = 3. √3/2 ≈ 0.866 ✓
🖐️ Quick Reference Card:

sin 0° = 0 | cos 0° = 1
sin 30° = 1/2 | cos 30° = √3/2
sin 45° = √2/2 | cos 45° = √2/2
sin 60° = √3/2 | cos 60° = 1/2
sin 90° = 1 | cos 90° = 0
💡 Sanity Check:
Sine INCREASES as angle increases (0 → 0.5 → 0.707 → 0.866 → 1)
Cosine DECREASES as angle increases (1 → 0.866 → 0.707 → 0.5 → 0)
If your values don't follow this pattern, you made a mistake!
Practice: Without looking, write down sin 60° and cos 60°.
Answer: sin 60° = √3/2 ≈ 0.866, cos 60° = 1/2 = 0.5
Objective 1 Examine distance traveled along a path
🎯 What You Need to Learn

Calculate the total distance a particle travels when moving along a curved path, not just the straight-line displacement.

💡 Key Difference:
Distance = total path length (what your odometer measures)
Displacement = straight line from start to end (as the crow flies)
📐 The Distance Formula (for straight lines)
d = √[(x₂ - x₁)² + (y₂ - y₁)²]
Example: Distance from (0,0) to (3,4)
d = √[(3-0)² + (4-0)²] = √(9 + 16) = √25 = 5 units
🔄 Approximating Curved Path Distance (Riemann Sum)
Total Distance ≈ Σ √[(Δx)² + (Δy)²] for small Δt
📌 Step-by-Step Method:

1. Choose a small Δt (time interval)
2. Create a t-table: t₀, t₁, t₂, ... at each interval
3. Calculate (x,y) at each t using the parametric equations
4. For each segment, find Δx and Δy (difference between consecutive points)
5. Calculate each segment length: √[(Δx)² + (Δy)²]
6. Add all segment lengths together
Worked Example: x = t², y = t from t=0 to t=1 with Δt = 0.25
t-table:
t=0: (0, 0)
t=0.25: (0.0625, 0.25)
t=0.5: (0.25, 0.5)
t=0.75: (0.5625, 0.75)
t=1: (1, 1)

Segment lengths:
0→0.25: √(0.0625²+0.25²)=0.258
0.25→0.5: √(0.1875²+0.25²)=0.312
0.5→0.75: √(0.3125²+0.25²)=0.400
0.75→1: √(0.4375²+0.25²)=0.504

Total ≈ 1.474 units
Check Your Understanding: If a particle moves from (0,0) to (3,0) to (3,4), what is the distance? What is the displacement?
Answer: Distance = 3 + 4 = 7 units. Displacement = √(3²+4²)=5 units.
Objective 2 Graph parametric equations
🎯 What You Need to Learn
x = f(t), y = g(t)

Both x and y are functions of a third variable t (the parameter, often representing time). As t increases, we trace a path on the coordinate plane.

📐 Common Parametric Curves
📌 Line: x = at, y = bt → y = (b/a)x
📌 Circle: x = r cos t, y = r sin t → x² + y² = r²
📌 Ellipse: x = a cos t, y = b sin t → x²/a² + y²/b² = 1
📌 Parabola: x = t, y = t² → y = x²
Example 1: x = 2t, y = 3t (Line)
t=0: (0,0); t=1: (2,3); t=2: (4,6)
Shape: Line | Direction: Up and Right
Example 2: x = 2 cos t, y = 3 sin t (Ellipse)
t=0: (2,0); t=π/2: (0,3); t=π: (-2,0); t=3π/2: (0,-3)
Shape: Ellipse | Direction: Counterclockwise
⚠️ Direction Alert: x = cos t, y = sin t is counterclockwise. x = sin t, y = cos t is clockwise!
Check Your Understanding: For x = 3 cos t, y = 4 sin t, what is the shape and direction?
Answer: Ellipse (horizontal radius 3, vertical radius 4), counterclockwise.
Objective 3 Convert between rectangular and parametric
📐 Rectangular → Parametric
📌 Step 1: Choose a parameter (usually let x = t)
📌 Step 2: Substitute into the rectangular equation
📌 Step 3: Write x = t, y = expression in t
Example: y = x² → x = t, y = t²
Example: y = 2x + 3 → x = t, y = 2t + 3
💡 For circles/ellipses, use trig: x = a cos t, y = b sin t
🔄 Parametric → Rectangular
📌 Step 1: Solve one equation for t
📌 Step 2: Substitute into the other equation
📌 Step 3: Simplify to get rectangular equation
Example: x = 3t, y = t² → t = x/3 → y = x²/9
Example: x = 2 cos t, y = 3 sin t → (x/2)² + (y/3)² = 1 → x²/4 + y²/9 = 1
Check Your Understanding: Convert x = t + 1, y = t² - 2t to rectangular form.
Answer: t = x - 1, y = (x-1)² - 2(x-1) = x² - 4x + 3.
Objective 4 Create parametric equations for real-world problems
🚗 Car Motion (Linear)
East: x = speed × t, y = 0
North: x = 0, y = speed × t
West: x = -speed × t, y = 0
South: x = 0, y = -speed × t
Example: Car east at 60 mph → x = 60t, y = 0
🎡 Ferris Wheel (Circular)
ω = 2π / period (radians per second)
x = h + r cos(ωt), y = k + r sin(ωt)
Example: r=10, center (0,15), period 60s, starting rightmost
ω = 2π/60 = π/30 → x = 10 cos(πt/30), y = 15 + 10 sin(πt/30)
🎯 Projectile Motion
x = v₀ cosθ · t
y = v₀ sinθ · t - 4.9t² (g = 9.8 m/s²)
Example: v₀=30 m/s, θ=60° → v₀x=15, v₀y≈25.98 → x=15t, y=25.98t-4.9t²
Check Your Understanding: Write parametric equations for a Ferris wheel with radius 12m, center (0,18), period 40 seconds, starting at rightmost point.
Answer: ω = 2π/40 = π/20, x = 12 cos(πt/20), y = 18 + 12 sin(πt/20).
Objective 5 Vector addition, subtraction, scalar multiplication
📐 The Three Operations
Addition: ⟨a,b⟩ + ⟨c,d⟩ = ⟨a+c, b+d⟩
Subtraction: ⟨a,b⟩ - ⟨c,d⟩ = ⟨a-c, b-d⟩
Scalar: k⟨a,b⟩ = ⟨ka, kb⟩
📌 Order of Operations:
1. Perform scalar multiplication first
2. Then add or subtract component-wise
Examples with u = ⟨3,4⟩, v = ⟨1,-2⟩
u + v = ⟨4,2⟩
2u - v = ⟨6,8⟩ - ⟨1,-2⟩ = ⟨5,10⟩
2u - 3v = ⟨6,8⟩ - ⟨3,-6⟩ = ⟨3,14⟩
Check Your Understanding: If u = ⟨5,-2⟩ and v = ⟨3,4⟩, find 3u - 2v.
Answer: 3u = ⟨15,-6⟩, 2v = ⟨6,8⟩, 3u - 2v = ⟨9,-14⟩.
Objective 6 Component form given magnitude and direction
📐 The Conversion Formula
v = ⟨r cosθ, r sinθ⟩
📌 Step 1: Identify r (magnitude) and θ (angle from +x-axis)
📌 Step 2: Calculate x = r cosθ
📌 Step 3: Calculate y = r sinθ
Example: r = 13, θ = 53°
x = 13 cos53° ≈ 7.82, y = 13 sin53° ≈ 10.38 → ⟨7.82, 10.38⟩
💡 Pythagorean Triples to Memorize:
3-4-5 → angle ≈ 53°
5-12-13 → angle ≈ 67°
8-15-17 → angle ≈ 62°
⚠️ Quadrant Signs:
QI: (+,+) | QII: (-,+) | QIII: (-,-) | QIV: (+,-)
Check Your Understanding: Find components for r = 5, θ = 306.87°.
Answer: x = 5 cos306.87° ≈ 3, y = 5 sin306.87° ≈ -4 → ⟨3, -4⟩.
Objective 7 Component form and magnitude given points
📐 From Points to Vector
PQ→ = ⟨x₂ - x₁, y₂ - y₁⟩
||PQ→|| = √[(x₂ - x₁)² + (y₂ - y₁)²]
📌 Step 1: Subtract x-coordinates → x-component
📌 Step 2: Subtract y-coordinates → y-component
📌 Step 3: Magnitude = √(x² + y²)
Example: P(1,2) to Q(4,6)
x = 4-1 = 3, y = 6-2 = 4 → ⟨3,4⟩, magnitude = 5
Example: P(-1,3) to Q(2,-1)
x = 2-(-1)=3, y = -1-3=-4 → ⟨3,-4⟩, magnitude = 5
Check Your Understanding: Find vector from P(-2,5) to Q(3,1) and its magnitude.
Answer: ⟨5, -4⟩, magnitude = √(25+16)=√41≈6.40.
Objective 8 Magnitude and direction from component form
📐 The Conversion Process
r = √(a² + b²)
θ = arctan(b/a) + quadrant adjustment
📌 Step 1: r = √(a² + b²)
📌 Step 2: θ_ref = arctan(|b/a|)
📌 Step 3: Adjust for quadrant:
  QI (+,+): θ = θ_ref
  QII (-,+): θ = 180° - θ_ref
  QIII (-,-): θ = 180° + θ_ref
  QIV (+,-): θ = 360° - θ_ref
Example 1: ⟨3,4⟩ (QI)
r = 5, θ = arctan(4/3) ≈ 53.13°
Example 2: ⟨-3,4⟩ (QII)
r = 5, θ = 180° - 53.13° = 126.87°
Example 3: ⟨-3,-4⟩ (QIII)
r = 5, θ = 180° + 53.13° = 233.13°
Example 4: ⟨3,-4⟩ (QIV)
r = 5, θ = 360° - 53.13° = 306.87°
💡 ASTC Memory Aid:
All positive (QI) | Sin positive (QII) | Tan positive (QIII) | Cos positive (QIV)
Check Your Understanding: Find magnitude and direction of v = ⟨5, -12⟩.
Answer: r = 13, θ_ref = arctan(12/5) ≈ 67.38°, QIV → θ = 360° - 67.38° = 292.62°.
✅ You've completed the Unit 6 Tutorial!

Next Steps:
1. Start Block 1 (Coordinate Plane Trainer)
2. Work through Blocks 1-13 in order
3. Complete Block 16 Final Exam to earn your certificate

🎯 You now have all the knowledge you need. Go master Unit 6!
📐 Block 1: Coordinate Plane Trainer
📐 Block 1: Coordinate Plane Trainer Phase 1 Foundations
📄 From your Unit 6 Worksheet: "Label axes, plot points, identify quadrants"
Master the coordinate plane before moving to vectors and parametrics.
Progress: 0/20 points mastered
🎯 Target Point: (3, 4)
💡 Tip: Click on the canvas to plot your point. Then enter the quadrant.
📖 Step-by-Step Explanation
📐 Block 2: Distance Formula Trainer
📐 Block 2: Distance Formula Trainer Worksheet Objective 7 & 8
📄 From your Unit 6 Worksheet: "Determine the component form and magnitude given a vector on a plane"
Progress: 0/8 worksheet problems mastered
🔢 Problem: Find the distance between points
📍 Point A: (3, 4)  |  📍 Point B: (0, 0)
d = √[(x₂ - x₁)² + (y₂ - y₁)²]
📖 Step-by-Step Solution
📐 Block 3: Trig Reference Flashcards
📐 Block 3: Trig Reference Flashcards Phase 1 Foundations
📄 From your Unit 6 Worksheet: "Trigonometry Refresher – sin, cos, quadrant signs (ASTC)"
Master these before moving to vectors and parametrics.
Progress: 0/20 trig facts mastered
sin 30° = ?
📌 ASTC Memory Aid: All (Quadrant I: all positive) | Sin (QII: sin positive) | Tan (QIII: tan positive) | Cos (QIV: cos positive)
📖 Step-by-Step Explanation
📐 Block 4: Vector Components from Points
📐 Block 4: Vector Components from Points Worksheet Objective 7
📄 From your Unit 6 Worksheet: "Determine the component form and magnitude given a vector on a plane"
Given two points P and Q, find the vector PQ→ = ⟨x₂ - x₁, y₂ - y₁⟩
Progress: 0/10 vector problems mastered
📍 Point P: (3, 4)  |  📍 Point Q: (0, 0)
Vector PQ→ = ⟨x₂ - x₁, y₂ - y₁⟩
📖 Step-by-Step Solution
📐 Block 5: Vector Magnitude Drill
📐 Block 5: Vector Magnitude Drill Worksheet Objective 8
📄 From your Unit 6 Worksheet: "Determine the magnitude and direction of a vector given in component form"
Find the magnitude: ||v|| = √(a² + b²)
Progress: 0/12 magnitude problems mastered
v = ⟨3, 4
||v|| = √(a² + b²)
💡 Tip: Look for 3-4-5 triangles! ⟨3,4⟩ → 5, ⟨6,8⟩ → 10, ⟨9,12⟩ → 15, ⟨5,12⟩ → 13, ⟨8,15⟩ → 17
📖 Step-by-Step Solution
📐 Block 6: Vector Operations
📐 Block 6: Vector Operations Worksheet Objective 5
📄 From your Unit 6 Worksheet: "Calculate solutions to problems involving vector addition, subtraction, and scalar multiplication"
Add: ⟨a,b⟩ + ⟨c,d⟩ = ⟨a+c, b+d⟩ | Subtract: ⟨a,b⟩ - ⟨c,d⟩ = ⟨a-c, b-d⟩ | Scalar: k⟨a,b⟩ = ⟨ka, kb⟩
Progress: 0/15 vector operations mastered
⟨3, 4⟩ + ⟨1, -2⟩
Addition: add corresponding components
💡 Tip: Add/subtract x-components, then y-components. Scalar: multiply each component.
📖 Step-by-Step Solution
📐 Block 7: Magnitude-Direction Converter
📐 Block 7: Magnitude-Direction Converter Worksheet Objectives 6 & 8
📄 From your Unit 6 Worksheet: "Determine component form given magnitude and direction" (Obj 6) and "Determine magnitude and direction given component form" (Obj 8)
Progress: 0/16 conversions mastered
r = 13, θ = 53°
Components: ⟨r cosθ, r sinθ⟩
💡 Quadrant I: Both components positive
📖 Step-by-Step Solution
📐 Block 8: Parametric Graphing
📐 Block 8: Parametric Graphing Worksheet Objective 2
📄 From your Unit 6 Worksheet: "Graph parametric equations"
Identify the shape and direction of motion from parametric equations.
Progress: 0/12 parametric curves mastered
x = 2t, y = 3t
Parametric equations: x = f(t), y = g(t)
💡 Tip: Eliminate t to find the rectangular equation. Arrows show direction as t increases.
📊 Parametric curve shown above. The arrow indicates direction as t increases.
📖 Step-by-Step Explanation
📐 Block 9: Parametric Conversions
📐 Block 9: Parametric Conversions Worksheet Objective 3
📄 From your Unit 6 Worksheet: "Convert between rectangular relations and parametric equations"
Rectangular → Parametric: choose parameter t | Parametric → Rectangular: eliminate t
Progress: 0/14 conversions mastered
y = x²
Rectangular → Parametric: let x = t, then y = t²
💡 Tip: Multiple parameterizations exist. The simplest is x = t.
📖 Step-by-Step Solution
📐 Block 10: Parametric Direction
📐 Block 10: Parametric Direction Worksheet Objective 2
📄 From your Unit 6 Worksheet: "Graph parametric equations"
Determine the direction of motion as t increases.
Progress: 0/10 direction problems mastered
x = t, y = t²
Parametric equations: x = f(t), y = g(t)
💡 Tip: Create a t-table to see how points change as t increases.
📊 Parametric curve. Red arrow shows direction as t increases.
📖 Step-by-Step Solution
📐 Block 11: Real-World Modeling
📐 Block 11: Real-World Modeling Worksheet Objective 4
📄 From your Unit 6 Worksheet: "Create parametric equations to model real-world problems"
Use t = time to model motion: cars, Ferris wheels, projectiles.
Progress: 0/12 real-world models mastered
🚗 A car travels east at 60 mph. Write parametric equations for its position starting at (0,0).
Parametric equations: x(t) = ?, y(t) = ?
💡 Tip: Let t be time in hours. East = positive x, North = positive y.
📖 Step-by-Step Solution
📐 Block 12: Path Distance Calculator
📐 Block 12: Path Distance Calculator Worksheet Objective 1
📄 From your Unit 6 Worksheet: "Examine distance traveled along a path with respect to coordinate positions"
Approximate total distance using: L ≈ Σ √[(Δx)² + (Δy)²] for small Δt
Progress: 0/8 distance problems mastered
x = t², y = t, 0 ≤ t ≤ 1, Δt = 0.25
Distance ≈ Σ √[(Δx)² + (Δy)²] = Σ √[(x(t+Δt)-x(t))² + (y(t+Δt)-y(t))²]
💡 Tip: Calculate (x,y) at each t, then find distances between consecutive points.
📋 Step-by-Step Calculation
📖 Step-by-Step Solution
📐 Block 13: Piecewise Motion
📐 Block 13: Piecewise Motion Worksheet Objective 1 & 4
📄 From your Unit 6 Worksheet: "Examine distance traveled" & "Create parametric equations for real-world problems"
Multi-segment motion: different parametric equations for different time intervals.
Progress: 0/8 piecewise problems mastered
🚗 A car drives 30 mph east for 2 hours, then 40 mph north for 3 hours.
Write piecewise parametric equations for its position starting at (0,0).
Piecewise: different equations for different time intervals
💡 Tip: First segment: x = vₓ·t, y = 0. Second segment: x = final x₁, y = vᵧ·(t - t₁)
📋 Path Breakdown
📖 Step-by-Step Solution
📐 Block 16: Mastery Proof - Final Exam
📐 Block 16: Mastery Proof - Final Exam Certificate Required
🎯 Final Assessment – Complete all 24 questions (3 per objective) to earn your Unit 6 Mastery Certificate.
Easy (⭐) = Worksheet Basic | Intermediate (⭐⭐) = Worksheet Variation | Difficult (⭐⭐⭐) = Extension
Progress: 0/24 questions mastered

🏆 UNIT 6 MASTERY CERTIFICATE 🏆

This certifies that the student has mastered all 8 learning objectives

with 24/24 questions correct on the final exam.

Date:

⭐ Ready for the Unit 6 Worksheet! ⭐