• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE 2025
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Application of Derivatives

Applications of Derivatives

The applications of derivatives is a core topic in calculus and mathematical analysis. It primarily involves using derivatives to understand and solve various mathematical problems. Key mathematical applications include:

  1. Finding Maxima and Minima: Derivatives help identify the local maxima and minima of a function. This is done by finding the critical points where the first derivative f'(x) is zero or undefined and then using the second derivative f''(x) to determine whether the point is a maximum or minimum.
  2. Rate of Change of Quantities: The derivative dy/dx measures the instantaneous rate of change of a dependent variable y with respect to an independent variable x. This concept is used in problems involving velocity, acceleration, and other changing quantities.
  3. Increasing and Decreasing Functions: A function f(x) is increasing on an interval if f'(x) > 0 for all x in that interval and decreasing if f'(x) < 0. This helps in analyzing the monotonicity of functions.
  4. Finding Tangents and Normal: The derivative f'(x) at a point gives the slope of the tangent to the curve at that point. The equation of the tangent line can be written as y – y1 = f'(x1)(x – x1), and the normal line is perpendicular to the tangent.

1.0Rate of Change of Quantities

The rate of change of quantities is a fundamental concept in calculus and is a direct application of derivatives. It is used to measure how one quantity changes with respect to another. Understanding this concept allows students and professionals to solve a variety of real-world problems, such as determining how fast a car is accelerating, how the height of a balloon increases with time, or how a population changes over a certain period.

In mathematical terms, if y = f(x) is a function representing the relationship between y and x, then the derivative dxdy​ signifies the rate of change of y with respect to x. Here, x could represent time, distance, or any other independent variable, while y could represent a dependent variable like speed, volume, or temperature.

Mathematical Definition

The rate of change of a quantity y with respect to x is defined as: dxdy​=limΔx→0​ΔxΔy​

where:

  • Δy is the change in y.
  • Δx is the change in x.

The derivative dxdy​ tells us how much y changes when x changes by a small amount. If dxdy​>0 , then y is increasing with respect to x. If dxdy​<0, then y is decreasing.

2.0Increasing and Decreasing Functions

In mathematics, particularly in calculus, functions can be classified based on their behavior over certain intervals.

  • Increasing Functions: A function f(x) is said to be increasing on an interval if, for any two points x1 and x2 within that interval where x1 < x2, the function values satisfy f(x1​)≤f(x2​). This means that as x increases, f(x) either increases or remains constant.
  • Decreasing Functions: Conversely, a function f(x) is decreasing on an interval if, for any two points x1 and x2 within that interval where x1 < x2, the function values satisfy f(x1​)≥f(x2​). This means that as ( x ) increases, ( f(x) ) either decreases or remains constant.

Understanding whether a function is increasing or decreasing is crucial for analyzing its behavior, finding local maxima and minima, and solving optimization problems.

3.0Maxima and Minima 

  1. Definitions:
  • Local Maximum: A function f(x) has a local maximum at x = a if f(a) is greater than or equal to f(x) for all x in some open interval around a. This means f(a) is the highest point in a small neighbourhood around a.
  • Local Minimum: A function f(x) has a local minimum at x = b if f(b) is less than or equal to f(x) for all x in some open interval around b. This means f(b) is the lowest point in a small neighbourhood around b.
  • Absolute Maximum: A function f(x) has an absolute maximum at x = c if f(c) is greater than or equal to f(x) for all x in the domain of f. This means f(c) is the highest point over the entire domain.
  • Absolute Minimum: A function f(x) has an absolute minimum at x = d if f(d) is less than or equal to f(x) for all x in the domain of f. This means f(d) is the lowest point over the entire domain.
  1. Finding Maxima and Minima:

To find the maxima and minima of a function, we typically follow these steps:

Step 1: Find the First Derivative: Compute the first derivative of the function.

Step 2: Find Critical Points: Set the first derivative equal to zero and solve for x. These values are called critical points. Also, include points where the derivative does not exist.

