6.3.9 4.2

6.3.9.1 [904] Problem 1
6.3.9.2 [905] Problem 2
6.3.9.3 [906] Problem 3
6.3.9.4 [907] Problem 4
6.3.9.5 [908] Problem 5

6.3.9.1 [904] Problem 1

problem number 904

Added Feb. 9, 2019.

Problem Chapter 3.4.2.1 from Handbook of first order partial differential equations by Polyanin, Zaitsev, Moussiaux.

Solve for \(w(x,y)\)

\[ a w_x + b w_y = c \cosh (\lambda x)+k \cosh (\mu y) \]

Mathematica

ClearAll["Global`*"]; 
pde =  a*D[w[x, y], x] + b*D[w[x, y], y] == c*Cosh[lambda*x] + k*Cosh[mu*y]; 
sol =  AbsoluteTiming[TimeConstrained[DSolve[pde, w[x, y], {x, y}], 60*10]];
 

\[\left \{\left \{w(x,y)\to c_1\left (y-\frac {b x}{a}\right )+\frac {c \sinh (\lambda x)}{a \lambda }+\frac {k \sinh (\mu y)}{b \mu }\right \}\right \}\]

Maple

restart; 
pde :=a*diff(w(x,y),x) + b*diff(w(x,y),y) = c*cosh(lambda*x)+k*cosh(mu*y); 
cpu_time := timelimit(60*10,CodeTools[Usage](assign('sol',pdsolve(pde,w(x,y)) ),output='realtime'));
 

\[w \left ( x,y \right ) ={\frac {1}{\mu \,ba\lambda } \left ( {\it \_F1} \left ( {\frac {ya-xb}{a}} \right ) \mu \,ba\lambda +\sinh \left ( x\lambda \right ) c\mu \,b+ka\sinh \left ( \mu \,y \right ) \lambda \right ) }\]

____________________________________________________________________________________

6.3.9.2 [905] Problem 2

problem number 905

Added Feb. 9, 2019.

Problem Chapter 3.4.2.2 from Handbook of first order partial differential equations by Polyanin, Zaitsev, Moussiaux.

Solve for \(w(x,y)\)

\[ a w_x + b w_y = c \cosh (\lambda x+\mu y) \]

Mathematica

ClearAll["Global`*"]; 
pde =  a*D[w[x, y], x] + b*D[w[x, y], y] == c*Cosh[lambda*x + mu*y]; 
sol =  AbsoluteTiming[TimeConstrained[DSolve[pde, w[x, y], {x, y}], 60*10]];
 

\[\left \{\left \{w(x,y)\to \frac {c \sinh (\lambda x+\mu y)}{a \lambda +b \mu }+c_1\left (y-\frac {b x}{a}\right )\right \}\right \}\]

Maple

restart; 
pde :=a*diff(w(x,y),x) + b*diff(w(x,y),y) = c*cosh(lambda*x+mu*y); 
cpu_time := timelimit(60*10,CodeTools[Usage](assign('sol',pdsolve(pde,w(x,y)) ),output='realtime'));
 

\[w \left ( x,y \right ) ={\frac {c\sinh \left ( x\lambda +\mu \,y \right ) }{a\lambda +\mu \,b}}+{\it \_F1} \left ( {\frac {ya-xb}{a}} \right ) \]

____________________________________________________________________________________

6.3.9.3 [906] Problem 3

problem number 906

Added Feb. 9, 2019.

Problem Chapter 3.4.2.3 from Handbook of first order partial differential equations by Polyanin, Zaitsev, Moussiaux.

Solve for \(w(x,y)\)

\[ a w_x + b w_y = a x \cosh (\lambda x+\mu y) \]

Mathematica

ClearAll["Global`*"]; 
pde =  a*D[w[x, y], x] + b*D[w[x, y], y] == a*x*Cosh[lambda*x + mu*y]; 
sol =  AbsoluteTiming[TimeConstrained[DSolve[pde, w[x, y], {x, y}], 60*10]];
 

\[\left \{\left \{w(x,y)\to \frac {a (x (a \lambda +b \mu ) \sinh (\lambda x+\mu y)-a \cosh (\lambda x+\mu y))}{(a \lambda +b \mu )^2}+c_1\left (y-\frac {b x}{a}\right )\right \}\right \}\]

Maple

restart; 
pde :=a*diff(w(x,y),x) + b*diff(w(x,y),y) = a*x*cosh(lambda*x+mu*y); 
cpu_time := timelimit(60*10,CodeTools[Usage](assign('sol',pdsolve(pde,w(x,y)) ),output='realtime'));
 

\[w \left ( x,y \right ) ={\frac {1}{ \left ( a\lambda +\mu \,b \right ) ^{2}} \left ( \left ( a\lambda +\mu \,b \right ) ^{2}{\it \_F1} \left ( {\frac {ya-xb}{a}} \right ) + \left ( \left ( a\lambda +\mu \,b \right ) x\sinh \left ( x\lambda +\mu \,y \right ) -\cosh \left ( x\lambda +\mu \,y \right ) a \right ) a \right ) }\]

____________________________________________________________________________________

6.3.9.4 [907] Problem 4

problem number 907

Added Feb. 9, 2019.

Problem Chapter 3.4.2.4 from Handbook of first order partial differential equations by Polyanin, Zaitsev, Moussiaux.

Solve for \(w(x,y)\)

\[ a w_x + b \cosh ^n(\lambda x) w_y = c \cosh ^m(\mu x)+ s \cosh ^k(\beta y) \]

Mathematica

ClearAll["Global`*"]; 
pde =  a*D[w[x, y], x] + b*Cosh[lambda*x]^n*D[w[x, y], y] == c*Cosh[mu*x]^m + s*Cosh[beta*y]^k; 
sol =  AbsoluteTiming[TimeConstrained[DSolve[pde, w[x, y], {x, y}], 60*10]];
 

$Aborted

Maple

restart; 
pde :=a*diff(w(x,y),x) + b*cosh(lambda*x)^n*diff(w(x,y),y) = c*cosh(mu*x)^m+s*cosh(beta*y)^k; 
cpu_time := timelimit(60*10,CodeTools[Usage](assign('sol',pdsolve(pde,w(x,y)) ),output='realtime'));
 

\[w \left ( x,y \right ) ={\it \_F1} \left ( -\int \!{\frac {b \left ( \cosh \left ( x\lambda \right ) \right ) ^{n}}{a}}\,{\rm d}x+y \right ) +\int ^{x}\!{\frac {1}{a} \left ( c \left ( \cosh \left ( \mu \,{\it \_b} \right ) \right ) ^{m}+s \left ( \cosh \left ( {\frac {\beta }{a} \left ( b\int \! \left ( \cosh \left ( {\it \_b}\,\lambda \right ) \right ) ^{n}\,{\rm d}{\it \_b}+ \left ( -\int \!{\frac {b \left ( \cosh \left ( x\lambda \right ) \right ) ^{n}}{a}}\,{\rm d}x+y \right ) a \right ) } \right ) \right ) ^{k} \right ) }{d{\it \_b}}\]

____________________________________________________________________________________

6.3.9.5 [908] Problem 5

problem number 908

Added Feb. 9, 2019.

Problem Chapter 3.4.2.5 from Handbook of first order partial differential equations by Polyanin, Zaitsev, Moussiaux.

Solve for \(w(x,y)\)

\[ a w_x + b \cosh ^n(\lambda y) w_y = c \cosh ^m(\mu x)+ s \cosh ^k(\beta y) \]

Mathematica

ClearAll["Global`*"]; 
pde =  a*D[w[x, y], x] + b*Cosh[lambda*y]^n*D[w[x, y], y] == c*Cosh[mu*x]^m + s*Cosh[beta*y]^k; 
sol =  AbsoluteTiming[TimeConstrained[DSolve[pde, w[x, y], {x, y}], 60*10]];
 

\[\left \{\left \{w(x,y)\to \int _1^y\frac {\cosh ^{-n}(\lambda K[1]) \left (s \cosh ^k(\beta K[1])+c \cosh ^m\left (\frac {\mu \left (\frac {a \, _2F_1\left (\frac {1}{2},\frac {1-n}{2};\frac {3-n}{2};\cosh ^2(\lambda y)\right ) \sinh (\lambda y) \cosh ^{1-n}(\lambda y)}{\sqrt {-\sinh ^2(\lambda y)}}-b \lambda (n-1) x+a \cosh ^{1-n}(\lambda K[1]) \text {csch}(\lambda K[1]) \, _2F_1\left (\frac {1}{2},\frac {1-n}{2};\frac {3-n}{2};\cosh ^2(\lambda K[1])\right ) \sqrt {-\sinh ^2(\lambda K[1])}\right )}{b \lambda (n-1)}\right )\right )}{b}dK[1]+c_1\left (\frac {\sqrt {-\sinh ^2(\lambda y)} \text {csch}(\lambda y) \cosh ^{1-n}(\lambda y) \, _2F_1\left (\frac {1}{2},\frac {1-n}{2};\frac {3-n}{2};\cosh ^2(\lambda y)\right )}{\lambda -\lambda n}-\frac {b x}{a}\right )\right \}\right \}\]

Maple

restart; 
pde :=a*diff(w(x,y),x) + b*cosh(lambda*y)^n*diff(w(x,y),y) = c*cosh(mu*x)^m+s*cosh(beta*y)^k; 
cpu_time := timelimit(60*10,CodeTools[Usage](assign('sol',pdsolve(pde,w(x,y)) ),output='realtime'));
 

\[w \left ( x,y \right ) ={\it \_F1} \left ( {\frac {-a\int \! \left ( \cosh \left ( \lambda \,y \right ) \right ) ^{-n}\,{\rm d}y+xb}{b}} \right ) +\int ^{y}\!{\frac { \left ( \cosh \left ( {\it \_b}\,\lambda \right ) \right ) ^{-n}}{b} \left ( \left ( \cosh \left ( {\frac {\mu \, \left ( a\int \! \left ( \cosh \left ( {\it \_b}\,\lambda \right ) \right ) ^{-n}\,{\rm d}{\it \_b}-a\int \! \left ( \cosh \left ( \lambda \,y \right ) \right ) ^{-n}\,{\rm d}y+xb \right ) }{b}} \right ) \right ) ^{m}c+s \left ( \cosh \left ( \beta \,{\it \_b} \right ) \right ) ^{k} \right ) }{d{\it \_b}}\]

____________________________________________________________________________________