This course jumps right in, good luck!

Second order ODE

A general linear (no $y^2$ or $y y'$ terms) second order differential equation can be written as

$$ \boxed{p_0 (x) y''(x)+p_1(x)y'(x)+q(x)y(x)=f(x)} $$

where $p_0,p_1,q,f$ are known, they may be complex and $y(x)$ is defined within $a\le x \le b$


We can define the differential operator $\mathcal L$ such that we write the previous expression as

$$ \mathcal L y(x)= f(x) $$

$\mathcal L=p_0(x) \frac{\partial^2}{\partial x^2}+p_1(x)\frac{\partial }{\partial x} +q(x)$


🗒️ Note: These functions can be described as vectors with an inner product in a Hilbert space

$$ \braket{y_1|y_2}=\int^b_a y_1^* (x)y_2(x)\,\text dx $$


1️⃣ Homogenous case

2️⃣ Singular point classification

📖 Definition: singularity of the point