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

Multivariable Calculus Assignment Problems

This document provides 20 multivariable calculus problems involving partial derivatives, Taylor series expansions, and finding relative/absolute maxima and minima. Some of the specific problems include finding partial derivatives of functions, approximating functions using Taylor polynomials, using Lagrange multipliers to find maxima/minima of functions subject to constraints, and determining functional dependence using Jacobians.

Uploaded by

darkpheonix1245
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)
35 views2 pages

Multivariable Calculus Assignment Problems

This document provides 20 multivariable calculus problems involving partial derivatives, Taylor series expansions, and finding relative/absolute maxima and minima. Some of the specific problems include finding partial derivatives of functions, approximating functions using Taylor polynomials, using Lagrange multipliers to find maxima/minima of functions subject to constraints, and determining functional dependence using Jacobians.

Uploaded by

darkpheonix1245
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

Department of Mathematics

National Institute of Technology, Kurukshetra


MAIC-101 : Mathematics-I

Assignment on Multivariable Calculus


 
−1 x+y ∂u ∂u 1
1. If u (x, y) = cos √ √ , 0 < x, y < 1. Then prove that x +y = − cot u.
x+ y ∂x ∂y 2
∂u ∂u
2. If u = exp (r cos θ) cos (r sin θ) ,find , .
∂r ∂θ
p m ∂2u ∂2u ∂2u
3. If u = x2 + y 2 + z 2 , then find the value of m which will make + 2 + 2 = 0.
∂x2 ∂y ∂z
4. If u = f (x, y) where x = es cos t and y = es sin t, show that
∂u ∂u ∂u
(a) y +x = e2s
∂s ∂t ∂y
 2  2 "   2 #
2
∂u ∂u −2s ∂u ∂u
(b) + =e +
∂x ∂y ∂s ∂t

∂u ∂u ∂u
5. If u = u (y − z, z − x, x − y) , prove that + + = 0.
∂x ∂y ∂z
 x y
6. Find the total derivative of u = xz +
z
 π
7. Expand sin(xy) in the neighborhood of 1, up to third degree terms.
2
y
8. If f (x, y) = tan−1 , obtain the second degree approximation of f (1.1, 0.9).
x
9. Find the Taylor’s series expansion for f (x) = x4 + x2 + 1 about x = −2.

10. Approximate the function f (x) = 3 xby a Taylor’s polynomial of degree 2 at the point a = 8. How accurate
is the approximation when 7 ≤ x ≤ 9?
11. Show that the McLaurin’s series for sin x converges to sin x for every value of x.
x3 x5
12. Let sin x ≊ x − +
3! 5!
(a) What is the maximum error possible using the approximation when |x| ≤ 0.3?
˚ correct to six decimal places.
(b) Use this approximation to find the value of sin 12
(c) for what values of x is this approximation accurate within 0.0005?
13. Find the relative maximum and minimum of the following functions
9 3
(a) xy + +
x y
(b) cos 2x + cos y + cos(2x + y)

1

(c) 2 log (x + y + z) − x2 + y 2 + z 2 , x + y + z > 0.
(d) 18xz − 6xy − 9x2 − 2y 2 − 5yz 2
14. Find the absolute maximum and minimum of the following functions in the region specified

(a) x + y in the region 4x2 + 9y 2 ≤ 36.


(b) x3 + y 3 − xy in the first quadrant bounded by the axes and line 2x + y = 1.
15. Find the maximum and minimum distances of the point (3, 4, 12)from the sphere x2 + y 2 + z 2 = 1 using the
Legrange’s method of multipliers.

16. Use the Lagrange’s method of multipliers to find the volume and dimensions of the largest rectangular paral-
x2 y2 z2
lelopiped that can be inscribed in the ellipsoid 2 + 2 + 2 = 1.
a b c
∂ (u, v) y 2 − x2
17. If u3 + v 3 = x + y, u2 + v 2 = x3 + y 3 , show that = .
∂ (x, y) 2uv (u − v)
x+y
18. Are u = , v = tan−1 x + tan−1 y are functionally dependent? (i.e their Jacobian is zero) If so, find the
1 − xy
relation between them.
∂ (u, v, w)
19. x + y + z − u = 0, y + z − uv = 0, z − uvw = 0, show that = u2 v.
∂ (x, y, z)
∂u
20. Using Jacobian find if u2 + xv 2 − xy = 0 and u2 + xyv + v 2 = 0.
∂x

Common questions

Powered by AI

