Mastering Fourier Integration: Step-by-Step Guide for PDEs | Expert Tips

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
Messages
1,270
Reaction score
8
We're doing Fourier series in PDEs, and I am left with needing to integrate:

[tex]\int_0^{\pi}\cos{nx}\sin{x}dx[/tex]

I completely forget how to integrate this, and I don't have a calculus textbook anymore. Can someone give me a bump in the right direction? I could use maple for the integration, but I would like to know how to integrate it if it came up on an exam.
 
Physics news on Phys.org
Well I have not done anything on Fourier integration but when I had to do [tex]\int sinNxcosMx dx[/tex]

You had to use the fact that [tex]sin(A+B)+sin(A-B)=2sinAcosB[/tex]
 
rock.freak667 said:
Well I have not done anything on Fourier integration but when I had to do [tex]\int sinNxcosMx dx[/tex]

You had to use the fact that [tex]sin(A+B)+sin(A-B)=2sinAcosB[/tex]

Ah, of course.
 
If you don't already know the exponential form of the trig functions, then practice deriving trig identities on the spot will probably be more fruitful than trying to memorize (or practice deriving) the exponential forms.

But, in case you're curious:

[tex] \cos x = \frac{e^{ix} + e^{-ix}}{2}[/tex]

[tex] \sin x = \frac{e^{ix} - e^{-ix}}{2i}[/tex]