Photo AI

Last Updated Sep 27, 2025

Increasing & Decreasing Functions Simplified Revision Notes

Revision notes with simplified explanations to understand Increasing & Decreasing Functions quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

252+ students studying

7.2.2 Increasing & Decreasing Functions

Increasing and decreasing functions are key concepts in calculus that describe how a function behaves as the input variable xx changes. Understanding these concepts helps in analysing the behaviour of functions, finding local maxima and minima, and determining intervals where a function is moving upwards or downwards.

1. Definition of Increasing and Decreasing Functions:

  • Increasing Function: A function f(x)f(x) is said to be increasing on an interval  I\ I if, for any two points  x1\ x_1 and x2 in I x_2\ in \ I, with  x1<x2,\ x_1 < x_2, we have: f(x1)f(x2)f(x_1) \leq f(x_2) If  f(x1)<f(x2)\ f(x_1) < f(x_2) for all  x1<x2\ x_1 < x_2, the function is called strictly increasing.
  • Decreasing Function: A function  f(x) \ f(x)is said to be decreasing on an interval  I \ I if, for any two points  x1\ x_1 and x2 in I ,with x1<x2x_2\ in \ I\ , with \ x_1 < x_2, we have: f(x1)f(x2)f(x_1) \geq f(x_2) If  f(x1)>f(x2) for all x1<x2\ f(x_1) > f(x_2)\ for\ all \ x_1 < x_2, the function is called strictly decreasing.

2. Using the Derivative to Determine Increasing and Decreasing Functions:

The derivative of a functionf(x) f(x) provides information about the rate of change of the function, and it can be used to determine where the function is increasing or decreasing.

infoNote
  • If  f(x)>0\ f'(x) > 0 for all  x\ x in an interval, then  f(x)\ f(x) is increasing on that interval.
  • If  f(x)<0\ f'(x) < 0 for all  x\ x in an interval, then  f(x)\ f(x) is decreasing on that interval.
  • If  f(x)=0\ f'(x) = 0 for all  x\ x in an interval, the function is constant on that interval.

3. Critical Points and Test Intervals:

infoNote
  • Critical Points: Critical points occur where the derivative f(x)f'(x) is zero or undefined. These points are important because they can indicate where the function changes from increasing to decreasing (or vice versa).
infoNote
  • Test Intervals: After finding the critical points, divide the domain of the function into intervals between these points. Determine the sign of the derivative within each interval to see whether the function is increasing or decreasing.

4. Procedure for Determining Intervals of Increase and Decrease:

infoNote
  1. Find the Derivative: Calculate the first derivative  f(x)\ f'(x) of the function  f(x).\ f(x).
  2. Find Critical Points: Solve the equation  f(x)=0\ f'(x) = 0 to find critical points. Also, identify where  f(x)\ f'(x) is undefined.
  3. Determine Sign of  f(x) :\ f'(x)\ :
  • Use test points in each interval (between critical points) to determine the sign of  f(x)\ f'(x)in that interval.
  • If  f(x)>0\ f'(x) > 0 in an interval, the function is increasing there.
  • If  f(x)<0\ f'(x) < 0 in an interval, the function is decreasing there.
  1. Conclude: Based on the sign of the derivative in each interval, determine where the function is increasing or decreasing.

5. Example Problems:

infoNote

