/

Force Calculator – F = ma, Net Force, Applied Force & Newton’s Laws

Force Calculator - F = ma, Net Force, Applied Force & Impulse
Physics Tool

Force Calculator — F = ma

Calculate force using Newton's Second Law (F = ma), find net force from multiple forces, compute weight force, applied force with friction, and average force from impulse — all with step-by-step working.

Force Calculator
F = m × a Newton's Second Law  |  Force = Mass × Acceleration
m=5kg, a=3m/s²Basic force
m=1200kg, a=4m/s²Car acceleration
F=500N, a=2.5m/s²Find mass
F=200N, m=50kgFind acceleration
W = m × g Weight Force = Mass × Gravitational Acceleration
Friction coefficient above 1 is unusual. Please verify.
Ice 0.02
Wood 0.30
Steel 0.57
Rubber/Road 0.70
Wet Road 0.45
20kg box, wood floorAccelerating at 1.5 m/s²
50kg, constant velocityμₖ = 0.4
F = mΔv / Δt Average Force = Mass × Change in Velocity / Time Interval
Car braking1000kg, 30→0 m/s, 4s
Baseball bat0.145kg, −40→+50 m/s, 0.001s

F = ma — Newton's Second Law of Motion

This force calculator solves Newton's Second Law (F = ma) for force, mass, or acceleration, and also computes net force from multiple forces, weight force, applied force with friction, and average force from impulse. Whether you need to find force in Newtons (N) or convert between force units, every tool includes full step-by-step working.

F = m × a Also written: Fnet = ma  |  ΣF = ma

Each variable in F = ma represents a measurable physical quantity:

  • F = net force acting on the object, measured in Newtons (N)
  • m = mass of the object, measured in kilograms (kg)
  • a = acceleration produced, measured in metres per second squared (m/s²)

