These notes were made by KEMO to help his members on the STEM Help! Discord server. If you wish to join, here is the server invite: https://discord.gg/f2V6GUwE2V
I will try to go into enough depth to help you understand exam questions and the typical things you need to know, but not into too much depth. Refer back to your syllabus to make sure you're covering everything you need to cover.
If you see that a word is highlighted, that means I wrote down a simplified definition to help you understand what it means. Put your mouse over the highlighted word to see its definition.
Think of this topic as your investigation regarding what forces are on an object and what they do.
We will first look at moving objects. There are a few things to consider regarding the object:
Watch out! Since we are dealing with vectors (things that depend on direction), you must always define which direction is positive and which direction is negative before you start working.
Before we continue, it's important to discuss the things we measure stuff in.
I will now show you a graph of an object's position over some time period.
How do you interpret this graph? I will color code it for you and break it down for you.
Each different color represents a different stage (notice how I pick each stage: it is when the behavior of the line changes).
Using this analysis, you can be asked a few things regarding the object.
Let's answer each part below.
As we said, displacement doesn't really care about what happened in between the start and the end. Just look at what value did you start on when time = $0$ seconds, and then what value did you finish on when time = $8$ seconds.
When time = $0$ seconds, the object was at the $0$ meter point. When time = $8$ seconds, the object was at the $4$ meter point. Hence, its displacement is $+4$ meters.
This one only cares about how many steps you took. Look back at each stage and see how many meters we travelled in each stage.
Stage 1: $3$ meters
Stage 2: $0$ meters
Stage 3: $5$ meters
Stage 4: $0$ meters
Stage 5: $4$ meters
Now add them all up. $3+0+5+0+4=12$ meters
We moved a total of $12$ meters.
How do we figure this one out? We have 2 methods, I will show you both.
Method 1: Use the formula of velocity.
The formula is $\text{Velocity} = \frac{\text{distance}}{\text{time}}$.
For each stage, we have the distance we travelled and we also have how long each stage was.
I will use this method to find the velocity in the first 2 stages.
Method 2: Finding the slopeSlopeHow steep the line is on the curve. The greater magnitude (magnitude means I'm not referring to positive or negative signs. Just the number itself) the slope, the greater the steepness. If your slope is a negative value, that means that the line is going down. If your slope is a positive value, that means the line is rising up. of the line/curve (can sometimes require calculus). Velocity is equal to the slope of a position vs. time graph.
This is a more reliable method. It just takes some time to master.
Right now, we have a straight line (not a curve) so we can use the formula $\text{slope} = \frac{\text{rise}}{\text{run}}$.
To use it, simply pick 2 points on the line and read the x and y coordinates for each point. Let's call the coordinates for the first point $(x_1, y_1)$ and the coordinates for the second point $(x_2, y_2)$. Note, the first point must be to the left of the second point. Here's a picture of what I mean:
Then do this:
$$\text{slope} = \frac{y_2 - y_1}{x_2 - x_1}$$So, $(x_1, y_1) = (0, 0)$ and $(x_2, y_2) = (2, 3)$. Input the corresponding values into the formula.
$$\text{slope} = \frac{3 - 0}{2 - 0} = \frac{3}{2} = 1.5$$Hence the velocity for the yellow line is $1.5 m/s$, which is the same result we got previously.
Final notes:
These graphs tell you
Let's see how to read a velocity vs. time graph:
Final note:
These tell you:
Keep these in mind, you may sometimes use them in the most unexpected places to reach your answer. I'm saying this from experience.
To decide which equation to use, you generally need 3 known variables to find your unknown variable. Keep in mind that there's a total of 5 variables, so you'll usually have 1 variable that the problem never mentioned and never gave you a way to figure out from the start.
Always make sure your units are in the standard units we described in the beginning, or you will get the wrong answer no matter what.
General tips when solving kinematics:
Rules to keep in mind:
Observe the below example to practice problems regarding free fall.
Before you start the question, define your directions. I will make up positive and down negative.
Now, it is always best to draw a diagram to help you imagine the question.
Ask yourself, what do we need? Well, we are given the initial velocity of the ball to be $v_i = 10 m/s$.
Since this ball is in free-fall, we also know the acceleration is equal to the acceleration to gravity. But is the acceleration going down or up? Gravity brings things down, so acceleration of gravity is going down. In this problem, I made down negative, so $a = -9.8 m/s²$
What else do we know? Well, remember, at the max height, velocity is $0 m/s$. So we now know that $v_f = 0 m/s$.
We are ready to start solving. We have 3 known variables ($v_i$, $a$, $v_f$) and now we need to find x. Which equation do we use? We should use the equation that doesn't require anything about time, since we didn't find it.
Used equation: $v_f^2 = v_i^2 + 2ax$
First, separate x.
Now we are ready to input our values.
First: You should not change your reference system (up is positive/down is negative) half way through the question. Since we said that up is positive in part a, then we must stick with it throughout the entire question.
Now, there's 2 ways to solve this question. I will show you both ways.
Method A: Find the time it takes to reach the top then multiply by 2.
Remember the rule: If you throw an object upwards, time to reach the top = time to fall back down.
So for example, if it took $5$ seconds to reach the top, then it would also take $5$ seconds to reach the bottom again. So the total time would be $5+5$ or $5*2=10$ seconds.
We can use the same 3 known variables in part a, but now instead of looking for x, we would be looking for t.
Which equation should we use that has $t$, $v_i$, $v_f$, and $a$? it would be this one:
$v_f = v_i + at$
Let's first solve for t before inputting the values.
$0 = v_i + at$
$-v_i = at$
$\frac{-v_i}{a} = t$
Now input the values:
$\frac{-10}{-9.8} = 1.02$ seconds.
So the total time would be $1.02 \cdot 2 = 2.04$ seconds.
Method 2: use the rule: If you throw an object upwards, the speed it had going up at a certain point = the speed it has going down at that same point (just obviously opposite directions)
How can we use this rule? Well, the question is asking us how long it takes for the ball to return back to the point you threw it from. Well, ask yourself: what was the ball's velocity at that point when it was going up? From the question: the ball's velocity was $10 m/s$. So, when the ball returns to that point, it would have the same velocity but it would be negative. Hence:
$v_i = 10 m/s$
$v_f = -10 m/s$
$a = -9.8 m/s$
$t = ?$
We will use the same equation.
$v_f = v_i + at$
$v_f - v_i = at$
$\frac{v_f - v_i}{a} = t$
Input the values:
$\frac{-10 - (10)}{-9.8} = 2.04$ seconds.
Same answer, different rule used.
Imagine there's a big brick block in front of you that needs to be moved. Will it move on its own? No. So what do you do?
You generally start pushing it forward.
Congrats, the block is now moving.
Let's look at another example.
If there's a book just sitting on a table, do you expect the book to suddenly start moving without anyone touching it? No. It will remain where it is.
Does this mean the book has no forces acting on it - because it's not moving? No.
Let's ask some questions:
Let's go through another example.
Imagine you and your friend are standing on some ice. Your friend gives you a strong push, making you slide away on the ice. If you have ever been on ice, you know that you would continue sliding for quite some time even after your friend has stopped pushing you.
These examples will help you imagine Newton's first lawNewton's first lawAn object at rest will remain at rest, and an object in uniform motion will remain in motion, unless acted upon by a net external force..
Let's go through it one by one.
How do we relate an object's movement to the force acting on it? Using Newton's second law.
$$F_{total} = ma$$Important note: If you have forces acting in both of your axes, then you will have to use $F_{total} = ma$ for each axis separately. Never combine forces from two different axes into your equation. Here is a practice problem with this concept included, but I recommend reading until you reach it.
Before we practice using Newton's second law, we need to know what a Free Body Diagram (FBD) is, because we will use it a lot, and I always recommend using one before solving such questions.
Let's go back to the picture we had of our heavy brick block being pushed.
It will be tedious to draw such diagrams every time we want to look at the forces acting on an object. Because of this, we will utilize what is known as the center of massCenter Of MassIn simple terms, it is an imaginary point that represents the entire object. In a more formal definition: It is the point from which all the mass of the object is equally distributed. If you balance the object on a pin that's going through its center of mass, it will perfectly balance. Forces that go through the center of mass will cause the entire object to move. Forces that don't go through the center of mass will cause the object to rotate..
Forces that go through the center of mass will cause the entire object to move. Forces that don't go through the center of mass will cause the object to rotate.
Hence these 2 diagrams are equal
When you are using the center of mass to draw your diagram, this is called a Free Body Diagram. Another thing you need in your Free Body Diagram is a frame of reference. You have to decide which direction is positive and which direction is negative. Perhaps this isn't very useful in our simple example, but it will be crucial when things get complicated.
Lastly, try to follow some approximate proportions for your force arrows. If you know Force 2 is twice as big as Force 1, then the arrow for Force 2 should be approximately twice as big as the arrow for Force 1.
For now, I choose to make going rightward as positive.
Note: Free body diagrams only show the forces acting on the object. If the object is performing some force, that WILL NOT be shown in the free body diagram of the object.
Now, let's use $F_{total} = ma$ for the following questions.
We have:
$a = 3.5 m/s²$
$m = 10 kg$
We need: $F_{total}$. Which is also our force, since we only have 1 force in this problem.
We can use the formula $F_{total} = ma$
$F = (10)(3.5) = 35 N$. Don't forget your units.
First let's draw a diagram of the block and then we will add forces to it.
What are the forces relevant to us (there are other forces that you don't need to solve this problem, such as the weight force)? Well, it will be the forces causing the block to accelerate (or move). These forces are:
Let's say that you are pulling the block to the right. In which way will the frictional force act?
This is a rule: Friction will act parallel to the surface and opposite to the direction of motion.
If the block is moving to the right, then friction must be acting towards the left. Notice that when deciding the direction of the frictional force, I only care about the direction the object is moving (or "wants" to move).
Now, here's our complete free body diagram and regular diagram (The thing on the right is our coordinate reference axis. I made up positive and right positive.)
Finally, we are ready to start solving.
We know:
$a = 2 m/s²$
$m = 25 kg$
$F_{fr} = 21 N$
We need to find: $F_p$
We have the equation $F_{total} = ma$
We know $ma$. Remember, to use this equation, we must add the forces. Using the coordinate system I gave above, I made your pushing force positive and the frictional force negative.
So $F_{total} = F_p - F_{fr}$
Our equation becomes $F_p - F_{fr} = ma$
Let's separate $F_p$
$F_p = ma + F_{fr}$
Let's plug in the numbers.
$F_p = (25)(2) + 21 = 50 + 21 = 71 N$
Here are the most forces you will see.
As you can see, the normal force (yellow) is not always perfectly vertical, but it is always perpendicular to the surface. Another thing to note, generally, it will be pointing away from the surface (it won't be sucking the object inwards)
▼
First, let's see what's the maximum force that static friction can "absorb." We know that the formula for friction is $F_{fr} = \mu \cdot F_n$.
Well, we have the coefficient from the question, but what's $F_n$?
To find $F_n$, we will start by drawing a free body diagram and then use Newton's second law.
Before we start, I'll let up be positive and down be negative.
We know that the drawer has mass (which is equal to $40kg$), so it must have a weight force. $\text{Weight} = \text{mass} \cdot \text{gravity} = 40 \cdot 9.8 = 392 N$ (an important note: DO NOT make the acceleration of gravity negative when you are finding your numbers, as that will likely result in you double-counting your negative sign. The free body diagram will tell you what should be negative and what should be positive based on the direction of the arrow and your pre-decided reference. Generally, when drawing the free body diagram, I never saw a negative number on the diagram, instead, the arrows told me whether my number is negative or positive)
Moreover, we know that this will point perfectly downwards.
Now, what is preventing the drawer from breaking the floor? The normal force. We are ready to draw our free body diagram (generally, your free body diagram should include all the forces acting on the object, which in this case includes the frictional force and your pushing force. I'm not adding those forces right now just for simplicity. In future examples, I will add all acting forces):
Let's now make our $F_{total} = ma$ equation. We know that the drawer is not moving, which means acceleration is $0$ (hence the entire right hand side is $0$). So we have
$F_{total} = 0$
$0 = F_n - 392$
Solve for $F_n$.
$F_n = 392 N$.
We are now ready to find our maximum static friction force. Let's plug our values in the formula
$F_{fr} = \mu \cdot F_n = 0.3 \cdot 392 = 117.6 N$
What does this mean? This means that you must apply a forward force greater than $117.6 N$ for your drawer to just start moving.
Question: You begin pulling a $10kg$ block (which was originally at rest) via a string across a horizontal surface with friction for $10$ seconds with a non-uniform speed. The static frictional coefficient is $0.1$, the kinetic frictional coefficient is $0.05$, and your pulling force is equal to $11 N$. After those $10$ seconds, you let go of the block and let it slide on its own until it comes to a complete stop. How far does the block travel after letting it go?
▼Before we begin solving, we must understand the problem:
It seems like there are 2 sections to this problem
It's always good to ask yourself "How can I reach my answer? What do I have?" The question seems to be asking about the block's displacement after you leave it $x$. Using a free body diagram and force analysis, we can figure out the acceleration of the block after you leave it via $F_{total} = ma$. From section 1, we can find the block's velocity at the moment we left it, and from the question, we know that the final velocity of the block will be 0 because it says "comes to a stop". Hence, here is our checklist:
$x =$ goal
$v_i =$ velocity of the block once we leave it
$a =$ acceleration from section 2
$v_f = 0 m/s$ (it comes to a stop)
Via this set up, we know we can apply kinematics and Newton's second law to solve the problem. I'm doing this set up to show you that the first step in solving a question is to lay out what you need, what you have, what you can do with what you have until you reach your goal. It is meaningless to just show you random calculations that suddenly allow you to reach the answer.
Now, let's begin by finding $v_i$, the velocity of the block once we leave it. Hopefully you see that you can make another set of kinematics to get this.
$v_i =$ goal. Velocity of the block once we leave it.
$t = 10$ seconds. time we were pulling the block
$a =$ acceleration from section 1.
$v_0 = 0 m/s$ (the question says the block was originally at rest). I had to give this velocity a different symbol to differentiate it from other velocities.
We have everything we need except the acceleration from section 1. Let's find it. The only formula right now that can relate the forces acting on the block, the mass of the block, and the acceleration of the block is $F_{total} = ma$. So let's use it by drawing a free body diagram.
I will let the upward and rightward directions be positive.
I hope you were capable of figuring out that there are a total of 4 forces acting on the object. They are:
Notice how we have forces acting in both the x-axis and the y-axis. We must use $F_{total} = ma$ separately for each axis.
Let's start with the y-axis.
$F_y = ma$
From the question, did it tell you that there was any movement vertically? Nope. We know that the block is simply sliding on a horizontal surface, which means there is no vertical movement. Hence the upward and downward forces must cancel each other.
$F_y = 0$
We only have 2 forces in the y-axis.
$F_y = 0 = F_n - W$
$F_n = W$
Let's find $W$ to find $F_n$. $W$ is the weight force, and we know $W = mg$. So $W = 10 \cdot 9.8 = 98 N$. Hence, $F_n = 98 N$.
We are done with the y-axis. Let's move to the x-axis. From the question, we know there will be some acceleration in the x-axis (question said: "non-uniform speed.") Hence, our equation is
$F_x = ma$
We only have 2 forces in the x-axis, the frictional force and the pulling force.
$F_x = F_p - F_{fr} = ma$
Remember: $F_{fr} = \mu \cdot F_n$
We have $F_n$. But which coefficient of friction should we use? The question is talking about a moving block, so we will use the kinetic coefficient.
So $F_{fr} = 0.05 \cdot 98 = 4.9 N$
We have enough information to find acceleration.
$11 - 4.9 = (10)a$
$6.1 = 10a$
$\frac{6.1}{10} = a = 0.61 m/s²$.
We are finally ready to find the velocity of the block once we let it go. Let me remind you of our kinematics set up for this section.
$v_i =$ goal. Velocity of the block once we leave it. Technically, this is $v_f$ for this section.
$t = 10$ seconds. time we were pulling the block
$a = 0.61 m/s²$ acceleration from section 1.
$v_0 = 0 m/s$ (the question says the block was originally at rest). I had to give this velocity a different symbol to differentiate it from other velocities.
We can use this kinematics equation:
$v_i = v_0 + at$ (I changed the symbols for the velocities to fit this problem)
$v_i = 0 + (0.61)(10) = 6.1 m/s$
We are done with the first section!!
Let's move on to the second and final section. Again, here is the set of kinematics we need to complete:
$x =$ goal
$v_i = 6.1 m/s$ velocity of the block once we leave it
$a =$ acceleration from section 2
$v_f = 0 m/s$ (it comes to a stop)
All we need is the acceleration of the block once we stop pulling it.
Let's see our new free body diagram but without our pulling force.
Nothing changes in our y-axis, so we don't have to repeat its calculation. Let's recalculate the acceleration in the x-axis.
$F_x = ma$
$F_x = -F_{fr} = ma$
The frictional force is also the same, because the coefficient and the normal force are the same. So we have
$-F_{fr} = ma$
$-4.9 = 10a$
$\frac{-4.9}{10} = a = -0.49 m/s²$
We are ready to solve this question. Here is our set up:
$x =$ goal
$v_i = 6.1 m/s$
$a = -0.49 m/s²$
$v_f = 0 m/s$
We can use this kinematics equation: $v_f^2 = v_i^2 + 2ax$
Let's separate $x$
$v_f^2 - v_i^2 = 2ax$
$\frac{v_f^2 - v_i^2}{2a} = x$
Now, input the values.
$$\frac{(0^2) - (6.1^2)}{2 \cdot (-0.49)} = 38 \text{ m}$$We finally reached our answer.
Newton's third lawNewton's third lawEvery action (force) in nature there is an equal and opposite reaction. If object A exerts a force on object B, object B also exerts an equal and opposite force on object A. introduces a new type of force called the "reaction force"
For example, let's suppose we have 2 boxes on top of each other on the floor.
The 2 objects in contact are the brown box and the yellow box.
Let's do a free body diagram for each.
We finally drew the free body diagrams for each box!
Note: A common issue is that students try to apply this law to basically everything they see when drawing free body diagrams. Just some things to keep in mind: Surfaces, springs, and strings would not give you a reaction force, even if they are touching your object. Surfaces give you the normal force, springs give you the spring force, and strings give you the tension force.
All of the forces we dealt with so far were either perfectly horizontal or vertical. What if we have forces that are somewhere in between?
The primary way to overcome this issue is to break down your force into components that fit your axes.
Imagine you want to go from point A to point B. How can you do it? Well, this is the primary, shortest path:
But, is it the only path? Nope. You have 2 other, equivalent pathways you can take:
You can either go from AC and then CB or from AD and then DB.
Regardless of which one you pick, do you notice that the yellow lines form a right-triangle with the red line (a right-triangle is a triangle with one of its angles being 90 degrees)? Hence, we can treat the red line as the hypotenuse of the triangle, and the yellow lines as the base and height, connected together by some angle.
Hence, we can use the pythagorean theorem to say
$AB^2=AC^2+CB^2$ or $AB^2=AD^2+DB^2$
Moreover, we can use SOH CAH TOA to find whatever we need from the triangle.
The last thing I will talk about is vectors. Simply put, the vector going from AB can be broken down into its x and y components. AC is the x component and CB is the y component. You should briefly know how to add, subtract, multiply, and divide vectors, but since that is not critical to actually solve problems where forces aren't going according to your axes, I will skip it.
Instead, I will do some simple practice to show you what to do when you have forces not going according to your axes.
▼
Let's start by making upward and rightward positive. Since we have a force going at an angle, we need to break it down into its x and y components. Look at the new image:
Note: even though the yellow y force is not on the center of mass in the diagram, it is still acting on it. This is because CB and AD are the same. You can also say that the yellow forces I drew are actually imaginary forces that must act on the centre of mass because the real force is acting on the centre of mass.
Now, all our forces fit our axis of vertical and horizontal. But, before we can add forces in the x-axis and the y-axis, we must find what the yellow x and y forces are.
To do this, hopefully you can see that we can use SOH CAH TOA. I won't explain how to use SOH CAH TOA in these notes because that's more related to mathematics. Please ask me for help on the discord server if you don't know how to use it (or maybe by the time you are seeing these notes, I already made some math notes explaining it.)
Moving on, the yellow y force is opposite to our 30 degree angle, so we can use $\sin\theta = \frac{Opposite}{Hypotenuse}$ to get $y=(\sin 30)(45)=22.5 N$.
Moreover, we can notice that our x force is adjacent to our 30 degree angle, so we can use $\cos\theta = \frac{Adjacent}{Hypotenuse}$ to get $x=(\cos 30)(45)=38.97 N$.
So, here is our new free body diagram:
Let's now find the total force in the x and y axes. Hopefully you can see that there is only 1 force in the x-axis, so the total force in the x-axis is $+38.97 N$.
In the y-axis, we have $F_{total-y}= +22.5-30= -7.5 N$
Hence, if we want to draw our resultant force on our original free body diagram that the question gave us, we get:
Remember when we were doing some kinematics about objects in free fall? Most of our objects were simply falling completely vertically. What if the object was also moving forward? How will things change?
Here are a few things to consider:
Typically, in these types of problems, you will have to break down your velocity into its horizontal and vertical components.
Let's try a standard question:
▼
Please also see the comments attached to the video.
This question wants you to work backwards. Let us set up our typical kinematics equations after drawing a diagram (up is positive, right is positive):
Using SOH CAH TOA, we can see that our:
Let's now set up our 2 equations:
We have 2 unknown variables, and we have 2 equations related to both variables. Then, via the mathematical method of simultaneous equations, we can solve this to figure out both the velocity and the angle. I will not be able to go into simultaneous equations in these notes because that's a topic more related to mathematics. Feel free to ask me on my discord or perhaps I already made some notes regarding it.
I will show you the simplest way to solve this via simultaneous equations (there is more than one way).
Let's divide equation 2 by equation 1:
$\frac{Equation\ 2}{1}$:
$$\frac{9.8}{10}=\frac{v_i\sin\theta}{v_i\cos\theta}$$$0.98=\frac{\sin\theta}{\cos\theta}=\tan\theta$ (I cancelled the $v_i$ from the top and the bottom, and then turned $\frac{\sin\theta}{\cos\theta}$ into $\tan\theta$, which is a trick worth knowing)
$\tan^{-1}(0.98)=\theta=44.4$ degrees
We can now input our angle into any of our equations to find the velocity. I will use equation 1.
$10=v_i\cos 44.4$
$v_i=\frac{10}{\cos 44.4}=14 m/s$
We found them both!
Tips:
So far, we dealt with objects on horizontal surfaces. However, this won't always be the case. Sometimes, your object will be on an inclined surface. In order to solve problems related to ramps, you need 1) change your standard axes, 2) break down forces into their components.
Here is your standard ramp set up:
As long as there isn't a lot of friction on the ramp, you should expect the box to go down the ramp. However, you see how the box would be going in a diagonal path (not perfectly horizontal or vertical path)? This will complicate things a lot, since the box will be moving both in the x and y axes. To avoid this, we need to shift our standard axes to fit the path of the ramp. Look at the below image:
As you can see, our x-axis is now moving along the ramp (up the ramp or down the ramp) while our y-axis is perpendicular to the ramp. This means that as the box slides down the ramp, we will now only have movement in the x-axis, hence simplifying our work. Moreover, forces such as the normal force will be easy to calculate, since they now completely fit the y-axis direction (remember, the normal force is perpendicular to the surface, same way we made our y-axis perpendicular to the surface of the ramp).
Usually, there is only 1 problem to deal with: the weight force. Look at the weight force shown in the image below:
As you can see, our weight force (which always goes completely downwards, regardless of your axes) is not going according to our axes. Hence, we have to break it down into new x and y components. This shouldn't worry you, as you only need to memorize some formula ($\theta$ is the symbol for the angle):
Note:
If your question gives you the angle in the wrong place, just do $90-\theta$ and that will be your angle in the right place.
Let's work on a very standard ramp/incline surface problem.
Let's begin by drawing our free body diagram. I will let down the ramp to be positive and the upward y-axis positive (y-axis for the ramp).
What forces are acting on the box? Well, it must have a weight force (since it has mass) and it also must have a normal force that is preventing the box from breaking through the surface. Here is our free body diagram:
Our normal force is going according to the y-axis. However, we need to break down the weight force. From memory, the y component will be $mg\cos\theta$ and the x component will be $mg\sin\theta$. Observe the broken down weight force on our new free body diagram.
Let's now do force analysis:
We finished our question!
It's very likely that you will see other forces on your ramp, such as friction (most common), tension, or spring forces. Be comfortable dealing with those forces.
The first thing we should do is try to imagine what's going to happen. Will the block on the ramp go up the ramp or down the ramp? Our best guess is that it'll go up the ramp, since the other block it is connected to is way heavier. This also means that the hanging block will go downward. Another thing to note: they will both have the same acceleration! This is because they are connected together (and it's impossible for one to be going faster than the other).
Since we have two objects, we will need 2 free body diagrams. For the block that is hanging beside the ramp, I will make downward positive (standard axis). For the block on the ramp, I will make "up the ramp" positive (ramp axis).
Notice! I carefully chose my positive directions such that the acceleration for each object has the same sign. It is impossible for one object to have a positive acceleration and the other object to have a negative acceleration since we know that the 2 objects MUST have the same acceleration.
Let's start drawing the free body diagram of the hanging block:
$F_{total}=ma$
$W-T=ma$
$mg-T=ma$
Input the values for the mass of the block and the value of gravity.
$(10)(9.8)-T=10a$
$98-T=10a$ We will call this "equation 1", since we can't figure out tension or acceleration straight away.
Let's see the free body diagram for the block on the ramp.
Let us draw these forces on our free body diagram.
All of our forces are going according to our chosen axes except the weight force. Let's break down the weight force.
Now everything is going according to our axes. Let's start by analyzing the y-axis. We know that the forces must cancel each other out since the block is simply sliding on the ramp (which is our x-axis).
$F_y=ma=0$
$F_y=F_n-mg\cos\theta=0$
$F_n=mg\cos\theta=(4)(9.8)\cos(45)=27.72 N$
This time, we need the normal force because we need to find the force of friction.
Let us now check our x-axis.
$F_{x-total}=ma$
$T-mg\sin\theta-F_{fr}=ma$
Input the formula for friction.
$T-mg\sin\theta-\mu F_n=ma$
Let's input all the values we know.
$T-(4)(9.8)\sin 45-(0.1)(27.72)=4a$
$T-30.49=4a$ We will call this "equation 2" since we can't figure out tension and acceleration from it alone.
We finished our force analysis and still couldn't figure out acceleration or even tension. What should we do? Well, let's compare our two equations:
$98-T=10a$ Equation 1
$T-30.49=4a$ Equation 2
We have 2 unknown variables, and we have 2 equations related to both variables. Then, via the mathematical method of simultaneous equations, we can solve this to figure out acceleration.
I will show you the simplest way to solve this via simultaneous equations (there is more than one way). We can add equation 1 and equation 2 together in order to cancel the tension force. This will leave us with a third equation that we can solve via normal algebraic rules.
Equation 1+2 =
$(98-T)+(T-30.49)=(10a)+(4a)$
$98-T+T-30.49=10a+4a$
$98-30.49=14a$
$67.51=14a$
$a=\frac{67.51}{14}=4.82 m/s²$
We found the acceleration of the system, so we are done!
What if your object is going in circles (with uniform speed)? Then, you will have something called centripetal acceleration and you will have a force known as your centripetal force, related together using this equation:
$$F_c = ma_c$$Centripetal acceleration ($a_c$) — An object going in circular motion will always be changing its direction (even though it may have constant speed), and hence it will always be changing its velocity. Since there's a change in velocity, you will have some form of acceleration. In this special case, we call this acceleration "centripetal acceleration" and its formula is: $a_c=\frac{v^2}{R}$ where $v$ is the velocity of the object and $R$ is the radius of the circle.
Note: Sometimes you are not given velocity but instead you are given the radius and the time it took to go around the circle once (called the period, symbol: $T$). Hence you need to let $\text{velocity}=\frac{\text{distance}}{\text{time}}$, and distance = circumference of the circle $= 2\pi R$, hence $v=\frac{2\pi R}{T}$, and when you input this into the formula of centripetal acceleration you get:
Centripetal force ($F_c$) — This is whatever force (or combination of forces) that is pointing directly towards or away from the centre of the circle. Treat this force as a "title" that you grant to some force on your free body diagram.
Something to keep in mind is: The centripetal force changes based on where the object is in its circular path. I will show you a typical example of this:
Let's first draw a diagram for us to imagine the situation.
Well, let's draw a free body diagram of the ball.
Here is our free body diagram (I will draw it next to the ball so that you can tell what is pointing away/towards the centre). I will also make the direction towards the centre positive, which in this case is upwards:
So what forces are pointing either away or towards the centre? Well, our tension force is pointing towards the centre and the weight force is pointing away from the centre. So our centripetal force(s) =
$F_c=T-W$
$T-W=ma_c$
Note: even if you input all your given values, I don't think you can find the tension force of minimum velocity using this equation. Instead, part b will be more useful.
Just like part a, let's start a diagram:
Now, let's make a free body diagram.
You can also think of it like this: Does the ball need another force to help it go towards the center, or does the weight force suffice? Since the weight force is already pointing toward the centre, there is no need to have a tension force.
Hence, our free body diagram is just the weight force. I will make the direction towards the center positive, which in this case is downwards.
The force going towards the center is our weight force. So,
$F_c=W$
$W=ma_c$
$mg=m \cdot \frac{v^2}{R}$
We can cancel $m$ from both sides.
$g=\frac{v^2}{R}$
$v^2=gR$
$v=\sqrt{gR}=\sqrt{(9.8)(0.5)}=2.21 m/s$
Note: We can use this result to find the tension required in part a or part c (the tension will be different based on where the ball is, same way no tension exists over here when the ball is at the top, but exists elsewhere)
As always, start by drawing:
Now, let's draw our free body diagram.
Here is our free body diagram. As usual, the direction towards the centre is positive.
What force is pointing towards the centre? Well it can't be the weight force because it's going downwards. Then it must be the tension force. Hence,
$F_c=T$
$T=ma_c$
$T=m \cdot \frac{v^2}{R}$
We can input the value of velocity that was obtained in part b and find out the tension if we wish.
Note: if the ball was to the left of the circle instead of being to the right, it wouldn't make any difference.
If you wish, you can input numerical values in part a, b, and c to check it out yourself, but there's another way to answer this.
In every case, the centripetal force must equal the same numerical value. In other words, the centripetal force in part a must equal the centripetal force in part c. So, the tension in part a must be stronger than part b, because in part a: tension needs to overcome the weight force, while in part b, tension doesn't need to overcome anything.
I recommend finding the value of tension in part a and also in part c to understand what I'm saying. If you need help finding the values, feel free to message me in discord.
Let's try another question that may not immediately appear like a centripetal force question.

▼
Driving through a curve is like the car is in circular motion, as you can see from the images. We want to make our axes such that they correspond to the direction that points towards the center. Hence, from the first image, it is best to use the standard x and y axes, even though we have an inclined plane.
What forces do we have?
But which way is the friction force pointing? Up or down the incline? There is a hint in the question: it is asking about the maximum velocity of the car.
Let me show you what will happen if the car is driving very slow, and if it is driving very fast:
A slow car can't make a very wide turn, and a fast car can't make a very narrow turn (experience in driving may help you imagine this). Since our car is aiming for maximum velocity, then it will "want" to go up the ramp and fly off. Hence, friction will try to pull the car down the ramp.
We now need to break down the friction force and the normal force into our standard x and y forces. But what are their angles? To figure this out, let's return to our car diagram and replace the car by the free body diagram.
Now, let's draw a horizontal line that goes through the center of mass:
Now, let's clean up to find the other needed angles:
Let's start with the normal force. We know that it is perpendicular to the surface of the road. So the angle between the normal force and the surface of the road must be 90 degrees.
Now, look at the white horizontal line. We know that a straight flat line has an angle of 180 (look at the image below if you don't understand):
Hence, we need to find the purple shaded area in this image:
Well, the white horizontal line must have a total angle of 180. It seems that it is broken down into 3 parts: $180=\text{purple angle}+90+4$
Move everything to the other side to find the purple angle:
$180-90-4=86$ degrees
We can finally break down the normal force using SOH CAH TOA!
We can do the same trick to find the angle for the friction force. Do you see how the friction force is making a straight line with the surface of the road? Well, that straight line must also have an angle of 180 degrees, and it seems like it is broken into 3 parts, as shown in the image below:
Let's find the yellow angle.
$180=\text{yellow angle}+86+90$
$180-86-90=\text{yellow angle}=4$ degrees
So here is our triangle.
Let's find the components:
We finally broke down everything. Observe our new free body diagram next to our original diagram:
Let's now do some force analysis:
This question feels very long just because it has a ton of pictures. Hopefully they helped you though. Yes, there is a way to solve this question without knowing the mass of the car, I recommend you try to play with the algebra and figure it out. And yes, there were multiple ways to figure out the angles for your forces, I just picked what I thought was simplest to explain.
This is basically the core of centripetal forces. Here are some final tips:
Energy analysis is another useful way to solve problems. In fact, it can be a faster (and hopefully easier) way to solve ramp problems!
Work is measured in Energy, and the unit of energy is Joules $J$. Formula: $F_{parallel} \cdot \text{distance}$ (this is the formula for a constant force, more on this later). Notice that work requires a force being applied on an object over some distance AND the force must be parallel to the direction the object is moving in. If your force is perpendicular to the direction of motion, it will not do any work.
To solve any problem related to energy, you must know that energy is conserved. Which means:
Energy you start with = Energy you end with + energy you lose
Or more commonly seen as:
$E_{initial}=E_{final}$
Energy likes to switch between different forms. After I show you the typical types of energy, this should make more sense.
This energy is broken down into 2 types —
Now that I have introduced the basics of energy, let's try a standard ramp problem.
▼
Notice that I didn't give you the angle of the ramp. This means that the answer will be the same regardless of how steep that ramp is. The angle of the ramp is important usually when you have friction. The next practice problem will utilize the angle of the ramp.
Now, to solve such questions you need to ask yourself:
Let's start solving:
We are ready to make our $E_{initial}=E_{final}$
$mgh=\frac{1}{2}mv^2$ (notice that I can cancel the mass of the block. This means that it doesn't matter if the block is $2kg$ or $100kg$)
$gh=\frac{1}{2}v^2$
$2gh=v^2$
$v=\sqrt{2gh}=\sqrt{2 \cdot 9.8 \cdot 3}=7.7 m/s$
We found the speed of the block, so we finished the question!
▼
We will ask ourselves the same questions:
Let's answer each question:
PART A
We are now ready to do (for part A)
Energy you start with = Energy you end with + energy you lose
$$mgh=\frac{1}{2}mv^2+\mu \cdot mg\cos\theta \cdot \frac{opp}{\sin\theta}$$(notice that we can cancel $m$ from both sides)
$$gh=\frac{1}{2}v^2+\mu \cdot g\cos\theta \cdot \frac{opp}{\sin\theta}$$(I'm trying to solve for velocity so that I can use it for part B)
$$gh-\mu \cdot g\cos\theta \cdot \frac{opp}{\sin\theta}=\frac{1}{2}v^2$$ $$v^2=2\left(gh-\mu \cdot g\cos\theta \cdot \frac{opp}{\sin\theta}\right)$$ $$v=\sqrt{2\left(gh-\mu \cdot g\cos\theta \cdot \frac{opp}{\sin\theta}\right)}$$ $$v=\sqrt{2\left(9.8 \cdot 2-0.1 \cdot 9.8 \cdot \cos 30 \cdot \frac{2}{\sin 30}\right)}=5.69 \text{ m/s}$$This is not the answer to the question, but we will need this value in the next part.
PART B
Let's run through the questions 1 more time.
We are now ready to use $E_{initial}=E_{final}$
$\frac{1}{2}mv^2=\frac{1}{2}kx^2$ (notice that we can cancel the $\frac{1}{2}$ from both sides)
$mv^2=kx^2$ (Let's solve for $x$)
$x^2=\frac{mv^2}{k}$
$x=\sqrt{\frac{mv^2}{k}}$ (now input the values)
$x=\sqrt{\frac{1.5 \cdot 5.69^2}{5}}=3.12$ m
We found our answer!
I recommend trying to solve this problem without breaking it down into parts.
More regarding work and energy: I mentioned that $W=Fd$ is true when the force is constant. What do you do if it isn't? Well, you have 2 options, depending on your knowledge.
How fast you are doing work. Formula: $\frac{W}{time}$ Units: $J/s$ (joules per second).
If you are doing $1000 J$ in $5$ seconds, then your power is $\frac{1000}{5}=200 J/s$.
Note: