Solving multiple equations simultaneously — essential for multi-object physics problems
Any time you have multiple unknowns and multiple independent relationships between them. Classic physics examples:
Best when one equation already has a variable isolated (or easily isolated).
Best when coefficients are set up for easy cancellation.
A 2 kg ball moving at 4 m/s hits a stationary 3 kg ball. Find final velocities (elastic: KE conserved).
Equations: Momentum: 2(4) + 3(0) = 2v₁ + 3v₂ → 8 = 2v₁ + 3v₂
Energy: ½(2)(4)² = ½(2)v₁² + ½(3)v₂² → 16 = v₁² + 1.5v₂²
This is a quadratic system — we'll use the elastic collision shortcut: v₁f = (m₁-m₂)/(m₁+m₂)v₁i, v₂f = 2m₁/(m₁+m₂)v₁i
For practice, let's do a linear system instead...
A 10 kg mass hangs from two ropes at angles. T₁ at 30°, T₂ at 60°. Find tensions.
Horizontal: T₁cos30 = T₂cos60 → 0.866T₁ = 0.5T₂
Vertical: T₁sin30 + T₂sin60 = mg → 0.5T₁ + 0.866T₂ = 98
From Eq 1: T₂ = 1.732T₁
Substitute into Eq 2:
0.5T₁ + 0.866(1.732T₁) = 98
0.5T₁ + 1.5T₁ = 98
2T₁ = 98
T₁ = 49 N
T₂ = 1.732(49) = 84.9 N
Two forces act on an object: F₁ at 0°, F₂ at 90°. Net force = 50 N at 36.9°. Find F₁, F₂.
x: F₁ = 50cos36.9° = 40
y: F₂ = 50sin36.9° = 30
Already separated! (Components naturally give a system.)
1) x=6, y=4 2) x=4, y=2 3) F₁=50, F₂=50 4) v₁=7, v₂=2 5) T₁=T₂=69.3N
6) x=3, y=2.5 7) x=2, y=2 8) p=1, q=0.5