Integrating Simple Expression: Solving (e^ax)cos^2(2bx)

  • Thread starter Thread starter Geronimo85
  • Start date Start date
  • Tags Tags
    Integral
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
4 replies · 3K views
Geronimo85
Messages
20
Reaction score
0
I'm supposed to integrate the following expression, and supposedly there is a very simple way to do so. Maple comes up with something rediculous, so I'd appreciate any input. Sorry about the short hand, don't know how to make everything pretty on here:

Integral[(e^ax)cos^2(2bx)dx] where a and b are positive constants

So far all I've got is:

(e^ax)cos^2(2bx)= (e^ax)*[(e^(i*2*b*x) - e^(-i*2*b*x))/2]^2

because: cosx = (e^ix - e^-ix)/2

squaring inside the brackets gets me:

(e^ax)* [((e^(i*2*b*x)-e^(-i*2*b*x)/2)^2]

I'm just really not getting something here
 
Physics news on Phys.org
[tex]e^{ax}.e^{-bx} = e^{(a-b)x}[/tex]

You should be able to work from that, just factor the exponents. The final integral won't look pretty.
 
sorry about reposting it, I just feel like I'm going in circles