Applications of Newton’s Laws in AP Physics C Mechanics: Modeling Real Forces

Friction (Static and Kinetic)

What friction is (and what it is not)

Friction is a contact force that acts along the surface of contact between two objects. Its job, physically, is to oppose relative motion (kinetic friction) or impending relative motion (static friction) between the surfaces.

A key idea that makes friction tricky is that it is not a single “always-the-same” force. In many problems, friction is whatever magnitude is needed (up to a limit) to enforce the actual motion you observe. That is why friction is an “application” of Newton’s laws: you usually can’t decide the friction force until you combine a correct free-body diagram with Newton’s second law and the constraint (slipping or not slipping).

Friction matters because it is one of the most common reasons real motion differs from idealized motion. It also creates common AP exam traps: assuming the wrong direction, using the wrong magnitude, or assuming N = mg when it is not.

Static friction

Static friction is the friction force when the surfaces are not sliding relative to each other at the contact. Static friction adjusts to whatever value is necessary to prevent slipping, up to a maximum.

The maximum possible static friction is

f_s \le \mu_s N

where:

  • f_s is the magnitude of the static friction force
  • \mu_s is the coefficient of static friction (dimensionless)
  • N is the normal force magnitude

The “max” value is often written as

f_{s,\max} = \mu_s N

How it works conceptually: imagine you push lightly on a heavy box. The box doesn’t move because static friction matches your push. As you push harder, static friction increases to match you—until it hits \mu_s N. Past that point, static friction can’t increase further, so the surfaces begin to slip.

Direction rule (more reliable than memorizing): static friction points in the direction that opposes the motion that would occur if friction were absent. For example, a block on an incline “wants” to slide down; static friction would point up the incline.

Kinetic friction

Kinetic friction acts when surfaces are sliding.

Its standard model in AP Physics is

f_k = \mu_k N

where \mu_k is the coefficient of kinetic friction.

Unlike static friction, kinetic friction in this model has a fixed magnitude for a given N. Also, typically \mu_k < \mu_s, which matches the experience that it’s usually harder to start sliding than to keep sliding.

Why the normal force is the heart of friction problems

Both friction models depend on N, and N is not automatically equal to weight. You must get N from Newton’s second law perpendicular to the surface.

Examples where N \ne mg include:

  • a block on an incline
  • a block being pulled with a rope at an upward angle (reducing N)
  • an accelerating elevator or any situation with vertical acceleration

Friction in Newton’s second law: the workflow that rarely fails

  1. Draw a free-body diagram (FBD). Include only forces on the object: weight, normal, friction, tension, applied force, etc.
  2. Choose axes that simplify components (often along and perpendicular to the surface).
  3. Decide whether the contact is static (no slipping) or kinetic (slipping). If static, do not set f_s = \mu_s N automatically.
  4. Write Newton’s second law along each axis.

\sum F_x = ma_x

\sum F_y = ma_y

  1. If static friction is involved, solve for the required f_s. Then check whether it is less than or equal to \mu_s N. If it exceeds that, the assumption “no slip” was wrong, and you must redo using kinetic friction.

Worked example 1: block on an incline (static vs kinetic)

A block of mass m rests on an incline at angle \theta. Coefficients are \mu_s and \mu_k. Determine whether it slides; if it slides, find its acceleration.

Step 1: FBD and components
For axes along the incline (parallel) and perpendicular:

  • Weight component down the plane: mg\sin\theta
  • Weight component into plane: mg\cos\theta
  • Normal force: N outward perpendicular
  • Friction: along plane, direction depends on impending motion

Perpendicular to plane, no acceleration:

\sum F_\perp = 0

N - mg\cos\theta = 0

N = mg\cos\theta

Step 2: static check
If the block is at rest, static friction must balance the downhill component:

f_s = mg\sin\theta

Static friction can do this only if

mg\sin\theta \le \mu_s mg\cos\theta

