Learning Modules
Subjects
Chapters
Exam Preparation
NDA & Naval Academy Elementary Mathematics

Differential Calculus

Practice MCQs

Differential Calculus is the branch of mathematics that studies change

Elementary Mathematics Differential Calculus Functions and Derivatives Competitive Exams

Differential Calculus is the branch of mathematics that studies change. It deals with real-valued functions, limits, continuity, derivatives, rate of change, slope of a curve, increasing and decreasing functions, and applications of derivatives in maxima and minima problems. It is a foundation topic for higher mathematics, physics, economics, engineering, and competitive examinations.


What is Differential Calculus?

Differential Calculus helps us understand how one quantity changes with respect to another quantity. For example, it can be used to study how distance changes with time, how cost changes with production, or how the slope of a curve changes at different points.

The main idea of differential calculus is the derivative. The derivative of a function represents the instantaneous rate of change of that function. Geometrically, it gives the slope of the tangent to the curve at a given point.

Quick idea: If algebra studies relationships and geometry studies shapes, differential calculus studies how those relationships and shapes change.
Area What It Covers Exam Focus
Functions Domain, range, graph, composite, one-one, onto, inverse functions. Identify valid inputs, outputs, and function behaviour.
Limits Value approached by a function as input approaches a point. Standard limits and simple evaluation.
Continuity Functions without break, jump, or hole at a point. Check continuity using limits and function value.
Derivatives Rate of change and slope of tangent. Differentiate using rules and standard formulas.
Applications Increasing, decreasing, maxima, minima, physical interpretation. Use first and second derivative tests.

“Differential calculus is the mathematics of change, slope, speed, and optimization.”

Calculus Tip
Key points
  • Understand domain and range of functions.
  • Learn composite and inverse functions.
  • Memorize standard limits.
  • Understand continuity at a point.
  • Learn derivative as rate of change.
  • Practice product, quotient, and chain rules.
  • Use derivatives for maxima and minima.
  • Apply second derivative test carefully.
functions limits continuity derivatives maxima minima

Real-Valued Functions

A real-valued function is a rule that assigns each element of its domain to exactly one real number in its range. It is generally written as \(f(x)\), where \(x\) is the input and \(f(x)\) is the output.

Concept Meaning Example
Function A rule that assigns each input exactly one output. \(f(x)=x^2+1\)
Domain Set of all possible input values. For \(f(x)=\sqrt{x}\), domain is \(x \geq 0\).
Range Set of all possible output values. For \(f(x)=x^2\), range is \(y \geq 0\).
Graph Visual representation of a function. Graph of \(y=x^2\) is a parabola.
Composite Function Function formed by applying one function after another. \((f \circ g)(x)=f(g(x))\)
Inverse Function A function that reverses the effect of another function. If \(f(x)=2x+3\), then \(f^{-1}(x)=\frac{x-3}{2}\).
Important: A function must give exactly one output for each input. If one input gives two different outputs, the relation is not a function.

Types of Functions

Functions can be classified based on how elements of the domain are mapped to elements of the codomain. One-one, onto, and inverse functions are important in calculus and higher mathematics.

One-One Function

A function is one-one if different inputs give different outputs. If \(x_1 \neq x_2\), then \(f(x_1) \neq f(x_2)\).

Onto Function

A function is onto if every element of the codomain is the image of at least one element of the domain.

Bijective Function

A function is bijective if it is both one-one and onto. Only bijective functions have inverse functions over the given domain and codomain.

Composite Function

Composite function means applying one function inside another. It is written as \((f \circ g)(x)=f(g(x))\).

