Below are 68 practice questions on Limits and Derivatives, sorted Easy → Hard. Tap “Show answer & explanation” under any question to check yourself. Want the full theory first? Read the Limits and Derivatives notes.
As point Q slides along the curve toward P, the secant line PQ rotates into the tangent line at P, whose slope is the derivative.
Easy - 20 questions
Q1.
d/dx (x²) =
A x
B 2
C 2x
D x²
Show answer & explanation
Answer: C. 2x
Why: Power rule: d/dx (xⁿ) = nxⁿ⁻¹. So d/dx(x²) = 2x.
Q2.
d/dx (sin x) =
A cos x
B -cos x
C -sin x
D tan x
Show answer & explanation
Answer: A. cos x
Why: The derivative of sin x is cos x.
Q3.
d/dx (cos x) =
A sin x
B -sin x
C cos x
D -cos x
Show answer & explanation
Answer: B. -sin x
Why: The derivative of cos x is -sin x (note the negative sign).
Q4.
d/dx (constant) =
A 1
B 0
C constant
D undefined
Show answer & explanation
Answer: B. 0
Why: The derivative of any constant is zero. Constants do not change.
Q5.
d/dx (eˣ) =
A eˣ⁻¹
B x eˣ
C eˣ
D e
Show answer & explanation
Answer: C. eˣ
Why: The exponential function eˣ is its own derivative: d/dx(eˣ) = eˣ.
Q6.
The derivative of f(x) represents:
A Area enclosed under the curve across an interval
B Sum of all the function's values over its domain
C Instantaneous rate of change
D Average value of the function across an interval
Show answer & explanation
Answer: C. Instantaneous rate of change
Why: The derivative gives the instantaneous rate of change of the function at any point.
Evaluate: lim(x→0) [sin(x)/x]<sup>1/x²</sup> using limits.
A e<sup>-1/6</sup>
B e<sup>1/6</sup>
C e<sup>-1/3</sup>
D 1
Show answer & explanation
Answer: A. e<sup>-1/6</sup>
Why: 1^∞ indeterminate form: take ln L = lim[ln(sinx/x)]/x². Using Taylor: sinx/x = 1 − x²/6 + …, so ln(sinx/x) ≈ −x²/6. Hence ln L = −1/6, giving L = e<sup>−1/6</sup>.
Q42.
lim(x→0) (1/x² - cosec²x) =
A -1/3
B 1/3
C 0
D 1/6
Show answer & explanation
Answer: A. -1/3
Why: Write as (sin²x − x²)/(x² sin²x). Using sinx ≈ x − x³/6: sin²x ≈ x² − x⁴/3, so sin²x − x² ≈ −x⁴/3. Denominator ≈ x²·x² = x⁴. Limit = (−x⁴/3)/x⁴ = −1/3. The negative sign is essential - a very common sign error on this problem.
Q43.
If y = (sin x)<sup>tan x</sup>, find dy/dx.
A (sinx)<sup>tanx</sup> × [sec²x × ln(sinx) + 1]
B (sinx)<sup>tanx</sup> × sec²x, omitting the logarithmic term
C (sinx)<sup>tanx</sup> × ln(sinx), omitting the secant-squared term
D tanx × (sinx)<sup>tanx-1</sup>, treating it like a simple power rule
Show answer & explanation
Answer: A. (sinx)<sup>tanx</sup> × [sec²x × ln(sinx) + 1]
D x = 4, a value where the function is not actually inflecting
Show answer & explanation
Answer: C. x = 0 and x = 2
Why: Compute f''(x): f'(x) = 4x³ − 12x², f''(x) = 12x² − 24x = 12x(x−2). f'' = 0 at x = 0 and x = 2. Sign of f'' changes at both points (−/+/−), confirming inflection points at x = 0 and x = 2.
Q47.
Differentiate: y = cos⁻¹(2x²-1) with respect to x.
A 2/√(1-x²)
B -2/√(1-x²)
C 2/√(1-4x⁴)
D 1/√(1-x²)
Show answer & explanation
Answer: B. -2/√(1-x²)
Why: Substitution: let x = cosθ, so 2x²−1 = 2cos²θ−1 = cos2θ. Then y = cos⁻¹(cos2θ) = 2θ = 2cos⁻¹x. Differentiating: dy/dx = 2·(−1/√(1−x²)) = −2/√(1−x²).
Q48.
lim(x→1) (x<sup>n</sup> - 1)/(x - 1) =
A 1
B n
C n-1
D n+1
Show answer & explanation
Answer: B. n
Why: This is the definition of derivative of x<sup>n</sup> at x=1. Or factor: (x<sup>n</sup>-1)/(x-1) = x<sup>n-1</sup>+x<sup>n-2</sup>+...+1 (n terms). At x=1: = n.
Q49.
If f(x) = x|x|, then f'(0) is:
A 0
B 1
C -1
D Does not exist
Show answer & explanation
Answer: A. 0
Why: f(x) = x² (x>0), −x² (x<0). Using first-principles: RHD = lim(h→0⁺) h²/h = 0; LHD = lim(h→0⁻) (−h²)/h = 0. Both one-sided derivatives equal 0, so f'(0) = 0.
Q50.
Taylor series expansion of eˣ around x=0 gives the n-th derivative value at 0 as:
A n!
B 1
C n
D 0
Show answer & explanation
Answer: B. 1
Why: Taylor series: eˣ = Σ(xⁿ/n!). The coefficient of xⁿ is f⁽ⁿ⁾(0)/n!, and here it equals 1/n!. So f⁽ⁿ⁾(0) = 1 for all n ≥ 0, confirmed since d<sup>n</sup>/dx<sup>n</sup>(eˣ) = eˣ and e⁰ = 1.
Q51.
Find the equation of normal to curve xy = 4 at point (2,2).
A y = x
B y = -x + 4
C y = x + 4
D y = -x
Show answer & explanation
Answer: A. y = x
Why: Implicit differentiation of xy = 4: y + xy' = 0, so y' = −y/x = −1 at (2,2). Tangent slope = −1, so normal slope = 1. Normal line: y − 2 = 1·(x − 2), giving y = x.
Q52.
Newton-Leibniz rule for d/dx [integral from a to g(x) of f(t) dt] =
A f(g(x))
B f(x) × g(x)
C f(g(x)) × g'(x)
D g'(x)
Show answer & explanation
Answer: C. f(g(x)) × g'(x)
Why: By the Fundamental Theorem of Calculus (Part 1), d/dx[∫_a<sup>u</sup> f(t)dt] = f(u). Applying the chain rule with u = g(x): d/dx[∫_a^{g(x)} f(t)dt] = f(g(x))·g'(x).
Q53.
If f''(a) > 0 and f'(a) = 0 and f''(a) exists, then f(a) is:
A Local maximum
B Local minimum
C Saddle point
D Global maximum
Show answer & explanation
Answer: B. Local minimum
Why: Second derivative test: f'(a) = 0 identifies a critical point. f''(a) > 0 means f' is increasing through zero, so f changes from decreasing to increasing at a. Therefore f(a) is a local minimum.
Why: Parametric differentiation: dx/dt = −a sin t, dy/dt = a cos t. dy/dx = (dy/dt)/(dx/dt) = (a cos t)/(−a sin t) = −cos t/sin t = −cot t. Note: the correct result is −cot t, not −tan t.
Q56.
Cauchy Mean Value Theorem applies to functions f and g. It states: there exists c in (a,b) such that:
A f'(c)/g'(c) = [f(b)-f(a)]/[g(b)-g(a)]
B f'(c) = 0, the conclusion of Rolle's theorem instead
C f(c) = g(c), assuming the two functions intersect at c
D f'(c) = g'(c), assuming the two derivatives must be equal
Show answer & explanation
Answer: A. f'(c)/g'(c) = [f(b)-f(a)]/[g(b)-g(a)]
Why: Cauchy MVT generalises Lagrange's MVT to two functions: for continuous f, g on [a,b], differentiable on (a,b) with g'(x) ≠ 0, there exists c ∈ (a,b) such that f'(c)/g'(c) = [f(b)−f(a)]/[g(b)−g(a)].
Q57.
The value of lim (x→0) (sin x)/x is:
A 1
B 0
C infinity
D undefined
Show answer & explanation
Answer: A. 1
Why: This is a standard limit: lim (x→0) (sin x)/x = 1.
Q58.
The derivative of x³ with respect to x is:
A 3x²
B x²
C 3x
D x⁴/4
Show answer & explanation
Answer: A. 3x²
Why: By the power rule, d(xⁿ)/dx = n·xⁿ⁻¹, so d(x³)/dx = 3x².
Q59.
The value of lim (x→2) (x² − 4)/(x − 2) is:
A 4
B 0
C 2
D undefined
Show answer & explanation
Answer: A. 4
Why: Factor: (x−2)(x+2)/(x−2) = x + 2, so the limit as x→2 is 4.
Q60.
The derivative of sin x with respect to x is:
A cos x
B −cos x
C −sin x
D tan x
Show answer & explanation
Answer: A. cos x
Why: d(sin x)/dx = cos x.
Q61.
The limit as n → ∞ of (1/n)·[(n+1)(n+2)...(2n)]<sup>1/n</sup> is:
A e/4
B 4/e
C 2/e
D e/2
Show answer & explanation
Answer: B. 4/e
Why: Taking logs converts this to ∫₀¹ ln(1+x) dx = 2ln2 − 1, so the limit is e<sup>2ln2 − 1</sup> = 4/e.
Q62.
The limit as x → 0 of (cos x)<sup>1/x²</sup> is:
A 1
B e<sup>−1/2</sup>
C e<sup>1/2</sup>
D 0
Show answer & explanation
Answer: B. e<sup>−1/2</sup>
Why: ln(cosx)/x² → −1/2, so the limit is e<sup>−1/2</sup>.
Q63.
The limit as x → 0 of sin5x / sin3x is:
A 1
B 3/5
C 5/3
D 15
Show answer & explanation
Answer: C. 5/3
Why: Both sines behave linearly near 0, giving 5x/3x = 5/3.
Q64.
The limit as x → 0 of (e<sup>2x</sup> − 1) / ln(1 + 3x) is:
A 2/3
B 3/2
C 1
D 6
Show answer & explanation
Answer: A. 2/3
Why: Numerator ~ 2x and denominator ~ 3x, so the ratio tends to 2/3.