AP Physics C: Mechanics · Unit 1: Kinematics · Lesson 1.1

Deep Dive: Scalars and Vectors

🔬 Deep Dive
This is your textbook for this topic. Take your time. Read it more than once.
1.1.A.1Concept

Scalars vs. Vectors

Every quantity in mechanics falls into one of two categories. A scalar is described by a single number — its magnitude. A vector is described by a magnitude and a direction. This one distinction determines whether you can just add numbers, or whether you need the full machinery of vector algebra — components, unit vectors, and resultants — that this lesson builds toward.

Scalar quantity12m/sSpeed — magnitude only.No direction needed.Vector quantity12 m/s↗ 30° above +xVelocity — magnitude + direction.The arrow shows which way.
🔑Magnitude means size — how big the number is, independent of direction. A speed of 12 m/s and a velocity of 12 m/s at 30° above the x-axis have the same magnitude, but only the velocity is fully specified — speed alone doesn't tell you which way the object is moving.

Nearly every equation you'll write this year involves vectors: position, velocity, acceleration, force, momentum. Getting comfortable treating them as objects with both size and direction — not just numbers — is the single most important habit to build in Unit 1.

1.1.A.2Concept

Representing Vectors as Arrows

Physicists represent vectors as arrows. Two things about the arrow carry information:

Length

Proportional to the magnitude. A longer arrow means a bigger vector.

Direction

The arrowhead points the way the vector acts. That's the direction.

Length ∝ MagnitudeHead → Directionreference line
💡Vectors are notated with an arrow above the symbol: v⃗a⃗F⃗. You'll see this notation constantly for the rest of the course — it's how you tell at a glance whether a quantity has direction.
ExampleWorked Example — Drawing Vectors

A cart moves at 6 m/s along a track angled 40° above horizontal, then a second cart moves at 6 m/s straight up. Draw both velocity vectors and explain what's different about them.

1.1.A.3Concept⚠ Watch Out

Physics Quantities: Which Is Which?

The CED gives you a specific list. You need to know these cold — and more importantly, understand why each one is classified the way it is.

QuantityTypeWhySymbol
DistanceScalarTotal path length — no direction. Always positive.d
SpeedScalarHow fast, with no regard to which way. Always positive.v
PositionVectorWhere something is relative to an origin — direction matters.r⃗
DisplacementVectorChange in position — has to know which way the change went.Δr⃗
VelocityVectorRate of change of position. Has both size and direction.v⃗
AccelerationVectorRate of change of velocity — direction tells you if it speeds up, slows down, or turns.a⃗
⚠️The most common mistake in all of kinematics: confusing speed with velocity, or distance with displacement. Speed and distance are always positive magnitudes — they carry no direction. Velocity and displacement are vectors and can point anywhere in space. Mix these up and every calculation that follows inherits the error.
1.1.A.41.1.A.4.iConceptMath

Unit Vector Notation

A vector can be written two equivalent ways: as a magnitude and direction(12 m/s at 30°), or broken into components along each axis. Component form is where the real computational power comes from — it turns every 2D or 3D vector problem into two or three independent 1D problems you already know how to solve.

The unit vectors î, ĵ, k̂

î, ĵ, and k̂ are unit vectors — vectors with a magnitude of exactly 1, pointing along the x-, y-, and z-axes respectively. They carry no size information on their own; their only job is to point in a direction. Multiplying a number by î says "this much, in the x-direction."

A⃗ = Aₓ î + Ay ĵ + Az k̂

Read this as: vector A⃗ is built by walking Aₓ units in the x-direction, Ay units in the y-direction, and Az units in the z-direction, then adding those three displacements together. In AP Physics C: Mechanics, most problems live in two dimensions, so you'll mostly use just the î and ĵ terms.

🔑Converting between forms uses right-triangle trig. If you know the magnitude |A⃗| and angle θ measured from the +x-axis:
Aₓ = |A⃗| cos θ
Ay = |A⃗| sin θ

Going the other direction — from components back to magnitude and angle — uses the Pythagorean theorem and inverse tangent:

