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 – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›Relative Extrema, Absolute Maxima and Minima
    Math Deficiency – IITopic 26 of 32

    Relative Extrema, Absolute Maxima and Minima

    8 minread
    1,292words
    Intermediatelevel

    Relative Extrema, Absolute Maxima, and Minima

    1. Relative (Local) Extrema

    A function f(x)f(x)f(x) has a relative maximum at x=cx = cx=c if f(c)f(c)f(c) is greater than all nearby function values. Similarly, f(x)f(x)f(x) has a relative minimum at x=cx = cx=c if f(c)f(c)f(c) is less than all nearby values.

    First Derivative Test for Relative Extrema

    To find relative extrema:

    1. Find the first derivative f′(x)f'(x)f′(x).
    2. Set f′(x)=0f'(x) = 0f′(x)=0 or find where f′(x)f'(x)f′(x) is undefined (critical points).
    3. Use sign changes in f′(x)f'(x)f′(x) to determine extrema:
      • If f′(x)f'(x)f′(x) changes from positive to negative, f(x)f(x)f(x) has a relative maximum.
      • If f′(x)f'(x)f′(x) changes from negative to positive, f(x)f(x)f(x) has a relative minimum.

    Example

    Find the relative extrema of f(x)=x3−3x2+4f(x) = x^3 - 3x^2 + 4f(x)=x3−3x2+4.

    1. Compute the derivative:

      f′(x)=3x2−6xf'(x) = 3x^2 - 6xf′(x)=3x2−6x
    2. Set f′(x)=0f'(x) = 0f′(x)=0:

      3x(x−2)=03x(x - 2) = 03x(x−2)=0 x=0,x=2x = 0, \quad x = 2x=0,x=2
    3. Use test points to check sign changes:

      • For x<0x < 0x<0, pick x=−1x = -1x=−1: f′(−1)=3(1)−6(−1)=9f'(-1) = 3(1) - 6(-1) = 9f′(−1)=3(1)−6(−1)=9 (positive, increasing).
      • For 0<x<20 < x < 20<x<2, pick x=1x = 1x=1: f′(1)=3(1)−6(1)=−3f'(1) = 3(1) - 6(1) = -3f′(1)=3(1)−6(1)=−3 (negative, decreasing).
      • For x>2x > 2x>2, pick x=3x = 3x=3: f′(3)=3(9)−6(3)=9f'(3) = 3(9) - 6(3) = 9f′(3)=3(9)−6(3)=9 (positive, increasing).

      Conclusion:

      • x=0x = 0x=0 is a relative maximum because f′(x)f'(x)f′(x) changes from positive to negative.
      • x=2x = 2x=2 is a relative minimum because f′(x)f'(x)f′(x) changes from negative to positive.

    2. Absolute (Global) Maximum and Minimum

    A function has an absolute maximum at x=cx = cx=c if f(c)f(c)f(c) is the largest value over the entire domain. It has an absolute minimum if f(c)f(c)f(c) is the smallest value.

    Steps to Find Absolute Extrema

    1. Find critical points by setting f′(x)=0f'(x) = 0f′(x)=0.
    2. Evaluate the function at critical points and endpoints (for closed intervals).
    3. Compare function values to determine the highest and lowest points.

    Example on a Closed Interval

    Find the absolute extrema of f(x)=x3−3x2+4f(x) = x^3 - 3x^2 + 4f(x)=x3−3x2+4 on [−1,3][-1, 3][−1,3].

    1. Critical points: From the previous example, we found x=0,2x = 0, 2x=0,2.

    2. Evaluate f(x)f(x)f(x) at critical points and endpoints:

      • f(−1)=(−1)3−3(−1)2+4=−1−3+4=0f(-1) = (-1)^3 - 3(-1)^2 + 4 = -1 - 3 + 4 = 0f(−1)=(−1)3−3(−1)2+4=−1−3+4=0
      • f(0)=(0)3−3(0)2+4=4f(0) = (0)^3 - 3(0)^2 + 4 = 4f(0)=(0)3−3(0)2+4=4
      • f(2)=(2)3−3(2)2+4=8−12+4=0f(2) = (2)^3 - 3(2)^2 + 4 = 8 - 12 + 4 = 0f(2)=(2)3−3(2)2+4=8−12+4=0
      • f(3)=(3)3−3(3)2+4=27−27+4=4f(3) = (3)^3 - 3(3)^2 + 4 = 27 - 27 + 4 = 4f(3)=(3)3−3(3)2+4=27−27+4=4
    3. Compare values:

      • Maximum value: f(0)=f(3)=4f(0) = f(3) = 4f(0)=f(3)=4 → Absolute maximum at x=0x = 0x=0 and x=3x = 3x=3.
      • Minimum value: f(−1)=f(2)=0f(-1) = f(2) = 0f(−1)=f(2)=0 → Absolute minimum at x=−1x = -1x=−1 and x=2x = 2x=2.

    Summary

    • Relative extrema (local max/min) occur where f′(x)=0f'(x) = 0f′(x)=0 and the derivative changes sign.
    • Absolute extrema (global max/min) occur at critical points or endpoints in a closed interval.
    • The First Derivative Test helps determine relative extrema.
    • The Absolute Extrema Test compares function values at critical points and endpoints.

    These concepts are fundamental in optimization problems, physics, economics, and engineering.

    Previous topic 25
    Increase, Decrease, and Concavity
    Next topic 27
    Integrals: An Overview of the Area Problem

    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 time8 min
      Word count1,292
      Code examples0
      DifficultyIntermediate