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
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top