Step 3: Determine the Nature of Critical Points:

Second Derivative Test: Compute the second derivative, f’'(x). Evaluate the second derivative at each critical point.

If f’'(x) > 0 at a critical point, the function has a local minimum at that point.

If f’'(x) < 0 at a critical point, the function has a local maximum at that point.

If f’'(x) = 0, the test is inconclusive.

First Derivative Test: Alternatively, examine the sign of the first derivative before and after each critical point.

If f’(x) changes from positive to negative at a critical point, the function has a local maximum there.

If f’(x) changes from negative to positive at a critical point, the function has a local minimum there.

4.0Solved Examples on Rate of Change of Quantities

Example 1: A stone is dropped into a calm lake, creating circular waves that expand at a speed of 4 cm per second. At the moment when the radius of the circular wave reaches 10 cm, how quickly is the enclosed area increasing?

Solution:

The area A of a circle with radius r is given by A=πr2 .To find the rate of change of the area A with respect to time t, we differentiate:

dtdA​=dtd​(πr2)

dtdA​=πdtd​(r2)

dtdA​=π(2rdtdr​)

dtdA​=2πrdtdr​

Given that:

dtdr​=4 cm/s

Therefore:

dtdA​=2π(10)(4)=80π

Thus, the enclosed area is increasing at a rate of 80π cm2/s when r = 10 cm.


Example 2: A balloon is being inflated and its volume is increasing at a constant rate of 5 cubic centimeters per second. At what rate is the radius of the balloon expanding when the radius is 6 cm?

Solution:

The volume V of a sphere with radius r is given by V=34​πr3. To find the rate of change of the radius r with respect to time t, we differentiate the volume formula with respect to time:

dtdV​=dtd​(34​πr3)

dtdV​=34​π⋅3r2dtdr​

dtdV​=4πr2dtdr​

Given that:

dtdV​=5 cm3/s

We need to find dtdr​ when r = 6 cm. Substituting the known values into the differentiated equation:

5=4π(6)2dtdr​

5=144πdtdr​

dtdr​=144π5​

Therefore, the radius is increasing at a rate of 144π5​ cm/s when the radius is 6 cm.


Example 3: Consider the function f(x)=x3−3x2+4.

Solution: 

Let f(x)=x3−3x2+4

Step 1: Find the first derivative: f’(x) = 3x2 – 6x 

Step 2: Find critical points by setting the first derivative to zero: 

⇒ 3x2 – 6x = 0 

⇒ 3x (x – 2) = 0 

⇒ x = 0 or x = 2 

Step 3: Use the second derivative test: f’'(x) = 6x – 6 

⇒ At x = 0: f’'(0) = 6(0) – 6 = –6 (negative, so local maximum)

⇒ At x = 2: f’'(2) = 6(2) – 6 = 6 (positive, so local minimum)

Therefore, x = 0 is a local maximum and x = 2 is a local minimum.


Example 4: Consider the function g(x)=x4−4x3+6x2.

Solution: 

Let g(x)=x4−4x3+6x2

Step 1: Find the first derivative: g′(x)=4x3−12x2+12x

Step 2: Find critical points by setting the first derivative to zero: 

⇒4x(x2−3x+3)=0

⇒x=0 or solve x2−3x+3=0

Step 3: Use the second derivative test: g′′(x)=12x2−24x+12

⇒ At x = 0: g′′(0)=12(0)2−24(0)+12=12 (positive, so local minimum)

Therefore, x = 0 is a local minimum. The quadratic has no real roots, so there are no other critical points.


Example 5: Show that the function f(x)=3x2−6x+4 is increasing on the set of real numbers R.

Solution: 

To determine if the function f(x)=3x2−6x+4 is increasing on R, we need to find its first derivative and analyze its sign.

  1. Find the first derivative: f′(x)=dxd​(3x2−6x+4)=6x−6
  2. Simplify the derivative: f’(x)=6(x–1) 
  3. Analyze the sign of the derivative: Since 6(x – 1) is always positive for all x∈R ,  the function f(x) is increasing on R.

