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

Multi-Variable Calculus Practice Questions

maths multivariable sheet

Uploaded by

Dhruvi Patel
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)
15 views2 pages

Multi-Variable Calculus Practice Questions

maths multivariable sheet

Uploaded by

Dhruvi Patel
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

AHMEDABAD INSTITUTE OF TECHNOLOGY

Science & Humanities Department


Mathematics-1 (3110014)
Module-4: Multi-Variable Calculus(Differentiation)

Practice Questions

1. Determine whether following limits exist or not?

(a) (c)

ur
x4 − y 2 x2 y 2
lim lim
(x,y)→(0,0) x4 + y 2 (x,y)→(0,0) x4 + 3y 4

k
ha
(b) (d)

lim
x2 y
(x,y)→(0,0) x4 + y 2
lim
T
x3 − y 3
(x,y)→(0,0) x2 + y 2
sh
 3 3
x − y if (x, y) ̸= (0, 0)
ka

2. Discuss the continuity of the function f defined as f (x, y) = x2 + y 2


0 if (x, y) = (0, 0)

ra

 xy
p for (x, y) ̸= (0, 0)
p

3. Does f (x, y) = x2 + y 2 continuous at (0,0).


ay

0 for (x, y) = (0, 0)



 
1

.J

(x2 + y 2 ) sin ; (x, y) ̸= (0, 0)


4. Determine the continuity of the function f (x, y) = x2 + y 2
0 ; (x, y) = (0, 0)

of

at origin.
Pr

y ∂ 2u ∂ 2u ∂ 2u ∂ 2u
5. If u = tan−1 , prove that + = 0 and also = .
x ∂x2 ∂y 2 ∂x∂y ∂y∂x
ex+y+z ∂u ∂u ∂u
6. If u = x y z
then show that + + = 2u.
e +e +e ∂x ∂y ∂z
∂ 3u
7. If u = e3xyz , show that = (3 + 27xyz + 27x2 y 2 z 2 ) e3xyz .
∂x∂y∂z
∂z ∂z ∂z ∂z
8. If z = f (x, y) where x = eu + e−v and y = e−u − ev , show that − = x −y .
∂u ∂v ∂x ∂y
∂u ∂u ∂u
9. If u = f (x − y, y − z, z − x) then show that + + = 0.
∂x ∂y ∂z
10. Define gradiant and find ∇f if f (x, y, z) = 3x2 y − y 3 z 2 .
2
11. Evaluate ∇er , where r2 = x2 + y 2 + z 2
1
12. Find the directional derivatives of f (x, y, z) = p at the point P (1, −1, 1)
x2 + y 2 + z 2
in the direction of ā = î + ĵ + k̂.

13. Find the equation of tangent plane and normal line to the surface x2 yz + 3y 2 =
2xz 2 − 8z at a point (1, 2, −1).

14. Discuss the maxima and minima of the function 3x2 − y 2 + x3 .

15. Find the extreme values of the function x3 + y 3 − 63(x + y) + 12xy.

16. Find the extreme values of sin x sin y sin(x + y).

ur
17. Find the minimum value of x3 y 2 z subject to condition x + y + z = 1.

18. Divide 120 into three parts so that the sum of their products taken two at a time

k
shall be maximum.

ha
19. Find a point on the plane 2x + 3y − z = 5 which is nearest to the origin.

T
20. Find the minimum and maximum distance from the point (1, 2, 2) to the sphere
x2 + y 2 + z 2 = 36.
sh
ka
p ra
ay
.J
of
Pr

Page 2

Common questions

Powered by AI

Minimize the function \( d(x, y, z) = x^2 + y^2 + z^2 \), the square of the distance to the origin, subject to the constraint \( g(x, y, z) = 2x + 3y - z - 5 = 0 \). Use the method of Lagrange multipliers: find \( \nabla d = (2x, 2y, 2z) \) and \( \nabla g = (2, 3, -1) \), set \( \nabla d = \lambda \nabla g \). Solve the equations \( 2x = 2\lambda \), \( 2y = 3\lambda \), \( 2z = -\lambda \) along with \( 2x + 3y - z = 5 \) to get \( (32/7, 48/7, 25/7) \) as the nearest point.

Determine critical points by setting the partial derivatives equal to zero: \( \frac{\partial f}{\partial x} = 6x + 3x^2 = 3x(2 + x) = 0 \) giving \( x = 0, -2 \). \( \frac{\partial f}{\partial y} = -2y = 0 \) gives \( y = 0 \). Testing \( f(x, y) \) at \( (0,0) \) yields \( f(0,0) = 0 \). At \((-2, 0)\), \(f(-2, 0) = 12\). Evaluate the second derivative test at these critical points using the Hessian matrix \( H = \begin{bmatrix} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{bmatrix} = \begin{bmatrix} 6+6x & 0 \\ 0 & -2 \end{bmatrix} \). \( H_{(0,0)} \) has eigenvalues \(6, -2\), indicating saddle points. At \((-2,0)\), the Hessian remains \((6, 0)\), indicating a local maximum.

