Revise notes
Class 12 Maths
Application of Derivatives
learnohub

Maxima and Minima

In this section, we find the method to calculate the maximum and the minimum values of a function in a given domain. i.e. we will find the turning points of the graph of a function at which the graph reaches its highest or lowest. We use these points is for sketching the graph of a given function.

 Again, we will also find the absolute maximum and absolute minimum of a function that are used for the solution of many applied problems.

 There are some definition of maxima and minima which are going to discuss one by one:

 

Definition 1: Let f be a function defined on an interval I. Then

(a) f is said to have a maximum value in I, if there exists a point c in I such that f(c) ≥ f(x), for all x Є I.

The number f(c) is called the maximum value of f in I and the point c is called a point of maximum value of f in I.

(b) f is said to have a minimum value in I, if there exists a point c in I such that f(c) ≤ f(x), for all x Є I.

The number f(c), in this case, is called the minimum value of f in I and the point c, in this case, is called a point of minimum value of f in I.

 (c) f is said to have an extreme value in I if there exists a point c in I such that f(c) is either a maximum value or a minimum value of f in I.

The number f(c), in this case, is called an extreme value of f in I and the point c is called an extreme point.

Definition 2: Let f be a real valued function and let c be an interior point in the domain of f. Then

 

(a) c is called a point of local maxima if there is an h > 0 such that f(c) ≥ f(x), for all x in (c – h, c + h)

 The value f(c) is called the local maximum value of f.

 (b) c is called a point of local minima if there is an h > 0 such that f(c) ≤ f(x), for all x in (c – h, c + h)

 The value f(c) is called the local minimum value of f.

The above definition leads to the following theorem:

Theorem: Let f be a function defined on an open interval I. Suppose c ∈ I be any point. If f has a local maxima or a local minima at x = c, then either f ′(c) = 0 or f is not differentiable at c.

Now, using only the first order derivatives, we calculate for finding points of local maxima or points of local minima.

Theorem (First Derivative Test): Let f be a function defined on an open interval I. Again let f be continuous at a critical point c in I. Then

(i) If f ′(x) changes sign from positive to negative as x increases through c, i.e. if f ′(x) > 0 at every point sufficiently close to and to the left of c, and f ′(x) < 0 at every point sufficiently close to and to the right of c, then c is a point of local maxima.

(ii) If f ′(x) changes sign from negative to positive as x increases through c, i.e. if f ′(x) < 0 at every point sufficiently close to and to the left of c, and f ′(x) > 0 at every point sufficiently close to and to the right of c, then c is a point of local minima.

(iii) If f ′(x) does not change sign as x increases through c, then c is neither a point of local maxima nor a point of local minima. Such a point is called point of inflection as shown in the figure.

    

 Class_12_Maths_Applications_Of_Derivatives_Graph_Of_Maxima_And_Minima_1

 

 Class_12_Maths_Applications_Of_Derivatives_Graph_Of_Maxima_And_Minima_2

Theorem (Second Derivative Test): Let f be a function defined on an interval I and c ∈ I. Let f be twice

differentiable at c. Then

(i) x = c is a point of local maxima if f ′(c) = 0 and f ″(c) < 0

The value f (c) is local maximum value of f.

(ii) x = c is a point of local minima if f′(c) = 0 and f ″(c) > 0

In this case, f (c) is local minimum value of f.

(iii) The test fails if f ′(c) = 0 and f ″(c) = 0.

In this case, we go back to the first derivative test and find whether c is a point of local maxima, local minima or a point of inflexion.

Problem: Find the local maxima and local minima, if any, of the following functions. Also find the local maximum and the local minimum values, as the case may be:

(i) f(x) = x2                                                                  (ii) g(x) = x3 − 3x           

Solution:

(i) Given, f(x) = x2

So f’(x) = 2x

Now, f’(x) = 0

=> 2x = 0

=> x = 0

Thus, x = 0 is the only critical point which could possibly be the point of local maxima or local minima of f.

We have, f”(0) = 2 which is positive.

Therefore, by second derivative test, x = 0 is a point of local minima and local minimum value

of f at x = 0 is f(0) = 0.

(ii) g(x) = x3 − 3x

So, g’(x) = 3x2 – 3

Now, g’(x) = 0

=> 3x2 – 3 = 0

=> 3(x2 – 1) = 0

=> x2 – 1 = 0

=> x2 = 1

=> x = ±1

Now, g”(x) = 6x

g”(1) = 6 * 1 = 6 > 0

g”(-1) = 6 * (-1) = -6 < 0

By second derivative test, x = 1 is a point of local minima and local minimum value of g at x = 1

is g(1) = 13 − 3 = 1 − 3 = −2.

However, x = −1 is a point of local maxima and local maximum value of g at x = −1 is

g(1) = (−1)3 − 3 (− 1) = − 1 + 3 = 2.

