100% FREE Updated: Mar 2026 Calculus Differential and Integral Calculus

Differentiation and its Applications

Comprehensive study notes on Differentiation and its Applications for CMI Data Science preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Differentiation and its Applications

Overview

Welcome to the chapter on Differentiation and its Applications, a cornerstone of calculus essential for any aspiring data scientist. This module is meticulously designed to equip you with the fundamental analytical tools necessary to understand and interpret rates of change, sensitivity, and optimization problems that are ubiquitous in data science. For your CMI examinations, a solid grasp of differentiation is not merely about solving equations; it's about applying these concepts to model behavior, evaluate algorithm performance, and make informed decisions from data.

In the realm of data science, differentiation underpins a vast array of critical techniques. From understanding the gradients in machine learning loss functions to optimizing model parameters, and from analyzing the sensitivity of financial models to interpreting the elasticity of demand in economic data, the principles covered here are directly applicable. Mastering these concepts will empower you to tackle complex problems efficiently, making them a high-yield area for both your academic success and professional competence.

This chapter will guide you through the core mechanics of differentiation before moving into its powerful applications in finding maxima and minima. The ability to identify optimal points is crucial for tasks like minimizing error in predictive models, maximizing profit functions, or finding the most efficient resource allocations. Prepare to develop a robust understanding that will serve as a foundational pillar for advanced topics in machine learning, statistical inference, and mathematical optimization.

---

Chapter Contents

| # | Topic | What You'll Learn |
|---|-------|-------------------|
| 1 | Fundamentals of Differentiation | Grasp rates of change and tangent lines. |
| 2 | Maxima and Minima | Identify optimal points for function behavior. |

---

Learning Objectives

By the End of This Chapter

After studying this chapter, you will be able to:

  • Apply standard differentiation rules to various functions, including polynomial, exponential, logarithmic, and composite functions.

  • Interpret the first and second derivatives in the context of data science problems, such as marginal cost, sensitivity analysis, and rate of change.

  • Locate and classify local maxima, minima, and saddle points of single-variable functions using the first and second derivative tests.

  • Solve practical optimization problems relevant to data science, such as minimizing error functions or maximizing utility, using calculus.

---

Now let's begin with Fundamentals of Differentiation...

Part 1: Fundamentals of Differentiation

Introduction

Differentiation is a fundamental concept in calculus that quantifies the rate at which a quantity changes with respect to another. In simpler terms, it allows us to find the instantaneous rate of change of a function. This powerful tool is crucial for understanding how functions behave, whether they are increasing or decreasing, where they reach their maximum or minimum values, and how their curvature changes.

For students pursuing a Masters in Data Science, a strong grasp of differentiation is indispensable. It forms the backbone for various advanced topics such as optimization algorithms (e.g., gradient descent in machine learning), understanding model sensitivity, error propagation, and statistical inference. CMI frequently tests these foundational concepts, requiring a deep understanding of limits, continuity, differentiability, and their applications. This unit will provide a comprehensive overview, equipping you with the necessary theoretical knowledge and problem-solving skills.

📖 Derivative of a Function

The derivative of a function f(x)f(x) with respect to xx, denoted by f(x)f'(x) or dydx\frac{dy}{dx}, is defined as the limit of the average rate of change as the interval approaches zero:

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

provided this limit exists.

---

Key Concepts

1. Limits of Functions

The concept of a limit is foundational to calculus. It describes the behavior of a function as its input approaches a certain value, without necessarily evaluating the function at that exact point.

📖 Limit of a Function

A function f(x)f(x) has a limit LL as xx approaches cc, written as limxcf(x)=L\lim_{x \to c} f(x) = L, if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if 0<xc<δ0 < |x - c| < \delta, then f(x)L<ϵ|f(x) - L| < \epsilon.

One-Sided Limits:

  • Left-hand limit: limxcf(x)\lim_{x \to c^-} f(x) (as xx approaches cc from values less than cc).

  • Right-hand limit: limxc+f(x)\lim_{x \to c^+} f(x) (as xx approaches cc from values greater than cc).

For a limit to exist at cc, both one-sided limits must exist and be equal: limxcf(x)=L    limxcf(x)=L=limxc+f(x)\lim_{x \to c} f(x) = L \iff \lim_{x \to c^-} f(x) = L = \lim_{x \to c^+} f(x).

