MATH 308 Lecture 13

From Notes
Jump to navigation Jump to search

« previous | Friday, February 15, 2013 | next »

Lecture Notes


Wronskian

W(y1,y2)=y1y2y2y1

W(y1,y2)0 iff y1 and y2 form a fundamental set of solutions. Any solution is of form y=c1y1+c2y2

Abel's Theorem

W(y1,y2)(t)=Cep(t)dt

Exercise 14

y+p(x)y+q(t)y=0

y1 and y2 are two solutions, and they reach the maximum at the same point t0. Are they a fundamental set of solutions?

Evaluate W(y1,y2)(t0)=y1(t0)y2(t0)y2(t0)y1(t0)=y1(t0)0y2(t0)0=0.

Therefore, since W(y1,y2)=0, y1 and y2 cannot be a fundamental set of solutions.


Chapter 3.4: Reduction of Order method

Given linear, homogeneous differential equation and solution y1:

Find solutions of the form y(x)=λ(x)y1(x)

Differentiate y as many times as needed:

y=λy1+λy1y=λy1+2λy1+λy1y(n)=

Plug the derivatives into the original differential equation. The final term should always be 0λ.

Solve the reduced order differential equation for λ and plug back into original y.


Exercise 15

y2y5y+6y=0

We are told that ex is a solution, but we want to find more solutions of the form y=λ(x)ex, where the ex is the solution.

y(x)=λ(x)ex+λ(x)exy(x)=λ(x)ex+2λ(x)ex+λ(x)exy(x)=λ(x)ex+3λ(x)ex,+3λ(x)ex+λ(x)ex

Therefore, our differential equation becomes

λ(x)ex+3λ(x)ex+3λ(x)ex+λ(x)ex+2(λ(x)ex+2λ(x)ex+λ(x)ex)5(λ(x)ex+λ(x)ex)+5λ(x)ex=0

This can be reduced to

λ(x)ex+λex6λ(x)ex+0λ=0λ(x)+λ(x)6λ(x)=0

The 0λ is always the case. Notice that λ(x) is a solution to a second order differential equation. Let y(x)=λ(x):

y+y6y=0

Characteristic equation is r2+r6=0, roots are r{3,2}.

λ=c1e3t+c2e2tλ=c13e3t+c22e2x+C

Therefore, our solution is

y=λ(x)ex=(c13)e2x+(c22)e3x+Cex


Remark

y4y+4y=0

Characteristic equation has root r=2 with multiplicity 2.

y1=e2x

Find second solution y2=λ(x)e2x

y2=λ(x)e2x+2λ(x)e2xy2=λ(x)e2x+4λ(x)e2x+4λ(x)e2x

0=y24y2+y2=(λ(x)e2x+4λ(x)e2x+4λ(x)e2x)+4(λ(x)e2x+2λ(x)e2x)+4λ(x)e2x

Therefore λ(x)e2x=0, giving λ(x)=ax+b