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

  • Thread starter Thread starter 7yler
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
7yler
Messages
31
Reaction score
0
I am familiar with integration, but I'm stumped with this. How do you integrate something such as [tex]\int[/tex](from 0 to 2)[tex]\sqrt{65e(to the power of 2t}[/tex]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
[tex]\int_0^2 \sqrt{65 e^{2t}} dt[/tex]​

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


So I would get 65e^2 - 65?
 


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.
 


Oh okay. Thank you very much.