ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Maximum and Minimum Values of Functions
    Math Deficiency - ITopic 6 of 38

    Maximum and Minimum Values of Functions

    10 minread
    1,736words
    Intermediatelevel

    Maximum and Minimum Values of Functions

    The maximum and minimum values of a function are critical concepts in mathematics, especially in optimization, calculus, and real-world problem-solving. These values refer to the highest and lowest points that a function can reach, respectively, either over a given interval or across its entire domain.


    1. Maximum and Minimum Values: Definitions

    • Maximum Value: The maximum value of a function is the highest point (or value) that the function reaches in a given domain or interval. It can be:

      • Local Maximum: The function reaches a higher value at a particular point than at the surrounding points (but not necessarily the highest value overall).
      • Global (or Absolute) Maximum: The highest value that the function takes over its entire domain.
    • Minimum Value: The minimum value of a function is the lowest point (or value) that the function reaches in a given domain or interval. It can be:

      • Local Minimum: The function reaches a lower value at a particular point than at the surrounding points (but not necessarily the lowest value overall).
      • Global (or Absolute) Minimum: The lowest value that the function takes over its entire domain.

    2. Finding Maximum and Minimum Values

    To find the maximum and minimum values of a function, we often use techniques from calculus, particularly the first and second derivative tests, as well as by analyzing the function's behavior over a specific interval.

    Step 1: Identify Critical Points

    A critical point is a point on the function where the derivative is either zero or undefined. These points are potential candidates for local maxima, minima, or inflection points.

    To find critical points:

    1. Take the derivative of the function f′(x)f'(x)f′(x).
    2. Set the derivative equal to zero and solve for xxx: f′(x)=0f'(x) = 0f′(x)=0
    3. Solve for xxx. If f′(x)f'(x)f′(x) does not exist at certain values of xxx, those are also critical points.

    Step 2: Apply the First Derivative Test

    After finding critical points, use the first derivative test to classify the points as local maxima, minima, or neither:

    • If f′(x)f'(x)f′(x) changes from positive to negative at a critical point, f(x)f(x)f(x) has a local maximum at that point.
    • If f′(x)f'(x)f′(x) changes from negative to positive at a critical point, f(x)f(x)f(x) has a local minimum at that point.
    • If f′(x)f'(x)f′(x) does not change sign, the critical point is neither a maximum nor a minimum.

    Step 3: Apply the Second Derivative Test

    The second derivative test helps determine the concavity of the function at the critical points and whether the point is a maximum or minimum:

    • If f′′(x)>0f''(x) > 0f′′(x)>0 at a critical point, the function is concave up, and the critical point is a local minimum.
    • If f′′(x)<0f''(x) < 0f′′(x)<0 at a critical point, the function is concave down, and the critical point is a local maximum.
    • If f′′(x)=0f''(x) = 0f′′(x)=0, the test is inconclusive.

    Step 4: Check the Endpoints (for Closed Intervals)

    If you're working with a function over a closed interval [a,b][a, b][a,b], you must check the values of the function at the endpoints of the interval because the maximum or minimum value could occur at one of these points.

    • Evaluate f(a)f(a)f(a) and f(b)f(b)f(b).
    • Compare these values with the function's values at critical points.

    Step 5: Global Maximum and Minimum

    The global maximum and global minimum are the highest and lowest values of the function over its entire domain (or over a specified interval). To find the global extreme values:

    • Compare the values of the function at all critical points, endpoints (if applicable), and other relevant points.
    • The global maximum is the largest value, and the global minimum is the smallest value.

    3. Examples

    Example 1: Finding Maximum and Minimum of a Quadratic Function

    Consider the quadratic function f(x)=−2x2+4x+1f(x) = -2x^2 + 4x + 1f(x)=−2x2+4x+1.

    Step 1: Find the critical points.

    • First, find the derivative of f(x)f(x)f(x): f′(x)=−4x+4f'(x) = -4x + 4f′(x)=−4x+4
    • Set f′(x)=0f'(x) = 0f′(x)=0 to find the critical point: −4x+4=0⇒x=1-4x + 4 = 0 \quad \Rightarrow \quad x = 1−4x+4=0⇒x=1
    • So, x=1x = 1x=1 is a critical point.

    Step 2: Use the second derivative test.

    • The second derivative of f(x)f(x)f(x) is: f′′(x)=−4f''(x) = -4f′′(x)=−4 Since f′′(x)=−4f''(x) = -4f′′(x)=−4 is negative, the function is concave down at x=1x = 1x=1, meaning the point is a local maximum.

    Step 3: Find the value of the function at the critical point.

    • Substitute x=1x = 1x=1 into f(x)f(x)f(x): f(1)=−2(1)2+4(1)+1=−2+4+1=3f(1) = -2(1)^2 + 4(1) + 1 = -2 + 4 + 1 = 3f(1)=−2(1)2+4(1)+1=−2+4+1=3 Therefore, the local maximum value is 3.

    Step 4: Check the endpoints (if given interval).

    • If the function is defined over a closed interval, check the function values at the endpoints.

    Conclusion: The function has a local maximum at x=1x = 1x=1 with a value of 3. Since the function opens downward (concave down), the maximum at this point is also the global maximum.

    Example 2: Finding Maximum and Minimum of a Rational Function

    Consider the rational function f(x)=1xf(x) = \frac{1}{x}f(x)=x1​.

    Step 1: Find the critical points.

    • The derivative of f(x)f(x)f(x) is: f′(x)=−1x2f'(x) = -\frac{1}{x^2}f′(x)=−x21​
    • Set f′(x)=0f'(x) = 0f′(x)=0. However, f′(x)=0f'(x) = 0f′(x)=0 does not have any solutions, as the derivative is never zero. Therefore, there are no critical points.

    Step 2: Check for maximum or minimum.

    • The function has no critical points. The function f(x)=1xf(x) = \frac{1}{x}f(x)=x1​ decreases as xxx moves from positive to negative values, but there is no maximum or minimum because the function has horizontal asymptotes at both y=0y = 0y=0 (as x→∞x \to \inftyx→∞) and y=0y = 0y=0 (as x→−∞x \to -\inftyx→−∞).

    Conclusion: The function does not have a global maximum or minimum, but it has a horizontal asymptote at y=0y = 0y=0, and the function's values approach 0 as xxx moves away from zero in either direction.


    4. Global vs Local Maxima and Minima

    • Local Maximum: A point where the function value is greater than at nearby points, but it may not be the largest value in the entire domain.
    • Local Minimum: A point where the function value is smaller than at nearby points, but it may not be the smallest value in the entire domain.
    • Global Maximum: The highest value of the function over its entire domain (or interval).
    • Global Minimum: The lowest value of the function over its entire domain (or interval).

    5. Summary of Key Concepts

    Concept Description
    Critical Point A point where the derivative is 0 or undefined. These points are potential maxima or minima.
    Local Maximum The highest value of a function within a small neighborhood around a point.
    Local Minimum The lowest value of a function within a small neighborhood around a point.
    Global Maximum The largest value of the function over its entire domain.
    Global Minimum The smallest value of the function over its entire domain.
    First Derivative Test A method to determine whether a critical point is a maximum, minimum, or neither based on changes in sign of the derivative.
    Second Derivative Test A method to determine whether a critical point is a maximum or minimum based on the concavity of the function at that point.

    Understanding the maximum and minimum values of a function is fundamental to analyzing its behavior and solving optimization problems in many areas, such as physics, economics, and engineering.

    Previous topic 5
    Domain and Range of Functions
    Next topic 7
    Increasing and Decreasing Functions

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time10 min
      Word count1,736
      Code examples0
      DifficultyIntermediate