0% found this document useful (0 votes)
6 views2 pages

Partial Differential Equations Assignment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Partial Differential Equations Assignment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PES University, Bangalore

(Established Under Karnataka Act 16 of 2013)

Department of Science and Humanities

Engineering Mathematics - I
(UE25MA141A)

Assignment

Unit - 3: Partial Differential Equations

Form PDE by elimination of arbitrary functions

1. z = y 2 + 2f x1 + log y .


Answer: x2 p + yq = 2y 2 .

2. z = (x + y)f (x2 − y 2 ).
Answer: py + qz = z.

3. z = f (x + at) + g(x − at).


Answer: ztt = a2 zxx .

4. f (x2 + y 2 , z − xy) = 0.
Answer: xq − yp = x2 − y 2 .

Solve the following Lagrange’s linear PDE of first order: P p + Qq = R

5. pz − qz = z 2 + (x + y)2 .
Asnwer: ϕ [x + y, log (x2 + y 2 + z 2 + 2xy) − 2x] = 0.

6. 2yzp + zxq = 3xy.


Answer: ϕ(x2 − 2y 2 , 3y 2 − z 2 ) = 0.

7. y 2 p − xyq = x(z − 2y).


Answer: ϕ(x2 + y 2 , y(z − y)) = 0.

 − 2y).
8. 2p + q = sin(x 
z
Answer: ϕ x − 2y, y − sin(x−2y)
= 0.

9. xzp + yzq =xy. 


Answer: ϕ xy , xy − z 2 = 0.

Find the solution of the following PDEs by the method of separation of variables

10. Solve x2 ∂u
∂x
+ y 2 ∂u
∂y
= 0.
k c
Answer: u = ce( x + y ) .
11. 4 ∂u
∂x
+ ∂u
∂y
= 3u, given that u(0, y) = 2e5y .
x
Answer: u = 2e− 2 +5y .

Solve the following higher order linear equations with constant coefficients

The following notations are used:


∂2z ∂2z ∂2z
p = ∂x
∂x
∂z
= Dz; q = ∂y = D′ z; D2 z = ∂x ′2 ′
2 ; D z = ∂y 2 ; DD z = ∂x∂y .


12. D4 − 2D2 D2 + D4 z = 0.
Answer: z = ϕ1 (x − y) + x ψ1 (x + 2y) + ψ2 (x + 2y).
2 
D + D D′ − 2 D′ z = 5ex+2y .
 2
13.
Answer: z = ϕ1 (x + y) + ϕ2 (2x − y) − e x+2y .

3D + 10 D D′ + 3 (D′ )2 z = ex−y .
 2 
14.
Answer: ϕ1 (x − 3y) + ϕ2 (3x − y) − 41 e x−y .

(2D2 + 5 D D′ − 3 (D′ )2 ) z = sin 2x − y .



15.
Answer: z = ϕ1 (3x − y) + ϕ2 (x + 2y) + 51 sin 2x − y .


D + 3 D D′ + 2 (D′ )2 z = 84 cos x + 3y .
 2  
16. 
Answer: z = ϕ1 (x − y) + ϕ2 (2x − y) − 3 cos x + 3y .

2D − 7 D D′ + 6 (D′)2 z = x y
 2 
17.
1
 
Answer: z = ϕ1 2x + y + ϕ2 3x + 2y + 96 x3 8y + 7x .

D − D D′ − 2 (D′ )2 z = 16 x e2y .
 2 
18.
Answer: z = ϕ1 (x − y) + ϕ2 (2x + y) + 21 (1 − 4x) e2y .

Common questions

Powered by AI

The general solution for the PDE \(2yzp + zxq = 3xy\) is given by \(\phi(x^2 - 2y^2, 3y^2 - z^2) = 0\). This is obtained using Lagrange's method by solving the characteristic system of equations and integrating to find the function \(\phi\).

The solution obtained through separation of variables for the PDE \(x^2 \frac{\partial u}{\partial x} + y^2 \frac{\partial u}{\partial y} = 0\) is \(u = ce^{(\frac{k}{x} + c y)}\). The uniqueness of this solution depends on boundary conditions and the existence and smoothness of solutions that satisfy those conditions. In the absence of such conditions, the solution remains one among potentially many, depending on the problem's specific constraints .

The PDE \(z = f(x + at) + g(x - at)\) is transformed into the equation \(z_{tt} = a^2 z_{xx}\) by differentiating with respect to \(t\) and \(x\). This process eliminates the arbitrary functions \(f\) and \(g\), leading to a wave equation representation .

The solution for \(3D^2 + 10DD' + 3D'^2z = e^{x-y}\) is given by \(\phi_1(x - 3y) + \phi_2(3x - y) - \frac{1}{4}e^{x-y}\); it incorporates homogeneous solutions represented by \(\phi_1\) and \(\phi_2\) alongside a particular solution achieved through methods like undetermined coefficients to specifically account for the term \(e^{x-y}\) induced by the right-hand side of the equation .

In solving \(2p + q = \sin(x - 2y)\) using the characteristic method, it's essential to consider the system of characteristic differential equations, deriving them from the PDE. Solving these characteristic equations yields integral curves or surfaces in the \(xy\)-plane, which combined with the given function yields the solution \(\phi(x - 2y, y - z\sin(x - 2y)) = 0\). This highlights the method's emphasis on understanding direction fields and integral paths of the PDE .

The elimination of arbitrary functions in the case of \(f(x^2 + y^2, z - xy) = 0\) leads to the PDE \(xq - yp = x^2 - y^2\). This conversion is achieved by differentiating the implicit function with respect to the relevant variables and using the chain rule, thereby isolating derivatives that correspond to PDE terms, effectively removing the dependence on the unknown function \(f\).

Applying the method of separation of variables to \(4\frac{\partial u}{\partial x} + \frac{\partial u}{\partial y} = 3u\), with the initial condition \(u(0, y) = 2e^{5y}\), yields \(u = 2e^{-x^2 + 5y}\). This involves solving for separated functions of \(x\) and \(y\) individually and then combining them coherently to satisfy the given partial differential equation .

The superposition principle for constant coefficient higher order PDEs involves combining solutions of the corresponding homogeneous equation with particular solutions of the non-homogeneous equation. For example, in the PDE \((D^2 - DD' - 2D'^2)z = 16xe^{2y}\), the solution \(z = \phi_1(x - y) + \phi_2(2x + y) + \frac{1}{2}(1 - 4x)e^{2y}\) is obtained by superposing the homogeneous solution characterized by arbitrary functions with a specific solution for the non-homogeneous term .

Lagrange's method is applicable to the PDE \(pz - qz = z^2 + (x+y)^2\) since it is a first-order linear PDE. The method allows for the construction of a general solution using characteristic lines, resulting in the implicit function \(\phi[x + y, \log(x^2 + y^2 + z^2 + 2xy) - 2x] = 0\). This method's applicability is grounded in its ability to handle first-order equations using characteristic systems, although complexities arise when nonlinear terms are dominant .

The solution for the PDE \((2D^2 - 7DD' + 6D'^2)z = xy\) is \(z = \phi_1(2x + y) + \phi_2(3x + 2y) + \frac{1}{96}x^3(8y + 7x)\). The solution includes arbitrary functions \(\phi_1\) and \(\phi_2\) representing the homogeneous solution and a particular integral obtained using the method of undetermined coefficients to address the non-homogeneous term \(xy\).

You might also like