Physically, F = ma tells us: force causes acceleration. No net force means no acceleration (Newton's First Law). More mass requires more force for the same acceleration. More force on the same mass gives more acceleration. Force and acceleration always act in the same direction.

The three rearrangements of F = ma are:

Connection to other equations: F = ma = m(Δv/Δt) = Δ(mv)/Δt = Δp/Δt (rate of change of momentum). The weight formula W = mg is a special case of F = ma where a = g (gravitational acceleration). When Fnet = 0 → a = 0 → constant velocity (Newton's First Law).

The unit derivation: [F] = [m] × [a] = kg × m/s² = N (Newton). One Newton is the force that accelerates 1 kg at 1 m/s².

UnitEqual toCommon Use
1 N (Newton)1 kg·m/s²SI standard
1 kN1,000 NEngineering
1 lbf4.448 NImperial
1 kgf9.807 NWeight of 1 kg on Earth
1 dyne10⁻⁵ NCGS system
1 MN1,000,000 NLarge structural forces

How to Calculate Force Using F = ma — Step-by-Step

Use this four-step method to calculate force with F = ma every time:

  1. Step 1: Identify the mass m in kilograms (convert lb to kg if needed: 1 lb = 0.4536 kg)
  2. Step 2: Identify the acceleration a in m/s² (convert if needed)
  3. Step 3: Multiply: F = m × a
  4. Step 4: Express in desired units (N, kN, lbf)

Example 1 — Basic Force

A 10 kg object accelerates at 5 m/s². Find the force.

  1. m = 10 kg, a = 5 m/s²
  2. Formula: F = ma
  3. F = 10 × 5 = 50 N

Example 2 — Convert Mass Units

A 220 lb person accelerates at 2 m/s². Find force.

  1. m = 220 × 0.4536 = 99.79 kg
  2. F = 99.79 × 2 = 199.6 N = 44.8 lbf

Example 3 — Find Mass (m = F/a)

A force of 300 N produces acceleration of 6 m/s². Find mass.

  1. m = F / a = 300 / 6 = 50 kg

Example 4 — Find Acceleration (a = F/m)

A 1,500 kg car has engine force 4,500 N. Find acceleration.

  1. a = F / m = 4,500 / 1,500 = 3 m/s²

Example 5 — G-Forces (Rocket / Astronaut)

A rocket accelerates at 3g. Mass = 80 kg. Find force on astronaut.

  1. a = 3 × 9.81 = 29.43 m/s²
  2. F = 80 × 29.43 = 2,354 N ≈ 529 lbf (astronaut is pressed with 3× their weight)

Example 6 — Deceleration / Braking

A 1,200 kg car decelerates from 60 km/h to 0 in 4 seconds.

  1. v_i = 60/3.6 = 16.67 m/s, v_f = 0
  2. a = (0 − 16.67) / 4 = −4.17 m/s²
  3. F = 1,200 × (−4.17) = −5,004 N (braking force ≈ 5 kN, opposing motion)

How to Find Net Force — Adding Multiple Forces

Net force (Fnet or ΣF) is the vector sum of all forces acting on an object. Fnet = ΣF determines the actual acceleration via F = ma.

1D Case — All Forces Along One Line

Fnet = F₁ + F₂ + F₃ + ... (with signs: positive = right/up, negative = left/down)

Example — 1D Net Force

  1. Applied force: +400 N →
  2. Friction: −150 N ←
  3. Air resistance: −50 N ←
  4. Fnet = ΣF = 400 − 150 − 50 = +200 N → (net rightward)
  5. If m = 40 kg: a = Fnet/m = 200/40 = 5 m/s² →

2D Case — Forces at Angles

Resolve each force into x and y components: Fx = F cosθ, Fy = F sinθ. Then: Fnet = ΣF computed as |Fnet| = √(ΣFx² + ΣFy²), direction = atan2(ΣFy, ΣFx).

Example — 2D Net Force

  1. Force 1: 100 N at 0° (→); Force 2: 80 N at 90° (↑); Force 3: 60 N at 180° (←)
  2. Fnet_x = 100cos0° + 80cos90° + 60cos180° = 100 + 0 − 60 = 40 N
  3. Fnet_y = 100sin0° + 80sin90° + 60sin180° = 0 + 80 + 0 = 80 N
  4. |Fnet| = √(40² + 80²) = √8,000 = 89.44 N
  5. θ = atan2(80, 40) = 63.43° above horizontal

Equilibrium: When Fnet = ΣF = 0, the object is in equilibrium (a = 0). If at rest → stays at rest. If moving → continues at constant velocity. Both are Newton's First Law in action.

Applied Force Formula — How to Calculate the Force Needed

The applied force is the force you exert on an object to make it move, accelerate, or overcome friction. The applied force formula depends on the situation:

  • Case 1 — Constant velocity: Fapplied = Ffriction = μₖ × mg (net force = 0)
  • Case 2 — Accelerating against friction: Fapplied = ma + μₖmg = m(a + μₖg)
  • Case 3 — Inclined plane at angle θ: Fapplied = ma + mg sinθ + μₖmg cosθ
Surface Pairμₛ (static)μₖ (kinetic)
Ice on ice0.030.02
Rubber on ice0.150.10
Wood on wood0.400.30
Steel on steel (dry)0.740.57
Rubber on dry concrete0.900.70
Rubber on wet road0.600.45
Skin on glass0.680.53

Example 1 — Constant Velocity

Push 30 kg box at constant velocity on wood floor (μₖ = 0.3).

  1. Applied force formula: Fapplied = μₖmg
  2. Fapplied = 0.3 × 30 × 9.81 = 88.3 N

Example 2 — Accelerating Against Friction

Accelerate 30 kg box at 2 m/s² on wood floor (μₖ = 0.3).

  1. Applied force equation: Fapplied = m(a + μₖg)
  2. Fapplied = 30 × (2 + 0.3 × 9.81) = 30 × 4.943 = 148.3 N

Example 3 — Inclined Plane

Push 50 kg box up 20° ramp at constant speed (μₖ = 0.25).

  1. Fapplied = mg(sinθ + μₖcosθ)
  2. = 50 × 9.81 × (sin20° + 0.25 × cos20°)
  3. = 490.5 × (0.342 + 0.235) = 490.5 × 0.577 = 283.0 N

The question "how do you find force applied" is answered by identifying whether the object is accelerating or at constant velocity, measuring the friction coefficient, and applying the correct applied force formula above. The horizontal force formula Fapplied = m(a + μₖg) is the most common form used in physics problems.

Newton's Three Laws of Motion — The Foundation of Force

Newton's First Law — Law of Inertia

"An object at rest stays at rest and an object in motion stays in motion at constant velocity unless acted upon by a net external force."

Mathematically: Fnet = 0 → a = 0 → constant velocity (or rest). Example: a book on a table — weight down, normal force up, Fnet = 0.

Newton's Second Law — Law of Acceleration

"The net force on an object equals its mass times its acceleration."

Mathematically: Fnet = ma. This is the core equation of this page. More force = more acceleration. More mass = less acceleration for the same force. Example: car engine providing thrust force → car accelerates.

Newton's Third Law — Law of Action-Reaction

"For every action, there is an equal and opposite reaction." FAB = −FBA.

Forces always come in pairs. When you push a wall with 100 N, the wall pushes back with 100 N. When a rocket expels gas backward, gas pushes the rocket forward. Example: swimmer pushes water backward → water pushes swimmer forward.

Types of Force — Weight, Friction, Normal, Tension and More

Weight (Gravitational Force)

W = mg — a special case of F = ma with a = g. Weight always points downward toward Earth's centre. Units are Newtons (N) — NOT kilograms (a very common mistake). Mass is how much matter an object contains; weight is the gravitational force on that mass.

Normal Force

N = mg cosθ on an inclined surface at angle θ; N = mg on a horizontal surface. Always perpendicular to the contact surface.

Friction Force

f = μN = μmg cosθ, opposing motion. Static friction (before sliding): fs ≤ μₛN. Kinetic friction (during sliding): fk = μₖN.

Tension

Force transmitted through a rope, string, or cable. Tension is the same throughout a massless rope. When lifting at constant velocity: T = mg. When accelerating upward: T = m(g + a).

Spring Force — Hooke's Law

F = kx, proportional to extension/compression x. k = spring constant (N/m).

ForceApproximate Magnitude
Ant lifting~0.001 N
Human finger push1–10 N
Weight of 1 kg on Earth9.81 N
Car engine thrust2,000–10,000 N
Space Shuttle main engines~5.8 MN
Saturn V rocket (launch)35.1 MN
Gravitational pull Sun–Earth3.54 × 1022 N

Average Force — Impulse and Momentum (F = Δp/Δt)

The impulse-momentum theorem: J = FΔt = Δp = mΔv = m(v_f − v_i). Rearranged for average force: F_avg = mΔv/Δt = m(v_f − v_i)/Δt.

Key insight: the same momentum change can result from a small force over a long time or a large force over a short time. This is why car airbags save lives — they increase collision time, reducing the average force on the occupant even though the total momentum change is identical.

Example 1 — Catching a Ball

  1. m = 0.5 kg ball, v_i = 20 m/s, v_f = 0, Δt = 0.1 s
  2. F = m(v_f − v_i)/Δt = 0.5 × (0 − 20)/0.1 = −100 N (catching force)

Example 2 — Car Crash

  1. m = 1,500 kg, v_i = 16.67 m/s (60 km/h), v_f = 0, Δt = 0.3 s
  2. F = 1,500 × (0 − 16.67)/0.3 = −83,333 N = −83.3 kN
  3. With airbag (Δt = 0.15 s): F = −41,667 N = −41.7 kN (half the force!)

Example 3 — Rocket Thrust

  1. Exhaust rate Δm/Δt = 10 kg/s, v_exhaust = 2,500 m/s
  2. Thrust F = (Δm/Δt) × v_exhaust = 10 × 2,500 = 25,000 N = 25 kN

Worked Examples

1. Force on a 70 kg object accelerating at 4 m/s²

  1. Formula: F = ma
  2. F = 70 × 4 = 280 N = 0.28 kN = 62.9 lbf
  3. Check: units kg × m/s² = N ✓

2. Find mass when F = 450 N, a = 9 m/s²

  1. Formula: m = F/a
  2. m = 450 / 9 = 50 kg

3. Find acceleration when F = 200 N, m = 25 kg

  1. Formula: a = F/m
  2. a = 200 / 25 = 8 m/s²

4. Net force from three forces: +500 N, −200 N, −75 N

  1. Fnet = ΣF = 500 − 200 − 75 = +225 N (rightward)

5. 2D Net Force: 300 N east, 400 N north

  1. Fnet_x = 300 N, Fnet_y = 400 N
  2. |Fnet| = √(300² + 400²) = √250,000 = 500 N
  3. θ = atan2(400, 300) = 53.13° above east (north-east)

6. Weight of 60 kg person on Earth and Moon

  1. W = mg — mass stays constant at 60 kg everywhere
  2. Earth: W = 60 × 9.807 = 588.4 N (132.3 lbf)
  3. Moon: W = 60 × 1.62 = 97.2 N (21.9 lbf) — same mass, different weight!

7. Applied force to push 40 kg box at constant speed, μₖ = 0.3

  1. Applied force formula (constant velocity): Fapplied = μₖmg
  2. Fapplied = 0.3 × 40 × 9.81 = 117.7 N

8. Applied force to accelerate 40 kg box at 3 m/s², μₖ = 0.3

  1. Applied force equation: Fapplied = m(a + μₖg)
  2. Fapplied = 40 × (3 + 0.3 × 9.81) = 40 × 5.943 = 237.7 N

9. Average force on 0.2 kg ball: 15 m/s → −10 m/s in 0.05 s

  1. Δv = v_f − v_i = −10 − 15 = −25 m/s
  2. F = mΔv/Δt = 0.2 × (−25) / 0.05 = −100 N
  3. Impulse J = FΔt = 100 × 0.05 = 5 N·s

10. Force to lift 500 kg elevator at constant speed

  1. Constant speed → a = 0 → Fnet = 0
  2. Tension T = Weight = mg = 500 × 9.81 = 4,905 N (4.905 kN)
  3. Tension exactly equals weight — no net force, Newton's First Law

Frequently Asked Questions

What is the formula for force?
The formula for force is F = ma (Newton's Second Law), where F is the net force in Newtons (N), m is the mass in kg, and a is the acceleration in m/s². Rearranged: m = F/a (find mass) or a = F/m (find acceleration). Weight is a special force: W = mg.
How do you calculate net force?
Net force Fnet = ΣF is the vector sum of all forces. In 1D: add all forces with signs (+ right, − left). In 2D: resolve into x and y components, sum separately, then |Fnet| = √(ΣFx² + ΣFy²) and θ = atan2(ΣFy, ΣFx). Use our Net Force Calculator above for instant results.
What is the difference between force and net force?
A force is any single push or pull (gravity, friction, applied force). Net force (Fnet = ΣF) is the vector sum of ALL forces acting simultaneously. Newton's Second Law uses net force: F = ma. An object can have many individual forces but a net force of zero (equilibrium, a = 0).
What is the unit of force?
The SI unit of force is the Newton (N), defined as 1 N = 1 kg·m/s². One Newton accelerates 1 kg at 1 m/s². Other units: kilonewton (kN = 1,000 N), pound-force (lbf = 4.448 N), kilogram-force (kgf = 9.807 N), dyne (10⁻⁵ N).
How do you find applied force?
The applied force formula depends on the scenario. Constant velocity: Fapplied = μₖmg. Accelerating against friction: Fapplied = m(a + μₖg). On an incline: Fapplied = ma + mg sinθ + μₖmg cosθ. The applied force must overcome all resistive forces plus provide net force for acceleration.
What is Newton's second law in simple terms?
In simple terms: the bigger the force, the faster the acceleration; the heavier the object, the harder it is to accelerate. F = ma: double the force → double the acceleration. Double the mass → half the acceleration. Force and acceleration always point in the same direction.
How is force related to momentum?
Force equals the rate of change of momentum: F = Δp/Δt = m(v_f − v_i)/Δt. When force acts over time it creates impulse J = FΔt = Δp. The same momentum change can come from large force over short time (crash) or small force over long time (gentle braking) — this is why airbags and crumple zones save lives.
What is the difference between weight and mass?
Mass (kg) is the amount of matter — it never changes. Weight (N) is the gravitational force on that mass: W = mg. A 70 kg person has mass 70 kg everywhere, but weighs 686.7 N on Earth and only 113.4 N on the Moon. Weight is measured in Newtons, NOT kilograms — a very common mistake.
How does friction affect the applied force needed?
Friction force = μₖ × mg opposes motion. The applied force must overcome it: at constant speed Fapplied = μₖmg; to accelerate Fapplied = ma + μₖmg = m(a + μₖg). Higher μₖ (rough surface) means more applied force required. The applied force equation always includes the friction component.
What happens when net force is zero?
When Fnet = ΣF = 0, the object is in equilibrium with zero acceleration (a = 0). If at rest → stays at rest (static equilibrium). If moving → continues at constant velocity (dynamic equilibrium). This is Newton's First Law: no net force means no change in motion.

Related Calculators

F = ma Quick Reference
F
F = ma — Newton's Second Law. Force in Newtons (N).
m
m = F/a — Mass in kg. Find it with our calculator above.
a
a = F/m — Acceleration in m/s². See Acceleration Calc.
W
W = mg — Weight force (special case of F = ma).
J
J = FΔt = Δp — Impulse = change in momentum.
Newton's Three Laws
1
First Law: Fnet = 0 → a = 0. Objects resist changes in motion (inertia).
2
Second Law: F = ma. Net force causes acceleration proportional to mass.
3
Third Law: FAB = −FBA. Every action has equal, opposite reaction.
Force Unit Conversions
Unit= Newtons
1 kN1,000 N
1 MN106 N
1 lbf4.448 N
1 kgf9.807 N
1 dyne10−5 N
Planet Gravity (g)
Planetg (m/s²)
🌍 Earth9.807
🌕 Moon1.62
🔴 Mars3.72
🟤 Jupiter24.79
☿ Mercury3.70
🟡 Venus8.87
🪐 Saturn10.44
☀️ Sun274.0

Share This Tool

Share the Force Calculator with students and colleagues!

Free chemistry, physics, biology & math calculators with step-by-step solutions. Trusted by 100,000+ students. Solve any science problem instantly!

Newsletter

Subscribe to our Newsletter to be updated. We promise not to spam.

Copyright © 2026 SciSolveLab. All Rights Reserved

Scroll to Top