Random
In the spirit of the blogroll, check out these awesome websites:
- Poet — Jake Young is a wonderful creative and critical writer (and brother)
- Software Engineer — Ben Musoke-Lubega can help with any software problem
- Security Engineer — James Jared can secure any system
- Evolutionary Neuroscience — Megan Ostrowski can answer any gene regulation question
- Dancers — diSiac Dance Company is the greatest undergrad dance company in the world
- Word Game — Looking to kill time on a road trip? pimantle is the game to play
- Puzzles — Jane Street posts an entertaining problem every month
- High School Math Camp — Are you an advanced math student in HS? I highly recommend SUMaC
Appendix A
Suppose we want to solve the differential equation
\[\int_{0}^{x} f(y) \, dy = f(x) -1 \]
We can rearrange and simplify this to \(1=f \big(1-\int \big)\), and dividing yields \(f=\frac{1}{1-\int}\). We can now take the geometric series expansion of the right hand side, from which we get
\[f=1+\int+\int^2+\int^3+\ldots\]
Recall \( \int=\int_{0}^{x} dx_0=x \) and exponentiation gives us
\[ \Big(\int \Big)^n=\int_{0}^{x}\int_0^{x_{n-1}}\ldots\int_{0}^{x_1} 1 \, dx_0 \ldots dx_{n-1} = \frac{x^n}{n!} \]
Therefore, we have our solution
\[ f(x) = 1+x+\frac{x^2}{2}+\frac{x^3}{6}+ \frac{x^4}{24} +\dots = e^x\]