Solution
xy′′+y′+2λy=0
y′(1)=0,y′(e2π)=0
We begin by making some assumptions which will simplify the problem. This will turn our differential equation into a constant-coefficient equation.
Let
t=lnx
And
y(x)=ϕ(lnx)=ϕ(t)
y′(x)=x1(dtdϕ(t))
y′′(x)=x21(dt2d2ϕ(t)−dtdϕ(t))
Next, we substitute our new y's to the original equation and simplify until we get a second order, constant coefficient equation.
x(x21(dt2d2ϕ(t)−dtdϕ(t)))+x1(dtdϕ(t))+2λϕ(t)=0
(xdt2d2ϕ(t)−xdtdϕ(t))+(xdtdϕ(t))+2λϕ(t)=0
xdt2d2ϕ(t)+2λϕ(t)=0
This is easy to solve with a characteristic equation.
0=r2+2λx
Solving for r we get
r2=−2λx⟹r=−2λx
We now write out the solution in exponential form.
ϕ(t)=C1ϵ(2−λx)t+C2ϵ(2−λx)t Converting back to y(x) we get
y(x)=C1ϵ(2−λx)lnx+C2ϵ(2−λx)lnx Applying Euler's identities and picking two linear independent solutions
y(x)=C3ϵ0sin(2−λx)lnx+C4ϵ0cos(2−λx)lnx ϵ0=1
y(x)=C3sin(2−λx)lnx+C4cos(2−λx)lnx
Substituting our boundary conditions.
y=0,y′(1)=0,y′(e2π)=0 Starting with y'(1) we get
y(1)=C3(1)sin(2−λxln(1)+C4(1)cos(2−λxln(1)
y(1)=0=C3sin0+C4cos0=C4⟹C4=0
y(x)=C3(1)sin(2−λxln(1) y′(ϵ2π)=0
y′(ϵ2π)=0=C3(ϵ2π)sin(2−λxln(ϵ2π)
nπ=2−λxln(ϵ2π)⟹λ=(xϵ2π2nπ)2−−−>Eigenvalue
Simplifying to get the eigenfunction, we get
y(x)=Cxsinx(2xϵ2π2nπ)2lnx⟹y(x)=Cxsinxϵ2πnπlnx−−−>Eigenfunction
Comments