Finding Position and Velocity Using Rectilinear Kinematics Equations

  • Thread starter Thread starter rmunoz
  • Start date Start date
  • Tags Tags
    Kinematics
AI Thread Summary
The discussion revolves around calculating the velocity and position of a particle using rectilinear kinematics equations, given its acceleration function. The participant successfully determined the velocity at 6 seconds to be 32 m/s but struggled with finding the position at the same time. Clarifications were provided that integrating the velocity function is necessary to obtain the position function, emphasizing that this involves two successive integrations. The confusion stemmed from misunderstanding the integration process and treating the velocity as a constant rather than a function of time. Ultimately, the correct approach involves integrating the velocity function to derive the position function and then evaluating it at the desired time.
rmunoz
Messages
29
Reaction score
0

Homework Statement



The acceleration of a particle is described by the following:
a=(2t -1) m/s^2
So= 1m
Vo= 2m/s

Find
a) velocity of the particle at 6 seconds

b) its position (Sf) at six seconds


Homework Equations



v=ds/dt
a=dv/dt
a*ds=v*dv


The Attempt at a Solution


Using integration I found velocity to be 32 m/s, (dv=apartdt)

Now I'm stuck on part b and since i have yet to learn how to take a double integral to directly relate the acceleration of the particle to its position, I assume it must have something to do with avg velocity or avg acceleration... nonetheless I am stuck on part b and have been for quite some time.
 
Physics news on Phys.org
rmunoz said:

The Attempt at a Solution


Using integration I found velocity to be 32 m/s, (dv=apartdt)

Your answer is not correct, and the part you have in parentheses seems to be meaningless. Can you show your integration steps?

Edit: Actually your answer is fine. Nevermind.
rmunoz said:
Now I'm stuck on part b and since i have yet to learn how to take a double integral to directly relate the acceleration of the particle to its position,
.
Not really. This is only a "double integral" in the sense that you have to integrate twice in succession. (In mathematics, a double integral actually means something else entirely that is not relevant here). To see why you have to integrate twice, consider the following argument. If:

v(t) = \frac{ds(t)}{dt}

then

a(t) = \frac{dv(t)}{dt} = \frac{d}{dt}\left(\frac{ds(t)}{dt} \right) = \frac{d^2s(t)}{dt^2}So acceleration is the second derivative of position (w.r.t. time). In order to calculate the acceleration as function of time, you must differentiate the position function twice. It follows that, since integration is the inverse operation of differentiation, then to go back to position from acceleration, you would have to integrate twice. A more explicit way of showing this would be:

\frac{dv(t)}{dt} = a(t) \Rightarrow v(t) = \int a(t) \, dt

\frac{ds(t)}{dt} = v(t) \Rightarrow s(t) = \int v(t) \, dt = \int \left(\int a(t) \, dt \right) \, dt

rmunoz said:
I assume it must have something to do with avg velocity or avg acceleration... nonetheless I am stuck on part b and have been for quite some time.

Why would you think that?
 
Last edited:
i understand that the dv= a(t)dt can be integrated to acquire
v(t)= \inta(t) dt

However this produces 32 m/s if taken definitely (with 6 and 0 upper and lower limits respectively)... to integrate this again seems unusual since it is a constant (it almost seems to disregard the fact that v is variable with respect to time). This i guess is where i became confused. Is it legal to take the integral of 32m/s as the velocity with respect to time ?
 
rmunoz said:
to integrate this again seems unusual since it is a constant (it almost seems to disregard the fact that v is variable with respect to time).

No no...you integrate the function v(t) to get s(t). That's the definition. You don't integrate v(6 s)! You integrate v(t) to get s(t) and then find the position you want by evaluating the resulting position function there (i.e. you calculate s(6 s)). This is no different from what you did to find the velocity at that time in part a!
 
Back
Top