Cancel mg:

\tan\theta \le \mu_s

  • If \tan\theta \le \mu_s: it does not slide.
  • If \tan\theta > \mu_s: it slides, and friction becomes kinetic.

Step 3: acceleration if sliding
Kinetic friction magnitude:

f_k = \mu_k N = \mu_k mg\cos\theta

Net force down the incline:

\sum F_\parallel = mg\sin\theta - f_k = ma

So

mg\sin\theta - \mu_k mg\cos\theta = ma

a = g(\sin\theta - \mu_k\cos\theta)

What usually goes wrong: students often set f_s = \mu_s N immediately. That would incorrectly predict motion in cases where static friction is smaller than its maximum.

Worked example 2: pulling a block with a rope at an angle

A block of mass m is pulled across a horizontal surface by a force F at angle \phi above the horizontal. Coefficient of kinetic friction is \mu_k. Find the acceleration.

Key conceptual move: because the pull has an upward component, it reduces the normal force, which reduces friction.

Vertical direction (no vertical acceleration):

\sum F_y = 0

N + F\sin\phi - mg = 0

N = mg - F\sin\phi

Kinetic friction:

f_k = \mu_k N = \mu_k(mg - F\sin\phi)

Horizontal direction:

\sum F_x = ma

F\cos\phi - f_k = ma

Substitute:

F\cos\phi - \mu_k(mg - F\sin\phi) = ma

Solve for a:

a = \frac{F\cos\phi - \mu_k mg + \mu_k F\sin\phi}{m}

Reality check: if you increase \phi slightly, you reduce N, so friction decreases; but you also reduce the horizontal component F\cos\phi. Problems like this often ask you to reason about an “optimal angle,” which comes from balancing those two effects.

Exam Focus
  • Typical question patterns
    • Block on an incline: determine whether it slips, then find acceleration or required force to prevent slipping.
    • Multi-block systems (two masses with a rope): decide friction directions and whether static friction can hold.
    • Pulling or pushing at an angle: compute N first, then friction, then acceleration.
  • Common mistakes
    • Treating static friction as always \mu_s N instead of “whatever is needed up to \mu_s N.”
    • Assuming N = mg even on inclines or when there is an angled pull.
    • Choosing friction direction based on motion you “want” rather than the relative motion tendency at the contact.

Drag Forces and Terminal Velocity

What drag is

Drag (or air resistance) is a resistive force from a fluid (air, water) that opposes an object’s motion relative to the fluid. Drag matters because it breaks the constant-acceleration patterns you get from gravity alone. Instead, acceleration typically decreases as speed increases, and many motions approach a limiting speed called terminal velocity.

In AP Physics C: Mechanics, drag is usually introduced with simplified models that are tractable with Newton’s second law (and sometimes basic differential equations).

Two common drag models

Real drag depends on object shape, fluid properties, and flow regime. Two common idealized models are:

  1. Linear drag (often used for small objects at low speeds in a viscous regime):

F_D = bv

  1. Quadratic drag (often more realistic for higher speeds in air):

F_D = cv^2

Here:

  • F_D is the drag force magnitude
  • v is the speed (magnitude of velocity)
  • b and c are positive constants depending on the situation

Direction: drag points opposite the velocity vector. If you choose upward as positive and an object is moving downward, the drag force is upward (positive).

Terminal velocity: what it really means

Terminal velocity is the constant speed an object approaches when the net force becomes zero, so acceleration becomes zero.

A crucial conceptual point: terminal velocity does not mean “no forces.” It means forces balance.

For a falling object (downward motion) with upward drag:

  • Weight: mg downward
  • Drag: upward

At terminal speed v_t:

\sum F = 0

So the drag magnitude equals weight.

This is a direct application of Newton’s second law: if acceleration is zero, net force must be zero.

Linear drag: dynamics and terminal speed

Take downward as positive for a falling object. Then weight is +mg and drag is -bv.