Therefore, the function f(x)=3x2−6x+4 is increasing on the set of real numbers R.


Example 6: Determine the intervals on which the function f(x)=sinx−cosx is increasing or decreasing for 0≤x≤2π 

Solution: 

To find the intervals where the function f(x)=sinx−cosx is increasing or decreasing, we need to analyze its first derivative.

  1. Find the first derivative: f′(x)=cosx+sinx
  2. Determine where f’(x) is positive or negative: f′(x)>0⇒cosx+sinx>0

f′(x)<0⇒cosx+sinx<0

  1. Solve the inequality: The points 4π​ and 45π​ divide the interval [0,2 \pi] into three subintervals:

[0,4π​],[4π​,45π​]and [45π​,2π]

  • For 0<x<4π​,cosx+sinx>0, so f(x) is increasing.
  • For 4π​<x<45π​,cosx+sinx<0, so f(x) is decreasing.
  • For 45π​<x<2π,cosx+sinx>0, so f(x) is increasing.

Therefore, the function f(x)=sinx−cosx is increasing on [0,4π​] and [45π​,2π] and decreasing on [4π​,45π​].

5.0Practice Questions on Applications of Derivatives

  1. A spherical balloon is being inflated, causing its volume to increase at a rate of 10 cubic centimeters per second. Determine how quickly the radius of the balloon is growing when the radius measures 5 cm.
  2. The radius of a circular oil spill is increasing at a rate of 0.1 meters per minute. How fast is the area of the oil spill increasing when the radius is 20 meters?
  3. A conical tank is being filled with water at a speed of 5 cubic meters per minute. The tank has a height of 10 meters and a base radius of 3 meters. How fast is the water level rising when the water is 6 meters deep?

6.0Sample Questions on Applications of Derivatives

  1. What is meant by the rate of change of a function?

Ans: The rate of change of a function y = f(x) w.r.t x is the derivative dxdy​. It measures how y changes as x varies. For example, in physics, if s(t) represents displacement as a function of time t, then dtds​ gives the velocity.

  1. How do you find the equation of a tangent line using derivatives?

Ans: To find the tangent line to a curve y = f(x) at a point (x1, y1):

  1. Find the derivative f'(x), which gives the slope of the tangent at any point x.
  2. Evaluate f'(x) at x1 to get the slope m.
  3. Use the point-slope form to express the equation of a line:  y−y1​=m(x−x1​)

Table of Contents


  • 1.0Rate of Change of Quantities
  • 2.0Increasing and Decreasing Functions
  • 3.0Maxima and Minima 
  • 4.0Solved Examples on Rate of Change of Quantities
  • 5.0Practice Questions on Applications of Derivatives
  • 6.0Sample Questions on

Frequently Asked Questions

Derivatives are mainly used for: Finding Maxima and Minima: Determine the highest or lowest values of a function. Rate of Change of Quantities: Measure how one quantity changes with respect to another, such as velocity or growth rate. Determining Monotonicity: Identify intervals where a function is increasing or decreasing. Finding Tangents and Normals: Derive equations of tangents and normals to curves at specific points.

To find maxima or minima: Calculate the first derivative, f'(x). Set f'(x) = 0 to find critical points. Use the second derivative, f''(x), to determine the nature of these points: If f''(x) > 0, the point is a local minimum. If f''(x) < 0, the point is a local maximum.

A function f(x) is considered: Increasing on an interval if the derivative f'(x) > 0 for every x in that interval. Decreasing on an interval if the derivative f'(x) < 0 for every x in that interval.

In JEE Mains, problems on derivatives often include: Finding local maxima or minima of polynomial and trigonometric functions. Analyzing monotonicity and concavity. Optimization problems involving geometry or motion. Mastering these applications is crucial for solving such problems effectively in competitive exams.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO