Acceleration on an inclined plane

AI Thread Summary
The discussion focuses on the acceleration of two masses on an inclined plane, questioning how the incline affects acceleration and velocity. It is clarified that both masses, regardless of their weight, experience the same acceleration due to gravity when released from rest, as mass does not influence acceleration in this context. The conversation also delves into calculating terminal velocity, considering factors like drag and power input, with an emphasis on correctly applying physics principles. The final calculations suggest that the maximum velocity of a block moving up the incline, factoring in power and resistance, yields a specific value, demonstrating the complexities of motion on an incline. The participants agree on the importance of correctly modeling forces and understanding the implications of direction in their calculations.
Sirsh
Messages
262
Reaction score
10
Member advised to use the formatting template for questions posted to the homework forums
I have a problem with conceptualising what happens to an object as it travels down an incline slope. Online resources say that as the gradient of the slope increases the acceleration increases, but isn't this incorrect in a sense.

Shouldn't it be said that as the incline of a plane increases the component force in the direction of motion increases but the resultant of the components of acceleration stays the same, i.e. 9.81 m/s2? OR am i losing my mind and gravity isn't constant anymore...

Because I am trying to investigate the difference in acceleration of a two bodies of different masses at rest on an incline plane. To my understanding, these both have the same components of acceleration in the x-y axes and the same resultant acceleration. Once they're 'released' then their velocities will definitely be different, but their acceleration should be identical given no external factors such as friction/drag?

Thanks!
 
Physics news on Phys.org
Hello Sirsh,

You have me confused somewhat: are you looking at straight inclines and studying the effect of steeper / gentler or are you looking at curved inclines where the slope increases/decreases during the motion ?
Sirsh said:
both have the same components of acceleration in the x-y axes and the same resultant acceleration. Once they're 'released' then their velocities will definitely be different
This too is confusing: if accelerations are the same and both start with velocity 0, then how can the velocites be different ?

Can you perhaps post a few drawings for a few cases ?
 
Last edited:
BvU said:
Hello Sirsh,

You have me confused somewhat: are you looking at straight inclines and studying the effect of steeper / gentler or are you looking at curved inclines where the slope increases/decreases during the motion ?
This too is confusing: if accelerations are the ssame and both start with velocity 0, then how can the velocites be differen ?

Sorry for the confusion, let me clarify some more.

I have two masses, A and B. A is 10kg and B is 5kg. They both are modeled separately on an incline plane which is 10 degrees from the horizontal.

I've been told to compare the initial acceleration of these two masses from rest.

I have calculated the acceleration in both the x and y axes using Newton's 2nd Law, as the mass cancels out when you do this, you end up with the same values for acceleration in both directions and hence the same resultant. As it's dependent upon the angle of incline only.

So how could you 'compare' these two masses?
 
Seems to me the two masses behave identically.
Galileo found that out dropping things from the Pisa tower long ago. Big stone and small stone arrive at the same time when let go at the same time.
Sirsh said:
So how could you 'compare' these two masses?
Ambiguous question :smile: If you want to know which of the two is heavier, this kind of experiment doesn't help you, as you calculated correctly.

So far all this is without any friction we assume, right ?
 
BvU said:
Seems to me the two masses behave identically.
Galileo found that out dropping things from the Pisa tower long ago. Big stone and small stone arrive at the same time when let go at the same time.
Ambiguous question :smile: If you want to know which of the two is heavier, this kind of experiment doesn't help you, as you calculated correctly.

So far all this is without any friction we assume, right ?

Thank you, that's what I thought as well.

There is no explicit friction stated in the problem, but there is drag due to wind. However, it is modeled as a function of velocity, and at rest this would equate to zero. Thus, leaving us with the situation of two stationary blocks.

However, I need to find the maximum velocity of the blocks. I tried to do a force balance and solve for the velocity in the drag equation but had an issue.

if drag is equal to 0.5*v2, for mass A of 10kg, and a incline of 20°. I have this force balance in the x-axis:

Fx=max
mg*sinθ-0.5v2 = max
If I rearrange this for v, I get:
mg*sinθ-max=0.5v2
v2 = (mg*sinθ-max)/0.5
v = √((mg*sinθ-max)/0.5)

However, if I use the acceleration in the x direction from the initial at rest conditions, then this is zero. So how would I go about figuring out the maximum acceleration?
 
