• 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
Differentiability

Differentiability

In Calculus, differentiability lies at the heart of understanding smoothness in functions. A function is deemed differentiable at a point if it has a well-defined tangent line at that point. This concept enables us to analyze rates of change, slopes, and local behavior with precision. Key to unlocking deeper insights into calculus, differentiability support various applications in physics, engineering, and economics. 

In this article, we'll explore what it means for a function to be "differentiable" in simple terms. We'll learn how to check if a function is differentiable using easy rules, understand why limits are important in this idea, and discover some interesting facts about it. So, get ready to grasp the basics of differentiability and its significance in a straightforward and understandable way!

1.0Differentiability Definition

In Calculus, a function f(x) is considered differentiable at a point x = c if its derivative exists at that point. This involve the limit of the difference quotient \frac{f(x)-f(c)}{x-c} approaching a finite value as x approaches c. Graphically, differentiability implies a smooth, continuous curve with a well-defined tangent line at (c, f(c)). This property is fundamental in analyzing rates of change and local behavior of functions, playing a vital role in various fields such as physics, engineering, and economics.

2.0Existence of Derivative at x = a for the function f(x)

  1. Right Hand Derivative

The right-hand derivative of f(x) at x = a denoted by Rf'(a) or f'(a+) is defined as: 

Rf′(a)=limh→0​hf(a+h)−f(a)​, provided the limit exists and is finite. (h > 0). 

  1. Left Hand Derivative

The left-hand derivative of f(x) at x = a denoted by Lf'(a) or f'(a–) is defined as 

Lf′(a)=limh→0​−hf(a−h)−f(a)​, provided the limit exists and is finite. (h > 0)

Hence f(x) is said to be derivable or differentiable at x = a. 

If Lf'(a) = Rf'(a) = finite quantity 

and it is denoted by f’(a); Where

f'(a) = Lf'(a) = Rf'(a) and it is called the derivative or differential coefficient of f(x) at x = a.

Note: If the function y = f(x) is differentiable at x = a, then a unique non-vertical tangent can be drawn to the curve y = f(x) at the point P (a, f(a)) and f'(a) represent the slope of the tangent at point P. 

3.0Derivability over an Interval

A function f(x) is said to be differentiable over an open interval (a, b) if it is differentiable at each & every point of the open interval (a, b)

f(x) said to be differentiable over the closed interval [a, b] if,

(i) f(x)is differentiable in (a, b), and

(ii) for the points x = a and x = b, f'(a+) & f' (b–) exists finitely. 

Note: All polynomials, Trigonometry, logarithmic and exponential functions are continuous and differentiable in their domain.

4.0Differentiability and Continuity

If a function f(x) is derivable at x = a, then f(x) is continuous at x = a.

Note: 

  • Differentiable ⇒ Continuous 
  • Continuous ⇏ Differentiable
  • Not Differentiable ⇏ Not Continuous 
  • But Not Continuous ⇒ Not Differentiable 

If f is continuous from the right and the RHL of f'(a) at x = a exists, then it is equal to the RHD of f(x) at x = a.

Rf′(a)=limx→a+​f′(x) 

If f is continuous from the left and the LHL of f'(x) at x = a exists, then it is equal to the LHD of f(x) at x = a.

Lf′(a)=limx→a−​f′(x) 

Hence if f(x) is continuous at x=a and limx→a​f′(x) exist, then it is equal to f'(a) 

f'(a) = limx→a​f′(x) 

5.0Differentiability Formulas

Differentiability formulas are fundamental tools in calculus for determining the derivative of a function. Some common formulas include:

  1. Power Rule: If f(x) = xn, then f'(x) = nxn-1, where n is any real number.

Ex: f(x)=x52​⇒f′(x)=52​x−53​

  1. Constant Rule: If f(x) = c, where c is a constant, then f'(x) = 0.

Ex: f(x) = 100 ⇒ f'(x) = 0

  1. Sum Rule: If f(x) = g(x) + h(x), then f'(x) = g'(x) + h'(x).

Ex: f(x) = sin + x4 ⇒ f'(x) = cos x + 4 x^3

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

Ex: f(x) = x cos x ⇒ f'(x) = cos x + x(– sin x)

  1. Quotient Rule: If f(x) = h(x)g(x)​, then f′(x)=(h(x))2g′(x)⋅h(x)−g(x)⋅h′(x)​ . Where (h(x) ≠ 0)

f(x)=x2sinx​ ⇒f′(x)=x4(cosx)(x2)−(2x)sinx​

  1. Chain Rule: If f(x) = g(h(x)), then f'(x) = g'(h(x)) ⋅h'(x).

Ex: f(x) = sinx3 ⇒ f'(x) = (cosx3)(3x2)  

These formulas provide a systematic way to find the derivative of various types of functions and are essential tools for solving problems in calculus.

