For each differential equation below, solve the initial value problem
Solve the IVP: y′=3x2, y(0)=0
∫y′dy=∫3x2dx
0=03+C
y=x3
Check whether y=Ce5x is a solution to y′=5y
y′=5Ce5x
Solve the IVP y′=xy, y(0)=1
dxdy=xy
∫y1dy=∫xdx
eln∣y∣=e2x2C
1=Ce0
1=C1
C=1
y=e2x2
Population growth: dtdP=kP, P(0)=10
PdP=kdt
eln∣P∣=Cekt
10=Cek(0)
P(t)=10ekt
Newton’s Cooling Law: dtdT=−k(T−20), T(0)=80
T−20dT=−kdt
eln∣T−20∣=Ce−kt
80=Ce−k(0)+20
T(t)=60e−kt+20
Solve the IVP: y′′−4y=0, y(0)=1, y′(0)=0
Characteristic: r2−4=0⇒r=±2
y=C1e2x+C2e−2x
y(0)=C1+C2=1
y′(0)=2C1−2C2=0
y=21e2x+21e−2x
Solve the IVP: y′′−6y′+9y=0, y(0)=2, y′(0)=0
a=1
b=−6
c=9
b2−4ac⇒36−36=0
2a−b±b2−4ac
y=C1e3x+C2xe3x
y(0)=C1=2
y′(0)=6e3(0)+(C2e3(0))+(C2(0)3e(0))=0
6+C2=0
C2=−6
y(x)=2e3x−6xe3x
Solve the IVP: y′′+5y′+6y=0, y(0)=1, y′(0)=1
a=1
b=5
c=6
b2−4ac⇒25−24=1
2a−b±b2−4ac⇒2−5±1
y(x)=C1e−2x+C2e−3x
y(0)=C1+C2=1
y′(0)=−2C1+−3C2=1
C1+C2=−2C1−3C2=1
3C1=−4C2
−43C1=C2
C1−43C1=1
C1(1−43)=1
C1(41)=1
C1=4
4+C2=1
C2=−3
y(x)=4e−2x−3e−3x
Solve the IVP: y′′−7y′+10y=0, y(0)=1, y′(0)=0
a=1
b=−7
c=10
b2−4ac⇒49−40=9
27±3
y(x)=C1e5x+C2e2x
y(0)=C1+C2=1
y′(0)=5C1+2C2=0
C1+C2=5C1+2C2+1
−4C1=C2+1
C2=−4C1−1
C1+(−4C1−1)=1
C1−4C1−1=1
C1(1−4)=2
C1=−32
C2=35
y(x)=−32e5x+35e2x
Solve the IVP: y′′+2y′+y=0, y(0)=1, y′(0)=0
a=1
b=2
c=1
b2−4ac=0
Root(s) = −1
y(x)=C1e−x+C2xe−x
y(0)=C1=1
y′(t)=−C1e−x+C2(e−x)+C2x(−e−x)
y(x)=e−x+xe−x
Solve the IVP: y′′−9y=0 y(0)=2, y′(0)=0
a=1
b=0
c=−9
b2−4ac=36
2±6
y(x)=C1e−3x+C2e3x
y(0)=C1+C2=2
y′(t)=−3C1e−3x+3C2e3x
y(x)=e−3x+e3x
Solve the IVP: y′′+16y=0, y(0)=0, y′(0)=4
a=1
b=0
c=16
2±8i
r=α±iβ
y(x)=C1eαx(cos(βx)+C2sin(βx)
y(0)=C1=0
y′(x)=4C2cos(4x)
y(x)=sin(4x)