Series expansion of a function with several variables¶
The starting point is the familiar Taylor series expansion for a single variable: \begin{equation} f(x+dx) = f(x) + \frac{df}{dx}dx + \frac{1}{2!}\frac{d^2 f}{dx^2}dx^2 + \frac{1}{3!}\frac{d^3 f}{dx^3}dx^3 + \cdots \end{equation}
For a function of multiple variables (which we shall take to be $x$, $y$ and $z$ in this case), we want to find the series expansion in terms of $dx$, $dy$ and $dz$. That is we want to develop a series expansion for $f(x+dx,y+dy,z+dz)$
read moreWaves and oscillations
1. Abstract¶
This article introduces the idea of Fourier series from the approach of linear algebra. Starting with a system of coupled oscillators and introducing the idea of normal modes, the article shows how the wave equation and the Fourier series solution for different boundary conditions are natural consequences of the aforementioned system in the continuum limit. This approach to waves and Fourier series from a purely linear algebra perspective is usually not emphasized and can be an interesting way to revisit the topic.
read moreWheels within wheels
I had originally published this post on my earlier website and am republishing it here with slight variations.
Epicycloids and hypocycloids offer unlimited artistic possibilities while requiring only a rudimentary knowledge of trigonometry and coordinate geometry. Because of this reason they seemed to be the perfect place to get started I first started exploring Python’s matplotlib
read more