Vector Addition: The Tip-to-Tail Method

April 12, 2026

Problem

Add vectors A = (3, 4) and B = (2, -1) graphically using the tip-to-tail method.

Explanation

Adding two vectors geometrically is one of the simplest and most beautiful operations in physics: place the tail of B at the tip of A, and the resultant goes from the tail of A to the tip of B. The component-wise addition is just the algebraic shadow of this geometric picture.

The Method

For vectors A=(Ax,Ay)\vec A = (A_x, A_y) and B=(Bx,By)\vec B = (B_x, B_y):

A+B=(Ax+Bx,Ay+By)\vec A + \vec B = (A_x + B_x,\, A_y + B_y)

The magnitude of the resultant is:

A+B=(Ax+Bx)2+(Ay+By)2|\vec A + \vec B| = \sqrt{(A_x + B_x)^{2} + (A_y + B_y)^{2}}

And the direction (measured from the positive xx-axis) is:

θ=arctan ⁣(Ay+ByAx+Bx)\theta = \arctan\!\left(\dfrac{A_y + B_y}{A_x + B_x}\right)

Step-by-Step Solution

Given: A=(3,4)\vec A = (3, 4) and B=(2,1)\vec B = (2, -1).

Find: A+B\vec A + \vec B, its magnitude, and its direction.


Step 1 — Add the components.

(A+B)x=Ax+Bx=3+2=5(\vec A + \vec B)_x = A_x + B_x = 3 + 2 = 5

(A+B)y=Ay+By=4+(1)=3(\vec A + \vec B)_y = A_y + B_y = 4 + (-1) = 3

So:

A+B=(5,3)\vec A + \vec B = (5, 3)

Step 2 — Compute the magnitude using the Pythagorean theorem.

A+B=52+32=25+9=345.831|\vec A + \vec B| = \sqrt{5^{2} + 3^{2}} = \sqrt{25 + 9} = \sqrt{34} \approx 5.831

Step 3 — Compute the direction (angle from positive xx-axis).

θ=arctan ⁣(35)=arctan(0.6)30.96°\theta = \arctan\!\left(\dfrac{3}{5}\right) = \arctan(0.6) \approx 30.96°

Step 4 — Sanity check by computing the magnitudes of A\vec A and B\vec B.

A=9+16=25=5.000|\vec A| = \sqrt{9 + 16} = \sqrt{25} = 5.000

B=4+1=52.236|\vec B| = \sqrt{4 + 1} = \sqrt{5} \approx 2.236

Notice A+B5.831|\vec A + \vec B| \approx 5.831, which is less than A+B7.236|\vec A| + |\vec B| \approx 7.236. The triangle inequality says equality only holds when A\vec A and B\vec B point in exactly the same direction. Here they don't, so the resultant is shorter than the sum of magnitudes.

Step 5 — Verify with the law of cosines.

The angle between A\vec A and the negative of B\vec B (which closes the triangle) is the angle of the parallelogram's interior angle. With a bit of algebra:

A+B2=A2+B2+2AB|\vec A + \vec B|^{2} = |\vec A|^{2} + |\vec B|^{2} + 2\vec A\cdot\vec B

Compute the dot product: AB=3(2)+4(1)=64=2\vec A\cdot\vec B = 3(2) + 4(-1) = 6 - 4 = 2.

A+B2=25+5+2(2)=34|\vec A + \vec B|^{2} = 25 + 5 + 2(2) = 34

A+B=345.831    |\vec A + \vec B| = \sqrt{34} \approx 5.831 \;\;\checkmark

Both methods agree.


Answer:

  A+B=(5,3),A+B=345.831,θ30.96°  \boxed{\;\vec A + \vec B = (5, 3),\quad |\vec A + \vec B| = \sqrt{34} \approx 5.831,\quad \theta \approx 30.96°\;}

Visually, the vector A\vec A is drawn from the origin pointing up-and-right, B\vec B is then drawn starting at the tip of A\vec A pointing slightly down-and-right, and the resultant A+B\vec A + \vec B closes the triangle from the origin to the tip of B\vec B.

Try It

  • Adjust the components of A and B with the sliders.
  • The visualization redraws the tip-to-tail diagram and the resultant in real time.
  • The HUD shows the component sum, magnitude, and direction.
  • Notice that swapping the order of addition (B then A) gives the same resultant — vectors commute!

Interactive Visualization

Parameters

3.00
4.00
2.00
-1.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Vector Addition: The Tip-to-Tail Method | MathSpin