Newton’s second law:

m\frac{dv}{dt} = mg - bv

Terminal velocity occurs when dv/dt = 0:

0 = mg - bv_t

v_t = \frac{mg}{b}

How the motion behaves: at the start (small v), drag is small, so acceleration is near g. As v grows, the drag term grows, reducing the net force, so acceleration decreases toward zero.

If you solve the differential equation with initial condition v(0)=0, you get

v(t) = \frac{mg}{b}\left(1 - e^{-\frac{b}{m}t}\right)

This result encodes two important physical ideas:

  • The speed approaches v_t = mg/b asymptotically.
  • The timescale for “approaching terminal” is set by m/b: larger mass or smaller drag constant means a slower approach.

Quadratic drag: terminal speed

With quadratic drag and downward positive, the drag force is -cv^2, giving

m\frac{dv}{dt} = mg - cv^2

Terminal velocity comes from setting acceleration to zero:

0 = mg - cv_t^2

v_t = \sqrt{\frac{mg}{c}}

Even if you do not solve the full time dependence, AP problems often focus on setting up the force balance and recognizing how terminal speed scales with mass.

Worked example 1: terminal speed and direction logic

A skydiver of mass m falls downward. Use a quadratic drag model with constant c. Find the terminal speed and explain the sign of drag.

Reasoning: since the diver moves downward, drag must point upward (opposite velocity). Taking downward as positive, drag is negative.

At terminal speed:

mg - cv_t^2 = 0

So

v_t = \sqrt{\frac{mg}{c}}

Common trap: writing drag as downward because “the object is falling.” Drag is not aligned with gravity; it is aligned opposite velocity.

Worked example 2: acceleration at a given speed (linear drag)

A ball of mass m falls downward with linear drag constant b. Taking downward as positive, find its acceleration when its speed is v.

Newton’s second law:

m\frac{dv}{dt} = mg - bv

So the acceleration a = dv/dt is

a = g - \frac{b}{m}v

Interpretation: acceleration decreases linearly with speed. If v = v_t = mg/b, then

a = g - \frac{b}{m}\frac{mg}{b} = 0

This is a quick consistency check you should get comfortable doing.

Connecting drag to other Newton’s-law applications

Drag problems are like friction problems in one important way: the resistive force opposes motion and often depends on another quantity you must determine from the dynamics (here speed, rather than normal force). The main difference is that drag typically makes acceleration non-constant, so you must be careful about using kinematics formulas that assume constant acceleration.

Exam Focus
  • Typical question patterns
    • Identify the direction of drag and write the correct Newton’s second law equation for vertical motion.
    • Find terminal speed by setting net force to zero.
    • For linear drag, interpret or use the exponential approach to terminal speed, or analyze acceleration as a function of speed.
  • Common mistakes
    • Using constant-acceleration kinematics (like “average velocity” shortcuts) when drag makes a depend on v.
    • Getting the sign wrong by making drag point in the same direction as velocity.
    • Thinking terminal velocity means “no forces” rather than “balanced forces.”

Spring Forces (Hooke’s Law)

What a spring force is

A spring force is a restoring force exerted by an elastic object (ideal spring, rubber band in a limited regime) when it is stretched or compressed. It matters because it is one of the simplest real forces that depends on position, and it shows up everywhere: mass-spring systems, contact forces in collisions (approximate), and constraints in multi-force equilibrium problems.

In the “applications of Newton’s laws” context, springs are mainly about correctly identifying the force direction and relating the spring’s deformation to the net force and acceleration.

Hooke’s law and the meaning of the minus sign

For an ideal spring along one dimension, Hooke’s law is

F_s = -kx

where:

  • F_s is the spring force component along the spring’s axis (on the object)
  • k is the spring constant (stiffness), in N/m
  • x is the displacement from the spring’s natural (unstretched) length, taking extension as positive by convention

