SqueeSpleen
- 138
- 5
I'm having troubles with PDE.
Apply separation of variables, if possible, to found product solutions to the following differential equations.
a)
x\frac{\partial u}{\partial x}=y\frac{\partial u}{\partial y}
I suppose that:
u=X(x) \cdot Y(y)
Then:
xX'Y=yXY'
xX'/X=yY'/Y
So xX'/X=yY'/Y=c because they can't be in function of x or y.
X'/X=c/x=ln(X(x))'
We integrate both sides and then ln(X(x))=c ln(x)
Then X(x)=cx
And Y(y)=cy
b)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial xy}+\frac{\partial^2 u}{\partial y^2}=0
Using the same procedure:
u=X(x) \cdot Y(y)
X''Y+X'Y'+XY''=0
?
Edit: I can't solve the exercise b), and I'm not sure if the other ones were solved.
c)
k \cdot \frac{\partial^2 u}{\partial x^2}-u=\frac{\partial u}{\partial t} and k>0
(I changed the t for y because I'm used to)
kX''Y-XY=XY'
k\frac{X''}{X}=\frac{Y'}{Y}+1
Y=e^{c_1 y}
\frac{X''}{X}=\frac{c_1}{k}+\frac{1}{k}
If c_t=\frac{c_1}{k}+\frac{1}{k}>0 then X=c_1 e^{\sqrt{c_t}x} + c_2 e^{-\sqrt{c_t}x}, if it's equal to zero then it's a polynomial of degree 1, and if it's lesser than zero then it's a linear combination of sins and cosines:
X=c_1 cos(\sqrt{c_t}x) +c_2 sin(\sqrt{c_t}x)
d)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}=0
X''Y+XY''=0
X''/X=-Y''/Y=c
X''=cX
X''-cX=0
If c=0 then X=c_1 + c_2x and Y=c_3 + c_4y
If c>0 then X=c_1 \cdot e^{-\sqrt{c}x} +c_2 \cdot e^{\sqrt{c}x}
and Y=c_3 \cdot cos(\sqrt{c}y)+c_4 \cdot sin(\sqrt{c}y)
And c(c_1+c_2)=c
c_1+c_2=1
And c_3+c_4=1
So we could use only 2 constants (I don't know why I got 4 in c=0) ... Can I have up to 4 constants if I have 2 independent variables with their maximum derivative of degree 2?
If c<0 it's the same than the previous case but X and Y swap their places.
e)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}=u
I guess the solution here is the homogeneous solution of d) plus:
e^{\frac{1}{2}(x+y)}
Apply separation of variables, if possible, to found product solutions to the following differential equations.
a)
x\frac{\partial u}{\partial x}=y\frac{\partial u}{\partial y}
I suppose that:
u=X(x) \cdot Y(y)
Then:
xX'Y=yXY'
xX'/X=yY'/Y
So xX'/X=yY'/Y=c because they can't be in function of x or y.
X'/X=c/x=ln(X(x))'
We integrate both sides and then ln(X(x))=c ln(x)
Then X(x)=cx
And Y(y)=cy
b)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial xy}+\frac{\partial^2 u}{\partial y^2}=0
Using the same procedure:
u=X(x) \cdot Y(y)
X''Y+X'Y'+XY''=0
?
Edit: I can't solve the exercise b), and I'm not sure if the other ones were solved.
c)
k \cdot \frac{\partial^2 u}{\partial x^2}-u=\frac{\partial u}{\partial t} and k>0
(I changed the t for y because I'm used to)
kX''Y-XY=XY'
k\frac{X''}{X}=\frac{Y'}{Y}+1
Y=e^{c_1 y}
\frac{X''}{X}=\frac{c_1}{k}+\frac{1}{k}
If c_t=\frac{c_1}{k}+\frac{1}{k}>0 then X=c_1 e^{\sqrt{c_t}x} + c_2 e^{-\sqrt{c_t}x}, if it's equal to zero then it's a polynomial of degree 1, and if it's lesser than zero then it's a linear combination of sins and cosines:
X=c_1 cos(\sqrt{c_t}x) +c_2 sin(\sqrt{c_t}x)
d)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}=0
X''Y+XY''=0
X''/X=-Y''/Y=c
X''=cX
X''-cX=0
If c=0 then X=c_1 + c_2x and Y=c_3 + c_4y
If c>0 then X=c_1 \cdot e^{-\sqrt{c}x} +c_2 \cdot e^{\sqrt{c}x}
and Y=c_3 \cdot cos(\sqrt{c}y)+c_4 \cdot sin(\sqrt{c}y)
And c(c_1+c_2)=c
c_1+c_2=1
And c_3+c_4=1
So we could use only 2 constants (I don't know why I got 4 in c=0) ... Can I have up to 4 constants if I have 2 independent variables with their maximum derivative of degree 2?
If c<0 it's the same than the previous case but X and Y swap their places.
e)
\frac{\partial^2 u}{\partial x^2}+\frac{\partial^2 u}{\partial y^2}=u
I guess the solution here is the homogeneous solution of d) plus:
e^{\frac{1}{2}(x+y)}
Last edited: