This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
As an example, we try computing the integral for n=2,3,…
I2=52I0=52(1−e−π)
I3=53I1=103(1+e−π)
I4=178I2=8516(1−e−π)
And now, similarly, you can compute the integral for any n∈N
Note: I am not sure if an explicit solution to the above recurrence, that we found, exists or not and I am still working on it's solution. But W|A gives the solution to that recurrence formula as
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Here's the solution
Using Integration By Parts, we get
In=∫0πsinnx e−x dx =(sinnx∫e−x dx∣∣∣∣0π + n∫0πsinn−1xcosx e−x dx =n∫0πsinn−1xcosx e−x dx
Again applying Integration By Parts
=n(sinn−1xcosx∫e−x dx∣∣∣∣0π + n∫0π((n−1)sinn−2xcos2x−sinnx)e−x dx =n∫0π((n−1)sinn−2x(1−sin2x)−sinnx)e−x dx =n∫0π((n−1)sinn−2x−nsinnx)e−x dx =n(n−1)∫0πsinn−2x e−x dx−n2∫0πsinnx e−x dx =n(n−1)In−2−n2In=In
On simplifying, we get
In=n2+1n(n−1)In−2
Now, we compute, I0 and I1 using successive IBP.
I0=∫0πe−x dx=1−e−π
and I1=∫0πe−xsinx dx=∫0πe−xcosx dx=(−cosxe−x∣∣0π+∫0πsinx e−x dx=(1+e−π)+I1⇒I1=21+e−π
So, can you guess, why did we compute I0 and I1?
It's because if n is even then -
In=n2+1n(n−1)In−2=n2+1n(n−1)(n−2)2+1(n−2)(n−3)In−4=⋯=n2+1n(n−1)(n−2)2+1(n−2)(n−3)…I0
and similarly if n is odd, then
In=n2+1n(n−1)(n−2)2+1(n−2)(n−3)…I1
As an example, we try computing the integral for n=2,3,…
I2=52I0=52(1−e−π)
I3=53I1=103(1+e−π)
I4=178I2=8516(1−e−π)
And now, similarly, you can compute the integral for any n∈N
Note: I am not sure if an explicit solution to the above recurrence, that we found, exists or not and I am still working on it's solution. But W|A gives the solution to that recurrence formula as
In=Γ(n+1−i)Γ(n+1+i)2πc1csch(π)Γ(n)Γ(n+1)
Log in to reply
thanks so much. initially i used integration by parts but i got confused at a point. Thanks once again.
Log in to reply
It was all mine pleasure.