Final velocity after distance given acceleration with respect to time

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
2 replies · 2K views
Integrated
Messages
4
Reaction score
0

Homework Statement


I am given an equation for the acceleration of an object with respect to time a(t). I know that it will be accelerating over a certain distance d, after starting at rest. How do I find the final velocity that this object has reached after traveling the distance d?


Homework Equations


The given equation for a(t) is:
a(t) = A(eBt-eCt)2
Where A, B, and C are known constants, and t is time.


The Attempt at a Solution


I know that to find this final velocity I would use this equation:
vf = ∫a(t)dt from 0 to te, the time at which the object reaches the distance d. I am stuck trying to find te, or at least some conversion to acceleration with respect to position a(x), so that I could integrate from 0 to d.
 
Physics news on Phys.org
I haven't learned much calculus, but I am curious, why can't you solve for [itex]t_e[/itex] like this?

[itex]∫∫a(t_e)=d[/itex]

(I don't know if that's the correct way to write the second integral)

Thank you if someone replies, and sorry if this wasn't helpful.
 
  • Like
Likes   Reactions: 1 person
Integrated, you're not quite right on that function. It works in this case, but only because it starts from rest.

In general:

##\vec{v} = \frac{d\vec{x}}{dt}##
##\vec{a} = \frac{d\vec{v}}{dt} = \frac{d^2\vec{x}}{dt^2}##

And backwards it's

##\vec{\Delta v} = \int_{a}^b \vec{a}(t)dt##
##\vec{\Delta x} = \int_{a}^b \vec{v}(t)dt##

Notice that when you do it backwards like so, you get the total change in velocity or position. This is because when you integrate, you're summing up infinitesimal changes.

If you want the position/velocity function, you have to apply initial conditions, meaning you have to add that +C at the end of your integral and actually solve for it (generally based on some function value at t =0)

Basically, I think you and Nathanael have it right, I just wanted to clarify something I saw as a conceptual misunderstanding.