• 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
    • 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
    • CUET
      • Class 12th
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • 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
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Derivatives

Derivatives

Derivatives form an important quality of calculus, capturing the essence of change and motion. Whether you are exploring the slopes of curves or the rates at which quantities change, derivatives offer powerful tools for analysis. This article delves into the fundamentals of derivatives, explores various types, and dives into some advanced concepts like implicit differentiation and the derivatives of trigonometric functions.

1.0What are Derivatives?

At its core, a derivative represents the rate of change of a function with respect to a variable. If we consider a curve on a graph, the derivative at any given point gives us the slope of the tangent line at that point. Mathematically, if y = f(x), then the derivative of y with respect to x is denoted as dxdy​orf′(x).

2.0Types of Derivatives

Derivatives can be classified based on their nature and the functions they are derived from. Here are the four primary types:

  1. Ordinary Derivatives: These are derivatives of functions with respect to a single variable. For example, dxdy​ is the ordinary derivative of y with respect to x.
  2. Partial Derivatives: When dealing with functions of multiple variables, such as f (x, y, z), we use partial derivatives. Here, each derivative represents the rate of change with respect to one variable while keeping the others constant, denoted as ∂x∂f​,∂y∂f​, etc.
  3. Higher-Order Derivatives: These are derivatives taken multiple times. The second derivative, dx2d2y​ , represents the rate of change of the first derivative and is particularly useful in studying concavity and acceleration.
  4. Implicit Derivatives: Sometimes, functions are given implicitly rather than explicitly. For example, if x2 + y2 = 1, finding dxdy​ involves implicit differentiation.

3.0Derivatives Basic Rules

To compute derivatives, certain fundamental rules must be followed:

  • Power Rule: If f(x) = xn , then f '(x) = nxn–1.
  • Product Rule: If u(x) and v(x) are functions of x, then

dxd​[u(x)v(x)]=u′(x)v(x)+u(x)v′(x)

  • Quotient Rule: For two functions u(x) and v(x), 

dxd​[v(x)u(x)​]=v(x)2u′(x)v(x)−u(x)v′(x)​

  • Chain Rule: If a function y is composed of another function u such that y = f(u(x)), then dxdy​=dudy​×dxdu​.

4.0Derivatives of Trigonometric Functions

Trigonometric functions are spread widely in calculus, and their derivatives follow specific patterns:

  • dxd​(sinx)=cosx
  • dxd​(cosx)=−sinx
  • dxd​(tanx)=sec2x
  • dxd​(cosecx)=−cosecxcotx
  • dxd​(secx)=secxtanx
  • dxd​(cotx)=−cosec2x

5.0Derivatives of Inverse Trigonometric Functions

Inverse trigonometric functions also have well-defined derivatives:

  • dxd​(arcsinx)=1−x2​1​
  • dxd​(arccosx)=−1−x2​1​
  • dx​(arctanx)=1+x21​
  • dxd​(arccosecx)=−∣x∣x2−1​1​
  • dxd​(arcsecx)=∣x∣x2−1​1​
  • dxd​(arccotx)=−1+x21​

These derivatives are essential in various applications, including integrals and solving differential equations.

6.0Second Derivative and Implicit Differentiation

The second derivative, or the derivative of the derivative, provides insights into the concavity and inflection points of a function. For example, if y = f(x), then dx2d2y​ indicates whether the curve is concave up or down at a given point.

Implicit differentiation is particularly useful when dealing with equations where the dependent and independent variables are not explicitly separated. For example, given an equation like x2 + y2 = r2, differentiating both sides with respect to x gives us the derivative of y implicitly. This technique is essential for solving problems involving curves that are not easily expressed as functions.

7.0Solved Example of Derivatives

Example 1: Differentiate the function f(x) = 3x4 – 5x3 + 2x2 – 7x + 10.

Solution:

Using the power rule dxd​(xn)=nxn−1 :

f′(x)=dxd​(3x4)−dxd​(5x3)+dxd​(2x2)−dxd​(7x)+dxd​(10)

f′(x)=12x3−15x2+4x−7

So, the derivative of f(x) is f '(x) = 12x3 – 15x2 + 4x – 7.


Example 2: Differentiate g(x) = sin x + cos x.

Solution:

Using the derivatives of trigonometric functions:

g^{\prime}(x)=\frac{d}{d x}(\sin x)+\frac{d}{d x}(\cos x)

g'(x) = cos x – sin x

So, the derivative of g(x) is g'(x) = cos x – sin x.


Example 3: Differentiate h(x) = arcsin x.

Solution:

Using the derivative of the arcsine function:

h′(x)=dxd​(arcsinx)=1−x2​1​

So, the derivative of h(x) is h′(x)=1−x2​1​.


Example 4: Given the equation x2 + y2 = 25, find dxdy​ using implicit differentiation.

Solution:

Differentiate both sides with respect to x:

dxd​(x2+y2)=dxd​(25)

Using the chain rule:

2 x+2 ydxdy​=0

Solving for dxdy​ :

2ydydy​=−2x

dxdy​=−yx​

So, dxdy​=−yx​ .


Example 5: For the function f(x) = x3 – 3x2 + 2x, find the second derivative dx2d2y​.

Solution:

First, find the first derivative:

f′(x)=dxd​(x3−3x2+2x)=3x2−6x+2

Now, differentiate f'(x) to find the second derivative:

f′′(x)=dxd​(3x2−6x+2)=6x−6

So, the second derivative is f''(x) = 6x – 6.

8.0Practice Question on Derivatives

Differentiate the following functions with respect to x:

  • f(x)=5x3−4x2+7x−9
  • g(x)=x3​+2x2−x​
  • h(x)=e2x+ln(x)
  • y=sin(3x)
  • z = cos2(x) + sin2(x) 
  • x2 + y2 = 16
  • y = x4 – 4x3 + 2x2
  • f(x) = (3x2 + 2x) (x3 – 1)
  • ey + xy = x2
  • sin (x + y) = x2 + y2

9.0Sample Question on Derivatives

  1. What are higher-order derivatives?

Ans: Higher-order derivatives are derivatives of a derivative. For example, the second derivative dx2d2y​ is the derivative of the first derivative dxdy​. Higher-order derivatives can provide information about the concavity and inflection points of a function.

Table of Contents


  • 1.0What are Derivatives?
  • 2.0Types of Derivatives
  • 3.0Derivatives Basic Rules
  • 4.0Derivatives of Trigonometric Functions
  • 5.0Derivatives of Inverse Trigonometric Functions
  • 6.0Second Derivative and Implicit Differentiation
  • 7.0Solved Example of Derivatives
  • 8.0Practice Question on Derivatives
  • 9.0Sample Question on Derivatives

Frequently Asked Questions

A derivative represents the rate of change of a function with respect to a variable. It gives the slope of the tangent line to the curve of the function at any given point.

The derivative of a function can be calculated using various rules like the power rule, product rule, quotient rule, and chain rule, depending on the form of the function.

Geometrically, the derivative at a point on a curve represents the slope of the tangent line to the curve at that point. It tells us how steep the curve is at that specific point.

Implicit differentiation is a technique used to find the derivative of functions that are not explicitly solved for one variable in terms of another. It is particularly useful when dealing with equations that define relationships between variables implicitly.

If the second derivative is positive, the function is concave up (shaped like a cup); if it is negative, the function is concave down (shaped like a cap). It also helps identify inflection points, where the concavity changes.

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
    • CUET Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • CUET
    • Olympiad
    • NEET 2025 Answer Key

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

ISO