McCoy13
- 71
- 0
Homework Statement
Given the differential equation
u_{xx}+3u_{yy}-2u_{x}+24u_{y}+5u=0
use the substitution of dependent variable
u=ve^{ \alpha x + \beta y}
and a scaling change of variables
y'= \gamma y
to reduce the differential equation to
v_{xx}+v_{yy}+cv=0
Homework Equations
I have no idea
The Attempt at a Solution
I tried a direct substitution of both variables:
u_{x}=\alpha ve^{\alpha x+\beta y}
u_{xx}=\alpha^{2}ve^{\alpha x+\beta y}
u_{y}=\beta ve^{\alpha x+\beta y}
u_{yy}=\beta^{2} ve^{\alpha x+\beta y}
Plugging in this gives
\alpha^{2} ve^{\alpha x+\beta y}+3\beta^{2}ve^{\alpha x+\beta y}-2\alpha ve^{\alpha x+\beta y}+24\beta ve^{\alpha x+\beta y}+5ve^{\alpha x+\beta y}
You can obviously factor out ve^{\alpha x+\beta y}, but that doesn't really do much for you. I also tried doing this with the y' substitution. It also occurred to me that since v is probably supposed to be understood as v(x,y), I tried this set of substitutions:
u_{x}=\alpha ve^{\alpha x+\beta y}+v_{x}e^{\alpha x+\beta y}
u_{xx}=\alpha^{2} ve^{\alpha x+\beta y}+\alpha v_{x}e^{\alpha x+\beta y}+v_{xx}e^{\alpha x+\beta y}
u_{x}=\beta ve^{\alpha x+\beta y}+v_{y}e^{\alpha x+\beta y}
u_{xx}=\beta^{2} ve^{\alpha x+\beta y}+\beta v_{y}e^{\alpha x+\beta y}+v_{yy}e^{\alpha x+\beta y}
None of these attempts gave me any insight into the problem.
Last edited: