PBS 3
PBS 3
MA103L-ENGINEERING MATHEMATICS-I
TUTORIAL-III 01-09-2023
Partial Derivatives
1. Find fx and fy
x
(a) f (x, y) =
x2
+ y2
"p #
x2 + y 2 − x
(b) f (x, y) = ln p
x2 + y 2 + x
∞
X
(c) f (x, y) = (xy)n , |xy| < 1
n=0
2. Find fx , fy and fz
3. Use the limit definition of partial derivative to compute partial derivatives fx and fy of
the functions at the specified points
√
(a) f (x, y) = 2x + 3y − 1, (−2, 3)
(b) Point (0, 0) 3 4
sin(x + y )
(x, y) ̸= (0, 0)
f (x, y) = x2 + y 2
0
(x, y) = (0, 0)
4. Find the value of xz at the point (1, −1, −3) if the equation
xz + y ln x − x2 + 4 = 0
defines x as a function of the two independent variables y and z and the partial derivative
exists.
5. Let 2 2
xy x − y
if (x, y) ̸= (0, 0)
f (x, y) = x2 + y 2
0
if (x, y) = (0, 0)
Directional Derivatives
9. Find equations for the tangent plane and normal line at the point P0 on the given surface
(a) x2 + y 2 + z 2 = 3 at P0 (1, 1, 1)
(b) x + y + z = 1 at P0 (0, 1, 0)
(c) x2 + y 2 − z 2 = 18 at P0 (3, 5, −4)
11. Find the local maxima, local minima and saddle points of the following functions
(a) f (x, y) = x2 + xy + 3x + 2y + 5
(b) f (x, y) = x3 − y 3 − 2xy + 6
(c) f (x, y) = x3 + 3xy 2 − 15x + y 3 − 15y
(d) f (x, y) = e−y (x2 + y 2 )
12. Find the absolute maxima and minima of the functions on the given domain
Practice Problems
1. Laplace Equation: Show that the following functions satisfy the two-dimensional Laplace
equation
uxx + uyy = 0
x
(a) u(x, y) = tan−1
y
x
(b) u(x, y) = e (x cos y − y sin y)
(c) u(x, y) = 3x2 y + 2x2 − y 3 − 2y 2
2. Laplace Equation: Show that the following functions satisfy the three-dimensional
Laplace equation
uxx + uyy + uzz = 0
1
(a) u(x, y, z) = p
x + y2 + z2
2
Note: This is also called as Potential equation by fluid dynamics engineers, steady-state
heat equation by thermal engineers, electrostatic equation by electrical engineers and it
has plenty of applications in edge detection, image sharpening, image restoration in AI,
ML and image processing. Refer what is Laplacian filter.
3. Show that if w = f (u, v) satisfies the Laplace equation fuu +fvv = 0 and if u = (x2 −y 2 )/2
and v = xy, then w satisfies the Laplace equation wxx + wyy = 0.
4. Wave Equation: Show that the following functions satisfy the one-dimensional wave
equation
utt = c2 uxx
5. Heat Equation: Show that the function u(x, t) = sin(αx)e−βt satisfy the one-dimensional
heat equation
ut = uxx
for constants α and β. What is the relationship between α and β for this function to be
a solution?
Note: This is called as diffusion equation by mechanical and chemical engineers, consol-
idation equation by civil engineers, telegraph equation by electrical engineers and Black-
Scholes equation by economists.
Tx = 8x − 4y, Ty = 8y − 4x
(a) Find where the maximum and minimum temperature on the circle occur by exam-
ining the derivatives dT /dt and d2 T /dt2 .
(b) Suppose that T = 4x2 − 4xy + 4y 2 . Find the maximum and minimum values of T
on the circle.
9. Temperature Change along a Circle Suppose that the Celsius temperature at the
point (x, y) in the xy− plane is T (x, y) = x sin 2y and that distance in the xy− plane is
measures in meters. A particle is moving clockwise around the circle of radius 1 centered
at the origin at the constant rate of 2m/sec
(a) How fast is the temperature experienced by the particle changing in degrees Celsius
√
per meter at the point P (1/2, 3/2)?
(b) How fast is the temperature experienced by the particle changing in degrees Celsius
per second at P ?
p
10. Find the maximum distance from the cone z = x2 + y 2 to the point (−6, 4, 0)
11. Find the dimensions of the rectangular box of maximum volume that can be inscribed
inside the sphere x2 + y 2 + z 2 = 4
12. Among all closed rectangular boxes of volume 27cm2 , what is the smallest surface area?
13. CS/AI/ML Problem: Least Squares and Regression Lines: When we try to fit a
line y = mx + b to a set of numerical data points (x1 , y1 ), (x2 , y2 ), · · · , (xn , yn ), we usually
chose the line that minimizes the sum of the squares of the vertical distances from the
points in the line. In theory, this means find the values of m and b that minimizes the
value of the function
n n
!
1 X X
b= yk − m xk
n k=1 k=1
The line y = mx + b determined by these values of m and b is called the least squares
line, regression line or trend line for the data under study.
17. CE Problem: Drilling another borehole On a flat surface of land, geologists drilled
a borehole straight down and hit a mineral deposit at 1000f t. They drilled a second
borehole 100f t to the north of the first and hit the mineral deposit at 950f t. A third
borehole 100f t east of the first borehole struck the mineral deposit at 1025f t. The
geologists have reasons to believe that the mineral deposit is in the shape of a dome, and
for the sake of economy, they would like to find where the deposit is closest to the surface.
Assuming the surface to be the xy-plane, in what direction from the first borehole would
you suggest the geologists drill their fourth borehole.