Properties of Limits:
If limxcf(x)=L\lim_{x \to c} f(x) = L and limxcg(x)=M\lim_{x \to c} g(x) = M, then:

  • Sum/Difference Rule: limxc[f(x)±g(x)]=L±M\lim_{x \to c} [f(x) \pm g(x)] = L \pm M

  • Product Rule: limxc[f(x)g(x)]=LM\lim_{x \to c} [f(x) \cdot g(x)] = L \cdot M

  • Quotient Rule: limxcf(x)g(x)=LM\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M}, provided M0M \neq 0.

  • Constant Multiple Rule: limxckf(x)=kL\lim_{x \to c} k \cdot f(x) = k \cdot L

  • Power Rule: limxc[f(x)]n=Ln\lim_{x \to c} [f(x)]^n = L^n
  • Methods for Evaluation of Limits:

    * Direct Substitution: If f(x)f(x) is a polynomial or a rational function (where the denominator is non-zero at cc), the limit can be found by direct substitution: limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c).

    * Factorization/Cancellation: If direct substitution results in an indeterminate form like 00\frac{0}{0}, factorize the numerator and denominator to cancel common factors.

    * Rationalization: For limits involving square roots, multiply the numerator and denominator by the conjugate.

    * Special Trigonometric Limits:
    * limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
    * limx01cosxx2=12\lim_{x \to 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}
    * limx0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1

    * Limits at Infinity: To evaluate limx±f(x)\lim_{x \to \pm \infty} f(x) for rational functions, divide the numerator and denominator by the highest power of xx in the denominator. For polynomials, the limit is determined by the term with the highest power.

    Example: limxaxn+bxm+\lim_{x \to \infty} \frac{ax^n + \dots}{bx^m + \dots}
    - If n>mn > m, the limit is ±\pm \infty.
    - If n<mn < m, the limit is 00.
    - If n=mn = m, the limit is ab\frac{a}{b}.

    * L'Hôpital's Rule: This rule applies to indeterminate forms 00\frac{0}{0} or \frac{\infty}{\infty}. If limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} is of the form 00\frac{0}{0} or \frac{\infty}{\infty}, then

    limxcf(x)g(x)=limxcf(x)g(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}

    provided the latter limit exists. This rule can be applied multiple times. (PYQ 4, 6)

    * Taylor Series Expansion for Limits: For complex indeterminate forms, especially involving exponential, trigonometric, or logarithmic functions, expanding functions into their Taylor series around the point x=cx=c (or x=0x=0 if c=0c=0) can simplify the limit evaluation.
    * ex=1+x+x22!+x33!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \dots
    * sinx=xx33!+x55!\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \dots
    * cosx=1x22!+x44!\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \dots
    * ln(1+x)=xx22+x33\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \dots

    Worked Example: L'Hôpital's Rule

    Problem: Evaluate

    limx0e2x2xcosxxsinx\lim_{x \to 0} \frac{e^{2x} - 2x - \cos x}{x \sin x}

    Solution:

    Step 1: Check the form of the limit by direct substitution.

    As x0x \to 0,

    numerator e2(0)2(0)cos(0)=101=0\text{numerator } e^{2(0)} - 2(0) - \cos(0) = 1 - 0 - 1 = 0

    denominator 0sin(0)=00=0\text{denominator } 0 \cdot \sin(0) = 0 \cdot 0 = 0

    This is an indeterminate form 00\frac{0}{0}, so L'Hôpital's Rule can be applied.

    Step 2: Apply L'Hôpital's Rule for the first time. Differentiate numerator and denominator separately.

    Derivative of numerator:

    ddx(e2x2xcosx)=2e2x2+sinx\frac{d}{dx}(e^{2x} - 2x - \cos x) = 2e^{2x} - 2 + \sin x

    Derivative of denominator:
    ddx(xsinx)=1sinx+xcosx=sinx+xcosx\frac{d}{dx}(x \sin x) = 1 \cdot \sin x + x \cdot \cos x = \sin x + x \cos x

    limx02e2x2+sinxsinx+xcosx\lim_{x \to 0} \frac{2e^{2x} - 2 + \sin x}{\sin x + x \cos x}

    Step 3: Check the form again.

    As x0x \to 0,

    numerator 2e02+sin(0)=22+0=0\text{numerator } 2e^{0} - 2 + \sin(0) = 2 - 2 + 0 = 0

    denominator sin(0)+0cos(0)=0+0=0\text{denominator } \sin(0) + 0 \cdot \cos(0) = 0 + 0 = 0

    Still an indeterminate form 00\frac{0}{0}, so apply L'Hôpital's Rule again.

    Step 4: Apply L'Hôpital's Rule for the second time.

    Derivative of numerator:

    ddx(2e2x2+sinx)=4e2x+cosx\frac{d}{dx}(2e^{2x} - 2 + \sin x) = 4e^{2x} + \cos x

    Derivative of denominator:
    ddx(sinx+xcosx)=cosx+(1cosx+x(sinx))=2cosxxsinx\frac{d}{dx}(\sin x + x \cos x) = \cos x + (1 \cdot \cos x + x \cdot (-\sin x)) = 2 \cos x - x \sin x

    limx04e2x+cosx2cosxxsinx\lim_{x \to 0} \frac{4e^{2x} + \cos x}{2 \cos x - x \sin x}

    Step 5: Check the form again.

    As x0x \to 0,

    numerator 4e0+cos(0)=4+1=5\text{numerator } 4e^{0} + \cos(0) = 4 + 1 = 5

    denominator 2cos(0)0sin(0)=20=2\text{denominator } 2 \cos(0) - 0 \cdot \sin(0) = 2 - 0 = 2

    The limit is now a determinate form.

    Step 6: Evaluate the limit.

    52\frac{5}{2}

    Answer: 52\boxed{\frac{5}{2}}

    ---

    ---

    2. Continuity of Functions

    Continuity is a property of a function where its graph can be drawn without lifting the pen. Informally, a function is continuous if small changes in the input result in small changes in the output.

    📖 Continuity at a Point

    A function f(x)f(x) is said to be continuous at a point x=cx=c if all three conditions are met:

    • f(c)f(c) is defined (the function exists at cc).

    • limxcf(x)\lim_{x \to c} f(x) exists (the limit exists at cc).

    • limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) (the limit equals the function value).

    Continuity on an Interval: A function is continuous on an open interval (a,b)(a, b) if it is continuous at every point in the interval. It is continuous on a closed interval [a,b][a, b] if it is continuous on (a,b)(a, b), and also limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a) and limxbf(x)=f(b)\lim_{x \to b^-} f(x) = f(b).

    Types of Discontinuities: (PYQ 2)

  • Removable Discontinuity: Occurs when limxcf(x)\lim_{x \to c} f(x) exists but is not equal to f(c)f(c), or f(c)f(c) is undefined. Graphically, this is a "hole" in the graph. It's called "removable" because the discontinuity can be eliminated by redefining f(c)f(c).

  • Example: f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1} at x=1x=1. limx1f(x)=2\lim_{x \to 1} f(x) = 2, but f(1)f(1) is undefined.
  • Jump Discontinuity: Occurs when the left-hand limit and the right-hand limit at cc both exist but are not equal. Graphically, there's a "jump" in the function value.

  • Example: f(x)=xf(x) = \lfloor x \rfloor (floor function) at integer points.
  • Infinite (Essential) Discontinuity: Occurs when one or both of the one-sided limits at cc are ±\pm \infty. Graphically, this is a vertical asymptote.

  • Example: f(x)=1xf(x) = \frac{1}{x} at x=0x=0.

    Properties of Continuous Functions: (PYQ 1)
    If f(x)f(x) and g(x)g(x) are continuous at x=cx=c, then:

  • f(x)±g(x)f(x) \pm g(x) is continuous at x=cx=c.

  • f(x)g(x)f(x) \cdot g(x) is continuous at x=cx=c.

  • f(x)g(x)\frac{f(x)}{g(x)} is continuous at x=cx=c, provided g(c)0g(c) \neq 0.

  • kf(x)k \cdot f(x) is continuous at x=cx=c for any constant kk.

  • f(g(x))f(g(x)) (composition) is continuous at x=cx=c if gg is continuous at cc and ff is continuous at g(c)g(c).
  • Important Implications for Discontinuous Functions:
    * If f(x)f(x) is continuous and g(x)g(x) is discontinuous at cc, then f(x)+g(x)f(x) + g(x) is necessarily discontinuous at cc. (PYQ 1)
    * If f(x)f(x) is continuous and g(x)g(x) is discontinuous at cc, then f(x)g(x)f(x) \cdot g(x) can be continuous or discontinuous at cc. For example, if f(x)=0f(x)=0 for all xx, then f(x)g(x)=0f(x)g(x)=0 which is continuous, even if g(x)g(x) is discontinuous. (PYQ 1)
    * If f(x)f(x) and g(x)g(x) are both discontinuous at cc, then f(x)+g(x)f(x) + g(x) can be continuous or discontinuous at cc. For example, f(x)=1xf(x) = \frac{1}{x} and g(x)=1xg(x) = -\frac{1}{x} are both discontinuous at x=0x=0, but f(x)+g(x)=0f(x)+g(x)=0 (continuous). (PYQ 1)
    * If f(x)f(x) and g(x)g(x) are both discontinuous at cc, then f(x)g(x)f(x) \cdot g(x) can be continuous or discontinuous at cc. (PYQ 1)

    Must Remember

    Continuity is a prerequisite for differentiability. A function must be continuous at a point to be differentiable at that point. However, a continuous function is not necessarily differentiable.

    Worked Example: Removable Discontinuity

    Problem: Determine if f(x)=x3xx3+xf(x) = \frac{x^3 - x}{x^3 + x} has a removable discontinuity at x=0x=0.

    Solution:

    Step 1: Check if f(0)f(0) is defined.

    f(0)=03003+0=00f(0) = \frac{0^3 - 0}{0^3 + 0} = \frac{0}{0}, which is undefined. So, there is a discontinuity at x=0x=0.

    Step 2: Evaluate the limit as x0x \to 0.

    limx0x3xx3+x\lim_{x \to 0} \frac{x^3 - x}{x^3 + x}

    Factor out xx from numerator and denominator:

    limx0x(x21)x(x2+1)\lim_{x \to 0} \frac{x(x^2 - 1)}{x(x^2 + 1)}

    Cancel the common factor xx (since x0x \neq 0 for the limit):

    limx0x21x2+1\lim_{x \to 0} \frac{x^2 - 1}{x^2 + 1}

    Substitute x=0x=0:

    02102+1=11=1\frac{0^2 - 1}{0^2 + 1} = \frac{-1}{1} = -1

    Step 3: Compare the limit with the function value.

    Since limx0f(x)=1\lim_{x \to 0} f(x) = -1 exists, but f(0)f(0) is undefined, f(x)f(x) has a removable discontinuity at x=0x=0.

    Answer: Yes, f(x)f(x) has a removable discontinuity at x=0x=0.

    ---

    3. Differentiability of Functions

    Differentiability signifies that a function has a well-defined tangent line at every point in its domain. It implies a "smooth" curve without sharp corners, cusps, or vertical tangents.

    📖 Differentiability at a Point

    A function f(x)f(x) is differentiable at a point x=cx=c if the limit

    f(c)=limh0f(c+h)f(c)hf'(c) = \lim_{h \to 0} \frac{f(c+h) - f(c)}{h}

    exists. This limit is called the derivative of f(x)f(x) at x=cx=c.

    Geometric Meaning: The derivative f(x)f'(x) represents the slope of the tangent line to the graph of f(x)f(x) at the point (x,f(x))(x, f(x)).

    Physical Meaning: If f(t)f(t) represents the position of an object at time tt, then f(t)f'(t) represents its instantaneous velocity.

    Relationship between Differentiability and Continuity:
    If a function f(x)f(x) is differentiable at a point cc, then it must be continuous at cc.
    The converse is not true: a function can be continuous at a point but not differentiable (e.g., f(x)=xf(x) = |x| at x=0x=0).







    Differentiable & Continuous






    Continuous, Not Differentiable (Corner)

    The derivative of a function f(x)f(x) can itself be a function, f(x)f'(x). The continuity of f(x)f'(x) implies that the original function f(x)f(x) is "smooth" without abrupt changes in slope. (PYQ 8)

    Rules of Differentiation:

    📐 Basic Differentiation Rules

    • Constant Rule: ddx(c)=0\frac{d}{dx}(c) = 0

    • Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}

    • Constant Multiple Rule: ddx(cf(x))=cddx(f(x))\frac{d}{dx}(cf(x)) = c \frac{d}{dx}(f(x))

    • Sum/Difference Rule: ddx(f(x)±g(x))=ddx(f(x))±ddx(g(x))\frac{d}{dx}(f(x) \pm g(x)) = \frac{d}{dx}(f(x)) \pm \frac{d}{dx}(g(x))

    • Product Rule: ddx(f(x)g(x))=f(x)g(x)+f(x)g(x)\frac{d}{dx}(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)

    • Quotient Rule: ddx(f(x)g(x))=f(x)g(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left(\frac{f(x)}{g(x)}\right) = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}

    • Chain Rule: ddx(f(g(x)))=f(g(x))g(x)\frac{d}{dx}(f(g(x))) = f'(g(x)) \cdot g'(x)

    Derivatives of Standard Functions:
    * ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x
    * ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x
    * ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x
    * ddx(ex)=ex\frac{d}{dx}(e^x) = e^x
    * ddx(ax)=axlna\frac{d}{dx}(a^x) = a^x \ln a
    * ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}
    * ddx(logax)=1xlna\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}
    * ddx(sin1x)=11x2\frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1-x^2}}
    * ddx(tan1x)=11+x2\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2}

    Implicit Differentiation: Used when yy cannot be easily expressed as an explicit function of xx. Differentiate both sides of the equation with respect to xx, treating yy as a function of xx and applying the chain rule to terms involving yy. (PYQ 10, 11)

    Higher Order Derivatives: The derivative of f(x)f'(x) is the second derivative f(x)f''(x), and so on. f(n)(x)f^{(n)}(x) denotes the nn-th derivative.

    Constant Derivative Implies Constant Function: If f(x)=0f'(x) = 0 for all xx in an interval (a,b)(a, b), then f(x)f(x) is a constant function on that interval. This is a direct consequence of the Mean Value Theorem. If f(x)=0f'(x) = 0 for all rational numbers qq, and f(x)f(x) is twice differentiable (implying f(x)f'(x) is continuous), then f(x)f'(x) must be 0 for all real xx. Therefore, f(x)f(x) is a constant function. (PYQ 9)

    Worked Example: Implicit Differentiation and Chain Rule

    Problem: Find dydx\frac{dy}{dx} if x2+y2=25x^2 + y^2 = 25.

    Solution:

    Step 1: Differentiate both sides of the equation with respect to xx.

    ddx(x2+y2)=ddx(25)\frac{d}{dx}(x^2 + y^2) = \frac{d}{dx}(25)

    Step 2: Apply differentiation rules. For y2y^2, use the chain rule (treating yy as a function of xx).

    ddx(x2)+ddx(y2)=ddx(25)\frac{d}{dx}(x^2) + \frac{d}{dx}(y^2) = \frac{d}{dx}(25)
    2x+2ydydx=02x + 2y \frac{dy}{dx} = 0

    Step 3: Isolate dydx\frac{dy}{dx}.

    2ydydx=2x2y \frac{dy}{dx} = -2x
    dydx=2x2y\frac{dy}{dx} = -\frac{2x}{2y}
    dydx=xy\frac{dy}{dx} = -\frac{x}{y}

    Answer: dydx=xy\frac{dy}{dx} = -\frac{x}{y}

    ---

    4. Applications of Derivatives

    a. Equation of Tangents and Normals

    The derivative provides the slope of the tangent line to a curve at a given point.

    📐 Tangent and Normal Equations

    Given a curve y=f(x)y = f(x) and a point (x0,y0)(x_0, y_0) on the curve:

    • Slope of Tangent: mT=f(x0)m_T = f'(x_0)

    • Equation of Tangent: yy0=mT(xx0)y - y_0 = m_T(x - x_0)

    • Slope of Normal: mN=1mTm_N = -\frac{1}{m_T} (if mT0m_T \neq 0)

    • Equation of Normal: yy0=mN(xx0)y - y_0 = m_N(x - x_0)

    Worked Example: Tangent Line and X-intercept

    Problem: Let f(x)=xf(x) = \sqrt{x}. Draw a tangent to the curve y=f(x)y = f(x) at the point whose xx-coordinate is 44. Where does this tangent intersect the XX-axis?

    Solution:

    Step 1: Find the yy-coordinate of the point.

    Given x0=4x_0 = 4, y0=f(4)=4=2y_0 = f(4) = \sqrt{4} = 2.
    The point is (4,2)(4, 2).

    Step 2: Find the derivative f(x)f'(x).

    f(x)=x1/2f(x) = x^{1/2}
    f(x)=12x(1/2)1=12x1/2=12xf'(x) = \frac{1}{2} x^{(1/2) - 1} = \frac{1}{2} x^{-1/2} = \frac{1}{2\sqrt{x}}

    Step 3: Calculate the slope of the tangent at x=4x=4.

    mT=f(4)=124=122=14m_T = f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{2 \cdot 2} = \frac{1}{4}

    Step 4: Write the equation of the tangent line.

    Using yy0=mT(xx0)y - y_0 = m_T(x - x_0):

    y2=14(x4)y - 2 = \frac{1}{4}(x - 4)
    4(y2)=x44(y - 2) = x - 4
    4y8=x44y - 8 = x - 4
    x4y+4=0x - 4y + 4 = 0

    Step 5: Find the XX-intercept.

    The XX-axis is where y=0y=0. Substitute y=0y=0 into the tangent equation:

    x4(0)+4=0x - 4(0) + 4 = 0
    x+4=0x + 4 = 0
    x=4x = -4

    Answer: The tangent intersects the XX-axis at x=4x = -4.

    ---

    b. Related Rates

    Related rates problems involve finding the rate at which one quantity changes by relating it to other quantities whose rates of change are known. The key is to use implicit differentiation with respect to time (tt). (PYQ 10, 11)

    Strategy for Related Rates:

  • Identify variables: List all quantities that are changing and those that are constant.

  • Identify rates: List known rates of change (dVdt\frac{dV}{dt}, drdt\frac{dr}{dt}, etc.) and the rate to be found.

  • Formulate an equation: Find an equation that relates the quantities from step 1. This often comes from geometry (area, volume, Pythagorean theorem).

  • Differentiate implicitly: Differentiate both sides of the equation with respect to time tt, using the chain rule.

  • Substitute and solve: Substitute all known values into the differentiated equation and solve for the unknown rate.
  • Worked Example: Related Rates (Volume of a Sphere)

    Problem: A spherical ball of ice of radius 20m20m is dropped in a vat of hot water. The ice melts in such a way that (i) the shape of the ball remains spherical, and (ii) the radius of the ball decreases at a constant rate of 0.5ms10.5ms^{-1}. At what rate does the volume of the ice ball decrease, when the radius of the ball is 15m15m?

    Solution:

    Step 1: Identify variables and rates.

    • Let VV be the volume of the sphere and rr be its radius.

    • Given rate of change of radius: drdt=0.5ms1\frac{dr}{dt} = -0.5 \, \text{ms}^{-1} (negative because the radius is decreasing).

    • We need to find the rate of change of volume: dVdt\frac{dV}{dt} when r=15mr = 15 \, \text{m}.


    Step 2: Formulate an equation relating VV and rr.
    The volume of a sphere is given by:

    V=43πr3V = \frac{4}{3}\pi r^3

    Step 3: Differentiate implicitly with respect to time tt.

    dVdt=ddt(43πr3)\frac{dV}{dt} = \frac{d}{dt}\left(\frac{4}{3}\pi r^3\right)

    Apply the chain rule:

    dVdt=43π3r2drdt\frac{dV}{dt} = \frac{4}{3}\pi \cdot 3r^2 \frac{dr}{dt}
    dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

    Step 4: Substitute known values and solve.
    We need dVdt\frac{dV}{dt} when r=15mr = 15 \, \text{m} and drdt=0.5ms1\frac{dr}{dt} = -0.5 \, \text{ms}^{-1}.

    dVdt=4π(15)2(0.5)\frac{dV}{dt} = 4\pi (15)^2 (-0.5)
    dVdt=4π(225)(0.5)\frac{dV}{dt} = 4\pi (225) (-0.5)
    dVdt=900π(0.5)\frac{dV}{dt} = 900\pi (-0.5)
    dVdt=450πm3s1\frac{dV}{dt} = -450\pi \, \text{m}^3\text{s}^{-1}

    The negative sign indicates that the volume is decreasing. The rate of decrease is 450πm3s1450\pi \, \text{m}^3\text{s}^{-1}.

    Answer: The volume of the ice ball decreases at a rate of 450πm3s1450\pi \, \text{m}^3\text{s}^{-1}.

    ---

    ---

    c. Monotonicity and Extrema

    Derivatives are used to determine where a function is increasing or decreasing and to find its local maximum or minimum values.

    * Increasing/Decreasing Functions:
    * If f(x)>0f'(x) > 0 on an interval, f(x)f(x) is increasing on that interval.
    * If f(x)<0f'(x) < 0 on an interval, f(x)f(x) is decreasing on that interval.
    * If f(x)=0f'(x) = 0 on an interval, f(x)f(x) is constant on that interval.

    * Critical Points: A point cc in the domain of ff is a critical point if f(c)=0f'(c) = 0 or f(c)f'(c) is undefined. Local extrema (maxima or minima) can only occur at critical points.

    * First Derivative Test:
    1. Find critical points.
    2. Test the sign of f(x)f'(x) in intervals around each critical point.
    3. If f(x)f'(x) changes from positive to negative at cc, f(c)f(c) is a local maximum.
    4. If f(x)f'(x) changes from negative to positive at cc, f(c)f(c) is a local minimum.
    5. If f(x)f'(x) does not change sign, f(c)f(c) is neither a local maximum nor minimum.

    * Second Derivative Test:
    1. Find critical points where f(c)=0f'(c) = 0.
    2. Calculate f(x)f''(x).
    3. If f(c)>0f''(c) > 0, f(c)f(c) is a local minimum.
    4. If f(c)<0f''(c) < 0, f(c)f(c) is a local maximum.
    5. If f(c)=0f''(c) = 0, the test is inconclusive (use the First Derivative Test).

    Worked Example: Local Extrema

    Problem: Find the local extrema of f(x)=x36x2+9x+1f(x) = x^3 - 6x^2 + 9x + 1.

    Solution:

    Step 1: Find the first derivative f(x)f'(x).

    f(x)=3x212x+9f'(x) = 3x^2 - 12x + 9

    Step 2: Find critical points by setting f(x)=0f'(x) = 0.

    3x212x+9=03x^2 - 12x + 9 = 0

    Divide by 3:

    x24x+3=0x^2 - 4x + 3 = 0

    Factor:

    (x1)(x3)=0(x-1)(x-3) = 0

    Critical points are x=1x=1 and x=3x=3.

    Step 3: Use the Second Derivative Test. Find f(x)f''(x).

    f(x)=ddx(3x212x+9)=6x12f''(x) = \frac{d}{dx}(3x^2 - 12x + 9) = 6x - 12

    Step 4: Evaluate f(x)f''(x) at each critical point.

    For x=1x=1:

    f(1)=6(1)12=6f''(1) = 6(1) - 12 = -6

    Since f(1)<0f''(1) < 0, there is a local maximum at x=1x=1.

    f(1)=(1)36(1)2+9(1)+1=16+9+1=5f(1) = (1)^3 - 6(1)^2 + 9(1) + 1 = 1 - 6 + 9 + 1 = 5

    Local maximum value is 55 at x=1x=1.

    For x=3x=3:

    f(3)=6(3)12=1812=6f''(3) = 6(3) - 12 = 18 - 12 = 6

    Since f(3)>0f''(3) > 0, there is a local minimum at x=3x=3.

    f(3)=(3)36(3)2+9(3)+1=2754+27+1=1f(3) = (3)^3 - 6(3)^2 + 9(3) + 1 = 27 - 54 + 27 + 1 = 1

    Local minimum value is 11 at x=3x=3.

    Answer: Local maximum at (1,5) and local minimum at (3,1)\boxed{\text{Local maximum at } (1, 5) \text{ and local minimum at } (3, 1)}

    ---

    d. Concavity and Inflection Points

    The second derivative helps determine the concavity of a function's graph and identify inflection points.

    * Concavity:
    * If f(x)>0f''(x) > 0 on an interval, the graph of f(x)f(x) is concave up (opens upwards) on that interval.
    * If f(x)<0f''(x) < 0 on an interval, the graph of f(x)f(x) is concave down (opens downwards) on that interval.

    Inflection Point: A point (c,f(c))(c, f(c)) on the graph of f(x)f(x) is an inflection point if the concavity of the graph changes at cc. This typically occurs where f(c)=0f''(c) = 0 or f(c)f''(c) is undefined, and* f(x)f''(x) changes sign around cc. (PYQ 7)

    Worked Example: Inflection Points

    Problem: Given the function f(x)=x520x42+3x+1f(x) = \frac{x^5}{20} - \frac{x^4}{2} + 3x + 1, identify its inflection points.

    Solution:

    Step 1: Find the first derivative f(x)f'(x).

    f(x)=5x4204x32+3=x442x3+3f'(x) = \frac{5x^4}{20} - \frac{4x^3}{2} + 3 = \frac{x^4}{4} - 2x^3 + 3

    Step 2: Find the second derivative f(x)f''(x).

    f(x)=4x346x2=x36x2f''(x) = \frac{4x^3}{4} - 6x^2 = x^3 - 6x^2

    Step 3: Set f(x)=0f''(x) = 0 to find potential inflection points.

    x36x2=0x^3 - 6x^2 = 0

    Factor out x2x^2:

    x2(x6)=0x^2(x - 6) = 0

    Potential inflection points are x=0x=0 and x=6x=6.

    Step 4: Analyze the sign of f(x)f''(x) around these points to check for a change in concavity.

    * For x=0x=0:
    * Choose a test value slightly less than 00, e.g., x=1x=-1:

    f(1)=(1)2(16)=1(7)=7<0f''(-1) = (-1)^2(-1-6) = 1(-7) = -7 < 0

    (concave down).
    * Choose a test value slightly greater than 00, e.g., x=1x=1:
    f(1)=(1)2(16)=1(5)=5<0f''(1) = (1)^2(1-6) = 1(-5) = -5 < 0

    (concave down).
    Since f(x)f''(x) does not change sign around x=0x=0, x=0x=0 is not an inflection point.

    * For x=6x=6:
    * Choose a test value slightly less than 66, e.g., x=5x=5:

    f(5)=(5)2(56)=25(1)=25<0f''(5) = (5)^2(5-6) = 25(-1) = -25 < 0

    (concave down).
    * Choose a test value slightly greater than 66, e.g., x=7x=7:
    f(7)=(7)2(76)=49(1)=49>0f''(7) = (7)^2(7-6) = 49(1) = 49 > 0

    (concave up).
    Since f(x)f''(x) changes sign from negative to positive at x=6x=6, x=6x=6 is an inflection point.

    Answer: x=6 is the only inflection point.\boxed{x=6 \text{ is the only inflection point.}}

    ---

    Problem-Solving Strategies

    💡 CMI Strategy

    • Limits: Always try direct substitution first. If indeterminate, consider factorization, rationalization, L'Hôpital's Rule (multiple times if needed), or Taylor series expansion for complex functions. For limits at infinity, divide by the highest power of xx.

    Self-correction: L'Hôpital's Rule should be `L'Hôpital's Rule` (already correct, just checking)
    `00\frac{0}{0}` and `\frac{\infty}{\infty}`
    * `highest power of xx` - xx is already in math mode.

    • Continuity: Systematically check the three conditions: f(c)f(c) defined, limxcf(x)\lim_{x \to c} f(x) exists, and they are equal. For piecewise functions, check at the boundary points. Identify types of discontinuities.

    • Differentiability: For graphical problems, look for smooth curves without sharp corners, cusps, or vertical tangents. Remember, differentiability implies continuity. For algebraic problems, use definition or differentiation rules.

    • Related Rates: Draw a diagram. Label variables. Write down the primary geometric/physical relationship. Differentiate implicitly with respect to time (tt). Substitute known values carefully.

    • Extrema & Inflection Points: Clearly distinguish between finding critical points (f(x)=0f'(x)=0 or undefined) for extrema and finding potential inflection points (f(x)=0f''(x)=0 or undefined). Always verify sign changes for both first and second derivative tests.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • Confusing continuity and differentiability: A function being continuous does NOT guarantee it is differentiable. E.g., f(x)=xf(x)=|x| is continuous at x=0x=0 but not differentiable.
    Correct approach: Differentiability implies continuity. If a function is not continuous, it cannot be differentiable.
      • Incorrect application of L'Hôpital's Rule: Applying L'Hôpital's Rule when the limit is not of 00\frac{0}{0} or \frac{\infty}{\infty} form.
    Correct approach: Always verify the indeterminate form before applying L'Hôpital's Rule.
      • Errors in Chain Rule: Forgetting to multiply by the derivative of the inner function, especially in implicit differentiation or nested functions.
    Correct approach: When differentiating f(g(x))f(g(x)), always remember it's f(g(x))g(x)f'(g(x)) \cdot g'(x). For implicit functions like ddx(yn)\frac{d}{dx}(y^n), it is nyn1dydxny^{n-1}\frac{dy}{dx}.
      • Not checking sign change for inflection points: Assuming f(c)=0f''(c)=0 automatically means cc is an inflection point.
    Correct approach: f(c)=0f''(c)=0 is a necessary but not sufficient condition. You must check that f(x)f''(x) changes sign around cc.
      • Units in Related Rates: Forgetting to include units or using incorrect units in the final answer.
    Correct approach: Always track units throughout the problem and ensure the final answer has appropriate units.

    ---

    Practice Questions

    :::question type="MCQ" question="Let f(x)={x2+1,x1ax+b,x>1f(x) = \begin{cases} x^2+1, & x \le 1 \\ ax+b, & x > 1 \end{cases}. For f(x)f(x) to be differentiable at x=1x=1, what must be the values of aa and bb?" options=["a=2,b=1a=2, b=1","a=1,b=2a=1, b=2","a=2,b=0a=2, b=0","a=0,b=2a=0, b=2"] answer="a=2,b=0a=2, b=0" hint="For differentiability, the function must first be continuous. Then, the left-hand derivative must equal the right-hand derivative." solution="Step 1: For continuity at x=1x=1, the left-hand limit, right-hand limit, and function value must be equal.

    limx1(x2+1)=12+1=2\lim_{x \to 1^-} (x^2+1) = 1^2+1 = 2

    limx1+(ax+b)=a(1)+b=a+b\lim_{x \to 1^+} (ax+b) = a(1)+b = a+b

    f(1)=12+1=2f(1) = 1^2+1 = 2

    So,
    a+b=2a+b=2

    Step 2: For differentiability at x=1x=1, the left-hand derivative must equal the right-hand derivative.

    f(x)={2x,x<1a,x>1f'(x) = \begin{cases} 2x, & x < 1 \\ a, & x > 1 \end{cases}

    limx1(2x)=2(1)=2\lim_{x \to 1^-} (2x) = 2(1) = 2

    limx1+(a)=a\lim_{x \to 1^+} (a) = a

    So,
    a=2a=2

    Step 3: Substitute a=2a=2 into the continuity equation.

    2+b=2    b=02+b=2 \implies b=0

    Therefore, a=2a=2 and b=0b=0.
    Answer: \boxed{a=2, b=0}"
    :::

    :::question type="NAT" question="A ladder 13 meters long is leaning against a wall. The base of the ladder is pulled away from the wall at a rate of 0.6 m/s0.6 \text{ m/s}. How fast is the top of the ladder sliding down the wall when the base is 5 meters from the wall? (Provide the speed in m/s, positive value)." answer="0.25" hint="Use the Pythagorean theorem to relate the distance of the ladder's base from the wall, its height on the wall, and its length. Then differentiate implicitly with respect to time." solution="Step 1: Define variables and known rates.
    Let LL be the length of the ladder, xx be the distance of the base from the wall, and yy be the height of the top of the ladder on the wall.
    Given: L=13 mL = 13 \text{ m} (constant).
    Rate at which the base is pulled away: dxdt=0.6 m/s\frac{dx}{dt} = 0.6 \text{ m/s}.
    We need to find dydt\frac{dy}{dt} (speed at which the top slides down) when x=5 mx = 5 \text{ m}.

    Step 2: Formulate an equation relating xx, yy, and LL.
    By the Pythagorean theorem:

    x2+y2=L2x^2 + y^2 = L^2

    x2+y2=132x^2 + y^2 = 13^2

    x2+y2=169x^2 + y^2 = 169

    Step 3: Find yy when x=5 mx=5 \text{ m}.

    52+y2=1695^2 + y^2 = 169

    25+y2=16925 + y^2 = 169

    y2=16925y^2 = 169 - 25

    y2=144y^2 = 144

    y=12 m(since height must be positive)y = 12 \text{ m} \quad (\text{since height must be positive})

    Step 4: Differentiate the equation x2+y2=169x^2 + y^2 = 169 implicitly with respect to time tt.

    ddt(x2)+ddt(y2)=ddt(169)\frac{d}{dt}(x^2) + \frac{d}{dt}(y^2) = \frac{d}{dt}(169)

    2xdxdt+2ydydt=02x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0

    Divide by 2:
    xdxdt+ydydt=0x \frac{dx}{dt} + y \frac{dy}{dt} = 0

    Step 5: Substitute the known values and solve for dydt\frac{dy}{dt}.
    Substitute x=5x=5, y=12y=12, and dxdt=0.6\frac{dx}{dt}=0.6:

    (5)(0.6)+(12)dydt=0(5)(0.6) + (12) \frac{dy}{dt} = 0

    3+12dydt=03 + 12 \frac{dy}{dt} = 0

    12dydt=312 \frac{dy}{dt} = -3

    dydt=312\frac{dy}{dt} = -\frac{3}{12}

    dydt=0.25 m/s\frac{dy}{dt} = -0.25 \text{ m/s}

    The negative sign indicates that the height yy is decreasing, meaning the top of the ladder is sliding down. The speed is the absolute value of this rate.

    The speed is 0.25 m/s0.25 \text{ m/s}.
    Answer: \boxed{0.25}"
    :::

    :::question type="MSQ" question="Which of the following functions have a local maximum at x=0x=0?" options=["f(x)=x2f(x) = -x^2","g(x)=cosxg(x) = \cos x","h(x)=x3h(x) = x^3","k(x)=ex2k(x) = e^{-x^2}"] answer="A,B,D" hint="Use the first or second derivative test. For a local maximum at x=0x=0, f(0)=0f'(0)=0 and f(0)<0f''(0) < 0 (or f(x)f'(x) changes from positive to negative at x=0x=0). " solution="Let's analyze each option:
    A. f(x)=x2f(x) = -x^2

    f(x)=2x    f(0)=0f'(x) = -2x \implies f'(0)=0

    f(x)=2    f(0)=2<0f''(x) = -2 \implies f''(0)=-2 < 0

    Since f(0)=0f'(0)=0 and f(0)<0f''(0)<0, f(x)f(x) has a local maximum at x=0x=0. Correct.

    B. g(x)=cosxg(x) = \cos x

    g(x)=sinx    g(0)=0g'(x) = -\sin x \implies g'(0)=0

    g(x)=cosx    g(0)=cos(0)=1<0g''(x) = -\cos x \implies g''(0)=-\cos(0)=-1 < 0

    Since g(0)=0g'(0)=0 and g(0)<0g''(0)<0, g(x)g(x) has a local maximum at x=0x=0. Correct.

    C. h(x)=x3h(x) = x^3

    h(x)=3x2    h(0)=0h'(x) = 3x^2 \implies h'(0)=0

    h(x)=6x    h(0)=0h''(x) = 6x \implies h''(0)=0

    The second derivative test is inconclusive. Use the first derivative test:
    For x<0x<0, h(x)=3x2>0h'(x) = 3x^2 > 0.
    For x>0x>0, h(x)=3x2>0h'(x) = 3x^2 > 0.
    Since h(x)h'(x) does not change sign (it's positive on both sides of x=0x=0), x=0x=0 is an inflection point, not a local extremum. Incorrect.

    D. k(x)=ex2k(x) = e^{-x^2}

    k(x)=ex2(2x)=2xex2    k(0)=0k'(x) = e^{-x^2} \cdot (-2x) = -2xe^{-x^2} \implies k'(0)=0

    k(x)=2ex2+(2x)(2xex2)=2ex2+4x2ex2=ex2(4x22)k''(x) = -2e^{-x^2} + (-2x)(-2xe^{-x^2}) = -2e^{-x^2} + 4x^2e^{-x^2} = e^{-x^2}(4x^2-2)

    k(0)=e0(4(0)22)=1(2)=2<0k''(0) = e^0(4(0)^2-2) = 1(-2) = -2 < 0

    Since k(0)=0k'(0)=0 and k(0)<0k''(0)<0, k(x)k(x) has a local maximum at x=0x=0. Correct.
    Answer: \boxed{A,B,D}"
    :::

    :::question type="SUB" question="Find the interval(s) where the function f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5 is decreasing." answer="(1,3)(-1, 3)" hint="A function is decreasing where its first derivative is negative." solution="Step 1: Find the first derivative of f(x)f(x).

    f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5

    f(x)=3x26x9f'(x) = 3x^2 - 6x - 9

    Step 2: Find the critical points by setting f(x)=0f'(x) = 0.

    3x26x9=03x^2 - 6x - 9 = 0

    Divide by 3:
    x22x3=0x^2 - 2x - 3 = 0

    Factor the quadratic:
    (x3)(x+1)=0(x-3)(x+1) = 0

    The critical points are x=3x=3 and x=1x=-1.

    Step 3: Create a sign table for f(x)f'(x) using the critical points to define intervals.
    The intervals are (,1)(-\infty, -1), (1,3)(-1, 3), and (3,)(3, \infty).

    * Interval (,1)(-\infty, -1): Choose test value x=2x=-2.

    f(2)=3(2)26(2)9=3(4)+129=12+129=15>0f'(-2) = 3(-2)^2 - 6(-2) - 9 = 3(4) + 12 - 9 = 12 + 12 - 9 = 15 > 0

    So, f(x)f(x) is increasing on (,1)(-\infty, -1).

    * Interval (1,3)(-1, 3): Choose test value x=0x=0.

    f(0)=3(0)26(0)9=9<0f'(0) = 3(0)^2 - 6(0) - 9 = -9 < 0

    So, f(x)f(x) is decreasing on (1,3)(-1, 3).

    * Interval (3,)(3, \infty): Choose test value x=4x=4.

    f(4)=3(4)26(4)9=3(16)249=48249=15>0f'(4) = 3(4)^2 - 6(4) - 9 = 3(16) - 24 - 9 = 48 - 24 - 9 = 15 > 0

    So, f(x)f(x) is increasing on (3,)(3, \infty).

    Step 4: Identify the interval(s) where f(x)f(x) is decreasing.
    The function f(x)f(x) is decreasing on the interval where f(x)<0f'(x) < 0.

    Therefore, f(x)f(x) is decreasing on (1,3)(-1, 3).
    Answer: \boxed{(-1, 3)}"
    :::

    ---

    Summary

    Key Takeaways for CMI

    • Limits are Fundamental: Master evaluation techniques, including L'Hôpital's Rule and handling limits at infinity, as they underpin continuity and differentiability.

    • Continuity vs. Differentiability: Understand the definitions and their relationship: differentiability implies continuity, but continuity does not imply differentiability. Be aware of how operations (sum, product) affect continuity.

    • Derivative as Rate of Change: Comprehend the geometric (slope of tangent) and physical (instantaneous rate of change) interpretations of the derivative.

    • Applications are Crucial: Be proficient in using derivatives to find equations of tangents/normals, solve related rates problems, determine intervals of increase/decrease, identify local extrema (maxima/minima), and locate inflection points.

    • Master Differentiation Rules: Ensure flawless application of power, product, quotient, and especially the chain rule, including implicit differentiation.

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Integral Calculus: Differentiation and integration are inverse operations. A strong foundation here is essential for understanding definite and indefinite integrals.

      • Differential Equations: Many real-world phenomena are modeled by differential equations, which involve derivatives.

      • Optimization in Machine Learning: Gradient descent and other optimization algorithms rely heavily on the concept of derivatives to find minima of loss functions.

      • Multivariable Calculus: The concepts of partial derivatives and gradients extend differentiation to functions of multiple variables, critical for high-dimensional data analysis.


    Master these connections for comprehensive CMI preparation!

    ---

    💡 Moving Forward

    Now that you understand Fundamentals of Differentiation, let's explore Maxima and Minima which builds on these concepts.

    ---

    Part 2: Maxima and Minima

    Introduction

    The concepts of maxima and minima are fundamental in calculus, allowing us to determine the largest and smallest values a function can attain. These values are crucial for understanding the behavior of functions and have extensive applications in various fields, including economics, physics, engineering, and data science, where optimizing processes or models is often required. In the CMI exam, problems involving maxima and minima frequently appear, testing your ability to identify critical points, classify them as maxima or minima, and apply these principles to solve complex real-world optimization challenges. This section will equip you with the necessary tools and techniques to master these concepts.
    📖 Local Maximum

    A function f(x)f(x) has a local maximum at x=cx=c if there exists an open interval (a,b)(a,b) containing cc such that f(x)f(c)f(x) \le f(c) for all x(a,b)x \in (a,b).

    📖 Local Minimum

    A function f(x)f(x) has a local minimum at x=cx=c if there exists an open interval (a,b)(a,b) containing cc such that f(x)f(c)f(x) \ge f(c) for all x(a,b)x \in (a,b).

    📖 Global Maximum (Absolute Maximum)

    A function f(x)f(x) has a global maximum at x=cx=c if f(x)f(c)f(x) \le f(c) for all xx in the domain of ff.

    📖 Global Minimum (Absolute Minimum)

    A function f(x)f(x) has a global minimum at x=cx=c if f(x)f(c)f(x) \ge f(c) for all xx in the domain of ff.

    ---

    Key Concepts

    1. Critical Points

    Critical points are the candidates for local maxima or minima. They are points where the function's rate of change is zero or undefined.

    📖 Critical Point

    A point x=cx=c in the domain of f(x)f(x) is called a critical point if either f(c)=0f'(c) = 0 or f(c)f'(c) is undefined.

    Explanation:
    At a local maximum or minimum, the tangent line to the curve is horizontal, meaning its slope (the first derivative) is zero. Alternatively, if the function has a sharp turn or a vertical tangent, the derivative might be undefined.

    ---

    2. Tests for Local Extrema

    To classify a critical point as a local maximum, local minimum, or neither, we use derivative tests.

    2.1 First Derivative Test

    This test examines the sign of the first derivative around a critical point.

    📐 First Derivative Test

    Let cc be a critical point of f(x)f(x).

    • If f(x)f'(x) changes from positive to negative at x=cx=c, then f(c)f(c) is a local maximum.

    • If f(x)f'(x) changes from negative to positive at x=cx=c, then f(c)f(c) is a local minimum.

    • If f(x)f'(x) does not change sign at x=cx=c (i.e., it's positive on both sides or negative on both sides), then f(c)f(c) is neither a local maximum nor a local minimum.

    Worked Example:

    Problem: Find the local extrema of f(x)=x33xf(x) = x^3 - 3x.

    Solution:

    Step 1: Find the first derivative and critical points.

    f(x)=3x23f'(x) = 3x^2 - 3

    Set f(x)=0f'(x) = 0:

    3x23=03x^2 - 3 = 0
    3(x21)=03(x^2 - 1) = 0
    x2=1x^2 = 1
    x=±1x = \pm 1

    The critical points are x=1x=1 and x=1x=-1.

    Step 2: Apply the First Derivative Test.

    Consider x=1x=-1:

    • For x<1x < -1 (e.g., x=2x=-2),

    f(2)=3(2)23=123=9>0f'(-2) = 3(-2)^2 - 3 = 12 - 3 = 9 > 0

    (ff is increasing)
    • For 1<x<1-1 < x < 1 (e.g., x=0x=0),

    f(0)=3(0)23=3<0f'(0) = 3(0)^2 - 3 = -3 < 0

    (ff is decreasing)
    Since f(x)f'(x) changes from positive to negative at x=1x=-1, there is a local maximum at x=1x=-1.
    f(1)=(1)33(1)=1+3=2f(-1) = (-1)^3 - 3(-1) = -1 + 3 = 2

    Consider x=1x=1:

    • For 1<x<1-1 < x < 1 (e.g., x=0x=0),

    f(0)=3<0f'(0) = -3 < 0

    (ff is decreasing)
    • For x>1x > 1 (e.g., x=2x=2),

    f(2)=3(2)23=123=9>0f'(2) = 3(2)^2 - 3 = 12 - 3 = 9 > 0

    (ff is increasing)
    Since f(x)f'(x) changes from negative to positive at x=1x=1, there is a local minimum at x=1x=1.
    f(1)=(1)33(1)=13=2f(1) = (1)^3 - 3(1) = 1 - 3 = -2

    Answer: Local maximum at (1,2)(-1, 2) and local minimum at (1,2)(1, -2).

    ---

    2.2 Second Derivative Test

    This test uses the sign of the second derivative at a critical point to classify it.

    📐 Second Derivative Test

    Let cc be a critical point of f(x)f(x) where f(c)=0f'(c)=0.

    • If f(c)<0f''(c) < 0, then f(c)f(c) is a local maximum.

    • If f(c)>0f''(c) > 0, then f(c)f(c) is a local minimum.

    • If f(c)=0f''(c) = 0, the test is inconclusive. Use the First Derivative Test or higher-order derivatives.

    Explanation:
    The second derivative tells us about the concavity of the function. If f(c)<0f''(c) < 0, the function is concave down at cc, suggesting a peak (maximum). If f(c)>0f''(c) > 0, the function is concave up, suggesting a valley (minimum).

    Worked Example:

    Problem: Use the Second Derivative Test to find the local extrema of f(x)=x33xf(x) = x^3 - 3x.

    Solution:

    Step 1: Find the first derivative and critical points (from previous example).

    f(x)=3x23f'(x) = 3x^2 - 3

    Critical points are x=1x=1 and x=1x=-1.

    Step 2: Find the second derivative.

    f(x)=ddx(3x23)=6xf''(x) = \frac{d}{dx}(3x^2 - 3) = 6x

    Step 3: Evaluate f(x)f''(x) at each critical point.

    For x=1x=-1:

    f(1)=6(1)=6f''(-1) = 6(-1) = -6

    Since f(1)<0f''(-1) < 0, there is a local maximum at x=1x=-1.
    f(1)=2f(-1) = 2

    For x=1x=1:

    f(1)=6(1)=6f''(1) = 6(1) = 6

    Since f(1)>0f''(1) > 0, there is a local minimum at x=1x=1.
    f(1)=2f(1) = -2

    Answer: Local maximum at (1,2)(-1, 2) and local minimum at (1,2)(1, -2).

    ---

    ---

    ```markdown
    #
    ## 3. Extrema on Closed Intervals

    For a continuous function $f(x)$ on a closed interval $[a,b]$, the Extreme Value Theorem guarantees that both a global maximum and a global minimum exist.

    📐 Extreme Value Theorem

    If f(x)f(x) is continuous on a closed interval [a,b][a,b], then f(x)f(x) attains both a global maximum and a global minimum on [a,b][a,b].

    Procedure to find global extrema on $[a,b]$:

  • Find all critical points of $f(x)$ in the open interval $(a,b)$.

  • Evaluate $f(x)$ at each critical point found in step 1.

  • Evaluate $f(x)$ at the endpoints of the interval, $a$ and $b$.

  • The largest of these values is the global maximum, and the smallest is the global minimum.
  • Worked Example:

    Problem: Find the global maximum and minimum of $f(x) = x^3 - 3x$ on the interval $[0, 2]$.

    Solution:

    Step 1: Find critical points in $(0,2)$.
    From previous examples, critical points are $x=-1$ and $x=1$. Only $x=1$ lies in $(0,2)$.

    Step 2: Evaluate $f(x)$ at the critical point $x=1$.

    $f(1) = (1)^3 - 3(1) = -2$

    Step 3: Evaluate $f(x)$ at the endpoints $x=0$ and $x=2$.

    $f(0) = (0)^3 - 3(0) = 0$

    $f(2) = (2)^3 - 3(2) = 8 - 6 = 2$

    Step 4: Compare values.
    Values are $f(1)=-2$, $f(0)=0$, $f(2)=2$.
    The largest value is $2$, and the smallest value is $-2$.

    Answer: Global maximum is $2$ at $x=2$. Global minimum is $-2$ at $x=1$.

    ---

    #
    ## 4. Concavity and Inflection Points

    Concavity describes the direction in which the curve bends. Inflection points are where the concavity changes.

    📖 Concave Up

    A function f(x)f(x) is concave up on an interval if its graph lies above all of its tangent lines on that interval. This occurs when f(x)>0f''(x) > 0.

    📖 Concave Down

    A function f(x)f(x) is concave down on an interval if its graph lies below all of its tangent lines on that interval. This occurs when f(x)<0f''(x) < 0.

    📖 Inflection Point (Flex Point)

    A point (c,f(c))(c, f(c)) is an inflection point (or flex point as per PYQ 2) if the concavity of the function changes at x=cx=c. This typically occurs where f(c)=0f''(c)=0 or f(c)f''(c) is undefined, and f(x)f''(x) changes sign around cc.

    Explanation:

    • If $f''(x) > 0$, the slope $f'(x)$ is increasing, meaning the curve is bending upwards.

    • If $f''(x) < 0$, the slope $f'(x)$ is decreasing, meaning the curve is bending downwards.

    • An inflection point is where this behavior switches. Note that $f''(c)=0$ is a necessary condition, but not sufficient; $f''(x)$ must change sign. For example, for $f(x)=x^4$, $f''(0)=0$, but $f''(x)=12x^2 \ge 0$ for all $x$, so concavity doesn't change, and $x=0$ is not an inflection point.


    Worked Example:

    Problem: Find the intervals of concavity and inflection points for $f(x) = x^4 - 4x^3$.

    Solution:

    Step 1: Find the first and second derivatives.

    $f'(x) = 4x^3 - 12x^2$

    $f''(x) = 12x^2 - 24x$

    Step 2: Find points where $f''(x) = 0$ or is undefined.

    $12x^2 - 24x = 0$

    $12x(x - 2) = 0$

    So, $x=0$ and $x=2$ are potential inflection points.

    Step 3: Test intervals for the sign of $f''(x)$.

    • For $x < 0$ (e.g., $x=-1$), $f''(-1) = 12(-1)(-1-2) = 12(-1)(-3) = 36 > 0$. (Concave Up)

    • For $0 < x < 2$ (e.g., $x=1$), $f''(1) = 12(1)(1-2) = 12(-1) = -12 < 0$. (Concave Down)

    • For $x > 2$ (e.g., $x=3$), $f''(3) = 12(3)(3-2) = 36(1) = 36 > 0$. (Concave Up)


    Step 4: Identify inflection points.
    Concavity changes at $x=0$ and $x=2$.
    $f(0) = 0^4 - 4(0)^3 = 0$
    $f(2) = 2^4 - 4(2)^3 = 16 - 32 = -16$

    Answer:

    • Concave up on $(-\infty, 0)$ and $(2, \infty)$.

    • Concave down on $(0, 2)$.

    • Inflection points at $(0, 0)$ and $(2, -16)$.


    ---

    #
    ## 5. Optimization in Real-World Problems

    Many practical problems involve finding the maximum or minimum value of a quantity (e.g., profit, volume, cost, distance).

    General Strategy:

  • Understand the Problem: Read carefully, identify what needs to be maximized or minimized.

  • Draw a Diagram (if applicable): Visual representation helps.

  • Define Variables: Assign symbols to quantities.

  • Formulate the Objective Function: Write an equation for the quantity to be optimized in terms of the variables.

  • Identify Constraints: Write equations or inequalities relating the variables.

  • Reduce to a Single Variable: Use constraint equations to express the objective function in terms of a single independent variable.

  • Determine the Domain: Find the possible values for the independent variable.

  • Apply Calculus: Find critical points using the first derivative and classify them using the First or Second Derivative Test. Consider endpoints if the domain is a closed interval.

  • Interpret the Result: State the answer in the context of the problem.
  • Worked Example:

    Problem: A farmer wants to fence a rectangular plot of land adjacent to a river. No fence is needed along the river. If the farmer has 200 meters of fencing, what is the maximum area of the land he can enclose?

    Solution:

    Step 1: Understand the Problem - Maximize area, with a fixed perimeter (fencing length).

    Step 2: Draw a Diagram.




    River
    Area
    $l$
    $w$
    $w$

    Step 3: Define Variables.
    Let $l$ be the length of the side parallel to the river.
    Let $w$ be the width of the sides perpendicular to the river.

    Step 4: Formulate the Objective Function.
    $A = l \cdot w$

    Step 5: Identify Constraints.
    $2w + l = 200$

    Step 6: Reduce to a Single Variable.
    From the constraint,
    $l = 200 - 2w$
    Substitute this into the area formula:
    $A(w) = (200 - 2w)w = 200w - 2w^2$

    Step 7: Determine the Domain.
    Since $w$ and $l$ must be positive:
    $w > 0$
    $l = 200 - 2w > 0 \implies 200 > 2w \implies w < 100$
    So, the domain for $w$ is $(0, 100)$.

    Step 8: Apply Calculus.
    Find the first derivative of $A(w)$:
    $A'(w) = 200 - 4w$
    Set $A'(w) = 0$ to find critical points:
    $200 - 4w = 0$
    $4w = 200$
    $w = 50$
    This critical point $w=50$ is within the domain $(0, 100)$.

    Use the Second Derivative Test:
    $A''(w) = -4$
    Since $A''(50) = -4 < 0$, this confirms that $w=50$ corresponds to a local maximum. Since it's the only critical point in an open interval and the function is a downward-opening parabola, it's also the global maximum.

    Step 9: Interpret the Result.
    When $w=50$ meters,
    $l = 200 - 2(50) = 200 - 100 = 100 \text{ meters}$
    The maximum area is
    $A(50) = 100 \cdot 50 = 5000 \text{ square meters}$

    Answer: The maximum area is $5000 \text{ m}^2$, achieved when the width is $50 \text{ m}$ and the length is $100 \text{ m}$.

    ---

    #
    ## 6. Proving Inequalities using Calculus

    Calculus can be a powerful tool to prove inequalities by analyzing the monotonicity or extrema of a related function.

    General Strategy:
    To prove $f(x) \ge g(x)$ for a given interval, consider the function $h(x) = f(x) - g(x)$. If you can show that the global minimum of $h(x)$ on that interval is non-negative (i.e., $\min h(x) \ge 0$), then the inequality holds.

    Worked Example:

    Problem: Prove that $e^x \ge 1+x$ for all real $x$.

    Solution:

    Step 1: Define a new function.
    $h(x) = e^x - (1+x) = e^x - x - 1$
    We need to show that $h(x) \ge 0$ for all real $x$.

    Step 2: Find the derivative of $h(x)$.

    $h'(x) = e^x - 1$

    Step 3: Find critical points.
    Set $h'(x) = 0$:

    $e^x - 1 = 0$

    $e^x = 1$

    $x = 0$

    Step 4: Use the Second Derivative Test to classify the critical point.

    $h''(x) = e^x$

    $h''(0) = e^0 = 1$
    Since $h''(0) = 1 > 0$, there is a local minimum at $x=0$.

    Step 5: Evaluate $h(x)$ at the minimum.

    $h(0) = e^0 - 0 - 1 = 1 - 0 - 1 = 0$
    Since $x=0$ is the only critical point and it corresponds to a local minimum, and $h''(x) = e^x > 0$ for all $x$, the function $h(x)$ is concave up everywhere, meaning this local minimum is also the global minimum.

    Step 6: Conclude the inequality.
    The global minimum value of $h(x)$ is $0$, which occurs at $x=0$. Therefore, $h(x) \ge 0$ for all real $x$.
    This means $e^x - x - 1 \ge 0$, which implies $e^x \ge 1+x$.

    Answer: The inequality is proven.

    ---
    ```

    ---

    #
    ## 7. Optimization of Functions with Specific Forms (e.g., lnxx\frac{\ln x}{x})

    Functions like f(x)=lnxxf(x) = \frac{\ln x}{x} frequently appear in CMI for proving inequalities. Analyzing its behavior is key.

    Worked Example:

    Problem: Analyze the function f(x)=lnxxf(x) = \frac{\ln x}{x} for x>0x>0. Find its maximum value and use it to compare aba^b and bab^a for a,b>0a, b > 0.

    Solution:

    Part 1: Analyze f(x)=lnxxf(x) = \frac{\ln x}{x}.

    Step 1: Find the first derivative.

    f(x)=1xxlnx1x2=1lnxx2f'(x) = \frac{\frac{1}{x} \cdot x - \ln x \cdot 1}{x^2} = \frac{1 - \ln x}{x^2}

    Step 2: Find critical points.
    Set f(x)=0f'(x) = 0:

    1lnxx2=01lnx=0lnx=1x=e\begin{aligned}\frac{1 - \ln x}{x^2} & = 0 \\
    1 - \ln x & = 0 \\
    \ln x & = 1 \\
    x & = e\end{aligned}

    The critical point is x=ex=e.

    Step 3: Use the First Derivative Test (or Second Derivative Test).
    For x<ex < e (e.g., x=1x=1), f(1)=1ln112=101=1>0f'(1) = \frac{1 - \ln 1}{1^2} = \frac{1 - 0}{1} = 1 > 0. (ff is increasing)
    For x>ex > e (e.g., x=e2x=e^2), f(e2)=1lne2(e2)2=12e4=1e4<0f'(e^2) = \frac{1 - \ln e^2}{(e^2)^2} = \frac{1 - 2}{e^4} = -\frac{1}{e^4} < 0. (ff is decreasing)
    Since f(x)f'(x) changes from positive to negative at x=ex=e, there is a local maximum at x=ex=e.

    Step 4: Evaluate the maximum value.

    f(e)=lnee=1ef(e) = \frac{\ln e}{e} = \frac{1}{e}
    Since it's the only critical point for x>0x>0 and f(x)f(x) \to -\infty as x0+x \to 0^+ and f(x)0f(x) \to 0 as xx \to \infty, this local maximum is also the global maximum.

    Part 2: Use this to compare aba^b and bab^a.

    Consider the inequality ab<baa^b < b^a.
    This is equivalent to ln(ab)<ln(ba)\ln(a^b) < \ln(b^a).

    &#x27; in math mode at position 72: … both sides by̲ab(assuming(assuming…" style="color:#cc0000">\begin{aligned}b \ln a & < a \ln b \\
    \intertext{Divide both sides by abab (assuming a,b & gt; 0):}
    \frac{\ln a}{a} & < \frac{\ln b}{b}\end{aligned}

    This means f(a)<f(b)f(a) < f(b).

    We know that f(x)=lnxxf(x) = \frac{\ln x}{x} has a global maximum at x=ex=e.

    • For x>ex > e, f(x)f(x) is a decreasing function.

    • For 0<x<e0 < x < e, f(x)f(x) is an increasing function.


    If a>b3a > b \ge 3:
    Since e2.718e \approx 2.718, both aa and bb are greater than ee.
    In the interval (e,)(e, \infty), f(x)f(x) is a decreasing function.
    If a>ba > b, then f(a)<f(b)f(a) < f(b) because ff is decreasing.
    So, lnaa<lnbb\frac{\ln a}{a} < \frac{\ln b}{b}.
    This implies blna<alnbb \ln a < a \ln b, which further implies ln(ab)<ln(ba)\ln(a^b) < \ln(b^a), and thus ab<baa^b < b^a.

    Answer: The function f(x)=lnxxf(x) = \frac{\ln x}{x} has a global maximum of 1e\frac{1}{e} at x=ex=e. For a>b3a > b \ge 3, since a,b>ea, b > e and f(x)f(x) is decreasing for x>ex>e, we have f(a)<f(b)f(a) < f(b), which proves ab<baa^b < b^a.

    ---

    #
    ## 8. Optimization of Composite Functions

    When a function is a composition, f(g(x))f(g(x)), we can often find its extrema by finding the extrema of the inner function g(x)g(x) or by substitution.

    Worked Example:

    Problem: Find the range of the function h(x)=sin2xsinx+2h(x) = \sin^2 x - \sin x + 2.

    Solution:

    Step 1: Use substitution.
    Let u=sinxu = \sin x.
    Since 1sinx1-1 \le \sin x \le 1, the variable uu is restricted to the interval [1,1][-1, 1].
    The function becomes a quadratic in uu: g(u)=u2u+2g(u) = u^2 - u + 2.

    Step 2: Find the extrema of g(u)g(u) on the interval [1,1][-1, 1].
    Find the derivative of g(u)g(u):

    g(u)=2u1g'(u) = 2u - 1

    Set g(u)=0g'(u) = 0:
    2u1=0u=12\begin{aligned}2u - 1 & = 0 \\
    u & = \frac{1}{2}\end{aligned}

    This critical point u=12u=\frac{1}{2} lies within the interval [1,1][-1, 1].

    Step 3: Evaluate g(u)g(u) at the critical point and the endpoints.

    • At u=12u=\frac{1}{2}:

    g(12)=(12)212+2=1412+2=12+84=74g\left(\frac{1}{2}\right) = \left(\frac{1}{2}\right)^2 - \frac{1}{2} + 2 = \frac{1}{4} - \frac{1}{2} + 2 = \frac{1 - 2 + 8}{4} = \frac{7}{4}

    • At endpoint u=1u=-1:

    g(1)=(1)2(1)+2=1+1+2=4g(-1) = (-1)^2 - (-1) + 2 = 1 + 1 + 2 = 4

    • At endpoint u=1u=1:

    g(1)=(1)21+2=11+2=2g(1) = (1)^2 - 1 + 2 = 1 - 1 + 2 = 2

    Step 4: Determine the maximum and minimum values.
    The values are 74\frac{7}{4}, 44, and 22.
    The global minimum is 74\frac{7}{4}.
    The global maximum is 44.

    Answer: The range of the function h(x)h(x) is [74,4]\left[\frac{7}{4}, 4\right].

    ---

    Problem-Solving Strategies

    💡 CMI Strategy: Domain is Crucial

    Always determine the valid domain for your variables in optimization problems. This is especially important for real-world scenarios where quantities like length, time, or concentration must be positive, or for functions defined on specific intervals. The global extrema might occur at endpoints of the domain, not just critical points.

    💡 CMI Strategy: Logarithmic Transformation for Powers

    When dealing with expressions like aba^b or xyx^y, taking the natural logarithm can simplify the problem by converting exponents into products (e.g., ln(ab)=blna\ln(a^b) = b \ln a). This is particularly useful for comparing such expressions or finding extrema of functions involving them.

    💡 CMI Strategy: Look for Monotonicity

    If a function is strictly increasing or decreasing over an interval, its extrema on that interval will occur at the endpoints (if they exist). For functions like f(x)=ex1+exf(x) = \frac{e^x}{1+e^x}, if f(x)f'(x) is always positive or always negative, then the function is monotonic, and you only need to check endpoints for global extrema on a closed interval.

    💡 CMI Strategy: Polynomial Roots and Derivatives

    For polynomials, if P(x)P(x) has a local minimum that is positive, then P(x)P(x) has no real roots. Conversely, if P(x)P(x) has a local maximum that is negative, it also has no real roots. This is useful for proving the non-existence of roots (as seen in PYQ 8).

    💡 CMI Strategy: Geometric Interpretation of Optimization

    For problems involving distance or geometric shapes (like spheres and planes in PYQ 9), visualize the scenario. The minimum distance between a sphere and a plane is the distance from the center of the sphere to the plane, minus the radius of the sphere. This transforms a calculus problem into a geometric one.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Assuming f(c)=0f'(c)=0 always means a local extremum.
    f(c)=0f'(c)=0 only indicates a critical point. You must use the First or Second Derivative Test to classify it. For example, f(x)=x3f(x)=x^3 has f(0)=0f'(0)=0 but no extremum at x=0x=0.
      • ❌ Forgetting to check endpoints for global extrema on a closed interval.
    ✅ The global maximum/minimum on a closed interval [a,b][a,b] can occur at a critical point or at an endpoint. Always evaluate f(a)f(a) and f(b)f(b).
      • ❌ Confusing local extrema with global extrema.
    ✅ A function can have multiple local maxima/minima but only one global maximum/minimum (or none if the domain is open/unbounded and the function tends to ±\pm \infty).
      • ❌ Incorrectly applying the Second Derivative Test when f(c)=0f''(c)=0.
    ✅ If f(c)=0f''(c)=0, the test is inconclusive. You must revert to the First Derivative Test or examine higher-order derivatives. For example, f(x)=x4f(x)=x^4 has f(0)=0f''(0)=0 but x=0x=0 is a local minimum. f(x)=x3f(x)=x^3 has f(0)=0f''(0)=0 and x=0x=0 is an inflection point.
      • ❌ Not checking if the critical point is within the relevant domain.
    ✅ In applied problems, your variable might have a restricted domain (e.g., length cannot be negative). Critical points outside this domain are not valid.
      • ❌ Mistaking an inflection point for a maximum or minimum.
    ✅ An inflection point is where concavity changes, not necessarily where the function reaches an extremum. At an inflection point, f(x)f''(x) changes sign. A turning point (local extremum) is where f(x)f'(x) changes sign.

    ---

    Practice Questions

    :::question type="MCQ" question="Let f(x)=x48x2f(x) = x^4 - 8x^2. Which of the following statements about its local extrema is true?" options=["f(x)f(x) has a local maximum at x=0x=0 and local minima at x=±2x=\pm 2.","f(x)f(x) has a local minimum at x=0x=0 and local maxima at x=±2x=\pm 2.","f(x)f(x) has local minima at x=0x=0 and x=±2x=\pm 2.","f(x)f(x) has a local maximum at x=±2x=\pm 2 and a local minimum at x=0x=0."] answer="f(x)f(x) has a local maximum at x=0x=0 and local minima at x=±2x=\pm 2." hint="Find f(x)f'(x) and f(x)f''(x) to classify critical points." solution="Step 1: Find the first derivative.

    f(x)=4x316xf'(x) = 4x^3 - 16x

    Step 2: Find critical points by setting f(x)=0f'(x)=0.
    4x316x=04x^3 - 16x = 0

    4x(x24)=04x(x^2 - 4) = 0

    4x(x2)(x+2)=04x(x-2)(x+2) = 0

    Critical points are x=0,x=2,x=2x=0, x=2, x=-2.
    Step 3: Find the second derivative.
    f(x)=12x216f''(x) = 12x^2 - 16

    Step 4: Apply the Second Derivative Test.
    • For x=0x=0: f(0)=12(0)216=16<0f''(0) = 12(0)^2 - 16 = -16 < 0. So, f(x)f(x) has a local maximum at x=0x=0.

    • For x=2x=2: f(2)=12(2)216=12(4)16=4816=32>0f''(2) = 12(2)^2 - 16 = 12(4) - 16 = 48 - 16 = 32 > 0. So, f(x)f(x) has a local minimum at x=2x=2.

    • For x=2x=-2: f(2)=12(2)216=12(4)16=4816=32>0f''(-2) = 12(-2)^2 - 16 = 12(4) - 16 = 48 - 16 = 32 > 0. So, f(x)f(x) has a local minimum at x=2x=-2.

    The correct statement is that f(x)f(x) has a local maximum at x=0x=0 and local minima at x=±2x=\pm 2.
    Answer: \boxed{f(x) \text{ has a local maximum at } x=0 \text{ and local minima at } x=\pm 2}"
    :::

    :::question type="NAT" question="A company's daily profit PP (in thousands of rupees) from selling xx units of a product is given by P(x)=0.002x2+10x500P(x) = -0.002x^2 + 10x - 500. What is the maximum daily profit (in thousands of rupees) the company can achieve?" answer="12000" hint="Find the critical point and verify it's a maximum." solution="Step 1: Find the first derivative of the profit function.

    P(x)=0.004x+10P'(x) = -0.004x + 10

    Step 2: Set P(x)=0P'(x) = 0 to find the critical point.
    0.004x+10=0-0.004x + 10 = 0

    0.004x=100.004x = 10

    x=100.004=100004=2500x = \frac{10}{0.004} = \frac{10000}{4} = 2500

    Step 3: Verify it's a maximum using the Second Derivative Test.
    P(x)=0.004P''(x) = -0.004

    Since P(x)P''(x) is always negative, the critical point x=2500x=2500 corresponds to a global maximum.
    Step 4: Calculate the maximum profit.
    P(2500)=0.002(2500)2+10(2500)500P(2500) = -0.002(2500)^2 + 10(2500) - 500

    P(2500)=0.002(6250000)+25000500P(2500) = -0.002(6250000) + 25000 - 500

    P(2500)=12500+25000500P(2500) = -12500 + 25000 - 500

    P(2500)=12500500=12000P(2500) = 12500 - 500 = 12000

    The maximum daily profit is 12000 thousand rupees.
    Answer: \boxed{12000}"
    :::

    :::question type="MSQ" question="Let f(x)=xlnxf(x) = x \ln x for x>0x > 0. Which of the following statements is/are true?" options=["f(x)f(x) has a local minimum at x=e1x = e^{-1}.","f(x)f(x) has a local maximum at x=e1x = e^{-1}.","f(x)f(x) is concave up for all x>0x > 0.","f(x)f(x) has an inflection point at x=e1x = e^{-1}."] answer="A,C" hint="Calculate f(x)f'(x) and f(x)f''(x)." solution="Step 1: Find the first derivative.

    f(x)=1lnx+x1x=lnx+1f'(x) = 1 \cdot \ln x + x \cdot \frac{1}{x} = \ln x + 1

    Step 2: Find critical points by setting f(x)=0f'(x)=0.
    lnx+1=0\ln x + 1 = 0

    lnx=1\ln x = -1

    x=e1x = e^{-1}

    Step 3: Find the second derivative.
    f(x)=1xf''(x) = \frac{1}{x}

    Step 4: Apply the Second Derivative Test at x=e1x=e^{-1}.
    f(e1)=1e1=ef''(e^{-1}) = \frac{1}{e^{-1}} = e

    Since f(e1)=e>0f''(e^{-1}) = e > 0, f(x)f(x) has a local minimum at x=e1x = e^{-1}. So, option A is true, and option B is false.
    Step 5: Analyze concavity.
    Since f(x)=1xf''(x) = \frac{1}{x} and x>0x > 0, we have f(x)>0f''(x) > 0 for all x>0x > 0. This means f(x)f(x) is concave up for all x>0x > 0. So, option C is true.
    Since f(x)f''(x) never changes sign, there are no inflection points. So, option D is false.
    Answer: \boxed{A,C}"
    :::

    :::question type="SUB" question="A cylindrical can is to be made to hold 1000 cm31000 \text{ cm}^3 of liquid. Find the dimensions (radius and height) of the can that will minimize the amount of metal used (i.e., minimize the surface area)." answer="Radius r=500π3 cmr = \sqrt[3]{\frac{500}{\pi}} \text{ cm}, Height h=2500π3 cmh = 2\sqrt[3]{\frac{500}{\pi}} \text{ cm}" hint="Formulate surface area and volume equations, then minimize surface area in terms of one variable." solution="Step 1: Define variables and formulas.
    Let rr be the radius of the base and hh be the height of the cylindrical can.
    Volume V=πr2hV = \pi r^2 h.
    Surface Area A=2πr2+2πrhA = 2\pi r^2 + 2\pi r h (includes top and bottom).

    Step 2: Use the constraint to reduce the objective function to a single variable.
    Given V=1000 cm3V = 1000 \text{ cm}^3.

    1000=πr2h1000 = \pi r^2 h

    Express hh in terms of rr:
    h=1000πr2h = \frac{1000}{\pi r^2}

    Substitute hh into the surface area formula:
    A(r)=2πr2+2πr(1000πr2)A(r) = 2\pi r^2 + 2\pi r \left(\frac{1000}{\pi r^2}\right)

    A(r)=2πr2+2000rA(r) = 2\pi r^2 + \frac{2000}{r}

    The domain for rr is (0,)(0, \infty).

    Step 3: Find the first derivative of A(r)A(r).

    A(r)=ddr(2πr2+2000r1)A'(r) = \frac{d}{dr}(2\pi r^2 + 2000r^{-1})

    A(r)=4πr2000r2A'(r) = 4\pi r - 2000r^{-2}

    Step 4: Set A(r)=0A'(r) = 0 to find critical points.

    4πr2000r2=04\pi r - \frac{2000}{r^2} = 0

    4πr=2000r24\pi r = \frac{2000}{r^2}

    4πr3=20004\pi r^3 = 2000

    r3=20004π=500πr^3 = \frac{2000}{4\pi} = \frac{500}{\pi}

    r=500π3r = \sqrt[3]{\frac{500}{\pi}}

    Step 5: Use the Second Derivative Test to verify it's a minimum.

    A(r)=ddr(4πr2000r2)A''(r) = \frac{d}{dr}(4\pi r - 2000r^{-2})

    A(r)=4π+4000r3=4π+4000r3A''(r) = 4\pi + 4000r^{-3} = 4\pi + \frac{4000}{r^3}

    For r=500π3r = \sqrt[3]{\frac{500}{\pi}}, r3=500πr^3 = \frac{500}{\pi}.
    A(500π3)=4π+4000500/π=4π+8π=12πA''\left(\sqrt[3]{\frac{500}{\pi}}\right) = 4\pi + \frac{4000}{500/\pi} = 4\pi + 8\pi = 12\pi

    Since A(r)>0A''(r) > 0, this critical point corresponds to a local minimum. As it's the only critical point and A(r)A(r) \to \infty as r0+r \to 0^+ and rr \to \infty, it's the global minimum.

    Step 6: Calculate the corresponding height hh.

    h=1000πr2=1000π(500π3)2=1000π(500π)2/3h = \frac{1000}{\pi r^2} = \frac{1000}{\pi \left(\sqrt[3]{\frac{500}{\pi}}\right)^2} = \frac{1000}{\pi \left(\frac{500}{\pi}\right)^{2/3}}

    Alternatively, from 4πr3=20004\pi r^3 = 2000, we have 2πr3=10002\pi r^3 = 1000.
    Since h=1000πr2h = \frac{1000}{\pi r^2}, we can write h=2πr3πr2=2rh = \frac{2\pi r^3}{\pi r^2} = 2r.
    So, h=2500π3h = 2\sqrt[3]{\frac{500}{\pi}}.

    The dimensions that minimize the surface area are r=500π3 cmr = \sqrt[3]{\frac{500}{\pi}} \text{ cm} and h=2500π3 cmh = 2\sqrt[3]{\frac{500}{\pi}} \text{ cm}.
    Answer: \boxed{\text{Radius } r = \sqrt[3]{\frac{500}{\pi}} \text{ cm}, \text{ Height } h = 2\sqrt[3]{\frac{500}{\pi}} \text{ cm}}"
    :::

    :::question type="SUB" question="Prove that for x>0x > 0, xx22<ln(1+x)x - \frac{x^2}{2} < \ln(1+x). (Hint: Consider the function f(x)=ln(1+x)x+x22f(x) = \ln(1+x) - x + \frac{x^2}{2})" answer="Proof that f(x)>0f(x) > 0" hint="Analyze the monotonicity of f(x)f(x) by checking its derivatives." solution="Step 1: Define the function to analyze.
    Let f(x)=ln(1+x)x+x22f(x) = \ln(1+x) - x + \frac{x^2}{2}. We want to show f(x)>0f(x) > 0 for x>0x > 0.

    Step 2: Evaluate f(x)f(x) at the boundary x=0x=0.

    f(0)=ln(1+0)0+022=ln(1)0+0=0f(0) = \ln(1+0) - 0 + \frac{0^2}{2} = \ln(1) - 0 + 0 = 0

    Step 3: Find the first derivative of f(x)f(x).

    f(x)=11+x1+xf'(x) = \frac{1}{1+x} - 1 + x

    Step 4: Analyze the sign of f(x)f'(x) for x>0x > 0.
    To do this, let's find the derivative of f(x)f'(x), i.e., f(x)f''(x).

    f(x)=1(1+x)2+1f''(x) = -\frac{1}{(1+x)^2} + 1

    Set f(x)=0f''(x) = 0:
    1=1(1+x)21 = \frac{1}{(1+x)^2}

    (1+x)2=1(1+x)^2 = 1

    1+x=±11+x = \pm 1

    x=0 or x=2x = 0 \text{ or } x = -2

    Since we are interested in x>0x > 0, consider x=0x=0.

    Now, let's check the sign of f(x)f''(x) for x>0x > 0:
    For x>0x > 0, (1+x)2>1(1+x)^2 > 1.
    So, 1(1+x)2<1\frac{1}{(1+x)^2} < 1.
    Therefore, f(x)=11(1+x)2>0f''(x) = 1 - \frac{1}{(1+x)^2} > 0 for all x>0x > 0.

    Step 5: Conclude about f(x)f'(x).
    Since f(x)>0f''(x) > 0 for x>0x > 0, f(x)f'(x) is strictly increasing for x>0x > 0.
    Now, evaluate f(x)f'(x) at x=0x=0:

    f(0)=11+01+0=11=0f'(0) = \frac{1}{1+0} - 1 + 0 = 1 - 1 = 0

    Since f(x)f'(x) is strictly increasing for x>0x > 0 and f(0)=0f'(0)=0, it means f(x)>0f'(x) > 0 for all x>0x > 0.

    Step 6: Conclude about f(x)f(x).
    Since f(x)>0f'(x) > 0 for x>0x > 0, f(x)f(x) is strictly increasing for x>0x > 0.
    We know f(0)=0f(0) = 0. Since f(x)f(x) is strictly increasing for x>0x > 0, it must be that f(x)>f(0)f(x) > f(0) for x>0x > 0.
    Thus, f(x)>0f(x) > 0 for x>0x > 0.
    Substituting back the definition of f(x)f(x):

    ln(1+x)x+x22>0\ln(1+x) - x + \frac{x^2}{2} > 0

    ln(1+x)>xx22\ln(1+x) > x - \frac{x^2}{2}

    This proves the inequality.
    Answer: \boxed{\text{Proof that } f(x) > 0}"
    :::

    ---

    Summary

    Key Takeaways for CMI

    • Critical Points: These are candidates for local extrema, found where f(x)=0f'(x)=0 or f(x)f'(x) is undefined.

    • Derivative Tests: Use the First Derivative Test (sign change of ff') or Second Derivative Test (f(c)f''(c) sign) to classify critical points as local maxima or minima. Remember the Second Derivative Test is inconclusive if f(c)=0f''(c)=0.

    • Global Extrema on Closed Intervals: For continuous functions on [a,b][a,b], check critical points in (a,b)(a,b) AND the endpoints a,ba,b. The largest/smallest value is the global extremum.

    • Concavity and Inflection Points: f(x)>0f''(x) > 0 implies concave up; f(x)<0f''(x) < 0 implies concave down. Inflection points occur where f(x)=0f''(x)=0 (or is undefined) and f(x)f''(x) changes sign.

    • Optimization Applications: Systematically set up objective functions and constraints from word problems, define the domain, and apply derivative tests. Logarithmic transformation is useful for expressions with variables in exponents.

    • Proving Inequalities: Use calculus by constructing a difference function h(x)=f(x)g(x)h(x) = f(x) - g(x) and showing its minimum value on the required interval satisfies the inequality (e.g., minh(x)0\min h(x) \ge 0).

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Integral Calculus: Understanding maxima and minima helps in analyzing the behavior of functions before integration, especially in areas like finding average values or applications in physics.

      • Multivariable Calculus (Optimization): The principles of finding critical points and using derivative tests extend to functions of multiple variables (e.g., using partial derivatives, Hessian matrix). This is critical for more complex data science models.

      • Convex Optimization: A specialized field in optimization, crucial in machine learning, which heavily relies on the concepts of concavity and convexity of functions to guarantee global optima.

      • Numerical Methods: When analytical solutions for extrema are difficult, numerical methods like gradient descent are used, which are fundamentally based on the concept of finding minima by following the negative gradient of a function.


    Master these connections for comprehensive CMI preparation!

    ---

    Chapter Summary

    📖 Differentiation and its Applications - Key Takeaways for CMI

    • Definition and Interpretation of the Derivative: Understand the derivative f(x)f'(x) as the instantaneous rate of change of f(x)f(x), the slope of the tangent line to the graph of f(x)f(x) at point xx, and its formal definition using limits: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}.

    • Mastery of Differentiation Rules: Be proficient in applying the Power Rule, Product Rule, Quotient Rule, Chain Rule, and their combinations to differentiate various types of functions (polynomials, exponentials, logarithms, trigonometric functions, etc.).

    • Higher-Order Derivatives and Concavity: Recognize the significance of the second derivative f(x)f''(x). It determines the concavity of f(x)f(x) (concave up if f(x)>0f''(x) > 0, concave down if f(x)<0f''(x) < 0) and helps identify inflection points where concavity changes (f(x)=0f''(x)=0 or undefined, and sign changes).

    • Critical Points: Understand that critical points are where f(x)=0f'(x)=0 or f(x)f'(x) is undefined. These are the only candidates for local maxima, local minima, or points of horizontal tangency.

    • First Derivative Test: Use the sign changes of f(x)f'(x) around critical points to classify local extrema:

    • f(x)f'(x) changes from positive to negative     \implies local maximum.
      f(x)f'(x) changes from negative to positive     \implies local minimum.
      f(x)f'(x) does not change sign     \implies no local extremum.
    • Second Derivative Test: Use f(x)f''(x) at a critical point cc (where f(c)=0f'(c)=0) to classify local extrema:

    • If f(c)>0    f''(c) > 0 \implies local minimum.
      If f(c)<0    f''(c) < 0 \implies local maximum.
      If f(c)=0f''(c) = 0, the test is inconclusive, and the First Derivative Test must be used.
    • Optimization Problems: Apply differentiation techniques to solve real-world optimization problems. This involves setting up a function to be maximized or minimized, identifying its domain (especially for closed intervals), finding critical points, and using the First or Second Derivative Test (or comparing values at critical points and endpoints for closed intervals) to find the absolute maximum or minimum.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="Let f(x)=xex2/2f(x) = x e^{-x^2/2}. Which of the following statements is true about the local extrema of f(x)f(x)?" options=["f(x)f(x) has a local minimum at x=1x=-1 and a local maximum at x=1x=1.","f(x)f(x) has a local maximum at x=1x=-1 and a local minimum at x=1x=1.","f(x)f(x) has a local minimum at x=0x=0 only.","f(x)f(x) has no local extrema."] answer="A" hint="Use the product rule and chain rule to find f(x)f'(x). Then, set f(x)=0f'(x)=0 to find critical points and apply the First Derivative Test." solution="To find the local extrema, we first need to find the first derivative f(x)f'(x).
    Given f(x)=xex2/2f(x) = x e^{-x^2/2}.
    Using the product rule (uv)=uv+uv(uv)' = u'v + uv' where u=xu=x and v=ex2/2v=e^{-x^2/2}:
    u=1u' = 1

    v=ex2/2ddx(x22)=ex2/2(x)=xex2/2v' = e^{-x^2/2} \cdot \frac{d}{dx}\left(-\frac{x^2}{2}\right) = e^{-x^2/2} \cdot (-x) = -x e^{-x^2/2}

    So,
    f(x)=(1)ex2/2+x(xex2/2)f'(x) = (1)e^{-x^2/2} + x(-x e^{-x^2/2})

    f(x)=ex2/2x2ex2/2f'(x) = e^{-x^2/2} - x^2 e^{-x^2/2}

    f(x)=ex2/2(1x2)f'(x) = e^{-x^2/2}(1 - x^2)

    Next, we set f(x)=0f'(x)=0 to find the critical points:

    ex2/2(1x2)=0e^{-x^2/2}(1 - x^2) = 0

    Since ex2/2e^{-x^2/2} is always positive, we must have 1x2=01 - x^2 = 0.
    x2=1    x=±1x^2 = 1 \implies x = \pm 1

    The critical points are x=1x=-1 and x=1x=1.

    Now, we use the First Derivative Test to classify these critical points by examining the sign of f(x)f'(x) around them:
    * For x<1x < -1 (e.g., x=2x=-2): f(2)=e(2)2/2(1(2)2)=e2(14)=3e2<0f'(-2) = e^{-(-2)^2/2}(1 - (-2)^2) = e^{-2}(1-4) = -3e^{-2} < 0. So f(x)f(x) is decreasing.
    * For 1<x<1-1 < x < 1 (e.g., x=0x=0): f(0)=e(0)2/2(1(0)2)=e0(10)=1>0f'(0) = e^{-(0)^2/2}(1 - (0)^2) = e^0(1-0) = 1 > 0. So f(x)f(x) is increasing.
    * For x>1x > 1 (e.g., x=2x=2): f(2)=e(2)2/2(1(2)2)=e2(14)=3e2<0f'(2) = e^{-(2)^2/2}(1 - (2)^2) = e^{-2}(1-4) = -3e^{-2} < 0. So f(x)f(x) is decreasing.

    Based on the sign changes:
    * At x=1x=-1, f(x)f'(x) changes from negative to positive. Thus, f(x)f(x) has a local minimum at x=1x=-1.
    * At x=1x=1, f(x)f'(x) changes from positive to negative. Thus, f(x)f(x) has a local maximum at x=1x=1.

    Therefore, option A is true.

    The final answer is A\boxed{A}"
    :::

    :::question type="NAT" question="A cylindrical can without a top is to be made to hold 1000π1000 \pi cm³ of liquid. Find the radius of the can (in cm) that minimizes the surface area. (Enter your answer as a plain number)." answer="10" hint="Define the volume and surface area equations. Use the volume constraint to express the surface area as a function of a single variable (radius or height), then differentiate and find the minimum." solution="Let rr be the radius of the cylindrical can and hh be its height.
    The volume of the can is given by V=πr2hV = \pi r^2 h.
    We are given V=1000πV = 1000 \pi cm³.
    So,

    πr2h=1000π\pi r^2 h = 1000 \pi

    This implies r2h=1000r^2 h = 1000, from which we can express hh in terms of rr:
    h=1000r2h = \frac{1000}{r^2}

    The surface area of the can without a top consists of the area of the base and the lateral surface area.
    Area of the base =πr2= \pi r^2.
    Lateral surface area =2πrh= 2 \pi r h.
    Total surface area A=πr2+2πrhA = \pi r^2 + 2 \pi r h.

    Substitute the expression for hh into the surface area equation:

    A(r)=πr2+2πr(1000r2)A(r) = \pi r^2 + 2 \pi r \left(\frac{1000}{r^2}\right)

    A(r)=πr2+2000πrA(r) = \pi r^2 + \frac{2000 \pi}{r}

    To minimize A(r)A(r), we need to find its derivative with respect to rr and set it to zero.

    A(r)=ddr(πr2+2000πr1)A'(r) = \frac{d}{dr}(\pi r^2 + 2000 \pi r^{-1})

    A(r)=2πr2000πr2A'(r) = 2 \pi r - 2000 \pi r^{-2}

    A(r)=2πr2000πr2A'(r) = 2 \pi r - \frac{2000 \pi}{r^2}

    Set A(r)=0A'(r) = 0:

    2πr2000πr2=02 \pi r - \frac{2000 \pi}{r^2} = 0

    2πr=2000πr22 \pi r = \frac{2000 \pi}{r^2}

    Divide both sides by 2π2 \pi:
    r=1000r2r = \frac{1000}{r^2}

    r3=1000r^3 = 1000

    r=10003r = \sqrt[3]{1000}

    r=10r = 10

    To confirm this is a minimum, we can use the Second Derivative Test:

    A(r)=ddr(2πr2000πr2)A''(r) = \frac{d}{dr}(2 \pi r - 2000 \pi r^{-2})

    A(r)=2π2000π(2)r3A''(r) = 2 \pi - 2000 \pi (-2) r^{-3}

    A(r)=2π+4000πr3A''(r) = 2 \pi + \frac{4000 \pi}{r^3}

    Now, evaluate A(10)A''(10):

    A(10)=2π+4000π(10)3=2π+4000π1000=2π+4π=6πA''(10) = 2 \pi + \frac{4000 \pi}{(10)^3} = 2 \pi + \frac{4000 \pi}{1000} = 2 \pi + 4 \pi = 6 \pi

    Since A(10)=6π>0A''(10) = 6 \pi > 0, the surface area is indeed minimized at r=10r=10 cm.

    The final answer is 10\boxed{10}"
    :::

    :::question type="MCQ" question="Let f(x)f(x) be a differentiable function whose derivative is given by f(x)=(x1)(x3)2f'(x) = -(x-1)(x-3)^2. Which of the following statements about f(x)f(x) is true?" options=["f(x)f(x) has a local minimum at x=1x=1.","f(x)f(x) has a local maximum at x=1x=1.","f(x)f(x) has a local maximum at x=3x=3.","f(x)f(x) is increasing on the interval (1,3)(1, 3)."] answer="B" hint="Identify the critical points where f(x)=0f'(x)=0. Then, analyze the sign changes of f(x)f'(x) around these points to determine the nature of the extrema and intervals of increase/decrease." solution="The critical points of f(x)f(x) are the values of xx for which f(x)=0f'(x)=0 or f(x)f'(x) is undefined.
    Given f(x)=(x1)(x3)2f'(x) = -(x-1)(x-3)^2.
    Setting f(x)=0f'(x)=0:

    (x1)(x3)2=0-(x-1)(x-3)^2 = 0

    This gives us critical points at x=1x=1 and x=3x=3.

    Now, we analyze the sign of f(x)f'(x) in intervals around these critical points to apply the First Derivative Test:

  • Interval (,1)(-\infty, 1): Choose a test point, e.g., x=0x=0.

  • f(0)=(01)(03)2=(1)(9)=9f'(0) = -(0-1)(0-3)^2 = -(-1)(9) = 9

    Since f(x)>0f'(x) > 0, f(x)f(x) is increasing on (,1)(-\infty, 1).

  • Interval (1,3)(1, 3): Choose a test point, e.g., x=2x=2.

  • f(2)=(21)(23)2=(1)(1)2=(1)(1)=1f'(2) = -(2-1)(2-3)^2 = -(1)(-1)^2 = -(1)(1) = -1

    Since f(x)<0f'(x) < 0, f(x)f(x) is decreasing on (1,3)(1, 3).

  • Interval (3,)(3, \infty): Choose a test point, e.g., x=4x=4.

  • f(4)=(41)(43)2=(3)(1)2=(3)(1)=3f'(4) = -(4-1)(4-3)^2 = -(3)(1)^2 = -(3)(1) = -3

    Since f(x)<0f'(x) < 0, f(x)f(x) is decreasing on (3,)(3, \infty).

    Based on this analysis:
    * At x=1x=1: f(x)f'(x) changes from positive to negative. This indicates that f(x)f(x) has a local maximum at x=1x=1. (Option B is true).
    * At x=3x=3: f(x)f'(x) does not change sign (it is negative before x=3x=3 and remains negative after x=3x=3). Therefore, f(x)f(x) has neither a local maximum nor a local minimum at x=3x=3. It is a point where the function's decrease flattens out temporarily.
    * Option A is false because x=1x=1 is a local maximum, not a local minimum.
    * Option C is false because x=3x=3 is not a local maximum (or minimum).
    * Option D is false because f(x)f(x) is decreasing on the interval (1,3)(1, 3).

    The final answer is B\boxed{B}"
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    You've mastered Differentiation and its Applications! This chapter is a cornerstone of calculus, providing essential tools for analyzing function behavior and solving optimization problems. Your understanding here is crucial for many advanced topics.

    Key connections:
    Building on Previous Learning: Differentiation directly builds upon your understanding of Functions, Limits, and Continuity. The concept of the derivative as a limit is fundamental, and continuity is a prerequisite for differentiability.
    Foundation for Future Chapters: The principles and techniques learned here are foundational for:
    Integration: The inverse process of differentiation, crucial for calculating areas, volumes, and accumulating quantities.
    Differential Equations: Equations involving derivatives, used to model dynamic systems in physics, engineering, biology, and economics.
    Multivariable Calculus: Extending differentiation to functions of multiple variables, essential for higher dimensions.
    Series and Sequences: Understanding rates of change helps in analyzing convergence and divergence.

    A strong grasp of differentiation is indispensable for success in the CMI entrance examination, as these concepts frequently appear both directly and indirectly in more complex problems.

    🎯 Key Points to Remember

    • Master the core concepts in Differentiation and its Applications before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Calculus

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features