|
The key to solving differential equations are functions. In fact, the more functions you know and understand, the better you will be at solving differential equations, yet we are never really given a course on commonly used functions. We are supposed to pick them up as we go. I've decided to compile a list of some common functions and their corresponding graphs. Best to start with the basics:
The Linear Function
Equation: f(x) = ax + b

Example:
Velocity due to constant acceleration
a=dv/dt
a∫dt = ∫dv
at + v0 = v
v= at + v0
where v0 is the intial speed
The Exponential Function
Equation: f(x) = ex

Example:
Radioactive decay with decay rate λ
dN/dt = -λN
∫1/N dN = -λ ∫dt
ln N - ln N0 = -λt
ln N/N0 = -λt
N/N0 = e-λt
N = N0 e-λt
where N0 is the intial number of particles
The Logarithmic Function
Equation: f(x) = ln(x)

Example:
Work done during isothermal expansion of an ideal gas
dW/dv=P
dW/dv= nRT/v
W = nRT ∫ 1/v dv
W = nRT(lnvf - lnvi)
W = nRT(ln(vf/vi))
where W is work done, vi is the intial volume, vf is the final volume, n is the number of moles of the gas, R is the Gas Constant, and T is the temperature.
The Quadratic Function
Equation: f(x)= ax2 + bx + c

Example:
Postion due to constant acceleration
v=dx/dt
∫vdt= ∫dx
∫(v0+at) dt = x-x0
v0t + 1/2at2 = x-x0
x(t) = 1/2at2 + v0t + x0
where x0 is the initial position and v0 is the initial velocity
The Cubic Function
Equation: f(x) = ax3 + bx2 + cx + d

Example:
Position as a function of constant jerk (or jolt if you're British) (J=da/dt)
j = da/dt
a = jt + a0
dv/dt = jt + a0
v= 1/2 jt2 + a0t + v0
dx/dt = 1/2 jt2 + a0t + v0
x(t) = 1/6 jt3 + 1/2 a0t + v0t + x0
where a0 is the initial acceleration, v0 the initial velocity and x0 the initial position.
The Sine Function
Equation: f(x)= Sin(x)

Example:
Motion of a mass attached to a spring with spring constant k
F=-kx
ma=-kx
d2x/dt2 = -(k/m)x
d2x/dt2 + ω2x = 0
d2x/dt2 = -ω2x
x(t) = Asin(ωt + φ)
where ω=√k/m
The Tangent Function
Equation: f(x) = Tan(x)

The Gaussian Function
Equation:

The Modulus Function
Example: f(x) = |x|

The Square Root Function
Equation: 

That's all for now, next week I will add additional functions. If you have any functions in particular you'd like to see discussed, let me know.
Thanks to the following websites:
http://en.wikipedia.org/wiki/Main_Page
http://www.stephenwolfram.com/
|
Users who posted comments:
dkwarner (2), Greg G (1), Guest (2), Mike Kovacik (2), Roger Pink (2), wangito (1)