Table of Contents
Using Newton's Second Law in Real Situations
Newton's second law becomes most useful when we apply it to actual motion problems. The idea is simple, but powerful. First identify the object you want to study. Then identify all the external forces acting on that object. Add those forces as vectors to find the net force. Finally use Newton's second law,
$$\vec{F}_{\text{net}} = m\vec{a}$$
to relate the forces to the acceleration.
This chapter is about using that rule in practical situations. The meanings of force, mass, acceleration, and net force belong to nearby chapters, so here the focus is on how to turn a physical situation into equations you can solve.
The central rule for every application is
$$\sum \vec{F} = m\vec{a}$$
This is a vector equation. You must apply it separately in each direction, such as
$$\sum F_x = ma_x, \qquad \sum F_y = ma_y$$
A General Problem-Solving Method
When solving any $F = ma$ problem, it helps to follow the same pattern every time. Choose the object of interest. Draw or imagine the forces acting on it. Choose a coordinate system, usually one axis along the expected motion. Then write Newton's second law component by component.
Very often, the acceleration in one direction is zero, even when the object is moving. For example, a box sliding horizontally may have no vertical acceleration. In that case,
$$\sum F_y = 0$$
while the horizontal direction may satisfy
$$\sum F_x = ma_x$$
This is one of the most common ways to simplify a mechanics problem.
Motion on a Horizontal Surface
Consider a block of mass $m$ on a horizontal floor. Suppose a horizontal force $F$ pushes it to the right, and friction of magnitude $f$ acts to the left. The vertical forces, the normal force $N$ upward and weight $mg$ downward, often balance.
Then the equations are
$$\sum F_x = F - f = ma$$
and
$$\sum F_y = N - mg = 0$$
So the acceleration is
$$a = \frac{F - f}{m}$$
If there is no friction, then this becomes
$$a = \frac{F}{m}$$
This shows clearly that larger net force gives larger acceleration, while larger mass gives smaller acceleration for the same force.
Pulling at an Angle
Sometimes a force is not horizontal. Suppose a rope pulls a box with force $F$ at angle $\theta$ above the horizontal. Then you must break the force into components:
$$F_x = F\cos\theta, \qquad F_y = F\sin\theta$$
If the box stays on the floor without moving vertically, then
$$\sum F_y = N + F\sin\theta - mg = 0$$
and horizontally,
$$\sum F_x = F\cos\theta - f = ma$$
So the acceleration is
$$a = \frac{F\cos\theta - f}{m}$$
The upward component of the pull can reduce the normal force, which can also reduce friction in cases where friction depends on the normal force.
When a force is at an angle, do not put the full force into one direction. Resolve it into components first:
$$F_x = F\cos\theta, \qquad F_y = F\sin\theta$$
Motion in an Elevator
An elevator is a good example where the acceleration may point up or down, even though the forces are only vertical. Suppose a person of mass $m$ stands on the floor of an elevator. The main vertical forces on the person are the normal force $N$ upward and weight $mg$ downward.
If upward is positive, then
$$N - mg = ma$$
This gives
$$N = m(g + a)$$
If the elevator accelerates upward, then $a > 0$ and the normal force is greater than $mg$. The person feels heavier. If the elevator accelerates downward, then $a < 0$ and the normal force is smaller than $mg$. The person feels lighter.
A special case happens when the elevator is in free fall with $a = -g$. Then
$$N = 0$$
There is no supporting force from the floor.
| Elevator motion | Equation | Result for $N$ |
|---|---|---|
| Accelerating upward | $N - mg = ma$ with $a>0$ | $N > mg$ |
| Moving at constant velocity | $a=0$ | $N = mg$ |
| Accelerating downward | $N - mg = ma$ with $a<0$ | $N < mg$ |
| Free fall | $a=-g$ | $N=0$ |
Two Objects Moving Together
Sometimes two objects move as one combined system. If they remain together, they have the same acceleration. In such cases, it can be useful to treat them as a single object with total mass.
Suppose two blocks of masses $m_1$ and $m_2$ are pushed together on a frictionless surface by an external force $F$. The total mass is
$$m_{\text{total}} = m_1 + m_2$$
So the acceleration of the system is
$$a = \frac{F}{m_1 + m_2}$$
After finding the acceleration, you can examine one block alone to find the contact force between the blocks. For example, if block $m_1$ pushes block $m_2$, then for block $m_2$ alone,
$$F_{\text{contact}} = m_2 a$$
This is a very useful strategy. First solve for the whole system, then solve for one part if needed.
Force Needed for a Desired Acceleration
Newton's second law can also be used in reverse. If you want a certain acceleration, you can calculate the required net force.
If a car of mass $m$ must accelerate at $a$, then the needed net force is
$$F_{\text{net}} = ma$$
If resistive forces such as friction or drag are present, then the driving force must be larger than $ma$. For example, if resistance has magnitude $R$, then
$$F_{\text{drive}} - R = ma$$
so
$$F_{\text{drive}} = ma + R$$
This is common in engineering and vehicle motion.
Zero Net Force and Constant Velocity
An important application of $F = ma$ is the case where the acceleration is zero. Then
$$\sum \vec{F} = 0$$
This means the object is either at rest or moving with constant velocity. For example, if a car moves in a straight line at constant speed on a level road, the engine's driving force must balance resistive forces.
So Newton's second law includes equilibrium and uniform motion as special cases.
If
$$\sum \vec{F} = 0$$
then
$$\vec{a} = 0$$
This does not necessarily mean the object is at rest. It may be moving with constant velocity.
Applications in Multiple Directions
Many real problems involve more than one axis. The key is to analyze each direction separately. For example, if an object moves horizontally along a table, it may still have forces vertically. Usually the vertical acceleration is zero, so the vertical equation gives information about the normal force, while the horizontal equation gives the acceleration.
This separation of directions is one of the main practical skills in using Newton's second law. You should never combine forces from different directions into one ordinary algebra equation unless they lie on the same axis.
Sign Conventions
A frequent source of error is the sign of forces and acceleration. Before writing equations, choose positive directions. Once you decide, keep them consistent.
For example, if right is positive, then a force to the right is positive and a force to the left is negative. If up is positive, then upward acceleration is positive and downward acceleration is negative.
Different choices can both work, as long as they are used consistently. The final physical result will agree.
Worked Example
Suppose a $10\,\text{kg}$ box is pulled across a horizontal floor by a horizontal force of $30\,\text{N}$. Friction opposes the motion with force $5\,\text{N}$.
The horizontal net force is
$$F_{\text{net}} = 30 - 5 = 25\,\text{N}$$
Using Newton's second law,
$$a = \frac{F_{\text{net}}}{m} = \frac{25}{10} = 2.5\,\text{m/s}^2$$
In the vertical direction, if the pull is horizontal, then
$$N - mg = 0$$
so the normal force equals the weight.
This example shows the standard pattern, identify forces, find the net force, then apply $F = ma$.
Common Mistakes
One common mistake is using only one force instead of the net force. Another is forgetting that force and acceleration are vectors. A third is mixing up velocity and acceleration. An object can move to the right while accelerating to the left, if the net force points left.
Another common mistake is assuming that motion means force in the same direction. In fact, force determines acceleration, not velocity directly.
Newton's second law connects net force to acceleration, not directly to velocity.
$$\sum \vec{F} = m\vec{a}$$
An object can have nonzero velocity even when the net force is zero.
Final Perspective
Applications of $F = ma$ are the bridge between the law itself and real mechanical problems. In every case, the method is the same. Isolate the object, identify the forces, choose axes, write force equations in each direction, and solve for the unknowns.
As problems become more complex, this same method will be used again and again. The situations may change, but the structure remains the same:
$$\sum F_x = ma_x, \qquad \sum F_y = ma_y, \qquad \sum F_z = ma_z$$
That is the practical heart of applying Newton's second law.
KAHIBARO