A Separation of variables possible in this problem?

DuckAmuck
Messages
238
Reaction score
40
TL;DR Summary
Second order linear partial differential equation
Is it possible to use separation of variables on this equation?
au_{xx} + bu_{yy} + c u_{xy} = u + k
Where u is a function of x and y, abck are constant.
I tried the u(x,y) = X(x)Y(y) type of separation but I think something more clever is needed.

Thank you.
 
Physics news on Phys.org
Yes, something more clever will be required because presence of the ##u_{xy}## term as well as the nonhomogeneous term ##k## mean that straightforward separation of variables will not work. Getting rid of ##k## is easy: let ##u(x,y) = f(x,y) - k## and the equation for ##f## is homogeneous. Dealing with the ##u_{xy}## term isn't so easy, but sometimes a trick applies. First try separation of variables so you have an equation with terms such as ## \frac{X^{\prime\prime}(x)}{X(x)}##, etc. Then, differentiate that equation with respect to ##y##; the resulting equation might be separable.

Of course, even if the equation is separable you still need separable boundary conditions along curves of constant ##x## and ##y## in order for separation of variables to apply to your problem.

jason
 
By looking at the discriminant (C^2 - 4AB in this case) you can make a variable substitution and get a separable equation.
 
  • Like
Likes jasonRF
Yes, after making a change of variables.

The left hand side is <br /> \begin{pmatrix} \frac{\partial}{\partial x} &amp; \frac{\partial}{\partial y} \end{pmatrix}<br /> \begin{pmatrix} a &amp; \frac12 b \\ \frac12 b &amp; c \end{pmatrix}<br /> \begin{pmatrix} \frac{\partial}{\partial x} \\ \frac{\partial}{\partial y} \end{pmatrix} u<br /> This can be diagonalized to <br /> \lambda_1 \frac{\partial^2 u}{\partial s^2} + \lambda_2 \frac{\partial^2 u}{\partial t^2} where s and t are linear combinations of x and y. Setting \phi = u + k now yields <br /> \lambda_1 \frac{\partial^2 \phi}{\partial s^2} + \lambda_2 \frac{\partial^2 \phi}{\partial t^2} = \phi which is separable.
 
  • Like
Likes jasonRF
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Replies
3
Views
2K
Replies
7
Views
3K
Replies
6
Views
2K
Replies
36
Views
4K
Replies
11
Views
1K
Back
Top