6.1 Motion on Inclines and Connected-Particle Systems
Two Blocks, One Rope, One Ramp
[Video: A block sits on a smooth ramp inclined at 30 degrees. A rope runs from the block, over a pulley at the top of the ramp, and down to a second block hanging freely in the air. The system is held in place by a hand. The camera lingers on the setup. Then the hand releases. Pause. Which way does the system move?]
Look at this setup before you touch any math. A block on a ramp, connected by a rope to a hanging block. Gravity pulls on both. The ramp pushes back on one of them. The rope ties their fates together.
Which way does the system accelerate? Does the hanging block pull the ramp block up the slope? Or does the ramp block slide down, pulling the hanging block up?
You might think this requires immediate calculation. It does not. Before you write a single equation, you can reason about this. The hanging block's full weight pulls the rope downward. The ramp block's weight pulls it down the slope --- but only the component of its weight along the ramp matters. On a 30-degree incline, that component is only half of its full weight. So even if the two blocks have the same mass, the hanging block pulls with its full weight while the ramp block resists with only half of its weight along the direction of motion.
That asymmetry is the entire story. The rest is details.
Before you read on: Consider the same setup --- a 30-degree ramp, a pulley at the top, a rope connecting two blocks.
(a) If the ramp block and the hanging block have equal masses, will the system accelerate? If so, which way?
(b) What if the ramp block has twice the mass of the hanging block?
Commit to your answers before continuing.
[Interactive: Predict-Then-Reveal. Student selects a direction of motion (or "no motion") for each scenario. After submitting, the correct answers are revealed with a brief physical explanation. For (a): the system accelerates, with the hanging block descending, because the hanging block's weight exceeds the ramp block's weight component along the slope. For (b): it depends on the exact numbers --- this case is closer to balanced.]
The Guiding Question
How do simple-looking setups become easier once the right axes and system boundaries are chosen?
You already know every concept you need here. Newton's second law, free-body diagrams, force models, vector components, constraint equations for coupled systems. All of that is from Chapters 3 and 5. Nothing in this section is conceptually new.
What is new is the challenge of putting it all together. The block-on-ramp-with-hanging-mass problem is not hard because the physics is unfamiliar. It is hard because you face several decisions before you can write a single equation: What coordinate system should I use? Should I analyze the whole system or each block separately? Which direction is positive? How do I handle the pulley?
This section is about making those decisions deliberately instead of stumbling into them. The goal is not to memorize a procedure. It is to develop a habit of thinking about setup before algebra --- because in problems like these, the setup is the hard part.
Building Up: A Single Block on a Frictionless Ramp
Before tackling the two-block system, let's get the ramp mechanics right with the simplest possible case: one block, one frictionless ramp, no rope.
A block of mass $m$ sits on a frictionless ramp inclined at angle $\theta$ to the horizontal. It is released from rest. Find its acceleration and the normal force.
Step 1: Draw the free-body diagram
Two forces act on the block:
- Weight $mg$, pointing straight down.
- Normal force $N$, pointing perpendicular to the ramp surface.
That is it. No friction (the ramp is frictionless). No tension (no rope). Just two forces.
Step 2: Choose coordinates
Here is where the strategic decision happens. You have two natural options.
Option A: Horizontal and vertical axes. Gravity is simple: $(0, -mg)$. But the normal force points perpendicular to the ramp --- at an angle $\theta$ from the vertical --- so you must decompose it into both $x$ and $y$ components. The constraint "the block stays on the ramp surface" couples the $x$ and $y$ equations. You end up with two equations, two unknowns, and some trigonometric bookkeeping.
Option B: Axes aligned with the ramp. Take $\hat{x}'$ along the ramp (positive pointing down the slope) and $\hat{y}'$ perpendicular to the ramp (positive pointing away from the surface). Now the normal force is simple: $(0, N)$. The constraint is simple: $a_{y'} = 0$ (the block does not fly off or sink into the ramp). The price is that gravity must be decomposed: its component along the ramp is $mg\sin\theta$, and its component perpendicular to the ramp is $-mg\cos\theta$.
Let's use Option B --- the tilted axes.
Step 3: Write Newton's second law
Along the ramp ($\hat{x}'$ direction):
$$mg\sin\theta = ma$$
$$a = g\sin\theta$$
Perpendicular to the ramp ($\hat{y}'$ direction):
$$N - mg\cos\theta = 0$$
$$N = mg\cos\theta$$
Done. Two lines of algebra. The acceleration is $g\sin\theta$ down the slope, and the normal force is $mg\cos\theta$.
Step 4: Check limiting cases
- If $\theta = 0$ (flat surface): $a = 0$ and $N = mg$. The block sits still, and the normal force equals the weight. Correct.
- If $\theta = 90°$ (vertical surface): $a = g$ and $N = 0$. The block is in free fall beside a vertical wall, which exerts no force. Correct.
- For $0 < \theta < 90°$: the acceleration is between 0 and $g$, and the normal force is less than $mg$. Both make physical sense.
Notice what happened. With tilted axes, the constraint $a_{y'} = 0$ immediately gave us the normal force, and the along-ramp equation immediately gave us the acceleration. No simultaneous equations. No substitution. The coordinate choice did the work for us.
[Interactive: Axis Toggle Explorer. A block on a ramp with adjustable angle $\theta$ (slider from $0°$ to $90°$). Two buttons toggle between "Standard Axes" (horizontal/vertical) and "Tilted Axes" (along/perpendicular to ramp). In each view, the FBD is drawn with force components projected onto the chosen axes, and the component equations appear below. Students can compare the two sets of equations side by side.
Guided prompts: - "In the standard-axes view, how many force components appear in the $x$-equation? In the tilted-axes view?" - "Which view has simpler constraint equations?" - "Switch to tilted axes. How many components of $\vec{g}$ do you need to decompose? How many components of $\vec{N}$?"]
The Concept: Align Coordinates with Constraints
Here is the principle that makes ramp problems --- and many other dynamics problems --- manageable:
Choose your coordinate axes to align with the constraints and the direction of motion. When you do this, the constraint equations become trivial (often just "one component of acceleration is zero"), and you reduce the number of unknowns.
On a ramp, the block is constrained to move along the surface. If you align one axis with the surface, then the motion is entirely along that axis, and the perpendicular acceleration is zero by construction. The normal force, which is perpendicular to the surface, appears in only one equation. Gravity is the only force you need to decompose --- and that decomposition is the same every time: $mg\sin\theta$ along the ramp, $mg\cos\theta$ perpendicular to it.
With standard axes, you have to decompose the normal force (which has an unknown magnitude) into two components, and the constraint "stays on the ramp" couples the $x$ and $y$ equations. You end up doing more work to get the same answer.
This is not a ramp-specific trick. It is a general strategy. Whenever an object is constrained to move along a surface, along a wire, or along any fixed path, align one axis with that path. The equations will nearly write themselves.
Scaling Up: The Ramp-and-Hanging-Block System
Now we are ready for the full problem from the hook. A block of mass $m_1$ sits on a frictionless ramp inclined at angle $\theta$. A massless rope connects it over a frictionless pulley at the top of the ramp to a hanging block of mass $m_2$. Find the acceleration and the tension.
This is a faded example --- some steps are filled in, and you complete the rest.
Step 1: Identify the constraint
The rope is inextensible and massless. Both blocks share the same magnitude of acceleration $a$. If the hanging block descends, the ramp block ascends the slope (and vice versa).
Step 2: Draw FBDs for each block
Block 1 (mass $m_1$, on the ramp):
- Weight $m_1 g$ straight down
- Normal force $N$ perpendicular to ramp, away from surface
- Tension $T$ along the ramp, pointing up the slope
Block 2 (mass $m_2$, hanging):
- Weight $m_2 g$ straight down
- Tension $T$ upward
Step 3: Choose coordinates
For block 1: tilted axes, with $\hat{x}'$ up the slope as positive (since we expect it to move up if $m_2$ is heavy enough).
For block 2: vertical axis, with downward as positive (in the expected direction of motion).
This sign convention ensures that a single positive value of $a$ describes the motion of both blocks consistently: block 1 accelerates up the slope while block 2 accelerates downward.
Step 4: Write Newton's second law
Block 1 (along the ramp, positive up the slope):
$$T - m_1 g\sin\theta = m_1 a \tag{1}$$
Block 2 (vertical, positive downward):
Your turn. Write the equation for block 2. What forces act on it? Which direction is positive?
$$\text{__} = m_2 a \tag{2}$$
Step 5: Solve
Add equations (1) and (2) to eliminate $T$. Solve for $a$. Then substitute back to find $T$.
Check your answer
**Block 2 equation:** $m_2 g - T = m_2 a$ **Add equations (1) and (2):** $$(T - m_1 g\sin\theta) + (m_2 g - T) = m_1 a + m_2 a$$ $$m_2 g - m_1 g\sin\theta = (m_1 + m_2)a$$ $$a = \frac{(m_2 - m_1 \sin\theta)\,g}{m_1 + m_2}$$ **Find tension:** Substitute $a$ back into equation (2): $$T = m_2 g - m_2 a = m_2 g - m_2 \cdot \frac{(m_2 - m_1\sin\theta)\,g}{m_1 + m_2}$$ $$T = \frac{m_1 m_2 g\,(1 + \sin\theta)}{m_1 + m_2}$$ **Limiting cases:** - If $\theta = 90°$ (vertical ramp): $a = \frac{(m_2 - m_1)g}{m_1 + m_2}$, $T = \frac{2m_1 m_2 g}{m_1 + m_2}$. This is the standard Atwood machine from Section 5.5. The formula reduces exactly as it should. - If $\theta = 0°$ (flat surface): $a = \frac{m_2 g}{m_1 + m_2}$, which is the table-and-hanging-block problem. The ramp block's weight contributes nothing along the direction of motion because the surface is horizontal. - If $m_2 = m_1 \sin\theta$: $a = 0$. The system is in equilibrium. The hanging block's weight exactly balances the ramp block's weight component along the slope.Step 6: Return to the prediction
Now go back to the opening questions. For a 30-degree ramp:
(a) Equal masses ($m_1 = m_2 = m$):
$$a = \frac{(m - m\sin 30°)\,g}{m + m} = \frac{(1 - 0.5)g}{2} = \frac{g}{4} = 2.5 \text{ m/s}^2$$
The system accelerates --- the hanging block descends, the ramp block climbs. This confirms our physical reasoning from the hook: the hanging block pulls with its full weight $mg$, while the ramp block resists with only $mg\sin 30° = mg/2$ along the slope.
(b) Ramp block twice as heavy ($m_1 = 2m$, $m_2 = m$):
$$a = \frac{(m - 2m\sin 30°)\,g}{2m + m} = \frac{(m - m)g}{3m} = 0$$
The system is exactly balanced. The hanging block's weight $mg$ equals the ramp block's weight component along the slope $2mg\sin 30° = mg$. Neither block moves.
Connection to Earlier Work
This problem combined two ideas you have met separately.
In Section 3.2, you learned that vector components depend on the basis you choose, and that aligning axes with the structure of a problem simplifies the equations. That idea is doing real work here: tilting the axes to match the ramp turned a coupled two-variable problem into two clean one-variable equations.
In Section 5.5, you learned to analyze coupled systems --- drawing FBDs for each object, writing constraint equations, choosing between whole-system and individual-object approaches. That machinery carried over directly. The rope constraint ($a_1 = a_2$) and the technique of adding equations to eliminate the tension are identical to the Atwood machine analysis.
What is new is that both ideas operate at the same time. The ramp demands tilted axes (from 3.2). The rope demands coupled equations (from 5.5). Neither idea alone is sufficient; together, they make the problem clean.
Exploration: Playing with the Parameters
[Interactive: Connected Ramp System Explorer. Adjustable sliders for: ramp angle $\theta$ ($0°$ to $90°$), block masses $m_1$ (on ramp) and $m_2$ (hanging), and coefficient of kinetic friction $\mu_k$ ($0$ to $0.5$). The display shows:
- An animated diagram of the ramp-and-pulley system with both blocks
- FBDs for each block, updating in real time as parameters change
- The acceleration $a$ (with direction indicated) and the tension $T$
- A toggle between "Tilted Axes" and "Standard Axes" views, showing how the component equations change
Guided exploration prompts:
- "Set $\mu_k = 0$ and $\theta = 30°$. Make $m_1 = m_2$. What is the acceleration? Now increase $m_1$. At what mass ratio does the system stop accelerating?"
- "Set $m_1 = 2$ kg, $m_2 = 1$ kg, $\theta = 30°$. Toggle between standard and tilted axes. Count the number of terms in each equation. Which set is simpler?"
- "Turn on friction ($\mu_k = 0.2$). How does the acceleration change? Does the direction of motion change for any parameter combination?"
- "Set $\theta = 90°$. Compare the result to the Atwood machine formula from Section 5.5. Do they match?"]
Adding Friction
Now let's tackle the full problem independently. A block of mass $m_1$ sits on a ramp inclined at angle $\theta$ with coefficient of kinetic friction $\mu_k$. A rope connects it over a frictionless pulley to a hanging block of mass $m_2$. The system is released from rest, and block 1 slides up the ramp (so the hanging block descends). Find the acceleration.
Work through this on your own before checking. The setup is the same as the faded example, with one addition: kinetic friction acts on block 1, directed down the slope (opposing the upward motion). Everything else --- the coordinate choice, the constraint, the strategy of adding equations --- is identical.
Check your answer
**Block 1 (along the ramp, positive up the slope):** Friction $f_k = \mu_k N = \mu_k m_1 g \cos\theta$ acts down the slope (opposing motion). $$T - m_1 g\sin\theta - \mu_k m_1 g\cos\theta = m_1 a \tag{1}$$ **Block 2 (vertical, positive downward):** $$m_2 g - T = m_2 a \tag{2}$$ **Add (1) and (2):** $$m_2 g - m_1 g\sin\theta - \mu_k m_1 g\cos\theta = (m_1 + m_2)a$$ $$a = \frac{m_2 g - m_1 g(\sin\theta + \mu_k \cos\theta)}{m_1 + m_2}$$ **Check:** When $\mu_k = 0$, this reduces to the frictionless result. When friction is large enough that the numerator becomes negative, the formula says $a < 0$ --- meaning the system would not actually accelerate up the ramp from rest. In that case, you would need to check whether the system moves at all (a static friction analysis), or whether it moves in the opposite direction.Practice
Layer 1: Concrete
Problem 1. A 5 kg block is released from rest on a frictionless ramp inclined at $40°$.
(a) Find the acceleration of the block down the ramp.
(b) Find the normal force on the block.
(c) If the ramp is 3 m long, how long does it take the block to reach the bottom?
Check your answer
**(a)** Using tilted axes with $\hat{x}'$ along the ramp (positive down the slope): $$a = g\sin 40° = 10 \times 0.643 = 6.43 \text{ m/s}^2$$ **(b)** Perpendicular to the ramp: $$N = mg\cos 40° = 5 \times 10 \times 0.766 = 38.3 \text{ N}$$ Note that this is less than the block's weight (50 N). The normal force on a ramp is always less than $mg$, and it decreases as the ramp gets steeper. **(c)** Starting from rest with constant acceleration down the ramp: $$d = \frac{1}{2}at^2 \implies t = \sqrt{\frac{2d}{a}} = \sqrt{\frac{2 \times 3}{6.43}} = \sqrt{0.933} = 0.97 \text{ s}$$Layer 2: Pattern
Problem 2. A block of mass $m_1 = 3$ kg sits on a frictionless ramp at angle $\theta = 45°$. A massless rope over a frictionless pulley connects it to a hanging block of mass $m_2$.
(a) Find the value of $m_2$ that keeps the system in equilibrium (zero acceleration).
(b) If $m_2 = 4$ kg, find the acceleration and the tension.
(c) If $m_2 = 1$ kg, what happens? (Be careful with the direction of motion and what that implies for your sign convention.)
Check your answer
**(a)** For equilibrium, $a = 0$: $$m_2 g = m_1 g\sin\theta$$ $$m_2 = m_1 \sin 45° = 3 \times 0.707 = 2.12 \text{ kg}$$ **(b)** With $m_2 = 4$ kg (heavier than the equilibrium value, so the hanging block descends): $$a = \frac{(m_2 - m_1\sin 45°)\,g}{m_1 + m_2} = \frac{(4 - 3 \times 0.707) \times 10}{3 + 4} = \frac{(4 - 2.12) \times 10}{7} = \frac{18.8}{7} = 2.69 \text{ m/s}^2$$ $$T = m_2(g - a) = 4(10 - 2.69) = 29.2 \text{ N}$$ **(c)** With $m_2 = 1$ kg (lighter than the equilibrium value), the ramp block slides *down* the slope and the hanging block rises. The direction of motion is reversed, so we redefine positive: $\hat{x}'$ down the slope for block 1, upward for block 2. $$a = \frac{(m_1\sin 45° - m_2)\,g}{m_1 + m_2} = \frac{(2.12 - 1) \times 10}{3 + 1} = \frac{11.2}{4} = 2.80 \text{ m/s}^2$$ $$T = m_2(g + a) = 1(10 + 2.80) = 12.8 \text{ N}$$ Check: the tension must be greater than $m_2 g = 10$ N (the hanging block accelerates upward, so the tension must exceed its weight). It is. And the tension must be less than $m_1 g\sin 45° = 21.2$ N (the component of the ramp block's weight along the slope, since the block accelerates down). It is.Layer 3: Structure
Problem 3. Why does tilting the coordinate system to match the ramp reduce the number of unknowns?
Think about this carefully. In both coordinate systems (standard and tilted), you have the same number of forces, the same number of equations (two components of Newton's second law), and the same physical unknowns (acceleration and normal force). So how can one be "simpler"?
Check your answer
The number of *physical* unknowns is the same. What changes is the *structure* of the equations. With standard axes, the normal force has components in both the $x$ and $y$ equations. Since $N$ is unknown, it appears as an unknown in *both* equations. The constraint "no acceleration perpendicular to the ramp" is not aligned with either axis, so it becomes a relationship *between* $a_x$ and $a_y$: the block must accelerate along the ramp, not horizontally or vertically. This couples the two equations, and you must solve them simultaneously. With tilted axes, the normal force appears in only the perpendicular-to-ramp equation. The constraint "no acceleration perpendicular to the ramp" becomes simply $a_{y'} = 0$, which *decouples* the equations. The perpendicular equation immediately gives $N = mg\cos\theta$. The along-ramp equation immediately gives $a = g\sin\theta$. Each equation has only one unknown. No simultaneous solving required. The simplification is not in the number of unknowns but in how they are distributed across the equations. Tilted axes decouple the system. Standard axes couple it. Decoupled equations are easier to solve because each one can be handled independently.Layer 4: Debug
Problem 4. A student solves the following problem using horizontal and vertical axes:
"A 2 kg block slides down a frictionless 30-degree ramp. Find the acceleration."
The student writes:
Horizontal: $N\sin 30° = ma_x$
Vertical: $N\cos 30° - mg = ma_y$
Constraint: $a_y = -a_x \tan 30°$ (the block stays on the ramp)
After considerable algebra, the student obtains $a_x = g\sin 30° \cos 30°$ and then computes the total acceleration as $a = g\sin 30°$.
The answer is correct. But the solution took half a page. Redo the problem with tilted axes and show how much shorter it becomes. Then explain why the tilted-axes solution is shorter.
Check your answer
**Tilted-axes solution:** Along the ramp (positive down the slope): $mg\sin 30° = ma$, so $a = g\sin 30° = 5 \text{ m/s}^2$. Perpendicular to the ramp: $N - mg\cos 30° = 0$, so $N = mg\cos 30°$. Two lines. Same answer. **Why it is shorter:** The student's approach is not wrong --- every step is logically valid. But the horizontal/vertical axes force the normal force $N$ to appear in both equations, and the constraint "stays on the ramp" becomes an algebraic relationship between $a_x$ and $a_y$. The student had to solve three equations simultaneously (two Newton's law components plus the constraint) to find three unknowns ($a_x$, $a_y$, $N$). With tilted axes, the constraint is built into the coordinate system: $a_{y'} = 0$. This eliminates one unknown immediately. The normal force appears in only one equation, so it is found in one step. The acceleration appears in only one equation, so it is also found in one step. The two equations are independent --- no simultaneous solving needed. The physics is identical. The algebra is not. The student's solution is correct but inefficient. A 30-second decision about coordinate axes would have saved five minutes of algebra. **The lesson:** When you find yourself doing a lot of algebra in a dynamics problem, stop and ask: "Is there a better coordinate system?" Often, the answer is yes.Spaced Retrieval
Before you move on, test your recall of earlier material.
Recall prompt 1: What is the purpose of a free-body diagram? What does it include, and what does it leave out? (Section 5.1)
Recall prompt 2: In a coupled system with two masses connected by an inextensible rope, what equation does the rope constraint give you? (Section 5.5)
Recall prompt 3: When you decompose a vector into components in a rotated basis, what quantity stays the same regardless of the rotation angle? (Section 3.2)
Reflection
Think back over this section.
What was the hardest part of these problems --- the physics, the math, or the setup?
If you are like most students, the physics concepts (Newton's second law, decomposing forces, constraint equations) were familiar. The algebra was straightforward once the equations were written. The hard part was the setup: choosing the right axes, deciding which direction is positive, drawing the FBDs carefully, and writing the correct signs.
This is worth sitting with. In many dynamics problems, the decisive step is not solving the equations --- it is writing the equations. Choosing coordinates wisely, labeling signs consistently, and identifying constraints before you start computing. These are not mathematical skills. They are modeling skills. And they improve with practice, not memorization.
If the setup still feels uncertain: that is normal. Section 6.5 returns to coordinate choice as a general strategy and gives you more practice making this decision deliberately.
Looking Ahead
You have just seen how the right coordinate choice can turn a messy dynamics problem into a clean one. The ramp-and-pulley system combined ideas from vector decomposition and coupled-system analysis, and the key insight was strategic: align your axes with the constraints, and let the equations write themselves.
In the next section, you will encounter a force that makes ramp problems considerably more interesting: friction. You already know that kinetic friction opposes motion and that static friction prevents it. But friction has a feature that no other force in this course shares --- it has a threshold. Below the threshold, static friction matches whatever tries to move the object. Above it, the object breaks free and kinetic friction takes over. That threshold behavior is what makes friction problems subtle, and Section 6.2 will give you the tools to handle it confidently.