Differential Equations/Bernoulli

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

An equation of the form

{dy \over dx}+ f(x)y = g(x)y^n

can be made linear by the substitution z = y1 − n

Its derivative is

{dz \over dx}=(1-n)y^{-n}{dy \over dx}

So that multiplying it by y n

The equation can be turned into

{dy \over dx}y^{-n} + f(x)y^{1-n} = g(x)

Or

{dz \over dx} + (1-n)f(x)z = (1-n)g(x)

Which is linear.

[edit] Jacobi Equation

The Jacobi equation

(a1 + b1x + c1y)(xdyydx) − (a2 + b2x + c2y)dy + (a3 + b3x + c3y)dx = 0

can be turned into the Bernoulli equation with the appropriate substitutions.