FOCUSED REVIEW
Focused Review: Vectors and Components
Review vector components, trigonometry, coordinate geometry, resultants, and quantitative problem solving.
TIME
15 minutes
BEST FOR
Targeted reinforcement
FINISH WITH
A readiness check
After this focused review, you'll be able to... resolve vectors, combine components, solve representative vector problems, and confirm readiness for the next study task.
Choose how you want to review
Unit Alignment
This bundle is aligned to the approved Physics Sensei unit specification. Use it to reinforce key concepts, prepare for homework, or review before a quiz or exam.
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 15 minutes.
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?
Core Concepts
Reinforce the two highest-leverage relationships, then use them in representative situations.
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 CONNECTION
How the Focused Ideas Connect
Break each vector into signed components along defined axes; component addition then becomes ordinary algebra. Use the Pythagorean theorem for magnitude and atan2 or explicit quadrant reasoning for direction.
Focused strategy: define the axes and representation first, then use the relationship that directly answers the question.
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?
Guided Practice
Apply the reinforced ideas to two representative situations, then use the strategy card to check your setup.
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
Focused Setup Strategy
Before calculating, define the axes, identify the vector representation, and list the components or rates that are known.
State the vector representation and sign convention you would use before starting a component calculation.
Reveal Answers
A complete setup identifies the axes, vector components, known quantities, and the operation to be performed.
Why it works: A clear setup prevents sign and angle errors before the algebra begins.
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?
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
Interpret Your Focused Check
Use the two results above to decide whether to continue or revisit one vector relationship.
Did you correctly define the vector representation and apply the matching relationship in both checks?
Reveal Answers
If yes, continue. If not, revisit the missed vector relationship.
Why it works: Focused review is most effective when you identify the exact representation or operation that caused the error.
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?
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
Represent Before You Calculate
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?
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 →
