Force Calculator (Newton's Second Law)
Calculate the net force on an object from its mass and acceleration using Newton’s Second Law, F = m·a. The cornerstone of classical mechanics, used everywhere from sizing motors to estimating brake forces to predicting how hard a ball will hit the ground.
Last updated: May 2026
Compare with similar
About this calculator
Newton’s Second Law states that the net force on an object equals the product of its mass and acceleration: F = m·a, where F is in newtons (N), m is mass in kilograms (kg), and a is acceleration in m/s². One newton is defined as the force that accelerates a 1 kg mass at 1 m/s². The ‘net’ qualifier matters: F is the vector sum of all forces acting on the object, not any single force. The formula is symmetric — it rearranges to a = F/m or m = F/a to solve for any of the three quantities when the other two are known. Direction matters: force and acceleration are always parallel to each other, and both can be positive or negative depending on the chosen coordinate convention. The law is the second of Newton’s three laws of motion (1687) and forms the operational core of classical mechanics — it tells you how things accelerate when pushed or pulled. Special case: when the only acceleration is gravitational, F = m·g gives the object’s weight in newtons, distinct from mass, which is a property of the object itself. Edge cases: at rest (a = 0) the net force is exactly zero (Newton’s First Law), no matter how many individual forces act — they all cancel. At speeds approaching the speed of light, F = ma breaks down and you need the relativistic form F = d(γmv)/dt with Lorentz factor γ. For systems where mass changes over time (rockets burning fuel), the simple F = ma also fails; use F = d(mv)/dt = m(dv/dt) + v(dm/dt) instead.
How to use
Example 1 — Accelerating a box. You push a 10 kg crate across a frictionless surface and observe it accelerating at 3 m/s². Enter mass = 10 and acceleration = 3. F = 10 × 3 = 30 N. ✓ On a real floor with friction you would need to push harder than 30 N — the 30 N is purely the net force that produces the acceleration, with any additional push overcoming friction. Example 2 — Stopping force on a car. A 1,500 kg car decelerates from 30 m/s to 0 in 4 seconds. First compute the (negative) acceleration: a = Δv/Δt = (0 − 30)/4 = −7.5 m/s². Then F = m·a = 1,500 × (−7.5) = −11,250 N, or 11.25 kN opposite to the direction of motion. ✓ That is the average net braking force needed — distributed among brake pads, tyre-road friction, and aerodynamic drag in reality. Compare to the car’s weight (1,500 × 9.81 ≈ 14,700 N): the braking force is about 76% of the car’s weight, consistent with a hard but non-emergency stop on a dry road.
Frequently asked questions
What is the difference between mass and weight?
Mass is the intrinsic amount of matter an object contains, measured in kilograms; it is the same everywhere in the universe. Weight is the gravitational force pulling on that mass, measured in newtons and equal to mass × local gravity (W = mg). A person with a mass of 70 kg has a weight of about 686 N on Earth (70 × 9.81), only 114 N on the Moon (70 × 1.62), and zero weight in free-fall or deep space — but the mass remains 70 kg in all three cases. Confusing the two is one of the most common errors in introductory physics. The everyday English phrase ‘I weigh 70 kg’ is technically incorrect — kg is a mass unit — but the usage is so universal that no physicist will correct you in conversation. Pay attention to units: if the question asks for weight the answer should be in newtons; if it asks for mass the answer is in kilograms.
How is F = ma derived?
It is actually a definition rather than a derivation — Newton chose to define force as the rate of change of momentum (F = dp/dt), and for constant mass that simplifies to F = m·dv/dt = m·a. The deeper question is why this particular definition is useful, and the answer is that it produces consistent, testable predictions across an enormous range of phenomena. Combined with Newton’s First Law (objects at rest stay at rest unless acted on by a force) and Third Law (every action has an equal and opposite reaction), F = ma is the operational foundation of classical mechanics. It can be rewritten in calculus form (F = dp/dt) to handle variable-mass systems like rockets, where the simple F = ma breaks down because the mass changes as fuel is burned. In modern physics F = dp/dt is the more fundamental statement; F = ma is a special case for constant mass.
How do I calculate force when multiple forces act on an object?
Add them as vectors. If the forces all point along the same axis (one-dimensional problem), add signed scalars: a 10 N push to the right plus a 4 N friction force to the left gives a net 6 N to the right, so F_net = 6 N and a = 6/m. For two-dimensional problems, decompose each force into x and y components, sum the components separately, then either keep the result as a vector (Fx, Fy) or compute magnitude √(Fx² + Fy²) and direction θ = atan2(Fy, Fx). For a car rounding a curve, the net horizontal force is the centripetal force (m·v²/r) supplied by tyre friction; vertical forces (gravity and normal force) cancel because there’s no vertical acceleration. The net force then determines the resulting acceleration via F_net = m·a, where both are vectors with the same direction.
What are the most common mistakes people make with F = ma?
The first is mixing up mass and weight — entering 70 N for a 70 kg person, or treating weight as if it were a mass. The second is forgetting the ‘net’ in ‘net force’: F = m·a uses the resultant of all forces, not any individual one. A car pushed by 1,000 N of engine force while experiencing 800 N of drag has a net force of 200 N, not 1,000. The third is sign-convention errors when handling deceleration — picking a direction as positive and then forgetting braking produces a negative force in that frame. The fourth is using F = ma at relativistic speeds or in variable-mass systems (rockets) where the simple form fails; use F = dp/dt instead. The fifth is conflating instantaneous and average force: F = ma at any instant gives the instantaneous net force, but problems asking for ‘the average force’ over a time interval want the impulse-momentum form F_avg = Δp/Δt = m·Δv/Δt.
When should I not use this calculator?
Skip it at relativistic speeds (above about 10% of the speed of light) — Newton’s Second Law in its F = ma form breaks down, and you need the relativistic dp/dt expression with the Lorentz factor γ. Avoid it for variable-mass systems like rockets burning fuel, where the more general F = d(mv)/dt accounts for both the velocity change of the remaining mass AND the momentum carried off by exhaust. It is the wrong tool for systems dominated by quantum-mechanical effects (atomic-scale problems) where classical mechanics doesn’t apply. For rotational motion you need the angular form τ = I·α (torque = moment of inertia × angular acceleration), not F = m·a. And for fluid-dynamics problems where you care about pressure and viscous forces over distributed volumes, Newton’s Second Law generalises to the Navier-Stokes equations — much richer machinery than this simple multiplier. Otherwise, F = ma works for essentially any rigid-body or particle motion on Earth or in everyday engineering.