Last edited:
Sirsh said:
there is drag due to wind. However, it is modeled as a function of velocity, and at rest this would equate to zero
If the force is zero when the velocity is zero, the wind isn't blowing and we usually call that air resistance :smile:.
Sirsh said:
Thus, leaving us with the situation of two stationary blocks
At least: initally stationary. But I do expect you let them start sliding down at t = 0 ?
Sirsh said:
mg*sinθ-0.5v2 = max
Is a differential equation ([edit] corrected, see below)$${d^2x\over dt^2} + {1\over 2m} {dx\over dt} - mg\sin\theta = 0 $$with inital conditions ## {dx\over dt}_{t=0} = 0## and ##x_{t=0} = x_0## do you know how to solve such equations ?

Quantitatively you can see the maximum acceleration is when ##v^2 = 0##, so at t=0. After a while,a terminal velocity is reached , for which ##a_x## = 0.
 
Last edited:
BvU said:
If the force is zero when the velocity is zero, the wind isn't blowing and we usually call that air resistance :smile:.
At least: initally stationary. But I do expect you let them start sliding down at t = 0 ?
Is a differential equation$${d^2x\over dt^2} + {1\over 2m} {dx\over dt} - mg\sin\theta = 0 $$with inital conditions ## {dx\over dt}_{t=0} = 0## and ##x_{t=0} = x_0## do you know how to solve such equations ?

Quantitatively you can see the maximum acceleration is when ##v^2 = 0##, so at t=0. After a while,a terminal velocity is reached , for which ##a_x## = 0.

I'm not 100% sure how to solve that differential equation, my first thoughts are that I can cancel the first order term out and then rearrange the equation so that d2x/dt2 = mgsinθ and then maybe integrate it once so then it's in the form of dx/dt which is the equivalent to velocity?

Ah! I was assuming that when ax = 0, then it'll be at zero velocity, but its actually at maximum velocity because it cannot accelerate any further, but is not decelerating!
 
Sirsh said:
Ah! I was assuming that when ax = 0, then it'll be at zero velocity, but its actually at maximum velocity because it cannot accelerate any further, but is not decelerating!
Yes, so solving ##a_x=0## from your ##mg\sin\theta-ma_x=0.5v^2## (which then no longer is a differential equation but a simple equation that in fact you solved already) gives you the maximum velocity (aka terminal velocity).

----
I really have to correct myself with this differential equation o:)o:)o:) ; it should have been $$
{d^2x\over dt^2} + {1\over 2m} \left ({dx\over dt}\right )^2 - g\sin\theta = 0
$$and I am surprised neither you or anyone else jumped into point that out !​
----

As to this full equation for the falling velocity, you can simply change to a 'new' variable, ##v = {dx\over dt}## to get $$
{dv\over dt} + {1\over 2m} v^2 - mg\sin\theta = 0
$$ with initial condition ##v_0 = 0 ##.
 
BvU said:
Yes, so solving ##a_x=0## from your ##mg\sin\theta-ma_x=0.5v^2## (which then no longer is a differential equation but a simple equation that in fact you solved already) gives you the maximum velocity (aka terminal velocity).

----
I really have to correct myself with this differential equation o:)o:)o:) ; it should have been $$
{d^2x\over dt^2} + {1\over 2m} \left ({dx\over dt}\right )^2 - g\sin\theta = 0
$$and I am surprised neither you or anyone else jumped into point that out !​
----

As to this full equation for the falling velocity, you can simply change to a 'new' variable, ##v = {dx\over dt}## to get $$
{dv\over dt} + {1\over 2m} v^2 - mg\sin\theta = 0
$$ with initial condition ##v_0 = 0 ##.

I was actually going to note that it wasn't squared! But didn't post until you had replied.

So for my mass A which is 10kg going down a 20 degree slope this is my interpretation of how to find it's terminal velocity (acceleration is zero in the axis of motion).

F_x = ma_x
F_x = mgsin(\theta)-0.5v^2
mgsin(\theta)-0.5v^2 = ma_x
v = \sqrt(mgsin(\theta)-ma_x/0.5)
As ax is zero at terminal velocity, then:
v = \sqrt(mgsin(\theta)/0.5)
Therefore, for the conditions of this situation:
v = \sqrt(10*9.81*sin(20°)/0.5) = 8.19 m/s
 
  • #10
That's what I get, too.
 
  • #11
BvU said:
That's what I get, too.

Awesome, thanks for your help it's really appreciated.

If it's not a hassle, would you be able to explain how I could figure out the terminal velocity of the block if it was traveling up the incline in addition it has 100 W of energy assisting it.

From my understanding the acceleration components are the same as for when it was going down the incline, but because I have assigned my positive x-axis as down the ramp, my motion will be going in the negative direction.

Does this seem the correct way to model the velocity up the incline? I'm assuming that the 100W will assist it 'up' the incline so it'll be in the same direction as the motion.

F_x = ma_x
F_x = 0.5v^2-mgsin(\theta)-100
0.5v^2-mgsin(\theta)-100 = ma_x
v = \sqrt((ma_x+mgsin(\theta)+100)/0.5)
As ax is zero at terminal velocity, then:
v = \sqrt((mgsin(\theta)+100)/0.5)
Therefore, for the conditions of this situation:
v = \sqrt((10*9.81*sin(20°)+100)/0.5) = 188.87 m/s[/QUOTE]

This seems like a crazy amount of increase in speed for the block?

Thanks again.
 
  • #12
100 W can not be in this equation: it has the dimension of power, not force.
So we'll have to think of something else !
 
  • #13
BvU said:
100 W can not be in this equation: it has the dimension of power, not force.
So we'll have to think of something else !

Wow, that totally slipped my mind, the units. Obviously I need the equivalent of 100 W in Newtons to use it in the equation that I wrote above.

Power is the amount of work done in a time period, however, in this case there is no time period stated. P = W/t = F*d/t = F*v if I rearrange this to be dimensionally correct I get F = P/v. My initial thoughts are that I may be able to put into my equation + 100/v, but then the equation becomes a quadratic I think and then I may be able to solve for the velocity at ax = 0?
 
  • #14
Looks good to me. It becomes third order, actually, so you may need a solver (or you can iterate).
And: If you go up the slope, the air resistance points the other way !
 
  • #15
F_x = ma_x
F_x = 0.5v^2-mgsin(\theta)-(100/v)
0.5v^2-mgsin(\theta)-(100/v) = ma_x
As ax is zero at terminal velocity, then:

0.5v^2-(100/v) =10*9.81*sin(20°)
Solving this with the quadratic equation leaves me with the solutions v = -5.60, -3.79 and 9.40 m/s. I'm 99% sure that it should be 9.40 m/s but because my positive direction is stated to be down the ramp, it makes me think that the velocity is down the ramp even though the block is supposed to be traveling up the ramp. Otherwise, maybe my direction assumption is wrong?

Thanks again.
 
  • #16
Posts crossed. You are searching in the right direction though!
But I can't follow "solving with the quadratic"equation ..." ?

If you want to make things easier conceptually: start without air resistance. easy to get the velocity, and with resistance it can only be smaller...
 
  • #17
BvU said:
Posts crossed. You are searching in the right direction though!
But I can't follow "solving with the quadratic"equation ..." ?

If you want to make things easier conceptually: start without air resistance. easy to get the velocity, and with resistance it can only be smaller...

Okay, modeling without air resistance, I'm going to take up the ramp as positive in this case and down the ramp as negative.
F_x = ma_x
F_x = 100/v - mgsin(\theta)
100/v - mgsin(\theta) = ma_x
At terminal velocity ax = 0.
100/v = mgsin(\theta)
v = 100/mgsin(\theta) = 100/(10*9.81*sin(20°) = 2.98 m/s (up the ramp)
 
  • #18
This is my interpretation of the system:
Screen_Shot_2016_04_06_at_6_19_33_pm.png
 
  • #19
Beautiful picture :smile:, and yes, I get 2.98 m/s as well.
 
  • #20
BvU said:
Beautiful picture :smile:, and yes, I get 2.98 m/s as well.

So that was w/o air resistance, this is with air resistance:

F_x = ma_x
F_x = 100/v - mgsin(\theta)-0.5v^2
100/v - mgsin(\theta)-0.5v^2 = ma_x
At terminal velocity ax = 0.
100/v - 0.5v^2 = mgsin(\theta)
100/v - 0.5v^2 = 10*9.81*sin(20°)
Using a solver to solve this equation, yields:
v = 2.69 m/s and like you said should be smaller than without the resistance which was 2.98 m/s!
 
  • #21
Well done ! Same outcome here.
 
  • Like
Likes Sirsh
  • #22
As always thank you very much for your help mate.
 
  • #23
I'm going to take a stab at simplifying this. The steeper the angle, the larger the force component along the grade, the lower the normal component. So in that sense the steeper the grade the higher the acceleration, and that value of acceleration increases as the grade increases (G X sine of the grade angle). The resultant stays the same (G).

And, acceleration = Force / Mass.
The force accelerating the 10 kg mass is (10 X G X sin 20 deg). The acceleration is (10 X G X sin 20 deg) / 10.
The force accelerating the 5 kg mass is (5 X G X sin 20 deg). The acceleration is (5 X G X sin 20 deg) / 5.
In both cases the acceleration is the same.
 
Back
Top