Part of CALC-07 — Differential Equations

Variable Separable Method

by Notetube Official93 words12 views

The simplest type of ODE to solve. If dy/dx = f(x)*g(y), then dy/g(y) = f(x)*dx. Integrate both sides: integral of dy/g(y) = integral of f(x) dx + C. Key examples: dy/dx = e^(x+y) = exe^x * eye^y, so e^(-y) dy = exe^x dx, giving -e^(-y) = exe^x + C. Also dy/dx = 1+y2(1+x2)\frac{1+y^2}{(1+x^2)} separates to dy1+y2\frac{dy}{1+y^2} = dx1+x2\frac{dx}{1+x^2}, giving arctan(y) = arctan(x) + C. Watch for division by zero: if g(y0) = 0, then y = y0 is a singular solution that may be lost during separation. Always check if constant solutions exist.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes