Assignment 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

PLAKSHA UNIVERSITY, MONSOON SEMESTER AY 2024-25

Assignment-1 (Advanced Calculus with Python (FM116))


Submission Date: 24.10.2024
Instructions
1. Only Hard-copy(hand-written) submission will be accepted. No pdf-format or printed solution sheets
will be graded.

2. It is required to put an index(consists of question number with corresponding page number) in the submission.

3. No submission will be considered after the submission date (24.10.24).

x3 +y 3
1. Check whether the lim f (x, y) = x2 −y 2
exists or not.
(x,y)→(0,0)

2. For any y ∈ R, let ⌊y⌋ denotes the greatest integer less than or equal to y. Define f : R2 → R by
f (x, y) = x⌊y⌋ then justify whether the following assumptions are true or not.

(i) Check whether f is continuous on R2 or not.


(ii) Check whether for every y ∈ R, x maps to f (x, y) is continuous on R − {0}.
(iii) Check whether for every x ∈ R, y maps to f (x, y) is continuous on R.

3. Let f : R2 → R be defined by
(
x2
x2 +y 2 −x
if (x, y) ̸= (0, 0)
f (x, y) =
0 if (x, y) = (0, 0)

Discuss the Continuity of f (x, y) at (0, 0).

4. Let    
1 1

2 2

 x sin + y sin if x ̸= 0, y ̸= 0
x y



x2 sin 1



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

 2 1

 y sin if x = 0, y ̸= 0
y




0 if x = 0, y = 0

Check whether f is differentiable at (0, 0) or not.


x y
e y sin 2 2 2
5. If u = x , then x2 ∂ u + 2xy ∂ u + y 2 ∂ u = ? (Answer should be in terms of u)
x3 ∂x2 ∂x∂y ∂y 2
6. Show that fxy (0, 0) ̸= fyx (0, 0) for the function
 y
(x2 + y 2 ) tan−1 if x ̸= 0
f (x, y) = 1 x
 πy 2 if x = 0
2
7. Suppose that the differentiable function f (x, y) has the property that:
√ !
3 1
f 2+ s, 1 + s = 3ses .
2 2

Find the directional derivative of f in the direction of:



3 1
u= i+ j
2 2
at the point (2, 1).

8. Let f : R3 → R be defined by f (x, y, z) = xyz. Determine x, y, z for maximum of f subject to


condition xy + 2yz + 2zx = 108.

9. Find the extreme values of f (x, y, z) = x2 yz + 1 on the intersection of the plane z = 1 with the
sphere x2 + y 2 + z 2 = 10.

10. Use the Taylor’s formula to find a quadratic approximation of f (x, y) = cos x cos y at the origin.
Estimate the error in the approximation if |x| ≤ 0.1 and |y| ≤ 0.1.

11. Evaluate ZZ
(2x − y 2 ) dA
R

over the triangular region R enclosed between the lines y = −x + 1, y = x + 1, and y = 3.

12. Plot the polar equation r = sin 2θ and determine the shortest parameter interval on which the
complete graph can be generated.

13. Evaluate: Z 2 Z 1
2
ex dx dy
y
0 2

14. Find the volume of the solid enclosed between the paraboloids

z = 5x2 + 5y 2 and z = 6 − 7x2 − y 2

by using triple integral.

15. Use spherical coordinates to find the volume of the solid bounded above by the sphere ρ = 4 and
π
below by the cone ϕ = .
3

You might also like