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

Engineering Mathematics I: Extreme Values Analysis

Uploaded by

ujjawaltomar77
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Engineering Mathematics I: Extreme Values Analysis

Uploaded by

ujjawaltomar77
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

JAYPEE UNIVERSITY OF INFORMATION TECHNOLOGY, WAKNAGHAT

ENGINEERING MATHEMATICS-I (18B11MA111)


Tutorial Sheet 3

1. Find all the local maxima, local minima and saddle point of the following:
(i) f ( x , y )=x 3 + y 3 −63( x + y )+12 xy (ii) f ( x , y )=x 3 + y 3 + 3 xy
2 2 3 3
(iii) f ( x , y )=2 xy −5 x −2 y +4 x−4 (iv) f ( x , y )=x +3 x+ y − y+ 4
2. In a plane triangle ABC, find the maximum value ofcos A cos B cosC .
2 2
3. Find the absolute maxima and minima of the domain f ( x , y )=x + y on the closed
triangular plate bounded by the lines x=0 , y=0 , y +2 x=2 in the first quadrant.
2
4. Find the points on the surface z =xy+ 1 nearest to the origin.
2 2 2 2
5. Find the extreme values of f ( x , y )=x + y subject to the constraint3 x +4 xy+6 y =140 .
2
6. Find the points on the curve xy =54 nearest to the origin.
2 2 2
7. Find the point on the sphere x + y + z =24 which is farthest from the point(1,2,−1) .
2 2
8. Find the extreme values of f ( x , y , z )=2 x+3 y +z subject to x + y =5 and x + z=1 .
2 2
9. Maximize the function f ( x , y , z )=x +2 y−z subject to the constraints
2 x− y=0 and y + z=0 .
10. Use Taylor’s formula for f ( x , y ) at the origin up to the third degree.
(i) e x log(1+ y ) (ii)e x cos y (iii) xe y (iv) cos x cos y .
ANSWERS
1. (i) min. at (3,3) , max. at (−7,−7) , saddle point at (−1,5) and(5,−1) .

( , )
4 2
(ii) saddle point at(0 , 0 ) , max at (−1,−1) (iii) max. at 9 9 .
(iv) no extreme value.

2. Max at
( 3
, )
π π
3 .
3. Absolute min. 0 at (0 , 0 ) , absolute max.4 at(0 , 2) .
4. (0,0,±1) .
5. [Link] is 70 and min value is 20.
6. (3,±3 √ 2) .
7. 3 √ 6 is the farthest from the point (1,2,−1) .

8. Max. value is1+5 √ 2 at


( √22 , 3 √2 2 , 2−2√ 2 ) and min. value is1−5 √ 2 at

( −2√ 2 , −32√2 , 2+2√ 2 ) .

(
4 2 , 4 , −4
9. [Link] is 3 at 3 3 3 .
)
1 1 1 1 1 1
y + xy− y 2 + x2 y− xy 2 + y 3 1+ x + [ x2 − y 2 ]+ [ x 3−3 xy 2 ]
10. (i) 2 2 2 3 (ii) 2 6
xy 2 x2 y2
x + xy + 1− −
(iii) 2 (iv) 2 2

Common questions

Powered by AI

To maximize a function f(x, y) = x^2 + y2 over a domain bounded by lines x = 0, y = 0, y + 2x = 2 in the first quadrant, evaluate the function at the vertices of the triangular region, as maxima and minima often occur at boundaries in constrained optimization problems. Additionally, compute and evaluate partial derivatives to identify critical points within the interior. Compare function values at vertices and critical points: (0, 0), (0, 2), and at the intersection (1, 0). Here, the absolute maximum is 4 at (0, 2) and the minimum is 0 at (0, 0).

To find the extreme values of a function f(x, y) = x^2 + y^2 under the constraint 3x^2 + 4xy + 6y^2 = 140, the method of Lagrange multipliers is appropriate. Here, we consider the function G(x, y, λ) = x^2 + y^2 + λ(3x^2 + 4xy + 6y^2 - 140). Setting the gradients equal to zero, i.e., ∇f = λ∇g, we solve the resulting equations for x, y, and λ. The process involves solving a system of nonlinear equations, which provides the critical points for evaluation. The maximum value obtained is 70, and the minimum is 20 .

