FULL REVIEW

Full Review: Vectors and Components

Review vector-valued functions, components, parametric models, derivatives, integrals, and physically meaningful vector calculus.

TIME

60 minutes

BEST FOR

A complete unit review

FINISH WITH

A readiness check

After this full review, you'll be able to... work with vector-valued functions, differentiate and integrate components, connect parametric motion with tangent vectors, and use calculus where it clarifies the physics.

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: Calculus-Based

BEST USED
✓ Before calculus-based mechanics homework
✓ Before a quiz or exam
✓ When vector functions, derivatives, or integrals 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

Differentiate each component independently.

For r(t)=(3t^2)i+(4t-1)j m, find v(t) and v(2).

Reveal Answers

v(t)=6t i+4j m/s; v(2)=12i+4j m/s.

Why it works: A vector derivative is taken componentwise: d(3t^2)/dt=6t and d(4t-1)/dt=4.

ACTIVITY 2

Recall Activity 2

Apply the ordinary derivative rules to each component.

A(t)=t^3 i + e^t j. Find dA/dt.

Reveal Answers

dA/dt=3t^2 i + e^t j.

Why it works: The basis vectors are fixed in Cartesian coordinates, so the scalar component functions differentiate independently.

ACTIVITY 3

Recall Activity 3

Integrate acceleration componentwise and use the initial velocity.

Acceleration is a(t)=2i-3j m/s^2 and v(0)=1i+4j m/s. Find v(t).

Reveal Answers

v(t)=(1+2t)i+(4-3t)j m/s.

Why it works: Integrating a gives 2t i-3t j plus a constant vector; the initial velocity fixes that constant as i+4j.

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

Vector-valued functions describe changing magnitude and direction

A position vector r(t)=x(t)i+y(t)j(+z(t)k) represents a trajectory parametrically. The components are ordinary scalar functions linked by a common parameter.

A position vector r(t)=x(t)i+y(t)j(+z(t)k) represents a trajectory parametrically. The components are ordinary scalar functions linked by a common parameter.

EXAMPLE r(t)=t i+t^2 j traces a parabola in the xy-plane.

Sensei Note: A parametric curve is not merely a graph of y versus x; time or another parameter identifies the evolving vector.

KEY CONCEPT 2

Differentiate vectors componentwise

With fixed Cartesian basis vectors, dr/dt=(dx/dt)i+(dy/dt)j+(dz/dt)k. In mechanics, v=dr/dt is tangent to the trajectory and a=dv/dt.

With fixed Cartesian basis vectors, dr/dt=(dx/dt)i+(dy/dt)j+(dz/dt)k. In mechanics, v=dr/dt is tangent to the trajectory and a=dv/dt.

EXAMPLE r=(3t^2,4t-1) gives v=(6t,4).

Sensei Note: The derivative changes both the magnitude and direction information carried by the component functions.

KEY CONCEPT 3

Integrate vector rates componentwise

If a vector rate is known, integrate each component over the same limits. A definite integral gives accumulated vector change; an indefinite integral also requires a vector constant determined by initial conditions.

If a vector rate is known, integrate each component over the same limits. A definite integral gives accumulated vector change; an indefinite integral also requires a vector constant determined by initial conditions.

EXAMPLE Delta r = integral v(t) dt, evaluated component by component.

Sensei Note: Integrating the speed gives path length only in special cases; integrating the velocity vector gives displacement.

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

Differentiate the position components, then evaluate and find the speed.

For r(t)=2t^3 i+5t^2 j m, find v(1) and the speed at t=1 s.

Reveal Answers

v(1)=6i+10j m/s; speed=sqrt136=11.7 m/s.

Why it works: v(t)=6t^2 i+10t j. At t=1, v=(6,10), and |v|=sqrt(6^2+10^2)=sqrt136=11.7 m/s.

PRACTICE 2

Guided Problem

Integrate the velocity vector over the time interval.

v(t)=4t i+(6-2t)j m/s. Find the displacement from t=0 to t=3 s.

Reveal Answers

Delta r=18i+9j m; magnitude=20.1 m.

Why it works: Integrate componentwise: integral_0^3 4t dt=18 and integral_0^3(6-2t)dt=9. The displacement magnitude is sqrt(18^2+9^2)=20.1 m.

PRACTICE 3

Independent Problem

Differentiate the circular position vector twice.

For r(t)=R cos(omega t)i+R sin(omega t)j, find v(t), speed, and a(t).

Reveal Answers

v=-R omega sin(omega t)i+R omega cos(omega t)j; speed=R omega; a=-omega^2 r.

Why it works: Differentiate each component. The squared speed is R^2 omega^2(sin^2+cos^2)=R^2 omega^2. Differentiating again gives a=-R omega^2(cos,sin)=-omega^2 r, directed inward.

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

Differentiate a vector function

Use ordinary derivative rules componentwise.

For A(t)=t^2 i+3t j, find dA/dt.

Reveal Answers

2t i+3j.

Why it works: Differentiate each scalar component while the Cartesian basis vectors remain fixed.

QUICK CHECK 2

Interpret the tangent vector

Connect the derivative of position with geometry.

What geometric direction does v(t)=dr/dt point along a smooth trajectory?

Reveal Answers

It is tangent to the trajectory in the direction of increasing time.

Why it works: The derivative is the limiting displacement per unit time, so its direction approaches the local tangent direction.

QUICK CHECK 3

Integrate a constant vector

Accumulate each component over the interval.

If v=2i-1j m/s is constant for 4 s, what is the displacement?

Reveal Answers

Delta r=8i-4j m.

Why it works: The vector integral of a constant velocity is v Delta t=(2i-j)(4)=8i-4j m.

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

Treat vector functions componentwise in fixed Cartesian axes

The ordinary derivative and integral rules apply separately to x(t), y(t), and z(t).

KEY TAKEAWAY 2

Connect derivatives to geometry and mechanics

dr/dt is tangent to the trajectory; the next derivative describes how the velocity vector changes.

KEY TAKEAWAY 3

Integrate vector rates to obtain vector changes

Integrate velocity for displacement and acceleration for velocity change, then apply initial conditions where needed.

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