Examples in differential equations

The examples are filtered with JavaScript. When you check more boxes, you will get more examples.

Other pages

differential-equations |differentiation |integration |vectors |
first degree
second degree
separable
linear with constant coefficients
linear


Integration

In the end, most times, you can add an additive constant "+C". It is not done here.

\(\frac{dy}{dx}=x^3y\) gives \(\frac{1}{y}dy=x^3dx\) giving \(\ln|y|=\frac{x^4}{4}+C\) giving \(y(x)=A\exp(\frac{x^4}{4})\)
\(y''-5y'+6y=0\) gives with \(y(x)=\exp(ax)\) that \(a^2-5a+6=0\) that \((a-2)(a-3)=0\) that \(y(x)=A\exp(2x)+B\exp(3x)\)
\(y'+xy=x\) reads \(y'+p(x)y=q(x)\) where \(p(x)=x\) and \(q(x)=x\). Now \(P(x)=\int p(x)dx=\frac{x^2}{2}\) and \(\mu(x)=\exp(P(x)=\exp(\frac{x^2}{2})\). Therefore \(\int\mu(x)q(x)=\exp(\frac{x^2}{2})\). We have \(y(x)=C\exp(-\frac{x^2}{2})+1\)