How to calculate acceleration per second

  • Thread starter Thread starter questioner
  • Start date Start date
  • Tags Tags
    Acceleration Per
AI Thread Summary
To calculate acceleration per second, the formula used is v_f = v_i + a t, where v_f is final velocity, v_i is initial velocity, a is acceleration, and t is time. For constant acceleration, such as gravity at 9.8 m/s², this equation allows for determining speed at specific intervals, like every 1/30th of a second. It's important to ensure that the units are consistent throughout the calculations, as this helps avoid errors. When acceleration varies, calculus is required to integrate the acceleration over time to find velocity. Understanding these principles allows for accurate calculations of motion under constant acceleration.
questioner
Messages
10
Reaction score
0
the law: a1 = G(m2/r*r) to calculate acceleration with gravity, gives the m/s*s.
(i don't know how to type the square sign)
but how can u calculate how many m/s an object gains in a certain time?
 
Physics news on Phys.org
Welcome to the PF. You use the equations of "kinematics", which are the basic equations of motion. For a constant acceleration (like gravity), the equations are fairly simple algebraic equations. If the acceleration is varying (like an accelerating rocket that gets lighter as the fuel burns off), then you use the calculus to calculate the motion of the object.

Here's a background page with basic information from wikipedia.org:

http://en.wikipedia.org/wiki/Kinematics
 
ah thank you, i guess i was looking in the wrong direction.

so to calculate it i guess i would have to use this formula?
uf(small f) = ui(small i) + at

is this true? because i don't really know how to calculate it. i need to have a list of its speed every 1/30th of a second
so like:
0kmph
0.005kmph
0.0020kmph
etc
i just don't know how to do that with this formula
 
Last edited:
questioner said:
ah thank you, i guess i was looking in the wrong direction.

so to calculate it i guess i would have to use this formula?
uf(small f) = ui(small i) + at

is this true? because i don't really know how to calculate it. i need to have a list of its speed every 1/30th of a second
so like:
0kmph
0.005kmph
0.0020kmph
etc
i just don't know how to do that with this formula

u_f=u_i+at is an equation for constant acceleration (like gravity)
where u_i is your initial velocity; a is the rate of acceleration; t is time in seconds; and u_f is your final[/tex] velocity.

So, if you know the velocity an object is starting at; you know its rate of acceleration; you can simply plug in values for t (e.g. 1/30, 2/30...)
 
but i don't know what "at" is.
t is tiem and a is acceleration ok. but a is m/s*s and t is seconds, right?
so that would mean: ms/s*s*s and i don't know what that is, so I am probally doing it wrong, what is it?
 
questioner said:
but i don't know what "at" is.
t is tiem and a is acceleration ok. but a is m/s*s and t is seconds, right?
so that would mean: ms/s*s*s and i don't know what that is, so I am probally doing it wrong, what is it?

When you multiply quantities, you multiply the units in the same way, and that gives you the units of the final quantity. In all equations, the units of the left hand side (LHS) must match the units of the right hand side (RHS), and the units of each quantity in an addition must match.

So in the equation:

v_f = v_i + a t

the units of v are \frac{m}{s},

the units of a are \frac{m}{s^2},

and the units of t are seconds s.

When you multiply a * t, you get units of s \frac{m}{s^2} = \frac{m}{s},

which matches the units of v_f and v_i

In fact, carrying units along with your calculations and checking for their consistency at each algebraic step is an important trick for helping to avoid making math errors in the middle of long calculations.

Does that make sense now?
 
yes, thank you. but my uncle told me that gravitational acceleration on Earth is 9.8m/s(2). and that it means that the first second it will move 9.8m/s(in vacuum and in the second second ca 100m/s this is not true right?
 
questioner said:
yes, thank you. but my uncle told me that gravitational acceleration on Earth is 9.8m/s(2). and that it means that the first second it will move 9.8m/s(in vacuum and in the second second ca 100m/s this is not true right?

That's a little too simplistic, but it's along the correct lines. You can't quantize the situation each second -- that introduces approximation errors. Instead, look at the equation for the position of a dropped object versus time:

x = x_0 + v_0 t + \frac{a t^2}{2}

For a dropped object, call the initial position 0 and the initial velocity 0, so the first two terms on the RHS go away. Then you are left with the dropped distance x versus time like this:

x = \frac{a t^2}{2}

So now you can calculate how far you go each second. After 1 second, you have dropped an x distance of

9.8 \frac{m}{s^2} * {(1s)}^2 = 9.8 m

After 2 seconds, you have dropped a total x distance of

9.8 \frac{m}{s^2} * {(2s)}^2 = 39.2 m

After 3 seconds,... and so on. So once you have calculated how far the ball drops total for each time, you can go back and figure out how far it dropped in the first second (9.8m), and then how far in the second second (39.2-9.8m), etc.
 
Last edited:
so i can't calculate it's speed after 1/30th of a second and then using that as a base calculate its speed after 2/30th of a second etc?
 
  • #10
questioner said:
so i can't calculate it's speed after 1/30th of a second and then using that as a base calculate its speed after 2/30th of a second etc?

Yes, you can do it that way. Just use the full form of the velocity equation:

v = v_0 + a t

If the object is dropped from rest, then Vo is 0. If you figure out what V is after 1/30 of a second using the equation, you then call that time zero, and use that velocity as Vo and use the equation again. Hopefully I'm not confusing you with all of this. I was a bit confused with the mixing of your questions about position and velocity. Are we square now?
 
  • #11
Every things fine as long as the acceleration is a constant. If the acceleration varies with time, then the velocity is the integral of the acceleration with respect to time. Since gravitational force, and so acceleration, varies with respect to the distance (thus with respect to time if the distance is varying), Newton and Leibniz were force to invent calculus to deal with problems like that!
 
  • #12
no i understand everything now I made that equation at first aswel, but after what you said i had doubts if it was correct. thank you very much.
 
Back
Top