Add multiple force vectors (magnitude + angle) to compute the resultant force, its components, and visualize vector addition with interactive canvas.
The resultant force (net force) is the single force that produces the same effect as a system of concurrent forces acting on a body. According to Newton’s second law, the net force determines the acceleration: Fnet = m·a. In engineering and physics, vector summation is essential for analyzing structures, mechanisms, and dynamic systems.
R = √( (ΣFx)² + (ΣFy)² ) θ = arctan( ΣFy / ΣFx )
where ΣFx = Σ (Fi·cosθi), ΣFy = Σ (Fi·sinθi). Angle measured from positive x‑axis, corrected for quadrant.
This calculator implements the component method of vector addition: resolve each force into horizontal and vertical components, sum them, then reconstruct the resultant vector. The interactive canvas shows all force vectors originating from the origin (common point) and highlights the resultant in red — perfect for understanding force polygons or concurrent force systems.
| Force system | Forces (N, deg) | Resultant Magnitude (N) | Direction (°) |
|---|---|---|---|
| Perpendicular forces | F1=10@0°, F2=10@90° | 14.14 | 45.0° |
| Equilibrium (closed polygon) | 10N @0°, 10N @120°, 10N @240° | 0.00 | N/A (zero vector) |
| Cable tension (angled) | 250N@25°, 180N@155° | 199.78 | 72.3° |