• 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
    • 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
Second Order Derivatives

Second Order Derivatives

The derivative of a function is the fundamental concept in calculus. It represents the rate at which any given function is changing at a given point, or in simple words, it gives the slope of a function; this rate of change is also known as the first-order derivative of a function. Similarly, the Second Order Derivative represents the rate at which the first-order derivative is changing.

1.0Definition Of Second Order Derivative

To understand second-order derivatives, it is important to have a thorough understanding of the basics of First order derivatives:

  • The first-order derivative is simply the rate at which a function is changing at any given point. It's like the slope of the tangent line on a graph. Think of it this way: if you were driving a car, the first derivative would tell you how fast you're going at any moment (your speed). It tells you how the function is changing in the most direct way. Mathematically, the first order derivative of a function, say f(x), is represented as: 

f′(x) or dxd​[f(x)]

  • The second derivative takes it a step further, it is the derivative of the first order derivative, meaning it tells you how the rate of change is itself changing. If the first derivative is like your speed, the second derivative is like your acceleration, which lets you know if you're speeding up or slowing down. The second-order derivative can be represented as: 

f”(x) or dxd​[f′(x)] or dx2d2​[f(x)]

Second Order Derivative Formulas

There are no direct formulas for second-order derivatives; rather, the formulas can be derived from the existing formulas of first-order derivatives. For Example: 

  1. Power Rule: if f(x) = xn, then: 

f’(x) = nxn-1, and f”(x) = n(n–1)xn-2

  1. Product Rule: If f(x) = g(x) . h(x), then: 

f'(x) = u'(x)v(x)+u(x)v'(x) and

f"(x)=g"(x)h(x)+2g'(x)h'(x)+g(x)h"(x)

  1. Quotient Rule: If f(x) = u(x)/v(x), then: 

f′(x)=v2(x)v(x)u′(x)−u(x)v′(x)​

f′′(x)=v3(x)v(x)[u′′(x)v(x)−2u′(x)]+u(x)[v′′(x)v(x)−2v′(x)]​

Second-Order Derivatives of Parametric Functions: 

In calculus, parametric equations are a way of defining a curve in terms of two variables: one independent parameter, often denoted as (t), and two dependent variables x(t) & y(t).

To find the second-order derivative of a parametric function, use the derivatives of functions x(t) & y(t) with respect to "t" and further apply the chain rule to get the desired derivatives. 

For Example: Find the second-order derivative of the parametric equations: x = t2 + 2t, y = 3t2 - 5t 

Solution: 

Step 1: Find the first-order derivative of x and y with respect to t 

  • dtd​=dtd(t2+2t)​=2t+2
  • dtd​=dtd(3t2−5t)​=9t+2
  • Hence, dxd​=dtdx​dxdy​​=2t+29t−2​

Step 2: Next, Find the second-order derivative of dy/dx 

dx2d2y​=dtdx​dtd​(dxdy​)​=dtdx​dtd​(2t+29t−2​)​

dtd​(dxdy​)=dtd​(2t+29t−2​)

dtd​(dxdy​)=(2t+2)3dtd​(9t−2)(2t+2)−dtd​(2t+2)(9t−2)​

dtd​(dxdy​)=(2t+2)29(2t+2)−2(9t−2)​=(2t+2)218t+18−18t+4​=(2t+2)222​

dx2d2y​=(2t+2)22/(2t+2)2​=(2t+2)322​

Geometric Interpretation of Second-Order Derivative

Geometric interpretation of derivatives depends upon their order as the first-order derivative gives the slope of a tangent at a point while the second-order derivative represents the information about the concavity of the given function, such as: 

  • If f"(x)>0, the graph is concave upwards as shown in the figure(the red and blue curves) like a “U”, the tangent’s slope increases. 
  • If f"(x)<0, the graph is concave downwards, given the figure(the green and brown curves) like an “inverted U”, the tangent’s slope decreases.
  • If f"(x)=0, the graph indicates an inflection point where the concavity changes.  

Geometric Interpretation of Second-Order Derivative


2.0Second Order Differential Equation

A differential equation is an equation which involves a function and its derivatives. A second-order differential equation is a special kind of differential equation which contains the second derivative of a function. In the case of a second-order differential equation, an unknown function y(x), together with its first and second derivatives, are involved in the equation. Mathematically, a second-order differential equation can be written as: 

y"(x)+p(x)y'(x)+q(x)y(x)=r(x)

Here, 

  • y(x) is the unknown function we're trying to find (for example, the position of the car).
  • y′(x) is the first derivative (the speed of the car).
  • y′′(x) is the second derivative (the acceleration of the car).
  • p(x),q(x), and r(x) are known functions (which depend on the problem you're solving).

3.0Second-Order Derivative Solved Examples

Problem 1: Given f(x) = 4x4 − 3x3 + 2x2 − x, find the second-order derivative.

Solution: First order derivative of f(x): 

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

=16x3−9x2+4x−1

Compute the second derivative: 

f"(x)=dxd​(16x3−9x2+4x−1)

=48x2−18x+4


Problem 2: Given f(x) = sin(x) . cos(x), find the second-order derivative. 

Solution: First order derivative of f(x):

f′(x)=dxd​(sinx+cosx)

=sinx×dxd​(cosx)+dxd​(sinx)×cosx

f′(x)=sinx−sinx+cosx×cosx

=cos2x−sin2x=cos2x

Computing the second-order derivative: 

f"(x)=dxd​(cos2x)

=−sin2x×dxd​(2x)

=−2sin2x

=−2(2sinxcosx)=−4sinxcosx


Problem 3: Find the second-order derivative of the function:

f(x)=exx3​

Solution: First derivative by the quotient rule: 

f′(x)=dxd​(v(x)u(x)​)=v(x)2v(x)u′(x)−u(x)v′(x)​

f′(x)=dxd​(exx3​)=(ex)2ex×dxd​(x3)−x3dxd​(ex)​=(ex)2ex×3x2−x3×(ex)​

f′(x)=(ex)2ex(3x2−x3)​=ex3x2−x3​

Compute the second-order derivative:

f"(x)=dxd​(ex3x2−x3​)

f"(x)=((ex)2exdxd​(3x2−x3)−dxd​(ex)(3x2−x3)​)

f"(x)=((ex)2ex(6x−3x2)−ex(3x2−x3)​)

f"(x)=((e2x))ex(6x−3x2−3x2+x3)​=((e2x)ex(6x−6x2+x3)​)

f"(x)=((ex)6x−6x2+x3​)

Table of Contents


  • 1.0Definition Of Second Order Derivative
  • 1.1Second Order Derivative Formulas
  • 1.2Second-Order Derivatives of Parametric Functions: 
  • 1.3Geometric Interpretation of Second-Order Derivative
  • 2.0Second Order Differential Equation
  • 3.0Second-Order Derivative Solved Examples

Frequently Asked Questions

An inflection point is where the second derivative of a function is zero, and the concavity of the function changes from concave upwards to concave downwards or vice versa.

The second derivative of a position function with respect to time yields an acceleration, meaning it describes how the velocity of a particle changes with time.

Yes. Solutions to second-order linear differential equations that have roots from the characteristic equation to be complex can be found using trigonometric functions, such as sine and cosine, which often appear in oscillatory systems.

A first-order differential equation involves only the first derivative of a function, while second-order equations involve derivatives of order two, giving more information about how the rate of change of the function varies.

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
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

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

ISO