Two functions u(x, y) and v(x, y) are functionally dependent if the determinant of their Jacobian matrix is zero. The Jacobian matrix is given by J(u, v)/(x, y) and involves partial derivatives of u and v with respect to x and y. If |J| = 0, it means there is no unique two-dimensional mapping, implying u and v can be expressed as some function of each other, indicating functional dependence .

To derive the Taylor series expansion for a polynomial f(x) = x⁴ + x² + 1 about x = -2, calculate the derivatives of f at x = -2, construct the series Σ fⁿ(-2)/n!(x+2)ⁿ, and truncate at desired degree. The expansion reveals insights on the function's local behavior, such as slope changes or curvature, around x = -2, providing a polynomial approximation that mirrors the original function's behavior near this point .

To find the partial derivative ∂u/∂x given equations like u² + xv² - xy = 0 and u² + xyv + v² = 0, the Jacobian method is utilized. First, express the Jacobian determinant of the variables involved, which includes partials of u, v with respect to x, y. Solving the system of equations symbolically through the Jacobian allows isolation of ∂u/∂x in terms of the other known quantities by differentiating directly from the implicit functions .

Taylor's polynomial can adequately approximate a function f(x) if the remainder term Rₙ(x), which measures the error between the polynomial and the actual function, approaches zero over the specified interval. The error can be expressed by Lagrange's form where |Rₙ(x)| ≤ M|x-a|ⁿ⁺¹/(n+1)! for some M≥|fⁿ⁺¹(c)| on [a, x]. The choice of n and evaluation point a are crucial; higher degree polynomials and narrower intervals typically ensure better approximation .

Utilizing a Taylor polynomial of degree 2 to approximate a function like f(x) = ∛x at a = 8 involves expressing the function locally as a quadratic, capturing the first two rates of change (slope and concavity). The polynomial T₂(x) provides an efficient approximation with reasonable computational cost. Accuracy over [7, 9] depends on the size of the Taylor remainder R₂(x); it is evaluated by comparing |f(x) - T₂(x)|. It is acceptable if R₂ does not exceed targeted thresholds throughout the interval .

A second-degree approximation of a function f(x, y) using Taylor's expansion involves truncating the series to its second-order terms, i.e., f(x, y) ≈ f(x₀, y₀) + (∂f/∂x)₀Δx + (∂f/∂y)₀Δy + (1/2)((∂²f/∂x²)₀(Δx)² + 2(∂²f/∂x∂y)₀ΔxΔy + (∂²f/∂y²)₀(Δy)²). This is particularly useful for estimating the function's value near (x₀, y₀), allowing approximations of complex expressions at given points by incorporating linear and quadratic changes .

The method of Lagrange multipliers can be extended for optimizing volumes like that of a rectangular parallelepiped inscribed in an ellipsoid by setting the volume V = xyz as the objective function, subject to the ellipsoidal constraint x²/a² + y²/b² + z²/c² = 1. The gradients of the volume function and the constraint are set proportional (∇V = λ∇g), forming a system of equations. Solving this yields the dimensions x, y, z that maximize the volume while adhering to the constraint .

To find the maximum and minimum distances of the point (3, 4, 12) from the sphere x² + y² + z² = 1, you use Lagrange's multipliers by defining the objective function as the distance formula D = √((x-3)² + (y-4)² + (z-12)²) subject to the constraint g(x, y, z) = x² + y² + z² - 1 = 0. The gradients of the objective function and the constraint are set proportional to each other: ∇D = λ∇g, leading to the system of equations that include partial derivatives with respect to x, y, z, and the multiplier λ. Solving this system yields the critical points, from which the maximum and minimum distances are determined by evaluating D at these points .

The convergence of the McLaurin's series for sin(x) to its true value depends on the absolute convergence of the series ∑(-1)ⁿx^(2n+1)/(2n+1)! for all real x. The series must satisfy the criteria for convergence of infinite series, particularly the ratio test or the nature of alternating series. The remainder term Rₙ(x) = sin(x) - Σ from n=0 to n=∞ converges to zero as n approaches infinity, meaning the series approaches zero, affirming convergence for all x .

To ensure that a polynomial approximation is within a specified error margin |E| < 0.0005 on an interval, analyze the behavior of the remainder term Rₙ, which is governed by the derivative higher than n, or by bounding Taylor's theorem's Lagrange remainder. Specifically, by ensuring |Rₙ(x)| = |fⁿ⁺¹(c)/(n+1)! * (x - a)ⁿ⁺¹| < 0.0005 over x within the interval, where c is between a and x. This bounds the polynomial's deviation from f(x), confirming the approximation's validity .

You might also like