Questions tagged [reduction-formula]

This tag is for those who are trying to prove or derive reduction formulas of integrals. Reduction formulas are often useful to those trying to integrate trigonometric, exponential, or rational functions raised to certain powers, or functions containing multiple variables.

A reduction formula is a way to reduce an integral involving a parameter, usually a non-negative integer $n$, to a similar with a smaller parameter, until the 'base' case is simple enough to be evaluated directly. Integration by parts is often very helpful.

Examples include:

  • The gamma function $\Gamma(n)=\displaystyle\int_0^{\infty} e^{-t} t^{n-1} dt$. Using integration by parts one has $\Gamma(n+1)=n\Gamma(n)$, with $\Gamma(1)=1$.

  • Let $I_n=\displaystyle\int \sin^n(x) dx$; use integration by parts with $u=\sin^{n-1}(x)$ to obtain $I_n = -\dfrac{\sin^{n-1}(x)\cos(x)}{n}+\left(\dfrac{n-1}{n}\right) I_{n-2}$, with the base cases $I_0 =x$ and $I_1 =-\cos(x)$ discarding constants.

  • One solution of the Basel problem, due to Euler, required evaluation of $$A_n = \displaystyle\int _0^1 \dfrac{x^{2n+1}}{\sqrt{1-x^2}}\, dx.$$ It was shown that $A_0=1$ and $A_{n}= \dfrac{2n}{2n+1}A_{n-1}$, whence a closed-form is $A_n= \dfrac{2^n n!}{(2n+1)!!}.$

111 questions
4
votes
2 answers

Reduction formula for $\int_0^1 x^m(1-x)^{n-1}\,\mathrm{d}x$?

So I am trying to find the reduction formula for $\int_0^1 x^m(1-x)^{n-1}\,\mathrm{d}x$. My attempt: Taking $x^m$ as the second function and integrating by parts, I got, $I_n=\frac{(n-1)}{m+1}I_{n-2,m+1}$. But the given answer is…
Natasha J
  • 825
2
votes
2 answers

Prove the reduction formula for $\int\limits_{0}^{\pi/2} \sin^n x\, dx=\int\limits_{0}^{\pi/2} \cos^n x\, dx$

Problem: Prove that $\int\limits_{0}^{\pi/2} \sin^n x\, dx=\int\limits_{0}^{\pi/2} \cos^n x\, dx=\begin{cases} \frac{n-1}{n}.\frac{n-3}{n-2}.\frac{n-5}{n-4}...\frac{2}{3}, & \mbox{ when $n$ is odd }…
PrimoRaj
  • 357
1
vote
2 answers

What is the reduction formula for $\int\sin^nx \space dx$ from $0$ to $\pi$ or from $0$ to $2\pi$?

I already know reduction formula for $\int_{0}^{\frac{\pi}{2}}\sin^nx \space dx$ and $\int_{0}^{\frac{\pi}{2}}\cos^nx \space dx$. They can be found here in this question. However I am unable to find what would the formulas, when upper limit is…
1
vote
0 answers

Formula for spreading a number through out days in month and 24 hours a day with relation to another number

In my calculation, I have 2 numbers X = 375 and Y = 1000 (even though they are given, they can be different for each calculation). X needs to be spread throughout a month and 24 hours a day but the number needs to have a relation with Y. What I need…
Rubioli
  • 111
1
vote
0 answers

How to represent the following reduciton formula using summation notation

$$ I_n = \int \csc^nx dx $$ I find the reduction formula like this: $$ I_n = \frac{n-2}{n-1}I_{n-2} - \frac{\csc^{n-2}x\cot x}{n-1}$$ Now , evaluate $I_{2m}$ and $I_{2m+1}$ in summation notation, I find them seriously ugly $$I_{2m} =…