Skip to main content

Solved Maxima and Minima Problems – PDF Download + Concept Summary

 

Questions on Maxima and Minima

Topic: Maxima and Minima – Calculus | Engineering Mathematics

  1. Find the maximum and minimum value of the function f(x, y) = x² + y² − 2x − 4y + 6.
  2. Find the maximum and minimum values of f(x, y) = x² + y² subject to the constraint x + y = 1.
  3. Find the stationary points of f(x, y) = x³ + y³ − 3xy and determine their nature.
  4. Find the local maxima, minima, and saddle points of the function f(x, y) = x² − y².
  5. Find the maximum value of u = xy when 2x + 3y = 6.
  6. Find the absolute maximum and minimum values of f(x, y) = x² + y² on the rectangle 0 ≤ x ≤ 2, 0 ≤ y ≤ 3.
  7. Find the point on the plane x + y + z = 6 closest to the origin.
  8. Find the maximum value of f(x, y) = x²y subject to the constraint x² + y² = 1.
  9. Find the minimum value of f(x, y) = x² + y² − 4x − 6y + 13.
  10. Find the stationary point of f(x, y) = x⁴ + y⁴ − 4xy + 1.

Note: These questions cover unconstrained optimization, constrained optimization (Lagrange’s method), and geometric interpretation of maxima and minima.



For a better understanding watch this video.



Comments

Popular posts from this blog

Newton‑Raphson Method | Root‑finding Tutorial with Examples (GATE / Engineering Math)

What is the Newton‑Raphson Method? Derivation of the Algorithm Step-by-Step Example Convergence and Limitations Application in GATE / Engineering Maths Download PDF Notes Newton-Raphson Method:     In this article, we discuss the formula of the Newton-Raphson method, its limitations, and its advantages. Also, we provide a few solved examples and a few unsolved questions for practice.       We discuss Newton iterative formula and then solve a few questions using these iterative formulae. For practice unsolved questions are also provided. This method is generally used to improve the results obtained by one of the previous methods. This method can be derived from Taylor's series.  The formula used as follows: $x_{n+1}= x_n - \frac{f(x_n)}{f'(x_n)}$  NOTE: (1)] This method is useful in cases of large values of $f'(x)$ that is , when the graph of $f(x)$ while crossing the x-axis is nearly vertical. (2)] If $f'(x)$ is zero or nearly zero, the me...

Interpolation With Unevenly Spaced Points

 Interpolation with unevenly spaced points will be discussed in this article. We have two methods to solve the interpolation with unevenly spaced points.  1. Lagrange's method 2. Newton's divided difference formula. We will discuss a few examples depending on these methods. Lastly, we will provide a few examples for practice.