What is Vector Addition by Component Decomposition?
Mathematical Foundation
Laws & Principles
- Component Independence: The x-components and y-components are independent. Changes to horizontal motion do not affect vertical motion. This is why a ball thrown horizontally falls at the same rate as one dropped straight down.
- Angle Convention: Angles are measured counterclockwise from the positive x-axis. 0 degrees points right, 90 degrees points up, 180 degrees points left, 270 degrees points down.
- Triangle Inequality: The resultant magnitude is always less than or equal to the sum of the individual magnitudes. Equality holds only when both vectors point in exactly the same direction.
Step-by-Step Example Walkthrough
" A hiker walks 5 km at 30 degrees north of east, then 3 km at 120 degrees (northwest). Find the total displacement. "
- 1. Vector A components: Ax = 5*cos(30) = 4.33 km, Ay = 5*sin(30) = 2.50 km.
- 2. Vector B components: Bx = 3*cos(120) = -1.50 km, By = 3*sin(120) = 2.60 km.
- 3. Sum components: Rx = 4.33 + (-1.50) = 2.83 km, Ry = 2.50 + 2.60 = 5.10 km.
- 4. Resultant magnitude: |R| = sqrt(2.83^2 + 5.10^2) = 5.83 km.
- 5. Resultant angle: theta = arctan(5.10 / 2.83) = 61.0 degrees.