Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
72 views9 pages

Innovative Teaching Method

This document provides the solutions to 6 multiple choice questions about partial differential equations. 1. A partial differential equation has two or more independent variables. 2. The solution to the sample partial differential equation is e−3πx sin(πy). 3. The given partial differential equation is classified as elliptic based on the values of coefficients A, B, and C.

Uploaded by

Ram Asrey Gautam
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)
72 views9 pages

Innovative Teaching Method

This document provides the solutions to 6 multiple choice questions about partial differential equations. 1. A partial differential equation has two or more independent variables. 2. The solution to the sample partial differential equation is e−3πx sin(πy). 3. The given partial differential equation is classified as elliptic based on the values of coefficients A, B, and C.

Uploaded by

Ram Asrey Gautam
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
You are on page 1/ 9

INNOVATIVE TEACHING METHOD

TRANSFORMS AND PARTIAL


DIFFERENTIAL EQUATIONS
P.VENKAT MOHAN REDDY , AP,
RMDEEE
Multiple-Choice Test
Introduction to Partial Differential Equations
COMPLETE SOLUTION SET
1. A partial differential equation has
(A) one independent variable
(B) two or more independent variables
(C) more than one dependent variable
(D) equal number of dependent and independent variables

Solution
The correct answer is (B).

If a differential equation has only one independent variable then it is called ordinary differential
equation. A partial differential equation has two or more independent variables.
2. A solution to the partial differential equation.
∂ 2u ∂ 2u
=9 2
∂x 2 ∂y
is
(A) cos(3 x − y )
(B) x 2 + y 2
(C) sin(3 x − y )
(D) e −3πx sin(πy )

Solution
The correct answer is (D).

We will solve this by substituting the given choices. The choice which satisfies the partial
differential equation is the correct answer.

Let’s start with option (A)


u = cos(3 x − y )
∂u ∂u
= −3 sin(3 x − y ) ; = sin(3 x − y )
∂x ∂y
∂ 2u ∂ 2u
= −9 cos( 3 x − y ) ; = − cos(3 x − y )
∂x 2 ∂y 2
Substituting in partial differential equation
∂ 2u ∂ 2u
=9 2
∂x 2 ∂y
− 9 cos(3x − y ) = −9 cos(3 x − y )

Let’s start with option (B)


u = x2 + y2
∂u ∂u
= 2x ; = 2y
∂x ∂y
∂ 2u ∂ 2u
= 2; 2 = 2
∂x 2 ∂y
Substituting in partial differential equation
∂ 2u ∂ 2u
= 9
∂x 2 ∂y 2
2 ≠ 9× 2

Let’s start with option (C)


u = sin(3 x − y )
∂u ∂u
= 3 cos(3 x − y ) ; = − cos(3 x − y )
∂x ∂y
∂ 2u ∂ 2u
= −9 sin( 3 x − y ) ; = − sin(3 x − y )
∂x 2 ∂y 2
Substituting in partial differential equation
∂ 2u ∂ 2u
=9 2
∂x 2 ∂y
− 9 sin(3x − y ) = −9 sin(3 x − y )

Let’s start with option (D)


u = e −3πx sin(πy )
∂u ∂u
= −3πe −3πx sin(πy ) ; = πe −3πx cos(πy )
∂x ∂y
∂ 2u 2 −3πx ∂ 2u
2
= 9π e sin(πy ) ; 2 = −π 2 e −3πx sin(πy )
∂x ∂y
Substituting in partial differential equation
∂ 2u ∂ 2u
=9 2
∂x 2 ∂y
9π 2 e −3πx sin(πy ) ≠ −9π 2 e −3πx sin(πy )
3. The partial differential equation
∂2z ∂2z
5 2 + 6 2 = xy
∂x ∂y
is classified as
(A) elliptic
(B) parabolic
(C) hyperbolic
(D) none of the above

Solution
The correct answer is (A).

A general second order partial differential equation with two independent variables is of the form
∂ 2u ∂ 2u ∂ 2u
A 2 +B +C 2 + D = 0
∂x ∂x∂y ∂y
∂u ∂u
where A, B, and C are functions of x and y and D is a function of x, y, u and , .
∂x ∂y
The above PDE can be rewritten as
∂2z ∂2z ∂2z
5 2 +0 + 6 2 − xy = 0
∂x ∂x∂y ∂y
Depending on the value of B 2 − 4 AC , the 2nd order linear PDE can be classified into three
categories.
1. if B 2 − 4 AC < 0 , it is called elliptic
2. if B 2 − 4 AC = 0 , it is called parabolic
3. if B 2 − 4 AC > 0 , it is called hyperbolic
In the above question,
A = 5, B = 0, C = 6 ,
giving
B 2 − 4 AC = 0 − 4(5)(6)
= −120 < 0
This classifies the differential equation as elliptic.
4. The partial differential equation
∂z ∂2z
xy = 5 2
∂x ∂y
is classified as
(A) elliptic
(B) parabolic
(C) hyperbolic
(D) none of the above

Solution
The correct answer is (B).

A general second order partial differential equation with two independent variables is of the form
∂ 2u ∂ 2u ∂ 2u
A 2 +B +C 2 + D = 0
∂x ∂x∂y ∂y
∂u ∂u
where A, B, and C are functions of x and y and D is a function of x, y, u and , .
∂x ∂y
The above PDE can be rewritten as
∂2z ∂2z ∂2z ∂z
0 2 +0 + 5 2 − xy = 0
∂x ∂x∂y ∂y ∂x
Depending on the value of B 2 − 4 AC , the 2nd order linear PDE can be classified into three
categories.
1. if B 2 − 4 AC < 0 , it is called elliptic
2. if B 2 − 4 AC = 0 , it is called parabolic
3. if B 2 − 4 AC > 0 , it is called hyperbolic
In the above question,
A = 0, B = 0, C = 5 ,
giving
B 2 − 4 AC = 0 − 4(0)(5)
=0
This classifies the differential equation as parabolic.
5. The partial differential equation
∂2z ∂2z
−5 2 = 0
∂x 2 ∂y
is classified as
(A) elliptic
(B) parabolic
(C) hyperbolic
(D) none of the above

Solution
The correct answer is (C).

A general second order partial differential equation with two independent variables is of the form
∂ 2u ∂ 2u ∂ 2u
A 2 +B +C 2 + D = 0
∂x ∂x∂y ∂y
∂u ∂u
where A, B, and C are functions of x and y and D is a function of x, y, u and , .
∂x ∂y
The above PDE can be rewritten as
∂2z ∂2z ∂2z
1 2 +0 −5 2 = 0
∂x ∂x∂y ∂y
Depending on the value of B 2 − 4 AC , the 2nd order linear PDE can be classified into three
categories.
1. if B 2 − 4 AC < 0 , it is called elliptic
2. if B 2 − 4 AC = 0 , it is called parabolic
3. if B 2 − 4 AC > 0 , it is called hyperbolic
In the above question,
A = 1, B = 0, C = −5 ,
giving
B 2 − 4 AC = 0 − 4(1)(−5)
= 20 > 0
This classifies the differential equation as hyperbolic.
6. The following is true for the following partial differential equation used in nonlinear
mechanics known as the Korteweg-de Vries equation.
∂w ∂ 3 w ∂w
+ 3 − 6w =0
∂t ∂x ∂x
(A) linear; 3rd order
(A) nonlinear; 3rd order
(B) linear; 1st order
(C) nonlinear; 1st order

Solution
The correct answer is (B).

∂w
The partial differential equation is nonlinear because the coefficient of the derivative term is
∂x
a function of the dependent variable, w . The equation is a 3rd order as that is the highest
derivative in the partial differential equation.

You might also like