Finding Position and Velocity Using Rectilinear Kinematics Equations

  • Thread starter Thread starter rmunoz
  • Start date Start date
  • Tags Tags
    Kinematics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
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:

[tex]v(t) = \frac{ds(t)}{dt}[/tex]

then

[tex]a(t) = \frac{dv(t)}{dt} = \frac{d}{dt}\left(\frac{ds(t)}{dt} \right) = \frac{d^2s(t)}{dt^2}[/tex]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:

[tex]\frac{dv(t)}{dt} = a(t) \Rightarrow v(t) = \int a(t) \, dt[/tex]

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

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)= [tex]\int[/tex]a(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!