There are two theorems to find the absolute maximum and absolute minimum values of a function on a closed interval I.

Theorem: Let f be a continuous function on an interval I = [a, b]. Then f has the absolute maximum value and f attains it at least once in I. Also, f has the absolute minimum value and attains it at least once in I.

Theorem: Let f be a differentiable function on a closed interval I and let c be any interior point of I. Then

(i) f′(c) = 0 if f attains its absolute maximum value at c.

(ii) f′(c) = 0 if f attains its absolute minimum value at c.

The working rule for finding absolute maximum and/or absolute minimum values of a function in a given

closed interval [a, b] as given below:

Working Rule:

Step 1: Find all critical points of f in the interval, i.e., find points x where either f′(x) =0 or f is not differentiable.

Step 2: Take the end points of the interval.

Step 3: At all these points from Step 1 and 2 and calculate the values of f.

Step 4: Identify the maximum and minimum values of f out of the values calculated in Step 3. This maximum value will be the absolute maximum (greatest) value of f and the minimum value will be the absolute minimum (least) value of f.

Problem: Find both the maximum value and the minimum value of 3x4 − 8x3 + 12x2 − 48x + 25 on the interval [0, 3].

Solution:

Given, f(x) = 3x4 − 8x3 + 12x2 − 48x + 25

f′(x) = 12x3 − 24x2 + 24x − 48

       =12(x3 −2x2 +2x −4)

       =12[x2(x − 2) + 2(x − 2)]

       =12(x2 + 2)(x − 2)

For maxima and minima, f′(x) = 0

=> 12(x2 + 2)(x − 2)=0

=> x = 2, x2 = -2

Since x2 = -2 is not possible

So, x = 2 ∈ [0, 3]

Now we evaluate the value of f at critical point x = 2 and at the end points of the interval [0, 3]

f(0) = 25

f(2) = 3 * 24 – 8 * 23 + 12 * 22 – 48 * 2 + 25

        = 48 – 64 + 48 – 96 + 25

        = −39

f(3) = 3 * 34 – 8 * 33 + 12 * 32 – 48 * 3 + 25

       = 243 – 216 + 108 −144 + 25

       = 16

Hence, at x = 0, Maximum value = 25

At x = 2, Minimum value = -39

Problem: Find the maximum and minimum values of x + sin 2x on [0, 2π].

Solution:

Let f(x) = x + sin 2x

So, f’(x) = 1 + 2 cos 2x

Now, f’(x) = 0

=> 1 + 2 cos 2x = 0

=> cos 2x = -1/2

=> cos 2x = -cos π/3

=> cos 2x = cos (π - π/3)

=> cos 2x = cos 2π/3

=> 2x = 2nπ ± 2π/3, n є Z

=> x = nπ ± π/3, n є Z

=> x = π/3, 2π/3, 4π/3, 5π/3 є [0, 2π]

Now,

f(π/3) = π/3 + sin 2π/3 = π/3 + √3/2

f(2π/3) = 2π/3 + sin 4π/3 = π/3 - √3/2

f(4π/3) = 4π/3 + sin 8π/3 = 4π/3 + √3/2

f(5π/3) = 5π/3 + sin 10π/3 = 5π/3 - √3/2

f(0) = 0 + sin 0 = 0

f(2π) = 2π + sin 2π = 2π + 0 = 2π

Hence, we can conclude that the absolute maximum value of f(x) in the interval [0, 2π] is 2π occurring at x = 2π and the absolute minimum value of f(x) in the interval [0, 2π] is 0 occurring at x = 0.

Class 12 Maths Application of Derivatives NCERT Chapter 6 Free Notes for Best Revision

