FULL REVIEW

Full Review: Vectors and Components

Review vector components, trigonometry, coordinate geometry, resultants, and quantitative problem solving.

TIME

60 minutes

BEST FOR

A complete unit review

FINISH WITH

A readiness check

After this full review, you'll be able to... resolve vectors into components, reconstruct magnitude and direction, add and subtract vectors algebraically, and solve representative college-physics vector problems.

Choose how you want to review

Unit Alignment

This bundle is aligned to the approved Physics Sensei unit specification below. Use it to recover the unit structure, reinforce key decisions, and confirm readiness for the next study task.

ARCHITECTURE: Physics Sensei Independent Mechanics

UNIT: MEC-U04 — Vectors and Components

SCOPE: Unit Review

PHYSICS LEVEL: Algebra-Based

BEST USED
✓ Before homework using vector components
✓ Before a quiz or exam
✓ When trigonometry, signs, or resultants feel uncertain

Your Review Plan

Complete these six stages in order. Each stage builds on the previous one and prepares you for the final readiness check.

6 Stages • Approximately 60 minutes.

Warm-Up Check

Activate prior knowledge.

Core Concepts

Review the essential ideas.

Guided Practice

Apply what you learned.

Confidence Check

Confirm your understanding.

Summary

Review the key ideas.

Next Step

Continue your learning.

Warm-Up Check

Before you begin, take a moment to see what you already remember. Do not worry about getting everything right. This is only a starting point.

ACTIVITY 1

Recall Activity 1

Resolve the magnitude along the x- and y-axes.

A vector has magnitude 10.0 units at 30.0 degrees above +x. Find its components.

Reveal Answers

Ax = 8.66 units; Ay = 5.00 units.

Why it works: Use Ax=A cos(theta) and Ay=A sin(theta): 10 cos30=8.66 and 10 sin30=5.00.

ACTIVITY 2

Recall Activity 2

Use the Pythagorean theorem and atan2 for the quadrant.

A vector has components Ax=-6.0 and Ay=+8.0. Find its magnitude and direction measured counterclockwise from +x.

Reveal Answers

Magnitude = 10.0; direction = 126.9 degrees.

Why it works: Magnitude is sqrt(36+64)=10. The components place the vector in quadrant II; atan2(8,-6)=126.9 degrees.

ACTIVITY 3

Recall Activity 3

Add corresponding components.

A = 3i + 4j and B = -2i + 5j. Find A + B.

Reveal Answers

A + B = 1i + 9j.

Why it works: Vector addition is componentwise: (3-2)i + (4+5)j = i + 9j.

Ready to strengthen your understanding?

You've refreshed what you already know. Next, you'll reinforce the essential concepts that will help you solve problems with confidence. Need to see the learning path again?

← View Review Map

Core Concepts

Let's rebuild the key ideas one step at a time. Focus on understanding the relationships before worrying about solving problems.

KEY CONCEPT 1

Resolve a vector with trigonometric projections

For a vector of magnitude A at angle theta from +x, Ax=A cos(theta) and Ay=A sin(theta). Signs must agree with the vector quadrant.

For a vector of magnitude A at angle theta from +x, Ax=A cos(theta) and Ay=A sin(theta). Signs must agree with the vector quadrant.

EXAMPLE A=12 at 40 degrees gives Ax=9.19 and Ay=7.71.

Sensei Note: Sine and cosine do not determine signs by themselves; the geometry and quadrant do.

KEY CONCEPT 2

Reconstruct magnitude and direction from components

Given Ax and Ay, use A=sqrt(Ax^2+Ay^2) and theta=atan2(Ay,Ax). The atan2 form preserves quadrant information that a simple arctangent can lose.

Given Ax and Ay, use A=sqrt(Ax^2+Ay^2) and theta=atan2(Ay,Ax). The atan2 form preserves quadrant information that a simple arctangent can lose.

EXAMPLE (-6,8) has magnitude 10 and direction 126.9 degrees from +x.

Sensei Note: Always inspect the signs of both components before accepting an angle.

KEY CONCEPT 3

Vector operations act on components

Addition and subtraction are componentwise. The dot product A dot B=AxBx+AyBy(+AzBz) measures directional alignment; in 3D the cross product produces a vector perpendicular to both inputs.