|A⃗| = √(Aₓ² + Ay²)
θ = tan⁻¹(Ay / Aₓ)
⚠️The Pythagorean theorem works because Aₓ and Ay are perpendicular — they're literally the legs of a right triangle with the vector A⃗ as the hypotenuse. This is also why you can never just add magnitudes when vectors point in different directions; you have to add components first.

Use the tool below to build the intuition. Change the magnitude and angle and watch the components respond — this is the same decomposition you'll use for every 2D motion problem starting in Topic 1.5.

Set a magnitude and angle. Watch the vector decompose into its x- and y-components in real time.

Magnitude |A⃗|10 m
Angle θ35°
Ax = 8.2Ay = 5.7A⃗θ = 35°
Ax = |A⃗|cos θ = 8.19 mAy = |A⃗|sin θ = 5.74 mA⃗ = 8.2 î + 5.7 ĵ
ExampleGuided Example — Decomposing a Velocity Vector

A ball leaves a launcher at 20 m/s, directed 53° above the horizontal. Find the x- and y-components of its velocity.

Step 1Identify what we know
|v⃗| = 20 m/s  ·  θ = 53° (measured from the +x-axis, horizontal)
1.1.A.4.iiConceptMath

The Position Vector and r̂

The position vector r⃗ points from the origin of a coordinate system to wherever an object currently is. In component form:

r⃗ = x î + y ĵ + z k̂

Sometimes you only care about the direction from the origin to the object, not how far away it is. That's exactly what the unit vector r̂ (pronounced "r-hat") gives you — a vector of magnitude 1 that points the same way as r⃗, with all the distance information stripped out.

r̂ = r⃗ / |r⃗|
💡Dividing any vector by its own magnitude produces a unit vector in that same direction — this trick works for any vector, not just position. You'll reuse it constantly: finding the direction of a force, a velocity, or an electric field later in the course all use the same "vector divided by its magnitude" move.
ExampleGuided Example — Finding r̂

A particle is located at r⃗ = 3 î + 4 ĵ (in meters). Find the unit vector r̂ that points in the same direction.

Step 1Find the magnitude
|r⃗| = √(3² + 4²) = √(9 + 16) = √25 = 5 m
1.1.A.4.iiiConceptMath

Resultant Vectors

A resultant vector is just the vector sum of two or more vectors. In component form, adding vectors is easy: you add the x-components together, add the y-components together, and that's it. No protractor, no scale drawing required.

R⃗ = A⃗ + B⃗
Rx = Ax + Bx
Ry = Ay + By

Once you have the resultant's components, you can find its magnitude and direction the same way as any other vector — Pythagorean theorem for magnitude, inverse tangent for angle.

🔑Component addition works because x behaves independently of y. Adding two vectors' x-components together never affects the y-components, and vice versa. This independence is the reason 2D projectile motion (Topic 1.5) can be split into two separate 1D problems.

Try it yourself below — set the components of two vectors and watch the resultant build tip-to-tail.

Set the components of two vectors. The resultant is just component-by-component addition — no protractor required.

Ax+6
Ay+2
Bx-2
By+5
AA+B tipR⃗
Rx = Ax+Bx = 4Ry = Ay+By = 7|R⃗| = 8.06θ = 60.3°
ExampleWorked Example — Adding Vectors by Components

Vector A⃗ = 5 î + 2 ĵ (m) and vector B⃗ = −3 î + 6 ĵ (m). Find the resultant R⃗ = A⃗ + B⃗, its magnitude, and its direction.

1.1.A.5Concept

Sign as Direction in One Dimension

Everything above generalizes to two or three dimensions — but in one dimension, there are only two possible directions, and a plain positive or negative sign handles both of them perfectly. You don't need full unit vector notation for a 1D problem; a signed number already tells you the direction.

🔑In a one-dimensional coordinate system, opposite directions are denoted by opposite signs. You choose which direction is positive at the start of a problem — right or up are the common defaults — and stay consistent for the rest of the problem.

This is the convention you'll use immediately in Topic 1.2 for displacement, velocity, and acceleration along a line, before returning to full vector notation once motion becomes two-dimensional in Topic 1.5.

← Back to Lesson 1.1Ready for 1.2? Displacement, velocity, and acceleration build directly on the components and unit vectors you just learned.