Force Calculator
Calculate force, mass, or acceleration with F = ma. Enter any two values to find the third — includes weight, friction force, and unit conversion.
kg
m/s²
Enter your values above to see the results.
Tips & Notes
- ✓Force is a vector — it has direction. Always specify direction when combining forces: two 100 N forces pushing in opposite directions produce 0 N net force, not 200 N.
- ✓Weight is the gravitational force on a mass: W = m × g where g = 9.81 m/s². A 70 kg person weighs 70 × 9.81 = 686.7 N on Earth, 113.6 N on the Moon (g_moon = 1.62 m/s²).
- ✓To find the net force on an object, vector-sum all forces acting on it. Only net force produces acceleration. An object moving at constant velocity has zero net force by Newton's First Law.
- ✓The SI unit of force is the Newton (N): 1 N = 1 kg·m/s². In imperial: 1 lbf (pound-force) = 4.448 N. Common conversion: 100 N ≈ 22.5 lbf.
- ✓Friction force = μ × Normal force, where μ is the coefficient of friction (0.1 for ice, 0.7 for rubber on dry asphalt). On a flat surface, normal force equals weight.
Common Mistakes
- ✗Confusing mass (kg) with force/weight (N) — mass is the amount of matter, force is the interaction. A 10 kg object weighs 98.1 N on Earth. Saying something "weighs 10 kg" is technically incorrect — it has a mass of 10 kg.
- ✗Forgetting that g = 9.81 m/s², not 10 m/s² — using 10 m/s² introduces a 1.9% error. For precision engineering work, always use 9.81 or the exact value 9.807 m/s².
- ✗Adding forces algebraically without checking direction — two forces at right angles must be combined using vector addition: F_net = √(F₁² + F₂²), not F₁ + F₂.
- ✗Ignoring friction when calculating net force — in real systems, friction always opposes motion. If you calculate 500 N drive force and ignore 100 N friction, you get the wrong acceleration.
- ✗Applying F = ma without checking if the system is in equilibrium — F = ma only gives net force acceleration when the object is free to move. A wall cannot accelerate despite a large applied force.
Force Calculator Overview
Force is the fundamental cause of all motion changes in classical mechanics — every acceleration, every structural load, every material deformation begins with a force. Newton's Second Law (F = ma) is the most widely applied equation in engineering, connecting the force applied to an object, its mass, and the resulting acceleration.
Newton's Second Law:
F = m × a | m = F / a | a = F / m | Units: N = kg·m/s²
EX: 800 kg car, desired acceleration 4 m/s² → F_net = 800 × 4 = 3,200 N required. If engine produces 5,000 N drive force, net force = 5,000 − friction − drag = 3,200 N → friction+drag = 1,800 N in this scenarioWeight and gravitational force:
W = m × g | g = 9.81 m/s² (Earth) | W in Newtons
EX: 65 kg person: Weight = 65 × 9.81 = 637.65 N on Earth | On Moon (g=1.62): Weight = 65 × 1.62 = 105.3 N | Mass stays 65 kg everywhereForce types and formulas — engineering reference:
| Force Type | Formula | Variables | Example |
|---|---|---|---|
| Newton's Second Law | F = m × a | m=mass (kg), a=accel (m/s²) | 50 kg × 3 m/s² = 150 N |
| Weight / Gravity | W = m × g | g = 9.81 m/s² | 70 kg × 9.81 = 686.7 N |
| Friction (kinetic) | F_f = μ_k × N | μ_k = friction coeff, N = normal force | μ=0.4, N=200 N → 80 N |
| Spring force (Hooke's Law) | F = k × x | k = spring constant, x = extension | 500 N/m × 0.1 m = 50 N |
| Pressure force | F = P × A | P = pressure (Pa), A = area (m²) | 100,000 Pa × 0.05 m² = 5,000 N |
| Surface Pair | Static μ | Kinetic μ |
|---|---|---|
| Steel on steel (dry) | 0.74 | 0.57 |
| Rubber on dry asphalt | 0.9 | 0.7 |
| Rubber on wet asphalt | 0.7 | 0.5 |
| Wood on wood | 0.4 | 0.2 |
| Steel on ice | 0.1 | 0.05 |
| PTFE (Teflon) on steel | 0.04 | 0.04 |
Frequently Asked Questions
Newton's Second Law states F = m × a, where F is net force in Newtons, m is mass in kilograms, and a is acceleration in m/s². Example: a 1,500 kg car accelerates at 2.5 m/s² → F = 1,500 × 2.5 = 3,750 N. To find mass: m = F / a. To find acceleration: a = F / m. The key is using consistent SI units throughout — mix kg with ft/s² and the answer will be wrong.
Mass (kg) is the amount of matter in an object — it is constant regardless of location. Weight (N) is the gravitational force on that mass: W = m × g. A 70 kg astronaut has a mass of 70 kg everywhere in the universe, but weighs 686.7 N on Earth (g = 9.81 m/s²), 113.4 N on the Moon (g = 1.62 m/s²), and 0 N in deep space (no gravity). In everyday speech, "weight" is used loosely to mean mass — but in physics and engineering, they are distinct quantities with different units.
Kinetic friction force = μ_k × N, where μ_k is the kinetic (sliding) coefficient of friction and N is the normal force perpendicular to the surface. On a flat surface, N = weight = m × g. Example: a 20 kg box on concrete (μ_k = 0.4) → N = 20 × 9.81 = 196.2 N → F_friction = 0.4 × 196.2 = 78.5 N. The force required to push the box at constant velocity must equal this friction force. Static friction (before motion starts) is typically 10-30% higher than kinetic friction.
Forces in the same direction add directly: 300 N + 200 N = 500 N. Forces in opposite directions subtract: 300 N − 200 N = 100 N net. Forces at right angles combine using the Pythagorean theorem: F_net = √(F_x² + F_y²). Example: horizontal force 300 N, vertical force 400 N → F_net = √(300² + 400²) = √(90,000 + 160,000) = √250,000 = 500 N at an angle of arctan(400/300) = 53.1° from horizontal.
On a slope at angle θ: weight W = mg acts straight down. Component along the slope (pulling object down): W_parallel = mg × sin(θ). Component perpendicular to slope (normal force): N = mg × cos(θ). Friction force = μ × N = μ × mg × cos(θ) (opposing motion). Net force along slope = mg × sin(θ) − μ × mg × cos(θ). Example: 10 kg box on 30° slope with μ=0.3: F_down = 10×9.81×sin(30°)=49.05 N, F_friction = 0.3×10×9.81×cos(30°)=25.5 N, Net = 23.6 N down the slope.
Pressure P = F / A, where F is force (N) and A is area (m²). Rearranged: F = P × A. Example: hydraulic cylinder with pressure 2 MPa (2,000,000 Pa) and piston area 0.01 m² → Force = 2,000,000 × 0.01 = 20,000 N = 20 kN. This is why hydraulic systems can generate enormous forces with relatively small pumps. A tire inflated to 30 PSI (206,843 Pa) on a contact patch of 0.015 m² supports: F = 206,843 × 0.015 = 3,103 N ≈ 316 kg of vehicle weight per tire.