Integrating \int_0^2 \sqrt{65e^{2t}} dt for Beginners

  • Thread starter Thread starter 7yler
  • Start date Start date
  • Tags Tags
    Integrate
7yler
Messages
31
Reaction score
0
I am familiar with integration, but I'm stumped with this. How do you integrate something such as \int(from 0 to 2)\sqrt{65e(to the power of 2t}dt

That is supposed to be the square root of 65e to the power of 2t.
 
Physics news on Phys.org


you should simplify the argument first.
 


Here's how you'd write your integral using LaTeX:
Code:
\int_0^2 \sqrt{65 e^{2t}} dt
which, when enclosed by "TEX" and "/TEX" (with the quotation marks replaced by square brackets), gives
\int_0^2 \sqrt{65 e^{2t}} dt​

Anyway, try using the fact that \sqrt{a}=a^{1/2}.
 


Well, another to put it would be to see that

e^{2t} = (e^t)^2

which would fit nicely with the square root.
 


So I would get 65e^2 - 65?
 


Well, the 65 is still under a radical. Only e^t is squared under the square root.
 
Last edited:


So 65(e^2) - 65 is what I get when I follow through with the calculations, but I'm told that that answer is incorrect.
 


You didn't understand. The 65 must be under the radical sign, as in \sqrt{65}.
 


Oh okay. Thank you very much.
 
Back
Top