Rule: For an inverse function to exist properly, the function should be one-one and onto over the given domain and codomain.
Formula and Method Bank
Derivative Definition
\(f'(x)=\lim_{h \to 0}\frac{f(x+h)-f(x)}{h}\)
Power Rule
If \(y=x^n\), then
\(\frac{dy}{dx}=nx^{n-1}\)
Sum and Difference Rule
\(\frac{d}{dx}[u \pm v]=\frac{du}{dx} \pm \frac{dv}{dx}\)
Product Rule
\(\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx}\)
Quotient Rule
\(\frac{d}{dx}\left(\frac{u}{v}\right)=\frac{v\frac{du}{dx}-u\frac{dv}{dx}}{v^2}\)
Chain Rule
If \(y=f(u)\), \(u=g(x)\), then
\(\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}\)
Second Derivative
\(\frac{d^2y}{dx^2}=\frac{d}{dx}\left(\frac{dy}{dx}\right)\)
Maxima and Minima
First find \(\frac{dy}{dx}=0\).
Then use \(\frac{d^2y}{dx^2}\) test.

Tip: In differentiation, first identify whether the expression needs power rule, product rule, quotient rule, or chain rule.

Differential Calculus Method Selection Guide

Differential Calculus questions become easier when the student first identifies whether the problem is about a function, a limit, continuity, differentiation, rate of change, or optimization. The table below helps choose the correct method quickly.

