Help with nonhomogeneous linear equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Song
Messages
47
Reaction score
0
18.1
#33
Let L be a nonzero real #
(a) Show that the boundary-value problem y''+vy=0, y(0)=0, y(L)=0, has only the trivial solution y=0 for the cases v=0 and v<0.

I get (a), but I don't know how to do (b)

(b) For the cases v>0, find the values of v for which this problem has a nontrivial solution and give the corresponding solution.

Basically, I get the y=0 for (b) again. And this is wrong, but I don't know what is wrong.
r^2+v=0
r=+-sqrt(v)i because v>0.
Then y=c1 cos sqrt(v)x+c2 sin sqrt(v)x
From y(0)=0 & y(L)=0, I get the same answer as (a)...
 
Physics news on Phys.org
You have:
[tex]y(x)=c_1 \cos (\sqrt{v}x) + c_2 \sin (\sqrt{v}x)[/tex]
and
[tex]y(0)=0[/tex]

Which very conveniently leads to something.

From there, you can use
[tex]y(L)=0[/tex]
to figure out something about [itex]\sqrt{v}[/itex]
 
I got c1=0, and c2=0
But they're not right..