To find the points on the curve xy^2 = 54 that are nearest to the origin, set up a distance formula D(x, y) = x^2 + y^2, as we want to minimize the square of the distance. Substitute y^2 = 54/x from the curve equation into the distance formula to express it in terms of a single variable. Differentiate the resulting expression with respect to x to find critical points by setting the derivative to zero. Solving gives the closest points as (3, ±3√2).

To find extreme values of f(x, y, z) = 2x + 3y + z subject to constraints x^2 + y^2 = 5 and x + z = 1, apply the method of Lagrange multipliers with two multipliers λ and μ. Construct the Lagrangian L(x, y, z, λ, μ) = 2x + 3y + z + λ(x^2 + y^2 − 5) + μ(x + z − 1). Solving the system of equations given by the partial derivatives ∇L = 0 provides critical points to evaluate. The solutions yield a maximum of 1 + 5√2 and a minimum of 1 - 5√2, providing insights into the geometry restricted by the constraints .

To find the point on the sphere x^2 + y^2 + z^2 = 24 that is farthest from the point (1, 2, −1), we maximize the square of the distance function D(x, y, z) = (x − 1)^2 + (y − 2)^2 + (z + 1)^2, under the constraint of the sphere equation. Set this up using Lagrange multipliers to consider L(x, y, z, λ) = (x − 1)^2 + (y − 2)^2 + (z + 1)^2 + λ(x^2 + y^2 + z^2 − 24). Solving this system provides us the point 3√6, which is farthest from the given point in Cartesian space .

For a function f(x, y), the Taylor series expansion at the origin up to the third degree involves computing its partial derivatives and evaluating them at the point (0, 0). Take, for example, f(x, y) = e^x log(1 + y): the expansion approximates the value of the function around (0, 0) using derivatives. Terms in this series include first-order (y + xy), second-order (-1/2 y^2 + 1/2 x^2 y), and third-order derivatives (-1/2 xy^2 + 1/3 y^3), combining to give a polynomial that represents the behavior of the function in a neighborhood of the point .

To find the maximum value of cos A cos B cos C in a plane triangle ABC, we analyze the trigonometric properties of angles. Given a triangle, the angles A, B, and C must satisfy A + B + C = π. The product cos A cos B cos C is maximized when each cosine is maximized, considering the constraint on the angles. Using symmetry and calculus, it can be shown that this maximum occurs when each angle is π/3, leading to an equilateral triangle. Thus, the maximum value is cos(π/3) * cos(π/3) * cos(π/3) = 1/8 .

To identify the local maxima, minima, and saddle points of a function of two variables, we first find the critical points by setting the partial derivatives with respect to each variable equal to zero. For example, f(x, y) = x^3 + y^3 − 63(x + y) + 12xy will have critical points where ∂f/∂x = 0 and ∂f/∂y = 0. The second derivative test is then used to classify these points. We compute the Hessian matrix, which consists of second partial derivatives, and evaluate its determinant at each critical point. If the determinant is positive, we examine the sign of the second derivative; if both are positive, we have a local minimum, if negative, a local maximum. A zero determinant indicates a saddle point .

To find points on the surface z^2 = xy + 1 that are nearest to the origin, we minimize the distance from the origin subject to the constraint z^2 = xy + 1. The distance from the origin is given by √(x^2 + y^2 + z^2). We employ the method of Lagrange multipliers, taking the function to be minimized as D(x, y, z) = x^2 + y^2 + z^2 subject to g(x, y, z) = z^2 - xy - 1 = 0. This leads to a set of equations involving partial derivatives that can be solved simultaneously to find the solutions (0,0,±1), which are nearest to the origin .

To maximize a function such as f(x, y, z) = x^2 + 2y − z^2 subject to linear constraints 2x − y = 0 and y + z = 0, treat it as a constrained optimization problem using the method of Lagrange multipliers. Set up the Lagrange function L(x, y, z, λ, μ) = x^2 + 2y − z^2 + λ(2x − y) + μ(y + z). Solving the derivatives set equal to zero for x, y, z, λ, and μ reveals the points where function value is extreme under constraints. The method finds a maximum value of 4/3 at the point (2/3, 4/3, −4/3), showing how the constraints influence optimization .

You might also like