Question Type What to Use Typical Clue
Domain question Check denominator, square root and logarithm restrictions Find possible input values of \(x\)
Range question Study possible output values Find possible values of \(f(x)\) or \(y\)
Composite function Substitution method \((f \circ g)(x)=f(g(x))\)
Inverse function Interchange \(x\) and \(y\), then solve for \(y\) Find \(f^{-1}(x)\)
Limit problem Direct substitution, factorisation or standard limits \(\lim_{x \to a} f(x)\)
Trigonometric limit Use standard limits in radians \(\frac{\sin x}{x}\), \(\frac{\tan x}{x}\)
Continuity question Compare LHL, RHL and function value Check continuity at \(x=a\)
Polynomial derivative Power rule and sum rule \(x^n\), \(ax^n+bx+c\)
Product of functions Product rule \(uv\), product of two expressions
Quotient of functions Quotient rule \(\frac{u}{v}\), one expression divided by another
Composite derivative Chain rule \((ax+b)^n\), \(\sin(g(x))\), \(e^{g(x)}\)
Increasing or decreasing Sign of first derivative \(f'(x)>0\) or \(f'(x)<0\)
Maxima and minima First derivative and second derivative test Solve \(f'(x)=0\), then check \(f''(x)\)
Exam shortcut: First identify the structure of the function. Use power rule for simple powers, chain rule for functions inside functions, and the second derivative test only after finding critical points from \(f'(x)=0\).

Limits and Standard Limits

A limit describes the value that a function approaches as the input approaches a particular value. Limits are the foundation of continuity and derivatives.

Limit Meaning Example
Basic Limit Value approached by \(f(x)\) as \(x\) approaches \(a\). \(\lim_{x \to a} f(x)\)
Left-Hand Limit Value approached from the left side of \(a\). \(\lim_{x \to a^-} f(x)\)
Right-Hand Limit Value approached from the right side of \(a\). \(\lim_{x \to a^+} f(x)\)
Existence of Limit Limit exists when left-hand limit and right-hand limit are equal. LHL = RHL
Standard Limits
Standard Limit Result Use
\(\lim_{x \to 0}\frac{\sin x}{x}\) 1 Trigonometric limit, where \(x\) is in radians.
\(\lim_{x \to 0}\frac{\tan x}{x}\) 1 Trigonometric simplification.
\(\lim_{x \to 0}\frac{1-\cos x}{x}\) 0 Used in trigonometric limits.
\(\lim_{x \to 0}\frac{e^x-1}{x}\) 1 Exponential limits.
\(\lim_{x \to 0}\frac{\log(1+x)}{x}\) 1 Natural logarithm limit.
\(\lim_{x \to 0}\frac{a^x-1}{x}\) \(\log a\) Exponential limit with base \(a\).
Important: In standard trigonometric limits like \(\lim_{x \to 0}\frac{\sin x}{x}=1\), the angle \(x\) must be measured in radians.

Continuity of Functions

A function is said to be continuous at a point if its graph has no break, jump, or hole at that point. Continuity is checked using the value of the function and its limit at that point.

Condition Meaning Continuity Requirement
Function Value Exists \(f(a)\) should be defined. The function must have a value at \(x=a\).
Limit Exists \(\lim_{x \to a} f(x)\) should exist. Left-hand limit and right-hand limit must be equal.
Limit Equals Function Value \(\lim_{x \to a} f(x)=f(a)\) This confirms continuity at \(x=a\).
Algebraic Operations on Continuous Functions
  • If \(f\) and \(g\) are continuous at \(x=a\), then \(f+g\) is continuous at \(x=a\).
  • If \(f\) and \(g\) are continuous at \(x=a\), then \(f-g\) is continuous at \(x=a\).
  • If \(f\) and \(g\) are continuous at \(x=a\), then \(fg\) is continuous at \(x=a\).
  • If \(f\) and \(g\) are continuous at \(x=a\), then \(\frac{f}{g}\) is continuous at \(x=a\), provided \(g(a) \neq 0\).
Exam tip: To check continuity at \(x=a\), always compare LHL, RHL, and \(f(a)\). All three must be equal.

Derivative of a Function at a Point

The derivative of a function at a point measures the instantaneous rate of change of the function at that point. If \(y=f(x)\), then the derivative is written as \(\frac{dy}{dx}\) or \(f'(x)\).

Interpretation Meaning Example
Algebraic Meaning Limit of average rate of change. \(f'(x)=\lim_{h \to 0}\frac{f(x+h)-f(x)}{h}\)
Geometrical Meaning Slope of tangent to the curve at a point. For \(y=f(x)\), tangent slope at \(x=a\) is \(f'(a)\).
Physical Meaning Instantaneous rate of change. If \(s\) is distance and \(t\) is time, then \(\frac{ds}{dt}\) is velocity.
Second Derivative Meaning Rate of change of first derivative. If \(\frac{ds}{dt}\) is velocity, then \(\frac{d^2s}{dt^2}\) is acceleration.
Important: Derivative at a point exists only if the function has a well-defined tangent slope at that point.

Rules of Differentiation

Differentiation rules help us find derivatives quickly without using the limit definition every time.

Rule Formula Example
Constant Rule \(\frac{d}{dx}(c)=0\) \(\frac{d}{dx}(7)=0\)
Power Rule \(\frac{d}{dx}(x^n)=nx^{n-1}\) \(\frac{d}{dx}(x^5)=5x^4\)
Constant Multiple Rule \(\frac{d}{dx}[cf(x)]=c f'(x)\) \(\frac{d}{dx}(5x^3)=15x^2\)
Sum Rule \(\frac{d}{dx}[u+v]=\frac{du}{dx}+\frac{dv}{dx}\) \(\frac{d}{dx}(x^2+x)=2x+1\)
Product Rule \(\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx}\) Used for product of two functions.
Quotient Rule \(\frac{d}{dx}\left(\frac{u}{v}\right)=\frac{v\frac{du}{dx}-u\frac{dv}{dx}}{v^2}\) Used when one function is divided by another.
Chain Rule \(\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}\) Used for composite functions.
Derivative w.r.t. Another Function \(\frac{dy}{du}=\frac{\frac{dy}{dx}}{\frac{du}{dx}}\) Used when both \(y\) and \(u\) are functions of \(x\).
Tip: For composite functions such as \(y=(3x+2)^5\), use the chain rule.

Standard Derivatives

Standard derivative formulas should be memorized because they are used repeatedly in calculus problems.

Function Derivative Remarks
\(x^n\) \(nx^{n-1}\) Power rule.
\(\sin x\) \(\cos x\) Angle in radians.
\(\cos x\) \(-\sin x\) Negative sign is important.
\(\tan x\) \(\sec^2 x\) Used often in trigonometric differentiation.
\(\cot x\) \(-\operatorname{cosec}^2 x\) Use \(\operatorname{cosec}\) for MathJax-safe display.
\(\sec x\) \(\sec x \tan x\) Product form derivative.
\(\operatorname{cosec} x\) \(-\operatorname{cosec} x \cot x\) MathJax-safe form for cosec.
\(e^x\) \(e^x\) Derivative remains same.
\(a^x\) \(a^x \log a\) Here \(\log a\) means natural logarithm in calculus context.
\(\log x\) \(\frac{1}{x}\) Natural logarithm unless base is specified.
Important: In calculus, \(\log x\) is commonly treated as natural logarithm. If base 10 is intended, it should be clearly mentioned as \(\log_{10} x\).

Second Order Derivatives

The second order derivative is obtained by differentiating the first derivative. It gives information about curvature, concavity, acceleration, and maxima-minima behaviour.

Derivative Notation Meaning
First Derivative \(\frac{dy}{dx}\) or \(f'(x)\) Rate of change or slope.
Second Derivative \(\frac{d^2y}{dx^2}\) or \(f''(x)\) Rate of change of slope.
Positive Second Derivative \(f''(x)>0\) Curve is concave upward near that point.
Negative Second Derivative \(f''(x)<0\) Curve is concave downward near that point.
Physical meaning: If displacement is \(s(t)\), then velocity is \(\frac{ds}{dt}\) and acceleration is \(\frac{d^2s}{dt^2}\).

Increasing and Decreasing Functions

Derivatives help determine whether a function is increasing or decreasing in an interval. This is useful for graph analysis and maxima-minima problems.

Condition Meaning Conclusion
\(f'(x)>0\) Slope is positive. Function is increasing.
\(f'(x)<0\) Slope is negative. Function is decreasing.
\(f'(x)=0\) Slope is zero. Possible maximum, minimum, or stationary point.
Exam tip: To find intervals of increase or decrease, find \(f'(x)\), solve \(f'(x)=0\), and test signs of \(f'(x)\) in each interval.

Applications of Derivatives: Maxima and Minima

Derivatives are used to find the greatest or least value of a function. These are called maximum and minimum values. Such questions are common in optimization problems.

Step Action Purpose
Step 1 Write the function to be optimized. Example: area, cost, profit, distance, volume.
Step 2 Find the first derivative \(f'(x)\). To locate stationary points.
Step 3 Solve \(f'(x)=0\). Find critical points.
Step 4 Find second derivative \(f''(x)\). To classify maximum or minimum.
Step 5 Apply second derivative test. If \(f''(x)>0\), minimum. If \(f''(x)<0\), maximum.
Second derivative test: At a critical point \(x=a\), if \(f''(a)>0\), there is a local minimum. If \(f''(a)<0\), there is a local maximum.

Step-by-Step Solving Method

Step Action Example Focus
Step 1 Identify whether the problem is based on function, limit, continuity, or derivative. Domain, range, limit value, derivative, maxima-minima.
Step 2 Write the given function clearly. Example: \(f(x)=x^2+3x+2\).
Step 3 Select the correct rule or method. Power rule, product rule, quotient rule, chain rule, limit rule.
Step 4 Simplify carefully. Check signs, powers, constants, and brackets.
Step 5 Interpret the result. Slope, rate of change, increasing/decreasing, maximum/minimum.
Important: In calculus, calculation and interpretation are both important. Always understand what the derivative represents in the question.

Solved Examples

Question Method Answer
Find the domain of \(f(x)=\frac{1}{x-2}\). Denominator cannot be zero.
\(x-2 \neq 0\), so \(x \neq 2\).
All real numbers except 2
If \(f(x)=x^2\) and \(g(x)=x+1\), find \((f \circ g)(x)\). \((f \circ g)(x)=f(g(x))\).
\(g(x)=x+1\).
So, \(f(g(x))=(x+1)^2\).
\((x+1)^2\)
Evaluate \(\lim_{x \to 0}\frac{\sin x}{x}\). This is a standard limit, where \(x\) is in radians. 1
Differentiate \(y=x^5\). Use power rule:
\(\frac{d}{dx}(x^n)=nx^{n-1}\).
Therefore, \(\frac{dy}{dx}=5x^4\).
\(5x^4\)
Differentiate \(y=x^3+4x^2-7x+5\). Differentiate term by term:
\(\frac{dy}{dx}=3x^2+8x-7\).
\(3x^2+8x-7\)
Differentiate \(y=(2x+3)^4\). Use chain rule.
\(\frac{dy}{dx}=4(2x+3)^3 \times 2\).
\(8(2x+3)^3\)
Find second derivative if \(y=x^4\). First derivative: \(\frac{dy}{dx}=4x^3\).
Second derivative: \(\frac{d^2y}{dx^2}=12x^2\).
\(12x^2\)
Find the minimum value point of \(f(x)=x^2-4x+5\). \(f'(x)=2x-4\).
Put \(f'(x)=0\): \(2x-4=0\), so \(x=2\).
\(f''(x)=2>0\), so minimum occurs at \(x=2\).
Minimum at \(x=2\)

Note: For maxima and minima questions, always find the first derivative, solve it equal to zero, and then use the second derivative test.

Common Traps and Shortcuts

Common Traps
  • Ignoring restrictions while finding domain.
  • Confusing range with codomain.
  • Applying inverse function without checking one-one nature.
  • Forgetting that standard trigonometric limits use radians.
  • Assuming continuity without checking LHL, RHL, and function value.
  • Missing negative sign in derivative of \(\cos x\) or \(\cot x\).
  • Using product rule incorrectly as product of derivatives.
  • Using quotient rule with numerator and denominator reversed.
  • Forgetting chain rule in composite functions.
  • Stopping at \(f'(x)=0\) without testing maximum or minimum.
Useful Shortcuts
  • For domain, first check denominator, square root, and logarithm restrictions.
  • For composite functions, replace the inner function carefully.
  • For limits, try direct substitution first.
  • If direct substitution gives \(0/0\), simplify or use standard limits.
  • Use power rule directly for polynomial derivatives.
  • Convert complicated expressions into powers wherever possible.
  • Use chain rule for bracket powers like \((ax+b)^n\).
  • For increasing/decreasing, check sign of \(f'(x)\).
  • For maxima/minima, use second derivative test after critical points.
Exam approach: Identify whether the question is based on domain and range, composite function, inverse function, limit, continuity, derivative rules, second derivative, increasing-decreasing function, or maxima-minima.

Practice

A) Multiple Choice Questions
  1. The domain of \(f(x)=\frac{1}{x}\) is:
    All real numbers All real numbers except 0 Only positive numbers Only negative numbers
  2. \(\lim_{x \to 0}\frac{\sin x}{x}\) is:
    0 1 \(\infty\) Not defined
  3. The derivative of \(x^4\) is:
    \(x^3\) \(3x^2\) \(4x^3\) \(4x^4\)
  4. If \(f'(x)>0\) in an interval, then the function is:
    Increasing Decreasing Constant Discontinuous
  5. At a critical point, if \(f''(x)>0\), then the function has:
    Local maximum Local minimum No value No derivative
B) Solve the Higher-Order Problems
  1. Find the derivative of \(y=3x^4-5x^2+7x-9\). (Hint: Differentiate term by term.)
  2. Find the derivative of \(y=(x^2+1)^5\). (Hint: Use chain rule.)
  3. If \(y=x^3\), find \(\frac{d^2y}{dx^2}\). (Hint: Differentiate twice.)
  4. Check whether \(f(x)=x^2+1\) is increasing for \(x>0\). (Hint: Find \(f'(x)\) and check its sign.)
  5. Find the critical point of \(f(x)=x^2-6x+10\). (Hint: Solve \(f'(x)=0\).)
C) Match the Concept with the Correct Rule
Concept Correct Rule / Meaning
Domain Set of all possible input values
Range Set of all possible output values
Composite Function \((f \circ g)(x)=f(g(x))\)
Continuity at \(x=a\) \(\lim_{x \to a}f(x)=f(a)\)
Derivative Instantaneous rate of change
Product Rule \(\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx}\)
Chain Rule \(\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}\)
Second Derivative Derivative of the first derivative
Differential Calculus Reminder

Differential Calculus is based on functions, limits, continuity, and derivatives. It helps us study rates of change, slopes of curves, motion, growth, increasing and decreasing behaviour, and maximum-minimum values. Strong command over derivative rules and standard limits is essential for solving calculus questions efficiently.

Task: Create five differential calculus questions using one question each from functions, limits, continuity, differentiation rules, and maxima-minima.

Show Suggested Answers
Multiple Choice
  1. All real numbers except 0
    In \(f(x)=\frac{1}{x}\), denominator cannot be zero.
  2. 1
    \(\lim_{x \to 0}\frac{\sin x}{x}=1\), where \(x\) is in radians.
  3. \(4x^3\)
    By power rule, \(\frac{d}{dx}(x^4)=4x^3\).
  4. Increasing
    If \(f'(x)>0\), the function is increasing in that interval.
  5. Local minimum
    At a critical point, if \(f''(x)>0\), the function has a local minimum.
Higher-Order Problems
  1. \(y=3x^4-5x^2+7x-9\).
    \(\frac{dy}{dx}=12x^3-10x+7\).
    Answer = \(12x^3-10x+7\).
  2. \(y=(x^2+1)^5\).
    Use chain rule:
    \(\frac{dy}{dx}=5(x^2+1)^4 \times 2x\).
    Answer = \(10x(x^2+1)^4\).
  3. \(y=x^3\).
    First derivative: \(\frac{dy}{dx}=3x^2\).
    Second derivative: \(\frac{d^2y}{dx^2}=6x\).
    Answer = \(6x\).
  4. \(f(x)=x^2+1\).
    \(f'(x)=2x\).
    For \(x>0\), \(2x>0\).
    Therefore, the function is increasing for \(x>0\).
  5. \(f(x)=x^2-6x+10\).
    \(f'(x)=2x-6\).
    Put \(f'(x)=0\): \(2x-6=0\), so \(x=3\).
    Critical point = \(x=3\).
Concept Matching
  1. Domain → Set of all possible input values
  2. Range → Set of all possible output values
  3. Composite Function → \((f \circ g)(x)=f(g(x))\)
  4. Continuity at \(x=a\) → \(\lim_{x \to a}f(x)=f(a)\)
  5. Derivative → Instantaneous rate of change
  6. Product Rule → \(\frac{d}{dx}(uv)=u\frac{dv}{dx}+v\frac{du}{dx}\)
  7. Chain Rule → \(\frac{dy}{dx}=\frac{dy}{du}\cdot\frac{du}{dx}\)
  8. Second Derivative → Derivative of the first derivative
Clue Explanation

Differential calculus questions are solved by identifying the function and selecting the right tool. Use limits for approaching values, continuity tests for breaks, differentiation rules for derivatives, sign of first derivative for increasing or decreasing intervals, and second derivative test for maxima and minima.

Exam tips
  • Check domain restrictions before solving.
  • Use direct substitution first in limits.
  • Remember standard limits clearly.
  • For continuity, compare LHL, RHL, and function value.
  • Use power rule for polynomial functions.
  • Use product and quotient rules only when required.
  • Use chain rule for composite functions.
  • Use \(f'(x)>0\) for increasing and \(f'(x)<0\) for decreasing.
  • Use second derivative test for maxima and minima.