πŸ“ 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:

Angle0Β°30Β°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):

Angle0Β°30Β°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! ⭐