1 STEP: We rewrite this equation using the notation
∂ ∂ x ≡ D and ∂ ∂ y = D ′ ⟶ 6 u x x − 5 u x y − 6 u y y = 52 ⋅ e 3 x + 2 y ⟶ ( 6 D 2 − 5 D D ′ − 6 D ′ 2 ) u = 52 ⋅ e 3 x + 2 y \frac{\partial}{\partial x}\equiv D\quad\text{and}\quad\frac{\partial}{\partial y}=D'\longrightarrow\\[0.3cm]
6u_{xx}-5u_{xy}-6u_{yy}=52\cdot e^{3x+2y}\longrightarrow\\[0.3cm]
\boxed{\left(6D^2-5DD'-6D'^2\right)u=52\cdot e^{3x+2y}} ∂ x ∂ ≡ D and ∂ y ∂ = D ′ ⟶ 6 u xx − 5 u x y − 6 u yy = 52 ⋅ e 3 x + 2 y ⟶ ( 6 D 2 − 5 D D ′ − 6 D ′2 ) u = 52 ⋅ e 3 x + 2 y
2 STEP: Factor the resulting square expression
Note: I will use the letters x x x and y y y so that there is no confusion between the operators D D D , D ′ D' D ′ and the designation of the discriminant D D D :
6 D 2 − 5 D D ′ − 6 D ′ 2 ⟶ 6 x 2 − 5 y x − 6 y 2 = 0 a = 6 b = − 5 y c = − 6 y 2 ∣ D = b 2 − 4 a c = ( − 5 y ) 2 − 4 ⋅ 6 ⋅ ( − 6 y ) D = 25 y 2 + 144 y 2 = 169 y 2 ⟶ D = 13 y [ x 1 = − b − D 2 a = 5 y − 13 y 12 = − 2 y 3 x 2 = − b + D 2 a = 5 y + 13 y 12 = 3 y 2 6 x 2 − 5 x y − 6 y = 6 ⋅ ( x − ( − 2 y 3 ) ) ⋅ ( x − 3 y 2 ) 6 D 2 − 5 D D ′ − 6 D ′ 2 = 6 ⋅ ( D + 2 3 ⋅ D ′ ) ⋅ ( D − 3 2 ⋅ D ′ ) 6D^2-5DD'-6D'^2\longrightarrow 6x^2-5yx-6y^2=0\\[0.3cm]
\left.\begin{array}{l}
a=6\\
b=-5y\\
c=-6y^2
\end{array}\right| D=b^2-4ac=(-5y)^2-4\cdot 6\cdot(-6y)\\[0.3cm]
D=25y^2+144y^2=169y^2\longrightarrow\sqrt{D}=13y\\[0.3cm]
\left[\begin{array}{l}
x_1=\displaystyle\frac{-b-\sqrt{D}}{2a}=\displaystyle\frac{5y-13y}{12}=-\displaystyle\frac{2y}{3}\\[0.3cm]
x_2=\displaystyle\frac{-b+\sqrt{D}}{2a}=\displaystyle\frac{5y+13y}{12}=\displaystyle\frac{3y}{2}
\end{array}\right.\\[0.3cm]
6x^2-5xy-6y=6\cdot\left(x-\left(-\frac{2y}{3}\right)\right)\cdot\left(x-\frac{3y}{2}\right)\\[0.3cm]
\boxed{6D^2-5DD'-6D'^2=6\cdot\left(D+\frac{2}{3}\cdot D'\right)\cdot\left(D-\frac{3}{2}\cdot D'\right)} 6 D 2 − 5 D D ′ − 6 D ′2 ⟶ 6 x 2 − 5 y x − 6 y 2 = 0 a = 6 b = − 5 y c = − 6 y 2 ∣ ∣ D = b 2 − 4 a c = ( − 5 y ) 2 − 4 ⋅ 6 ⋅ ( − 6 y ) D = 25 y 2 + 144 y 2 = 169 y 2 ⟶ D = 13 y ⎣ ⎡ x 1 = 2 a − b − D = 12 5 y − 13 y = − 3 2 y x 2 = 2 a − b + D = 12 5 y + 13 y = 2 3 y 6 x 2 − 5 x y − 6 y = 6 ⋅ ( x − ( − 3 2 y ) ) ⋅ ( x − 2 3 y ) 6 D 2 − 5 D D ′ − 6 D ′2 = 6 ⋅ ( D + 3 2 ⋅ D ′ ) ⋅ ( D − 2 3 ⋅ D ′ )
3 STEP: A bit of theory (without proof)
Suppose we need to solve a partial differential equation
f ( D , D ′ ) u = φ ( x , y ) f\left(D,D'\right)u=\varphi(x,y) f ( D , D ′ ) u = φ ( x , y ) The solution consists of two parts:
u ( x , y ) = C . F . + P . I . , where [ C . F . − the complementary function P . I . − Particular Integral u(x,y)=C.F.+P.I.,\,\,\text{where}\\[0.31cm]
\left[\begin{array}{l}
C.F.-\text{the complementary function}\\[0.3cm]
P.I.-\text{Particular Integral }
\end{array}\right. u ( x , y ) = C . F . + P . I . , where [ C . F . − the complementary function P . I . − Particular Integral
To find the complementary function (C.F.)
Put D = m D=m D = m and D ′ = 1 D'=1 D ′ = 1 in f ( D , D ′ ) = 0 f\left(D, D'\right)=0 f ( D , D ′ ) = 0 , then we get an equation, which is called the auxillary equation.
∴ the auxillary equation is f ( m , 1 ) = 0 f(m,1)=0 f ( m , 1 ) = 0 i.e.,
a 0 m n + a 1 m n − 1 + ⋅ ⋅ ⋅ + a n = 0 a_0m^n + a_1m^{n−1} + · · · + a_n = 0 a 0 m n + a 1 m n − 1 + ⋅⋅⋅ + a n = 0
Let the roots of this equation be m 1 m_1 m 1 , m 2 m_2 m 2 , . . . , m n m_n m n . If the roots are real (or imaginary) and distinct, then
C . F . = f 1 ( y + m 1 x ) + f 2 ( y + m 2 x ) + ⋅ ⋅ ⋅ + f n ( y + m n x ) C.F.=f_1(y+m_1x)+f_2(y+m_2x)+ · · · +f_n(y+m_nx) C . F . = f 1 ( y + m 1 x ) + f 2 ( y + m 2 x ) + ⋅⋅⋅ + f n ( y + m n x )
To find Particular Integral (P.I.)
If
φ ( x , y ) = e a x + b y \varphi(x, y)=e^{ax+by} φ ( x , y ) = e a x + b y
then
P . I . = 1 f ( D , D ′ ) ⋅ e a x + b y = 1 f ( a , b ) ⋅ e a x + b y , provided f ( a , b ) ≠ 0. P.I.=\frac{1}{f\left(D,D'\right)}\cdot e^{ax+by}=\frac{1}{f(a,b)}\cdot e^{ax+by},\text{provided} f(a, b)\neq0. P . I . = f ( D , D ′ ) 1 ⋅ e a x + b y = f ( a , b ) 1 ⋅ e a x + b y , provided f ( a , b ) = 0.
If f ( a , b ) = 0 f(a,b)=0 f ( a , b ) = 0 , then
P . I . = x ⋅ 1 f ′ ( D , D ′ ) ⋅ e a x + b y , where f ′ ( D , D ′ ) is the partial derivative of f ( D , D ′ ) w . r . t D . P.I.=x\cdot\frac{1}{f'\left(D, D'\right)}\cdot e^{ax+by},\\[0.3cm]
\text{where}\,\,\,f'\left(D, D'\right)\,\,\text{is the partial derivative of} \,\,f\left(D, D'\right) w.r.t \,\,D. P . I . = x ⋅ f ′ ( D , D ′ ) 1 ⋅ e a x + b y , where f ′ ( D , D ′ ) is the partial derivative of f ( D , D ′ ) w . r . t D .
4 STEP: Put theory into practice
С . F . : ( D + 2 3 ⋅ D ′ ) ⋅ ( D − 3 2 ⋅ D ′ ) u = 0 ⟶ C . F . = f 1 ( y − 2 x 3 ) + f 2 ( y + 3 x 2 ) P . I . : P . I . = 1 ( D + 2 3 ⋅ D ′ ) ⋅ ( D − 3 2 ⋅ D ′ ) ⋅ 52 6 ⋅ e 3 x + 2 y P . I . = 1 ( 3 + 2 3 ⋅ 2 ) ⋅ ( 3 − 3 2 ⋅ 2 ) ⋅ 52 6 ⋅ e 3 x + 2 y P . I . = 1 ( 3 + 4 3 ) ⋅ ( 3 − 3 ) ⏟ = 0 ⋅ 52 6 ⋅ e 3 x + 2 y С.F. :\left(D+\frac{2}{3}\cdot D'\right)\cdot\left(D-\frac{3}{2}\cdot D'\right)u=0\longrightarrow\\[0.3cm]
\boxed{C.F.=f_1\left(y-\frac{2x}{3}\right)+f_2\left(y+\frac{3x}{2}\right)}\\[0.3cm]
P.I. : P.I.=\frac{1}{\left(D+\frac{2}{3}\cdot D'\right)\cdot\left(D-\frac{3}{2}\cdot D'\right)}\cdot\frac{52}{6}\cdot e^{3x+2y}\\[0.3cm]
P.I.=\frac{1}{\left(3+\frac{2}{3}\cdot 2\right)\cdot\left(3-\frac{3}{2}\cdot 2\right)}\cdot\frac{52}{6}\cdot e^{3x+2y}\\[0.3cm]
P.I.=\frac{1}{\left(3+\frac{4}{3}\right)\cdot\underbrace{\left(3-3\right)}}_{=0}\cdot\frac{52}{6}\cdot e^{3x+2y}\\[0.3cm] С . F . : ( D + 3 2 ⋅ D ′ ) ⋅ ( D − 2 3 ⋅ D ′ ) u = 0 ⟶ C . F . = f 1 ( y − 3 2 x ) + f 2 ( y + 2 3 x ) P . I . : P . I . = ( D + 3 2 ⋅ D ′ ) ⋅ ( D − 2 3 ⋅ D ′ ) 1 ⋅ 6 52 ⋅ e 3 x + 2 y P . I . = ( 3 + 3 2 ⋅ 2 ) ⋅ ( 3 − 2 3 ⋅ 2 ) 1 ⋅ 6 52 ⋅ e 3 x + 2 y P . I . = ( 3 + 3 4 ) ⋅ ( 3 − 3 ) 1 = 0 ⋅ 6 52 ⋅ e 3 x + 2 y
This means that you must first differentiate the expression ( 6 D 2 − 5 D D ′ − 6 D ′ 2 ) \left(6D^2-5DD'-6D'^2\right) ( 6 D 2 − 5 D D ′ − 6 D ′2 ) by D D D , so
∂ ∂ D ( 6 D 2 − 5 D D ′ − 6 D ′ 2 ) = 12 D − 5 D ′ \frac{\partial}{\partial D}\left(6D^2-5DD'-6D'^2\right)=12D-5D' ∂ D ∂ ( 6 D 2 − 5 D D ′ − 6 D ′2 ) = 12 D − 5 D ′
Then,
P . I . : P . I . = 1 12 D − 5 D ′ ⋅ 52 ⋅ e 3 x + 2 y P . I . = 1 12 ⋅ 3 − 5 ⋅ 2 ⋅ 52 ⋅ e 3 x + 2 y P . I . = 52 ⋅ e 3 x + 2 y 26 ≡ 2 ⋅ e 3 x + 2 y P.I. : P.I.=\frac{1}{12D-5D'}\cdot 52\cdot e^{3x+2y}\\[0.3cm]
P.I.=\frac{1}{12\cdot3-5\cdot 2}\cdot 52\cdot e^{3x+2y}\\[0.3cm]
P.I.=\frac{52\cdot e^{3x+2y}}{26}\equiv 2\cdot e^{3x+2y}\\[0.3cm] P . I . : P . I . = 12 D − 5 D ′ 1 ⋅ 52 ⋅ e 3 x + 2 y P . I . = 12 ⋅ 3 − 5 ⋅ 2 1 ⋅ 52 ⋅ e 3 x + 2 y P . I . = 26 52 ⋅ e 3 x + 2 y ≡ 2 ⋅ e 3 x + 2 y Conclusion,
u ( x , y ) = C . F . + P . I . ⟶ u ( x , y ) = f 1 ( y − 2 x 3 ) + f 2 ( y + 3 x 2 ) + 2 ⋅ e 3 x + 2 y u(x,y)=C.F.+P.I.\longrightarrow\\[0.3cm]
\boxed{u(x,y)=f_1\left(y-\frac{2x}{3}\right)+f_2\left(y+\frac{3x}{2}\right)+2\cdot e^{3x+2y}} u ( x , y ) = C . F . + P . I . ⟶ u ( x , y ) = f 1 ( y − 3 2 x ) + f 2 ( y + 2 3 x ) + 2 ⋅ e 3 x + 2 y
ANSWER
u ( x , y ) = f 1 ( y − 2 x 3 ) + f 2 ( y + 3 x 2 ) + 2 ⋅ e 3 x + 2 y u(x,y)=f_1\left(y-\frac{2x}{3}\right)+f_2\left(y+\frac{3x}{2}\right)+2\cdot e^{3x+2y} u ( x , y ) = f 1 ( y − 3 2 x ) + f 2 ( y + 2 3 x ) + 2 ⋅ e 3 x + 2 y
Comments
Dear Mohammad Khursheed Ali, please use the panel for submitting a new question.
Find the general solution of uxy-ux=ex