To verify continuity at the origin, check if \( \lim_{(x,y) \to (0,0)} f(x,y) = f(0,0) \). Here, \( f(0,0) = 0 \). For points away from the origin, compute the limit: \((x^2 + y^2) \sin \left( \frac{1}{x^2+y^2} \right)\) bounded by \( -(x^2 + y^2) \leq (x^2+y^2) \sin \left( \frac{1}{x^2+y^2} \right) \leq (x^2 + y^2) \). As \( (x, y) \to (0,0) \), \( x^2 + y^2 \to 0 \), so by the Squeeze Theorem, the limit \( \lim_{(x,y) \to (0,0)} f(x,y) = 0 \), confirming continuity at the origin.

By Clairaut's Theorem, if \( u(x,y) \) is defined and both \( \frac{\partial^2 u}{\partial x \partial y} \) and \( \frac{\partial^2 u}{\partial y \partial x} \) are continuous, then \( \frac{\partial^2 u}{\partial x \partial y} = \frac{\partial^2 u}{\partial y \partial x} \). Compute \( \frac{\partial u}{\partial x} = -\frac{y}{x^2 + y^2} \) and \( \frac{\partial^2 u}{\partial x \partial y} = \frac{x^2 - y^2}{(x^2 + y^2)^2} \), then evaluate \( \frac{\partial u}{\partial y} = \frac{x}{x^2 + y^2} \) and \( \frac{\partial^2 u}{\partial y \partial x} \) similarly to confirm the equality as continuity and symmetry in the mixed partial satisfies the theorem.

Find the partial derivatives \( \frac{\partial u}{\partial x}, \frac{\partial u}{\partial y}, \frac{\partial u}{\partial z} \). Each derivative involves applying the quotient rule: \( \frac{\partial u}{\partial x} = \frac{e^{x+y+z} (e^y + e^z) - e^{x+y+z}(e^x)}{(e^x + e^y + e^z)^2} \). Simplifying, \( \frac{\partial u}{\partial x} = \frac{e^{x+y+z} (e^{y} + e^{z} - e^{x})}{(e^x + e^y + e^z)^2} \). Similarly calculate \( \frac{\partial u}{\partial y} \) and \( \frac{\partial u}{\partial z} \), obtaining analogous results. Summing these, the non-canceling terms align to satisfy the given equation \( \frac{\partial u}{\partial x} + \frac{\partial u}{\partial y} + \frac{\partial u}{\partial z} = e^{x+y+z} \frac{2(e^x + e^y + e^z) - (e^x + e^y + e^z)}{(e^x + e^y + e^z)^2} = 2u \).

To determine if the limit exists, one must check its value along different paths and see if it is consistent. For instance, consider the path \( y = mx \), then the expression becomes \( \frac{x^3 - (mx)^3}{x^2 + (mx)^2} = \frac{x^3(1 - m^3)}{x^2(1 + m^2)} = \frac{x(1 - m^3)}{1 + m^2} \), which approaches zero as \( x \to 0 \). Similarly, along the path \( y = x^2 \), the expression becomes \( \frac{x^3 - (x^2)^3}{x^2 + (x^2)^2} = \frac{x^3 - x^6}{x^2 + x^4} \), which also approaches zero as \( x \to 0 \). Thus, the consistent value along these paths suggests that the limit exists and is zero.

Calculate the Hessian matrix \( H \) using second order partial derivatives: \( H = \begin{bmatrix} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{bmatrix} \) where \( f_{xx} = 6x \), \( f_{yy} = 6y \), and \( f_{xy} = f_{yx} = 12 \). The eigenvalues (\( \lambda_1, \lambda_2 \)) of this Hessian will indicate the nature of each critical point: if both are positive, it's a local minimum; if both negative, a local maximum; and if they differ in sign, a saddle point. Solving \( H - \lambda I = 0 \), determine \( \lambda \) values for critical points by solving characteristic polynomial induced by determinant \( \begin{vmatrix} 6x - \lambda & 12 \\ 12 & 6y - \lambda \end{vmatrix} = 0 \).

The gradient \( \nabla f \) is a vector of the partial derivatives: \( \nabla f = \left( \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right) \). Compute each partial derivative: \( \frac{\partial f}{\partial x} = 6xy \), \( \frac{\partial f}{\partial y} = 3x^2 - 3y^2z^2 \), and \( \frac{\partial f}{\partial z} = -2y^3z \). Therefore, the gradient is \( \nabla f = (6xy, 3x^2 - 3y^2z^2, -2y^3z) \).

The minimum distance is the direct distance to the sphere's surface along the radial line from the origin through \((1, 2, 2)\). The scaling factor \(k\) for the direction vector \( (1, 2, 2) \) yields \( (kx)^2 + (ky)^2 + (kz)^2 = 36 \), or \( k\sqrt{9} = 6 \), giving \( k = 2/\sqrt{3} \). The closest point on the sphere is therefore \( (2, 4, 4) \) with Euclidean distance calculated from \( (1, 2, 2) \). Conversely, maximize \( k \) to \( \sqrt{15} \), using symmetry about the center of the sphere for maximum distance from the point. Calculate these distances to confirm extrema.

You might also like