Second-order first-degree autonomous differential equation

From Calculus
Revision as of 23:29, 12 February 2012 by Vipul (talk | contribs) (Created page with "==Definition== Following the convention for autonomous differential equations, we denote the dependent variable by <math>x</math> and the independent variable by <math>t<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Following the convention for autonomous differential equations, we denote the dependent variable by x and the independent variable by t.

Form of the differential equation

A (one-dimensional) second-order autonomous differential equation is a differential equation of the form:

d2xdt2=f(x)

Solution method and formula

We set a variable v=dx/dt Then, we can rewrite dt=(dx)/v. In particular, d2x/dt2=(d/dt)(dx/dt)=dv/dt=dv/((dx)/v)=vdv/dx. Plug this in:

vdvdx=f(x)

This is now a separable differential equation relating x and v. Integrate and obtain:

vdv=f(x)dx

We thus get:

v22=f(x)dx

In particular, if F is an antiderivative for f, then we get:

v=2F(x)+C1

where C1R is a parameter. Each choice of C1 gives a different solution.

Plug this back in and get:

dxdt=2F(x)+C1

This is a first-order autonomous differential equation, and in particular a separable differential equation. Rearrange and get:

dx2F(x)+C1=dt

An additional constant, C2, arises from this indefinite integration. The upshot is that the general solution relates x to t and has two parameters C1,C2, as we might expect from the degree of the equation.