Example 1: Find where the function  f(x)=x33x2+2\ f(x) = x^3 - 3x^2 + 2 is increasing or decreasing.


  • Step 1: Find the derivative: f(x)=3x26xf'(x) = 3x^2 - 6x

  • Step 2: Find the critical points:
  • Set  f(x)=0\ f'(x) = 0: 3x26x=03x(x2)=03x^2 - 6x = 0 \quad \Rightarrow \quad 3x(x - 2) = 0
  • So,  x=0\ x = 0 and  x=2\ x = 2 are critical points.

  • Step 3: Determine the sign of  f(x)\ f'(x) in the intervals:
  • Test intervals:  (,0) (0,2), (2,).\ (-\infty, 0) \, \ (0, 2) , \ (2, \infty) .
  • For x(,0) \ x \in (-\infty, 0), pick  x=1:\ x = -1: f(1)=3(1)26(1)=3+6=9>0(:success[increasing])f'(-1) = 3(-1)^2 - 6(-1) = 3 + 6 = 9 > 0 \quad \text{(:success[increasing])}
  • For  x(0,2),\ x \in (0, 2), pick  x=1:\ x = 1: f(1)=3(1)26(1)=36=3<0(:success[decreasing])f'(1) = 3(1)^2 - 6(1) = 3 - 6 = -3 < 0 \quad \text{(:success[decreasing])}
  • For x(2,x \in (2, \infty), pick x=3x = 3: f(3)=3(3)26(3)=2718=9>0(:success[increasing])f'(3) = 3(3)^2 - 6(3) = 27 - 18 = 9 > 0 \quad \text{(:success[increasing])}
  • Conclusion:
  •  f(x)\ f(x) is increasing on  (,0)\ (-\infty, 0) and  (2,).\ (2, \infty) .
  •  f(x)\ f(x) is decreasing on  (0,2).\ (0, 2) .
infoNote

Example 2: Determine where the function  f(x)=1x\ f(x) = \frac{1}{x} is increasing or decreasing.


  • Step 1: Find the derivative: f(x)=1x2f'(x) = -\frac{1}{x^2}
  • Step 2: Analyse the sign of  f(x):\ f'(x):
  • Since  f(x)=1x2\ f'(x) = -\frac{1}{x^2} is always negative for  x0\ x \neq 0, the function is decreasing for all  x(,0)(0,).\ x \in (-\infty, 0) \cup (0, \infty).
  • Conclusion:
  •  f(x)=1x is :success[decreasing] on  (,0)(0,).\ f(x) = \frac{1}{x} \ is\ :success[decreasing]\ on\ \ (-\infty, 0) \cup (0, \infty) .

6. Applications of Increasing and Decreasing Functions:

  • Optimization: Finding the maximum or minimum values of a function involves determining where the function changes from increasing to decreasing or vice versa.
  • Curve Sketching: Understanding where a function is increasing or decreasing helps in drawing an accurate graph of the function.
  • Economics and Biology: In various fields, increasing and decreasing functions model growth, decline, and other trends over time.

Summary:

infoNote
  • Increasing and decreasing functions describe how a function's output changes as the input increases.
  • The first derivative  f(x)\ f'(x) is the key tool in determining whether a function is increasing or decreasing.
  • By finding critical points and analysing the sign of the derivative, you can identify intervals where the function increases or decreases, which is essential for understanding the behaviour of the function and solving optimization problems.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Increasing & Decreasing Functions

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

70 flashcards

Flashcards on Increasing & Decreasing Functions

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

7 quizzes

Quizzes on Increasing & Decreasing Functions

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

24 questions

Exam questions on Increasing & Decreasing Functions

Boost your confidence with real exam questions.

Try Maths Pure Questions

1 exams created

Exam Builder on Increasing & Decreasing Functions

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Increasing & Decreasing Functions

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Increasing & Decreasing Functions you should explore

Discover More Revision Notes Related to Increasing & Decreasing Functions to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Applications of Differentiation

Gradients, Tangents & Normal

user avatar
user avatar
user avatar
user avatar
user avatar

327+ studying

184KViews

96%

114 rated

Applications of Differentiation

Second Order Derivatives

user avatar
user avatar
user avatar
user avatar
user avatar

252+ studying

184KViews

96%

114 rated

Applications of Differentiation

Stationary Points & Turning Points

user avatar
user avatar
user avatar
user avatar
user avatar

386+ studying

191KViews

96%

114 rated

Applications of Differentiation

Sketching Gradient Functions

user avatar
user avatar
user avatar
user avatar
user avatar

224+ studying

198KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered