Integration by parts: Reduction Formulas

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
LearninDaMath
Messages
295
Reaction score
0

Homework Statement



Are there any sample problems worked out for trig functions of higher powers which are integrated by reduction formula? Like cos^8 or cos^10 or even just cos^6 or maybe?
 
Physics news on Phys.org
LearninDaMath said:

Homework Statement



Are there any sample problems worked out for trig functions of higher powers which are integrated by reduction formula? Like cos^8 or cos^10 or even just cos^6 or maybe?
You might try to "google" this.

Wikipedia has a few examples worked. Follow the link: http://en.wikipedia.org/wiki/Integration_by_reduction_formulae#Examples
 
Thanks SammyS and Simon Bridge
 
LearninDaMath said:

Homework Statement



Are there any sample problems worked out for trig functions of higher powers which are integrated by reduction formula? Like cos^8 or cos^10 or even just cos^6 or maybe?

For things like cos^n or sin^n the slickest way is to use Euler's formula. We have
[tex]\cos(x) = \frac{1}{2}(e^{ix} + e^{-ix}), \text{ so}\\<br /> \cos^n(x) = \frac{1}{2^n} (e^{ix} + e^{-ix})^n <br /> = \frac{1}{2^n}\sum_{k=0}^n {n \choose k} e^{ix(2k-n)}\\<br /> = \frac{1}{2^n} \sum_{k=0}^n {n \choose k} \cos((2k-n)x).[/tex]
You can get a similar result for ##\sin^n(x),## using the fact that
[tex]\sin(x) = \frac{1}{2i}(e^{ix} - e^{-ix}).[/tex]
For example, we get
[tex]\cos^{10}(x) = \frac{63}{256}+\frac{105}{256} \cos(2x) +\frac{15}{64} \cos(4x)<br /> + \frac{45}{512} \cos(6x) + \frac{5}{256} \cos(8x) + \frac{1}{512} \cos(10x),[/tex]
which is easy to integtrate.

Things like sinp(x) *cosq(x) can be similarly expressed, although the expressions start to become lengthy and complicated.

Unfortunately, this type of trick does not work for something like tann(x).

RGV