Addition and subtraction are componentwise. The dot product A dot B=AxBx+AyBy(+AzBz) measures directional alignment; in 3D the cross product produces a vector perpendicular to both inputs.

EXAMPLE (3,4)+(-2,5)=(1,9).

Sensei Note: Choose the vector operation that matches the physical question; do not use a dot or cross product merely because vectors appear.

Ready to apply these ideas?

You've reinforced the essential concepts. Now it's time to put them into practice by working through guided examples and building your problem-solving confidence. Need a quick reminder?

← View Review Map

Guided Practice

Now it's time to apply what you've reviewed.

Work through each activity in order. The examples become gradually more challenging, and each one prepares you for the final readiness check.

PRACTICE 1

Worked Example

Add the east and north components, then reconstruct the resultant.

An aircraft travels 120 km east and then 80 km north. Find the displacement magnitude and direction north of east.

Reveal Answers

Magnitude = 144 km; direction = 33.7 degrees north of east.

Why it works: R=sqrt(120^2+80^2)=144.2 km and theta=atan(80/120)=33.7 degrees.

PRACTICE 2

Guided Problem

Resolve each vector before adding components.

A=12.0 units at 40.0 degrees and B=8.0 units at 150 degrees, both measured counterclockwise from +x. Find A+B.

Reveal Answers

R=(2.26,11.71); magnitude=11.93 units; direction=79.1 degrees.

Why it works: Ax=9.19, Ay=7.71; Bx=-6.93, By=4.00. Thus Rx=2.26 and Ry=11.71. Reconstructing gives 11.93 units at 79.1 degrees.

PRACTICE 3

Independent Problem

Use the dot product to connect components with the angle between vectors.

For A=(4,-1) and B=(2,3), find A dot B and the angle between A and B.

Reveal Answers

A dot B = 5; angle = 70.4 degrees.

Why it works: A dot B=8-3=5. Since |A|=sqrt17 and |B|=sqrt13, cos(theta)=5/(sqrt17 sqrt13)=0.336, so theta=70.4 degrees.

Ready to check your understanding?

You've practiced the essential skills with guidance. Now it's time to solve a few short problems on your own and confirm you're ready to move forward. Need a quick reminder?

← View Review Map

Confidence Check

You've rebuilt the key ideas and practiced them with guidance. Now try these short questions on your own to check your understanding before moving on.

QUICK CHECK 1

Choose the correct projection

Match the angle reference to the adjacent and opposite components.

A vector has magnitude 20 at 60 degrees above +x. What is Ax?

Reveal Answers

Ax = 10.

Why it works: Ax=A cos60=20(0.5)=10 because x is adjacent to the angle measured from +x.

QUICK CHECK 2

Reconstruct a vector

Use magnitude and quadrant together.

For A=(-3,-4), find the magnitude and identify the quadrant.

Reveal Answers

Magnitude 5; quadrant III.

Why it works: sqrt(9+16)=5, and both components are negative, placing the vector in quadrant III.

QUICK CHECK 3

Check a dot product

Multiply corresponding components and add.

For A=(2,1) and B=(-1,4), find A dot B.

Reveal Answers

2.

Why it works: A dot B=2(-1)+1(4)=2.

How did it go?

You've checked your understanding. Take one final look at the essential ideas before deciding what to do next. Need a quick reminder?

← View Review Map

Summary

Before moving on, take one final look at the most important ideas from this review.

KEY TAKEAWAY 1

Resolve before combining

Break each vector into signed components along defined axes; component addition then becomes ordinary algebra.

KEY TAKEAWAY 2

Reconstruct with quadrant awareness

Use the Pythagorean theorem for magnitude and atan2 or explicit quadrant reasoning for direction.

KEY TAKEAWAY 3

Match the operation to the physics

Addition gives a resultant, the dot product gives a scalar alignment measure, and the cross product gives a perpendicular vector in three dimensions.

Ready for your next step?

You've reviewed the essential ideas one last time. Now choose the resource that best matches how confident you feel. Need a quick reminder?

← View Review Map

Next Step

Great work!

You've completed this review. Choose the next resource that best matches how confident you feel.

I'm Still Unsure

Review the key ideas and examples again.

Review Again →

I Need More Practice

Continue with additional practice for this unit.

Go to Practice →

I'm Ready

Continue to the next recommended resource.

Continue →

Continue reviewing with these companion resources