• 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
Chain Rule Questions

Chain Rule Questions

The Chain Rule is a fundamental concept in calculus that allows us to find the derivative of composite functions. By breaking down complex functions into smaller, more manageable parts.

1.0Differentiation using the Chain Rule

The chain rule of differentiation is a fundamental concept in calculus that allows us to find the derivative of a composite function. 

Here's the basic idea: Suppose you have a function f and another function g inside f, like f(g(x)). The chain rule states that to determine the derivative of f(g(x)) with respect to x, you need to first find the derivative of f with respect to g, and then multiply it by the derivative of g with respect to x.

Mathematically, If y = f(u) and u = g(x) then the chain rule is expressed as:

dxdy​=dudy​⋅dxdu​

=f'(u)⋅g'(x) = f'(g(x))⋅g'(x). 

It can be extended to any number of chains.

2.0Chain Rule Differentiation Solved Examples

Example 1: y = tan(log x)

Solution:   

Given function is:

y = tan (log x)

Let y = tan t and t = log x

dtdy​=sec2t

dxdt​=dxd​(logx)=x1​

Now, using the chain rule, we have.

dxdy​=dtdy​⋅dxdt​

=sec2(logx)⋅x1​

Thus, the derivative of y=tan(logx)isdxdy​=sec2(logx)⋅x1​

Example 2: y = sinx2

Solution: Given function is y = sinx2

Let y = sin t and t = x2

dtdy​=cost,dxdt​=2x .

Now, using the chain rule, we have.

dxdy​=dtdy​⋅dxdt​

dxdy​=cos(x2)⋅2x

= cosx2.2x

Thus, the derivative of y = sinx2 is dxdy​=cos2.2x


Example 3: y = log sinx2

Solution: Given function is :  y = log sinx2

Let y = log t, t = sinx2

dtdy​=t1​,dxdt​=cosx2⋅2x

Now, using the chain rule, we have.

dxdy​=dtdy​⋅dxdt​

dxdy​=sinx21​⋅cosx2⋅2x

Thus, the derivative of y = log sinx2 is dxdy​=sinx21​⋅cosx2⋅2x


Example 4: y = tan –1(log sinx2)]

Solution: Given function is:

y = tan–1(log sinx2)]

Let y = tan–1t, t = log sinx2

dtdy​=1+t21​,dxdt​=sinx21​⋅cosx2⋅2x

Now, using the chain rule, we have;

dxdy​=dtdy​⋅dxdt​

dxdy​=1+(logsinx2)1​⋅sinx21​⋅cosx2⋅2x

Thus, the derivative of y = tan –1(log sinx2)] is dxdy​=1+(logsinx2)1​⋅sinx21​⋅cosx2⋅2x .


Example 5: Find the derivative of y = ex sin x

Solution:

Given function is:

y = ex sin x

Let y = et and t = x sin x

dtdy​=et

dxdt​=dxd​(xsinx)

= x cos x + sin x {from the product rule of differentiation}

Now, using the chain rule, we have;

dxdy​=dtdy​⋅dxdt​

= et (x cos x + sin x)

= ex sin x (x cos x + sin x)

Thus, the derivative of y = ex sin x is dxdy​=exsinx (xcosx+sinx).

3.0Chain Rule Derivative Practice Questions

Differentiate

  1. y = (2x3 + 5x)4
  2. y = sin(3x2 + x)
  3. y = tan(2x + 3)
  4. y = ex log sin2x

Answer Sheet:

  1. dxdy​=4(2x3+5x)3×(6x2+5)
  2. dxdy​=cos(3x2+1)×(6x+1)
  3. dxdy​=sec2(2x+3)×2
  4. dxdy​=ex×log(sin2x)+sin2xex​×2cos2x

4.0Solved Problems

  1. What is the chain rule in differentiation?

Ans: The chain rule is a formula used to determine the derivative or differentiation of a composite function. Given two functions, f and g, and a composite function h(x) = f(g(x)), the chain rule asserts that the derivative of h(x) with respect to x is: dxd​[f(g(x))]=f′(g(x))⋅g′(x)

  1. When should I use the chain rule?

Ans: Use the chain rule when you need to differentiate a function made up of two or more functions or we can say a function is a composite function. This typically happens when you have a function inside another function, like sin(x2) or eln(x).

  1. How do I identify the inner and outer functions?

Ans: The inner function is the function inside another function, and the outer function is the function that is applied to the inner function. For example, in h(x) = sin(x2):

  • Inner function: g(x) = x2
  • Outer function: f(u) = sin(u), where u = g(x)
  1. What is the chain rule for multiple variables?

Ans: For functions of multiple variables, the chain rule can be extended. If z = f (x, y), where x = g(t) and y = h(t), the chain rule states:

dtdz​=∂x∂f​⋅dtdx​+∂y∂f​⋅dtdy​

Table of Contents


  • 1.0Differentiation using the Chain Rule
  • 2.0Chain Rule Differentiation Solved Examples
  • 3.0Chain Rule Derivative Practice Questions
  • 4.0Solved Problems

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Chain Rule

Chain Rule is an essential tool for calculating the derivatives of complex functions that can be broken down into simpler ones.

Conic Sections

Conic Sections are the curves obtained by an interesting double-napped right circular cone by a plane. They include...

Area Under The Curve

The area under the curve is a fundamental concept in integral calculus that quantifies the total area between the graph of a function and the x-axis over a specified interval.

Maxima and Minima

Maxima are the highest points on a graph where the function reaches its peak. Minima are the lowest p...

Methods of Differentiation

Differentiation is a core concept that involves finding the rate at which a function changes with respect to its variable. It determines

Differentiability

A function is deemed differentiable at a point if it has a well-defined tangent line at that point. This concept enables us...

Conic Sections

Conic Sections are the curves obtained by an interesting double-napped right circular cone by a plane. They include circles,...

  • 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