Forces and Free-Body Diagrams
Why this matters
Ever tried to help someone move a heavy mini-fridge into a dorm room? You push, your friend pulls, and the fridge scrapes along the floor, refusing to budge at first. You have your push, the floor has its friction, and gravity is relentlessly pulling the fridge down. It’s a chaotic mess of pushes and pulls. How do physicists make sense of this chaos?
They don’t guess. They draw a map. For forces, that map is called a free-body diagram. It’s a simple but powerful tool that lets us isolate one object—like that stubborn fridge—and see every single force acting on it. It turns a confusing situation into a clear, solvable problem. Today, we're going to learn how to draw these diagrams. This is maybe the single most important skill for the rest of AP Physics 1. Let's get it right.
Concept overview
flowchart TD
A[Start: Analyze a Physical Situation] --> B{Isolate the Object/System};
B --> C[Represent System as a Dot<br>(Center of Mass)];
C --> D{Identify All Forces Acting ON the System};
D --> E[Draw Force Vectors from Dot];
E --> F{Choose a Coordinate System<br>(Tilt if necessary)};
F --> G[Resolve Angled Vectors into Components];
G --> H[Ready to Apply Newton's 2nd Law<br>ΣF = ma];
Core explanation
Alright, let's dive in. The ideas we're covering today are the bedrock for all of dynamics. If you master this, the rest of the unit will click into place.
What Exactly Is a Force?
At its heart, a force is just a push or a pull. But in physics, we need to be more precise.
A force is an interaction between two objects.
Think about it. You can't just have a push without something doing the pushing and something being pushed. When you kick a soccer ball, your foot exerts a force on the ball, and the ball exerts a force back on your foot. It's a two-way street. This leads to a critical rule: an object cannot exert a net force on itself. You can't pull yourself up by your own bootstraps; you need to interact with something else, like the floor or a pull-up bar, to get a lift.
Forces are also vectors. This is a word you'll hear a lot. It just means a force has two parts:
- 1MagnitudeHow strong is the push or pull? We measure this in Newtons (N).
- 2DirectionWhich way is it pushing or pulling?
We represent force vectors with arrows. The length of the arrow shows its magnitude, and the way it's pointing shows its direction.
Most forces we'll deal with are contact forces. This means the two objects have to be touching. Examples include:
- Normal Force (
F_N): The support force when a surface pushes back on an object. The floor holding you up right now is exerting a normal force on you. - Friction (
f): A force that opposes sliding between surfaces. - Tension (
T): The pulling force from a rope, string, or cable. - Applied Force (
F_app): A generic term for any other push or pull, like you pushing a shopping cart.
The one big non-contact force we'll see constantly is the Force of Gravity (F_g), also known as weight. It's the pull the Earth exerts on an object, and it acts even when nothing is touching.
The Most Important Tool: The Free-Body Diagram (FBD)
Imagine trying to write an essay without an outline. You might get there, but it would be messy. A free-body diagram is your outline for solving force problems. It's a non-negotiable first step.
An FBD is a simplified picture that shows all the external forces acting ON a single object.
Here’s how to build one correctly. Let's use the example of a book resting on a table.
- 1Isolate the Object of InterestWe only care about the book. We'll represent the entire book, no matter its shape, as a single dot. This dot represents the object's center of mass, a point where we can pretend all its mass is concentrated.
- 2Identify and Draw the ForcesNow, think about every single thing interacting with the book.
- The entire planet Earth is pulling the book down. This is the force of gravity,
F_g. We draw a vector arrow starting from the dot and pointing straight down. - The table is touching the book, pushing it up and preventing it from falling. This is the normal force,
F_N. We draw a vector arrow starting from the dot and pointing straight up.
- The entire planet Earth is pulling the book down. This is the force of gravity,
- 3Label EverythingYour final diagram for the book on the table would be a dot with an arrow labeled
F_gpointing down and an arrow labeledF_Npointing up.
That's it. Notice what we didn't draw: the force the book exerts on the table, or the force the table exerts on the floor. We are focused only on the forces acting on the book.
The Pro Move: Tilted Coordinate Systems
Drawing an FBD for a book on a flat table is straightforward. But what about a skier gliding down a snowy hill, or a block sliding down a ramp? This is where FBDs really shine.
Let's imagine a block of mass m sliding down a frictionless ramp tilted at an angle θ.
- 1Isolate & Draw DotStart with a dot for the block.
- 2Identify Forces
- Gravity (
F_g): Earth is pulling the block. This force is always straight down, toward the center of the Earth. It doesn't care that the ramp is tilted. DrawF_gpointing vertically downward. - Normal Force (
F_N): The ramp is pushing on the block. The normal force is always perpendicular (at 90°) to the surface. So,F_Npoints away from the ramp's surface, at an angle.
- Gravity (
- 3Choose a "Smart" Coordinate SystemHere's the key insight. The block is going to accelerate down the ramp, parallel to its surface. If we use a standard horizontal/vertical x-y axis, the acceleration vector
awould have both an x and a y component. That's a pain.Instead, we can be clever. Let's tilt our coordinate system so the x-axis is parallel to the ramp (pointing downhill) and the y-axis is perpendicular to it.
Why is this so great? Because now, the acceleration is entirely along the positive x-axis. The acceleration in the y-direction is zero! This simplifies our equations dramatically.
- 4Resolve VectorsNow we have a problem. The
F_Nvector lies perfectly on our new y-axis, which is great. But theF_gvector is at a weird angle to our new axes.We fix this by breaking
F_ginto components that line up with our tilted axes. Using trigonometry, the gravitational force can be split into:- A component perpendicular to the ramp:
F_g_y = mg cos(θ) - A component parallel to the ramp:
F_g_x = mg sin(θ)
- A component perpendicular to the ramp:
Once you've broken F_g into its components, you can almost erase the original F_g vector from your mind. You'll use the components in your calculations. Your final FBD will show the dot, the F_N vector, and the two components of gravity. This diagram is now ready to be used with Newton's Second Law.
Worked examples
Let's walk through a couple of examples together. The key is to be systematic: Isolate, Identify, Draw, and then Analyze.
A Crate at Rest
Problem: A 10 kg crate sits motionless on a rough horizontal floor in a warehouse. Draw a free-body diagram for the crate and label all forces.
Solution:
- 1Isolate the objectOur object is the crate. We'll represent it with a dot.
- 2Identify the forcesWhat is interacting with the crate?
- The Earth is pulling it down. That's the force of gravity,
F_g. - The floor is pushing it up, preventing it from falling. That's the normal force,
F_N. - Is there anything else? The problem says it's "motionless." There's no push or pull, no rope, and since it's not trying to slide, there's no friction force acting on it yet. So, just two forces.
- The Earth is pulling it down. That's the force of gravity,
- 3Draw the diagram
- Start with a dot.
- Draw an arrow pointing straight down from the dot. Label it
F_g. - Draw an arrow pointing straight up from the dot. Label it
F_N.
- 4AnalyzeSince the crate is "motionless," its acceleration is zero. This means the forces must be balanced. The upward force must be equal in magnitude to the downward force. So, the arrow for
F_Nshould be the same length as the arrow forF_g.Your final diagram is a dot with two equal-length, opposing vertical arrows labeled
F_N(up) andF_g(down).
Pulling a Sled
Problem: Priya is pulling her little brother, Marcus, on a sled across a snowy, flat field. She pulls with a force of 50 N on a rope angled 30° above the horizontal. The sled and Marcus together have a mass of 40 kg and are moving at a constant velocity. Draw the FBD for the sled and identify all forces.
Solution:
This one has more going on, but we follow the exact same steps.
- 1Isolate the objectThe "object" is the sled with Marcus on it. We treat them as a single system. Draw a dot.
- 2Identify the forces
- Gravity (
F_g): The Earth pulls the sled-system down. (Points straight down). - Normal Force (
F_N): The snowy ground pushes the sled up. (Points straight up, perpendicular to the ground). - Tension (
T): Priya is pulling on the rope. This is a tension force. The problem says it's at a 30° angle above the horizontal. (Points up and to the right). - Friction (
f_k): The sled is sliding across snow. Even snow has friction. Since the sled is moving to the right, the kinetic friction force opposes this motion. (Points to the left).
- Gravity (
- 3Draw the diagram
- Start with a dot.
- Draw
F_gstraight down. - Draw
F_Nstraight up. - Draw
Tpointing up and to the right, making sure to indicate the 30° angle. - Draw
f_kpointing to the left.
- 4Analyze (A crucial point!)The problem states the sled moves at a constant velocity. If velocity is constant, acceleration is ZERO. This means, just like the stationary crate, all the forces must be in balance!
- This means the total upward force must equal the total downward force.
- This means the total rightward force must equal the total leftward force.
Here's the common mistake: Students see the pulling force
Tand think the normal forceF_Nis just equal to gravityF_g. But look at the diagram! Part of Priya's pull is upwards. So, you have two forces helping to lift the sled: the normal force and the vertical part of the tension. These two together balance gravity. Therefore,F_Nwill actually be less thanF_g. This is a classic AP-level insight that comes directly from a good FBD.
Try it yourself
Ready to try a couple on your own? Remember the process: Isolate, Identify, Draw. Don't solve for numbers yet, just focus on creating a perfect FBD.
Problem 1: Carlos is standing on a scale inside an elevator in a tall building in Chicago. The elevator is accelerating upwards. Draw a free-body diagram for Carlos.
Problem 2: A traffic light hangs from two cables of equal length, which are attached to a utility pole. The cables each make a 20° angle with the horizontal. Draw a free-body diagram for the traffic light.
Practice — 8 questions
In simple terms, forces are pushes or pulls between objects. We use special drawings called free-body diagrams to map out all the forces acting on a single object so we can analyze its motion.
- 2.2.A: Describe a force as an interaction between two objects or systems.
- 2.2.B: Describe the forces exerted on an object or system using a free-body diagram.
- 2.2.A.1
- Forces are vector quantities that describe the interactions between objects or systems.
- 2.2.A.1.i
- A force exerted on an object or system is always due to the interaction of that object with another object or system.
- 2.2.A.1.ii
- An object or system cannot exert a net force on itself.
- 2.2.A.2
- Contact forces describe the interaction of an object or system touching another object or system and are macroscopic effects of interatomic electric forces.
- 2.2.B.1
- Free-body diagrams are useful tools for visualizing forces being exerted on a single object or system and for determining the equations that represent a physical situation.
- 2.2.B.2
- The free-body diagram of an object or system shows each of the forces exerted on the object by the environment.
- 2.2.B.3
- Forces exerted on an object or system are represented as vectors originating from the representation of the center of mass, such as a dot. A system is treated as though all of its mass is located at the center of mass.
- 2.2.B.4
- A coordinate system with one axis parallel to the direction of acceleration of the object or system simplifies the translation from free-body diagram to algebraic representation. For example, in a free-body diagram of an object on an inclined plane, it is useful to set one axis parallel to the surface of the incline.
flowchart TD
A[Start: Analyze a Physical Situation] --> B{Isolate the Object/System};
B --> C[Represent System as a Dot<br>(Center of Mass)];
C --> D{Identify All Forces Acting ON the System};
D --> E[Draw Force Vectors from Dot];
E --> F{Choose a Coordinate System<br>(Tilt if necessary)};
F --> G[Resolve Angled Vectors into Components];
G --> H[Ready to Apply Newton's 2nd Law<br>ΣF = ma];
Read what Saavi narrates
Ever tried to help someone move a heavy mini-fridge into a dorm room? You push, your friend pulls, and the fridge just scrapes along the floor. It’s a mess of pushes and pulls. How do we make sense of that? We draw a map. For forces, that map is called a free-body diagram. It’s a simple but powerful tool that lets us isolate one object and see every single force acting on it. Today, we're going to master this skill.
This lesson is about two big ideas. First, a force is always an interaction between two objects—a push or a pull. And second, we can visualize these forces using a free-body diagram, which is a simplified drawing showing all the forces acting on one object.
Let's walk through an example. Imagine Priya is pulling her little brother, Marcus, on a sled. She pulls on a rope with a force of 50 Newtons, at an angle of 30 degrees above the horizontal. The sled is moving at a constant velocity. Let's draw the FBD for the sled.
First, we isolate the object. The sled and Marcus are our system, so we draw a single dot.
Next, we identify the forces. Gravity, from the Earth, pulls the sled straight down. We'll label that F-sub-g.
The snow on the ground pushes up, supporting the sled. That's the normal force, F-sub-N, and it points straight up.
Priya is pulling on the rope. That's a tension force. We draw that arrow pointing up and to the right, at that 30 degree angle.
Finally, the sled is sliding, so there's kinetic friction. It opposes the motion, so we draw the friction force, f-sub-k, pointing to the left.
Now, here's a critical point. The problem says "constant velocity." That means acceleration is zero. So all the forces have to cancel out. The left forces must equal the right forces, and the up forces must equal the down forces.
And that brings me to a common mistake I see all the time. Please don't do this. Do not draw vectors for velocity or acceleration on your free-body diagram. A free-body diagram is for forces only. Velocity is what's happening, it's not a push or a pull itself. Think of it this way: the forces are the players on the field, and the acceleration is the final score. You don't put the final score on the roster. Draw your FBD with only force vectors.
Mastering free-body diagrams is your key to unlocking the rest of this course. Take your time, be systematic, and you'll do great.
A free-body diagram shows forces acting *on* one single object. The force of the book on the table acts on the table, so it belongs on the table's FBD, not the book's.
Before drawing, state clearly what your "system" is. Then, only draw forces exerted *by the environment on your system*.
The normal force is always *perpendicular to the surface* of contact. If the surface is tilted, the normal force is also tilted.
Always draw the normal force vector at a 90° angle to the surface line.
Gravity is the Earth's pull on an object. The Earth is (for our purposes) "down." Gravity doesn't care about your ramp; it always pulls straight down toward the center of the Earth.
No matter the setup, the `F_g` vector is the easy one. It *always* points vertically downward.
A free-body diagram is a map of *forces only*. Velocity and acceleration are descriptions of motion, not forces themselves. They are the *result* of the net force, not one of the forces.
Draw your FBD with only force vectors. If you need to keep track of velocity or acceleration, draw them off to the side of your diagram, but never attached to the dot.
If a problem mentions a "rough surface" or an object moving at high speed through the air, you are expected to know that friction or drag is present, even if it's not explicitly stated as "a force of friction."
Read the problem description carefully for keywords like "rough," "friction," "air resistance," or "drag." If an object is in motion and is supposed to be slowing down, there must be a force causing that.