Bernoulli differential equation

From Calculus
Revision as of 18:43, 5 July 2012 by Vipul (talk | contribs) (Created page with "==Definition== In normalized form, this first-order first-degree differential equation looks like: <math>y' + p(x)y = q(x)y^n</math> where <math>n \ne 0,1</math>. (Note...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

In normalized form, this first-order first-degree differential equation looks like:

y+p(x)y=q(x)yn

where n0,1. (Note that the cases n=0,1 give first-order linear differential equations).

Solution method and formula

Divide both sides by yn. If n>0, this means that we may be potentially discarding the stationary solution y=0, and must remember to add that back to the solution family at the end.

We get:

yyn+p(x)yn1=q(x)

Now put w=1/yn1 to get:

w1n+p(x)w=q(x)

Multiply by 1n to get:

w+(1n)p(x)w=(1n)q(x)

This is now a first-order linear differential equation in w, and can be solved to get a family of functional solutions for w in terms of x. Plugging back w=1/yn1 gives a family of functional solutions for y in terms of x. We can now add back y=0.