Before working anything, let us list every kind of case a scalar/vector problem can be. Each later example is tagged with the cell it fills. The reader should never meet a scenario we skipped.
#
Case class
What makes it special
Example that covers it
C1
Scalar addition
direction ignored, plain A+B
Ex 1
C2
Aligned vectors (θ=0∘)
cosθ=+1, vector max =A+B
Ex 2
C3
Anti-aligned vectors (θ=180∘)
cosθ=−1, vector min $=
A-B
C4
Perpendicular (θ=90∘)
cosθ=0, Pythagoras
Ex 3
C5
General acute angle (0<θ<90∘)
cross term positive, need full formula
Ex 4
C6
General obtuse angle (90∘<θ<180∘)
cross term negative
Ex 5
C7
Zero / degenerate input
one magnitude is 0, or both equal & opposite
Ex 6
C8
Sign of a scalar vs sign of a vector
negative means "below zero" vs "reversed"
Ex 7
C9
The direction-trap scalar
has direction but adds arithmetically
Ex 8
C10
Real-world word problem
must decide scalar vs vector yourself
Ex 9
C11
Exam-style twist
round trip, cancellation, mixed
Ex 10
We will use the accent colour red in every figure to mark the one object that matters most in that picture — usually the resultant R.
Figure s01 — The red curve is cosθ, the "helping dial". At θ=0∘ it reads +1 (arrows help fully), at 90∘ it reads 0 (neutral), at 180∘ it reads −1 (arrows fight fully). The formula multiplies the helping term 2AB by this dial.
Figure s02 — Two black mass blocks stacked on a pan; the red total (7kg) is just the arithmetic sum — no arrow, no direction. Contrast this with every later figure where the red object is a directed resultant.
Identify the quantity. Mass. Why this step? Because the addition rule is decided by what kind of quantity it is, not by the numbers.
Check the test. Mass has no direction; two masses never point "different ways". So plain arithmetic: 3+4=7kg. Why this step? This is cell C1 — the scalar case where A+B is always the answer.
Verify: Units: kg+kg=kg ✓. A scale can't read "7 kg north", confirming mass is a scalar. Answer =7kg — matching the forecast.
Figure s03 — Top: two black force arrows the same way; the red resultant R=14N is their full sum (max). Bottom: the arrows point opposite ways; the red resultant R=2N is the small leftover (min).
(a) Same direction, θ=0∘.cos0∘=1, so
∣R∣=62+82+2⋅6⋅8⋅1=36+64+96=196=14N.Why this step? When cosθ=+1 the formula collapses to (A+B)2=A+B. This is the largest a resultant can ever be. (Cell C2.) Direction: ϕ=0∘ (same way as both).
(b) Opposite directions, θ=180∘.cos180∘=−1, so
∣R∣=62+82−2⋅6⋅8=36+64−96=4=2N.Why this step? When cosθ=−1 the formula collapses to (A−B)2=∣A−B∣. This is the smallest magnitude possible. (Cell C3.) It points in the direction of the bigger force, the 8N one.
Verify:A+B=14 ✓, ∣A−B∣=∣6−8∣=2 ✓ — both match the forecast. Every real resultant of these two forces must lie between 2N and 14N — a rule worth remembering.
Figure s04 — Black arrows: 3km East then 4km North, meeting at a right angle. The red arrow is the resultant displacement R=5km, tilted 53∘ up from East.
Find the angle between the legs. East and North are θ=90∘ apart. Why this step? The formula needs the angle between the arrows drawn tail-to-tail; a right-angle turn is 90∘.
Magnitude.cos90∘=0, so the cross term dies:
∣R∣=32+42+0=9+16=25=5km.Why this step? At 90∘ the two arrows neither help nor fight, so the formula becomes pure Pythagoras. (Cell C4.)
Direction. Take A= East (3km), B= North (4km), θ=90∘ so sin90∘=1, cos90∘=0. Forward =3+4⋅0=3>0, so we are in the safe first-quadrant case:
tanϕ=A+BcosθBsinθ=3+4⋅04⋅1=34.
So ϕ=arctan34≈53∘ measured North of East. Why this step?tan turns the "sideways-over-forward" ratio 34 back into the actual tilt angle, which is what arctan (the "which angle has this tan?" question) recovers.
Verify:3-4-5 right triangle: 32+42=25=52 ✓. arctan34=53.13∘>45∘, so it does lean more North than East — matching the forecast ✓. Distance =3+4=7km (scalar) still differs from the 5km displacement. See Distance vs Displacement.
Figure s05 — Both obtuse cases from A (black, along the axis). At θ=120∘ the red resultant still tilts forward (ϕ≈79∘). At θ=160∘ the red resultant leans behindA (ϕ≈129∘) — the case where blindly trusting arctan would mislead you.
Verify: (a) Bounds 2≤5.29≤10 ✓, 28<52 ✓, ϕ=79.1∘. (b) Bounds 2≤2.63≤10 ✓; forward negative ⇒ ϕ>90∘, and 128.6∘ indeed exceeds 90∘ — forecast confirmed. See Speed vs Velocity for "resultant speed".
Two forces 6N and 8N, resultant at 90∘? ::: 36+64=10N
Same forces, maximum possible resultant? ::: aligned, 6+8=14N
Same forces, minimum possible resultant? ::: opposite, ∣6−8∣=2N5N and 8N at 60∘ — magnitude? ::: 25+64+40=129≈11.36N5N and 8N at 60∘ — direction from the 5N? ::: arctan5+8cos60∘8sin60∘≈37.6∘
When is a plain arctan for ϕ wrong, and how do you fix it? ::: when forward =A+Bcosθ<0; then add 180∘ to land in the correct (second) quadrant
Why is 2A + 3A into a junction =5A, not 13? ::: current is a scalar; it adds arithmetically (charge conservation), not by parallelogram