Revision of Class 12 Maths Application of Derivatives is a crucial aspect of effective learning. Revision plays a vital role in the learning process and is especially important before exams. Here are some key points you can consider emphasizing in your content:

  1. Retention and Memory: Regularly reviewing and revisiting the material of Class 12 Maths Application of Derivatives helps reinforce the concepts in students' minds. It strengthens memory pathways, making it easier to recall information during exams and beyond.
  2. Consolidation of Knowledge: When you revise notes, you are essentially consolidating your knowledge. This means connecting new information with what you already know, making the overall understanding more robust.
  3. Identifying Knowledge Gaps: Revision allows students to identify any gaps in their understanding or areas where they need further clarification. This gives you a chance to seek help or delve deeper into those topics. For detailed understanding, you can always refer to the videos of Application of Derivatives Class 12 Maths NCERT Chapter 6 on LearnoHub.com
  4. Building Confidence: As you revise Application of Derivatives Class 12 Maths and become more familiar with the content, your confidence in your abilities grows. Confidence is a crucial factor in exam performance as it reduces anxiety and allows you to approach exams with a positive mindset.
  5. Different Revision Techniques: Use a variety of revision techniques such as summarizing notes, creating flashcards, practicing past papers, discussing concepts with peers, and teaching others. Different techniques work for different students, and it's essential to find what suits you the best. You can also attend the LIVE Revision classes on LearnoHub.com or watch the LIVE Revision Race videos of LearnoHub on Application of Derivatives Class 12 Maths NCERT Chapter 6.
  6. Spacing Effect: Spacing out revision sessions over time, rather than cramming all at once, has been shown to improve long-term retention. Create a revision schedule leading up to the exams to allow for spaced practice.
  7. Regular Revision over Cramming: Regular and consistent revision throughout the academic year is very important. Waiting until the last moment to cram everything can be overwhelming and less effective than spaced-out revision.
  8. Self-Assessment: Assess your understanding periodically through quizzes or self-tests. This helps you to gauge your progress and identify areas that need further attention. Refer Class 12 Application of Derivatives Online Tests.
  9. Balanced Approach: Remind students to strike a balance between revision and other activities. Adequate rest, exercise, and relaxation are essential for optimal learning and performance.
  10. Seeking Help: If you face difficulties during the revision process, Refer the videos of Class 12 Maths Application of Derivatives. Clearing doubts promptly is crucial for a better grasp of the subject matter. You can always ask your doubts on Application of Derivatives Class 12 Maths NCERT Chapter 6. “Ask a Question” section of LearnoHub.com

By highlighting the benefits and strategies of effective revision, you can approach your studies more mindfully and achieve better results in your exams. Best of luck bachhon!

Class 12 Maths seems to be a quite difficult subject for a lot of students. But, if you get a very good conceptual understanding of the subject, it can be very interesting for you.

We, at LearnoHub, will give our best to make Class 12 Maths Application of Derivatives NCERT Chapter 6 super-duper easy for you.

We aim at making learning fun as well as engaging for you with our complete end-end learning content with Application of Derivatives Class 12 Maths Best videos, Notes, NCERT pdf, NCERT complete syllabus, tests and Practice Questions.

Always remember, it is very important to study with full concentration during Revision. Here are a few tips for you on how to revise with full focus:

  1. Create a Distraction-Free Environment: Find a quiet and comfortable place to study where you can minimize distractions. Turn off or silence your phone, log out of social media accounts, and inform others around you that you need uninterrupted study time. A dedicated study environment will help you focus better.
  2. Set Specific Goals: Before starting your study session, set clear and achievable goals. Break down your study material into smaller tasks, and plan what you want to accomplish during each session. Having specific goals will give you a sense of direction and purpose, making it easier to concentrate.
  3. Use the Pomodoro Technique: The Pomodoro Technique is a time management method that involves studying in short, focused intervals, typically 25 minutes, followed by a short break of 5 minutes. After completing four sessions, take a longer break of around 15-30 minutes. This technique can improve focus and productivity by providing regular breaks to recharge.
  4. Stay Organized: Keep your study materials, notes, and resources well-organized. Having everything you need at hand will save time and reduce distractions caused by searching for materials. Use color-coded folders or digital tools to maintain a structured study system.
  5. Practice Mindfulness and Meditation: Before you begin studying, take a few minutes to practice mindfulness or meditation. Deep breathing exercises and clearing your mind of distractions can help you approach your study session with a calm and focused mindset.

Remember, studying with full concentration is a skill that takes time and practice to develop. If you find your mind wandering during study sessions, gently bring your focus back to the task at hand and be patient with yourself. With consistent effort, you can improve your ability to concentrate and make the most of your study time.

Last but not the least, To get the best hold on Class 12 Maths Application of Derivatives Book Chapter 6. Do not forget to check out:

  • Application of Derivatives Class 12 Maths Best videos
  • Application of Derivatives Class 12 Maths NCERT Solutions
  • Class 12 Maths Application of Derivatives Revision notes
  • Application of Derivatives Class 12 Maths DPPS, Download PDF of solutions
  • Class 12 Maths Application of Derivatives Online Tests
  • Class 12 Maths Sample papers

Classes

  • Class 6
  • Class 7
  • Class 8
  • Class 9
  • Class 10
  • Class 11
  • Class 12
  • ICSE 6
  • ICSE 7
  • ICSE 8
  • ICSE 9
  • ICSE 10
  • NEET
  • JEE

YouTube Channels

  • LearnoHub Class 11,12
  • LearnoHub Class 9,10
  • LearnoHub Class 6,7,8
  • LearnoHub Kids

Overview

  • FAQs
  • Privacy Policy
  • Terms & Conditions
  • About Us
  • NGO School
  • Contribute
  • Jobs @ LearnoHub
  • Success Stories
© Learnohub 2026.

Available Swayam Credits: 0

DateTimingsClassAction

No Data

Swayam Credits can be used to Book a class of any subject of your choice on any date convenient to you. One Swayam Credit will be used for One class.

₹475 OFF!!

*Offer ends on 15th March 2027.

₹1900 ₹2375