I have the following definite integral:
$$I_n = \int_0^{\pi/4}{\tan^n{x}\,\mathrm{d}x}\quad ,\forall n \in \mathbb{N}$$
- Calculate $I_0$ and $I_1$.
- Calculate $I_n + I_{n+2}$.
- Can we deduce $I_n$?
Here is my solution:
$$I_0 = \int_0^{\pi/4}{dx}=\pi/4$$ $$I_1 = \int_0^{\pi/4}{\tan{x}\,dx}=\int_0^{\pi/4}{\dfrac{\sin{x}}{\cos{x}}\,dx}$$ we put $u = \cos{x} \rightarrow du = -\sin{x}dx $
I found that: $I_1 = \ln{\sqrt{2}} $
for the second question:
$$I_n+I_{n+2} =\int_0^{\pi/4}{\tan^n{x}\left( 1+\tan^2{x}\right)\,dx} $$ we put $u = \tan{x} \rightarrow du = (1+\tan^2{x})dx$, that leads to: $$I_n+I_{n+2} = \dfrac{1}{n+1}$$
My question is: Now, can we deduce the expression of $I_n$? I think it will be a recursive relation, Am I right?
Thank you