Also Read: First Order Differential Equation

6.0Differentiability Properties of Functions

This table outlines the differentiability properties of functions f(x) and g(x) and their combinations f(x) ± g(x) and f(x).g(x).

f(x)

g(x)

Remark

Differentiable

Differentiable

f(x) ± g(x)→ differentiable

f(x).g(x)→ differentiable

Differentiable

Not differentiable

f(x) ± g(x)→ Not differentiable

f(x).g(x) →  can be differentiable or cannot be differentiable.

Not differentiable

Not differentiable

f(x) ± g(x) → can be differentiable or cannot be differentiable.

f(x).g(x) → can be differentiable or cannot be differentiable.

This table helps in understanding how the differentiability of functions f(x) and g(x) relates to the differentiability of their sum, difference, and product. It provides a clear overview of the possible outcomes when combining differentiable and non-differentiable functions.

7.0Geometrical interpretation of differentiability

(i) If the function y = f(x) is differentiable at x = a, then a unique non vertical tangent can be drawn to the curve y = f(x) at the point P(a, f(a)) and f’(a) represent the slope of the tangent at point.


(ii) If a function f(x) does not have a unique tangent (p and q are finite but unequal), then f is continuous at x = a, its geometrically implies a corner at x = a.

Ex. f(x) = |x| is continuous but not differentiable at x = 0 and there is corner at x = 0

Geometrical interpretation of differentiability-Has no unique tangent but a sharp corner

(does not have unique tangent, has sharp corner at x = 0) 

(when x = 0; p = 1 and q = –1 )

(iii) If one of p and q tends to ∞ and other tends to –∞, then their will be a cusp at x = a where p = Rf’(a) and q = Lf’(a)

Example 1: f(x)=∣x∣31​ is continuous but not differentiable at x = 0 and there is cusp at x = 0

Geometrical interpretation of differentiability - having a vertical tangent and cusp

(has a vertical tangent, cusp a + x = 0)

(x = 0 then p→ ∞ and q  → – ∞)

Example 2: f(x)=]x31​ is continuous but not differentiable at x = 0 because Rf’(0) → ∞ and Lf’(0) → ∞ 

Geometrical interpretation of differentiability- has a vertical tangent but no corner

 (has a vertical tangent but does not have corner)

Note: Corner/cusp/vertical tangent ⇒ Non differentiable 

Non differentiable ⇒ corner/cusp/vertical tangent.

8.0How To Determine Differentiability

Determining the differentiability of a function involves assessing whether the function meets the necessary conditions for differentiability at a given point or interval. Here's a step-by-step guide:

  1. Check for Continuity: Verify that the function is continuous at the point or within the interval of interest. If the function has any discontinuities at the point or within the interval, it is not differentiable there.
  2. Calculate the Derivative: Find the derivative of the function using differentiation rules. This step involves determining the rate of change of the function with respect to its variable.

or 

Evaluate the limit limx→c​x−cf(x)−f(c)​ for a point x = c or limh→0​hf(x+h)−f(x)​ for an interval. If the limit exists, it indicates the existence of a tangent line and hence differentiability.

  1. Check for Sharp Corners, Breaks, or Vertical Tangents: Examine the graph of the function to ensure that there are no sharp corners, breaks, or vertical tangents at the point or within the interval. Such irregularities indicate non-differentiability.
  2. Provide a Conclusion: Conclude by stating whether the function is differentiable at the point or within the interval based on the assessment of the conditions above.

By following these steps and considering the properties of the function and its graph, you can determine whether a function is differentiable at a given point or interval.

9.0Differentiability Solved Examples

Problem 1: Determine whether the function f(x)=x2−4x+4​ is differentiable at x = 2.

Solution: 

  1. Check Continuity: Since x2−4x+4​ is a continuous function everywhere, including x = 2, the function is continuous at x = 2.
  2. Calculate the Derivative: Find the derivative f'(x) of the function f(x) using the chain rule. f′(x)=2x2−4x+4​1​⋅(2x−4)=x2−4x+4​x−2​
  3. Evaluate the Derivative: Calculate f'(2).

f′(2)=22−4(2)+4​2−2​=00​

  1. Check for Differentiability: Since the derivative f'(2) is undefined, the function is not differentiable at x = 2.

