Steps to solve a separable differential equation using the method of separation of variables.
1️⃣ Separate variables into the form `f(y) dy = g(x) dx`
2️⃣ Integrate both sides with respect to `y` and `x`
3️⃣ Solve for `y` to obtain the general solution `y(x) = f(x, C)`
4️⃣ Apply initial condition `y(x0) = y0` to find `C`
5️⃣ Substitute `C` into the general solution to find the particular solution