How did my professor get from here to here? DiffEq

  • Thread starter Thread starter grandpa2390
  • Start date Start date
  • Tags Tags
    Diffeq Professor
grandpa2390
Messages
473
Reaction score
14

Homework Statement


X(x)=(Ae^kx+Be^-kx)
Y(y)=(Csin(ky)+D(cos(ky))
V(x,y)=(Ae^kx+Be^-kx)(Csin(ky)+D(cos(ky))

Homework Equations


separation of variables

The Attempt at a Solution


so our boundary condition says that as x->infinity , V=0
this is only possible if A=0

so A=0 and Be^-kx= 0
so X= Be^-kx
and
V(x,y)=(e^-kx)(Csin(ky)+D(cos(ky))

why is there an e^-kx on the front. Shouldn't there also be a B?
 
Physics news on Phys.org
B can be "absorbed" by the arbitrary constants C and D.
 
  • Like
Likes grandpa2390
TSny said:
B can be "absorbed" by the arbitrary constants C and D.
ah! you're right. distribute the B into the the parenthesis. I knew it was something so simple otherwise he wouldn't have glossed over it. lol.
Thanks!

just one last question. so B^e^-kx we keep because the constant is not equal to zero?
because the next part we solve for Y, and D ends up being 0 but we keep Csin(ky) which equals 0 because sin(0)=0. so we keep that one but eliminate the part where D=0.

so we keep the part where the constant is not equal to zero?
 
grandpa2390 said:
just one last question. so B^e^-kx we keep because the constant is not equal to zero?
because the next part we solve for Y, and D ends up being 0 but we keep Csin(ky) which equals 0 because sin(0)=0. so we keep that one but eliminate the part where D=0.

so we keep the part where the constant is not equal to zero?
Yes. If a boundary condition forces a constant factor of a term to be zero, then you drop that term. Otherwise, keep the term.
 
  • Like
Likes grandpa2390
Apparently you are solving a homogeneous PDE with boundary conditions. The identically zero function is always a solution, but you want non-trivial solutions. So you hope not to have to take all the constants be zero. So you probably have something like ##Ce^{-kx}\sin(ky)## and you get your last boundary condition to be zero by choosing particular values of ##k## so the sine term can be zero without making ##C=0##. These values of ##k## determine the eigenvalues of the problem and allow nontrivial solutions.
 
  • Like
Likes grandpa2390
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top