Problem 2: Determine whether the function f(x)={x∣x∣​0​x=0x=0​ is differentiable at x = 0.

Solution:

  1. Check Continuity: Since x∣x∣​ is continuous everywhere except at x = 0 (where it has a jump discontinuity), the function is not continuous at x = 0, and thus not differentiable there.
  2. Calculate the Derivative: For x < 0, f(x) = –1, and for x > 0, f(x) = 1. Therefore, the derivative f'(x) does not exist at x = 0.
  3. Conclusion: The function f(x)=x∣x∣​ is not differentiable at x = 0 due to the jump discontinuity.

Problem 3: Determine whether the function f(x)={x22x−1​ if x≤1 if x>1​ is differentiable at x = 1.

Solution:

  1. Check Continuity: The function f(x) is continuous everywhere since it is composed of continuous pieces.
  2. Calculate the Derivative: 

For x ≤ 1: f'(x) = 2x

For x > 1: f'(x) = 2 

⇒ f'(1–) = 2 

⇒ f'(1+) = 2 

  1. Check for Differentiability: Since f'(1–) = f'(1+), the function is differentiable at x = 1.

Problem 4: Investigate the differentiability of the function f(x) = |x2 – 4| at x = 2.

Solution:

  1. Check Continuity: The function f(x) is continuous everywhere since it is composed of continuous pieces.
  2. Calculate the Derivative:

For x < –2: f'(x) = 2x 

For –2 < x < 2: f'(x) = –2x 

For x > 2: f'(x) = 2x

⇒ f'(2–) = –4

⇒ f'(2+) = 4 

  1. Conclusion: Since f'(2–) ≠ f'(2+), the function is not differentiable at x = 2.

Problem 6: Check whether the function xf(x)={x22x−1​ if x≤1 if x>1​ is differentiable at x = 0.

Solution: 

  1. Check Continuity: The function f(x) is not continuous at x = 0 since f(0+) →∞, f(0–) → – ∞ (does not exist finitely)
  2. Conclusion: Since the function is not continuous at x = 0, it cannot be differentiable at this point.

Problem 6: Determine the points of differentiability of the function f(x)=x​+4−x​

Solution:

  1. Check Domain: The domain of the function f(x) is  0 ≤ x ≤ 4.
  2. Calculate the Derivative: f′(x)=2x​1​−24−x​1​
  3. Examine the Existence of the Limit: 
  • As x approaches 0 from the right, f'(x) approaches +.
  • As x approaches 4 from the left, f'(x) approaches –.
  1. Conclusion: Since the derivative f'(x) approaches infinite value from the right and left sides of x = 0 and x = 4 respectively, the function is not differentiable at these points.

Problem 7: Investigate the differentiability of the function f(x)={x2−1x3−1​23​​x=1x=1​ at x = 1.

Solution:

  1. Check Continuity: The function f(x) is continuous everywhere as limx→1​x2−1x3−1​=23​
  2. Calculate the Derivative: Use the quotient rule to find f'(x).

As x = 1, f′(x)=limx→1​x−1f(x)−f(1)​=limx→1​x−1x2−1x3−1​−23​​

=limx→1​x−12x3−3x2+1​

=limx→1​(x−1)(2x+1)

= 0

  1. Check for Differentiability: As f'(1) exists finitely, f(x) is Differentiable at x = 1.

10.0Differentiability Practice Problems

Problem 1: Determine whether the function f(x) = |x2 – 9| is differentiable at x = 3.

Problem 2: Check whether the function f(x)=3x​ is differentiable at x = 0.

Problem 3: Determine the points of differentiability of the function f(x)={x−1x2−1​2​x=1x=1​

Problem 4: Investigate the differentiability of the function f(x) = |x| + |x – 2| at x = 1.

Table of Contents


  • 1.0Differentiability Definition
  • 2.0Existence of Derivative at x = a for the function f(x)
  • 2.1Right Hand Derivative
  • 2.2Left Hand Derivative
  • 3.0Derivability over an Interval
  • 4.0Differentiability and Continuity
  • 5.0Differentiability Formulas
  • 6.0Differentiability Properties of Functions
  • 7.0Geometrical interpretation of differentiability
  • 8.0How To Determine Differentiability
  • 9.0Differentiability Solved Examples
  • 10.0Differentiability Practice Problems

Frequently Asked Questions

Differentiability is a property of functions in calculus. A function is said to be differentiable at a point if it has a well-defined derivative at that point. Geometrically, this means the function has a unique tangent line at that point.

To determine differentiability at a point, we typically check if the function is continuous at that point and then calculate its derivative. If the derivative exists and is finite, the function is differentiable at that point.

No, differentiability implies continuity. If a function is differentiable at a point, it must also be continuous at that point. However, continuity does not necessarily imply differentiability.

Common cases of non-differentiability include sharp corners, cusps, vertical tangents, and jump discontinuities in the graph of the function.

Differentiability rules are formulas or techniques used to find the derivative of functions. Some common rules include the power rule, product rule, quotient rule, chain rule, and rules for trigonometric and exponential functions.

Yes, it is possible for a function to be differentiable on an interval but not at specific points within that interval. This can happen if the function has sharp corners, cusps, or vertical tangents at those points.

To prove differentiability on an interval, you typically show that the function is continuous on the interval and then demonstrate that its derivative exists on the interval.

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