The minus sign is not decorative. It means the force is restoring: it points opposite the displacement.

  • If the spring is stretched so x > 0, then F_s < 0: the force pulls back.
  • If the spring is compressed so x < 0, then F_s > 0: the force pushes outward.

A frequent mistake is to use F_s = kx for magnitudes and then forget to assign direction carefully. If you commit to a sign convention and keep the minus sign, many direction errors disappear.

When Hooke’s law applies

Hooke’s law is a model that works well for many springs when the deformation is not too large. Real materials have an elastic limit; beyond that, the relationship is not linear and permanent deformation can occur. AP problems generally assume an ideal spring unless stated otherwise.

Springs in free-body diagrams

When a spring pulls on an object, the spring force acts along the spring’s axis. In an FBD you do not draw “a force of the spring constant.” You draw a force arrow and label it as something like F_s or kx with the correct direction.

Also, be careful about what x measures: it is the spring’s change in length from natural length, not the object’s coordinate unless those are the same by the geometry of the setup.

Static equilibrium with a spring (Newton’s second law with a = 0)

In equilibrium, the net force is zero.

\sum F = 0

That lets you connect spring deformation to other forces.

Worked example 1: vertical spring holding a mass

A mass m hangs from a vertical spring (spring constant k) and is at rest. Find the extension x from natural length.

Choose upward as positive. Forces on the mass:

  • Spring force upward: magnitude kx (since the spring is stretched, it pulls up)
  • Weight downward: mg

Equilibrium:

\sum F_y = 0

kx - mg = 0

So

x = \frac{mg}{k}

Conceptual point: the spring extends until its restoring force matches the weight. The extension depends linearly on mass.

Common trap: using the wrong sign for the spring force. If the spring is stretched, it pulls upward on the mass.

Springs with acceleration (Newton’s second law with a \ne 0)

Springs often appear when an object is displaced and released or when a spring is part of a connected system. The procedure is the same as always: FBD, choose axes, then apply Newton’s second law.

Worked example 2: horizontal spring, frictionless surface

A block of mass m is attached to a spring on a frictionless horizontal surface. The spring is stretched by distance x and released. Find the acceleration at that instant.

Take +x to the right, with the spring stretched to the right (so x > 0). The spring force on the block points left.

Hooke’s law gives

F_s = -kx

Newton’s second law:

\sum F_x = ma

-kx = ma

So

a = -\frac{k}{m}x

Interpretation: the acceleration points back toward equilibrium and grows with displacement. This restoring-acceleration relationship is the seed of simple harmonic motion, though the full oscillation model is usually developed later.

Combining springs with other forces (including friction)

Many “applications” problems mix spring forces with friction or inclines. The key is that the spring force depends on deformation, while friction depends on normal force and the static/kinetic condition.

For example, if a spring pulls a block on a rough surface, static friction might prevent motion until the spring force reaches \mu_s N. At the threshold of impending motion, you often set

kx = \mu_s N

and then use N from vertical force balance.

This is a powerful connection: you can often find the extension needed to “break free” into motion without any kinematics at all.

Notation note: force magnitude vs signed force

Students commonly see both of these styles:

IdeaSigned (1D) formMagnitude form (then add direction separately)
Hooke’s lawF_s = -kx|F_s| = k|x|

For AP free-response work, the signed form is often safer if you clearly define your coordinate direction.

Exam Focus
  • Typical question patterns
    • Use equilibrium to relate extension/compression to weight, tension, or applied forces.
    • Combine spring force with friction to find the minimum stretch/compression needed to start motion.
    • Write Newton’s second law for a mass attached to a spring at a particular displacement to find instantaneous acceleration.
  • Common mistakes
    • Measuring x from the wrong reference length (it must be from the spring’s natural length).
    • Dropping the minus sign in F_s = -kx and then losing track of direction.
    • Assuming a spring force is constant; it depends on deformation, so it changes as the system moves.