How do you integrate √(65e^(2t)) from 0 to 2?

  • Thread starter Thread starter 7yler
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
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


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 65(e^2) - 65 is what I get when I follow through with the calculations, but I'm told that that answer is incorrect.