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
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
My method is the method of generating functions :
y=f(x)=n=0∑∞anxn
Remember our recurrence relation is :
(n+2)an+2=an
Also f(x) can be written as :
f(x)=a0+a1x+n=2∑∞anxn
Since a0=a1=1
⇒f(x)=1+x+n=0∑∞an+2xn+2
Differentiating both sides with respect to x we have :
f′(x)=1+n=0∑∞(n+2)an+2xn+1
Using our recurrence relation we have :
f′(x)=1+n=0∑∞anxn+1
⇒f′(x)=1+xf(x)
Now it's a linear differential equation and it's solution is as follows :
ye−x2/2=∫0xe−t2/2dt+C
Now at x=0,y=1 hence it comes out to be C=1
Finally y=f(x)=ex2/2∫0xe−t2/2dt+ex2/2
To get the value of summation simply put x=1 to get :
n=0∑∞an=e∫01e−t2/2dt+e
With a little change of variables we have :
n=0∑∞an=2e∫01/2e−x2dx+e
Using the defintion of error function we have finally :
∫0ze−x2dx=2πerf(z)
n=0∑∞an=2eπerf(21)+e
Log in to reply
Cool! That's exactly what I did too! Ditto! +1!
Nice ! +1
Wonder if there is another way to get to the sum..
Log in to reply
There is an another way you can solve for the general term and then sum can be calculated very easily.
Log in to reply
Excellent solution as usual. And now thanks to You I learned how to solve infinite sums using generating functions.