MATH 308 Lecture 1

From Notes
Jump to navigation Jump to search

« previous | Monday, January 14, 2013 | next »

Begin Exam 1 content


Lecture Notes


Differential Equations

An equation involving derivatives

Vocabulary

mathematical model
Equations that describes some physical phenomena
order
the highest derivative taken in the equation


Notation: dnydxn=y(n)

Examples

Motion of a Spring
d2xdt2=kx(t)
ordinary differential equation (ODE) of order 2
t independent
x dependent
Pendulum
d2θdt2=sinθ
ODE of order 2
this equation is non-linear because of sinθ (therefore not easy to solve as-is)
approx. for small θ (sinθθ) is linear
t independent
θ dependent
Vibrating string (propagation of waves)
2ux2c22ut2=0
partial differential equation (PDE) of order 2
x,t independent
u dependent
Slightly Complicated
y(5)(x)+x2y(3)(x)5exy=sinx
ODE of order 5
x independent
y dependent
Simple
dfdx=f(x)
ODE of order 1
x is independent variable
f is dependent variable


Linearity

If you can write an ODE in the format

i=0nai(x)y(i)(x)=i=0nai(x)diydxi=g(x)

g(x) and each ai(x) do not (and cannot) depend on y

Linear differential equations are easier to solve than non-linear diff. eq's.

Exercises

Classify each as linear or non-linear

  1. y+ysinx=x3 linear
  2. y+xsiny=x2 non-linear
  3. y+x2y=x linear
  4. y+x2y=y non-linear
  5. y+yy=x non-linear


Solutions

A function f is a solution to a differential equation if f satisfies the differential equation

Show that y=3sin(2x)+ex is a solution to the differential equation y+4y=5ex

y=12sin(2x)+ex(12sin(2x)+ex)+4(3sin(2x)+ex)=5ex

Therefore, y=3sin(2x)+ex is a solution to the differential equation y+4y=5ex.