Integration (Velocity to Displacement or Position)

AI Thread Summary
The discussion focuses on integrating a velocity function expressed in LaTeX, specifically transitioning from velocity to displacement. Participants emphasize the importance of showing work to receive assistance and suggest breaking the integral into smaller, manageable parts. There is a clarification regarding the LaTeX formatting, with advice to separate expressions for clarity. The integration of the exponential function is highlighted as a key challenge, with hints on how to simplify the exponent. Ultimately, the conversation revolves around finding the correct approach to integrate the given function effectively.
kieran1black2
Messages
23
Reaction score
0
please help me with the integration in the word document.
 

Attachments

Physics news on Phys.org
EDIT: I realize you may have work in your document, but I can't yet see it. So, if you have work in the document, ignore my lecture below:)

According to the forum rules, you must show some work to get help. What have you tried? Where are you stuck? Etc.?
 
This is the integration in LaTeX, if anyone else can't see it:

v = \frac{e^{\frac{t - 1205.525}{-100}}-142000}{30}


s = \int v dt


s = \int \frac{e^{\frac{t - 1205.525}{-100}}-142000}{30} dt


Do you know how to integrate exponential functions?


EDIT: I don't know what is up with the LaTeX, but there should be only one expression on each line. So ignore the bit after the second equals sign on the first line. And there shouldn't be an 's' after the fraction on the first line. No idea why it is doing this, there's nothing wrong with the code as I put it in.
 
Last edited:
First, I would sugest splitting the integral up into as many smaller integrals as possible. HINT:e^{a+b}=e^ae^b Using this relationship, plus splitting the integral up, you should end up with two smaller, easier integrals of known forms.
 
Last edited:
i have already tried that... it didnt seem to work... could you show it in latex? so i can see what I am doing wrong?
 
The 1/30 comes can "come out" of the integrand, right? And the subtraction (e to the blah minus 140000) just yields two integrals: Integral[e to the blah dt] minus Integral[142000 dt]. So that leaves the tricky part: Integral[e to the blah]. That exponent can be broken into two fairly simple expressions by going ahead and doing the division by -100... get it?
 
what i ended up with is

(e^-t/100)/(-30/100) x e^(-1205.525/-100)/t - 142000/30t

that is after integration... is that what you meant?
 
Back
Top