NDA Exam - Mathematics: Calculus Practice Test 50 MCQ's

NDA Exam - Mathematics: Calculus Practice Test

NDA Exam - Mathematics: Calculus Practice Test

Targeted 50 MCQ Practice Module focusing on: Limits, Continuity, Differentiability, Derivatives, Integration, and Area under Curves — as per the NDA (National Defence Academy) Mathematics syllabus.

Select your answers and click Submit Assessment Answers at the bottom to calculate your total score and review explanations.

📢 Stay Updated on Exam Materials! Follow the Official WhatsApp Channel: Join Channel Here  |  💬 Contact Admin Direct
SECTION I: Limits [Questions 1 to 10]
1. The value of lim(x→0) [sin x / x] is:
Explanation: This is a standard limit. As x→0, sin x/x approaches 1 (fundamental trigonometric limit).
2. The value of lim(x→∞) (1 + 1/x)^x is:
Explanation: This is the defining limit of Euler's number: lim(x→∞) (1+1/x)^x = e ≈ 2.718.
3. The value of lim(x→0) [(e^x − 1) / x] is:
Explanation: A standard exponential limit: lim(x→0) (e^x−1)/x = 1, derived from the series expansion of e^x.
4. The value of lim(x→0) [(1 − cos x) / x²] is:
Explanation: Using 1 − cos x = 2sin²(x/2), the limit becomes lim [2sin²(x/2)/x²] = 1/2.
5. The value of lim(x→∞) (1 + a/x)^x, where a is a constant, is:
Explanation: A generalization of the standard exponential limit gives lim(x→∞) (1+a/x)^x = e^a.
6. The value of lim(x→0) [tan x / x] is:
Explanation: Since tan x = sin x/cos x, lim(x→0) tan x/x = lim(sin x/x)·lim(1/cos x) = 1×1 = 1.
7. The value of lim(x→2) [(x² − 4) / (x − 2)] is:
Explanation: Factorizing, (x²−4)/(x−2) = (x+2)(x−2)/(x−2) = x+2. As x→2, this gives 4.
8. The value of lim(x→0) [log(1 + x) / x] is:
Explanation: A standard logarithmic limit: lim(x→0) ln(1+x)/x = 1, following from the Taylor series of ln(1+x).
9. The value of lim(x→1) [(x² − 1) / (x − 1)] is:
Explanation: (x²−1)/(x−1) = (x+1)(x−1)/(x−1) = x+1. As x→1, this gives 2.
10. The value of lim(x→0) [(aˣ − 1) / x], for a > 0, is:
Explanation: A standard exponential limit: lim(x→0) (aˣ−1)/x = ln a (natural logarithm of a).
SECTION II: Continuity & Differentiability [Questions 11 to 20]
11. A function f(x) is said to be continuous at x = a if:
Explanation: Continuity at a point requires the limit of the function as x approaches a to exist and equal the function's value at a.
12. The function f(x) = |x| is:
Explanation: |x| is continuous for all real x, but has a sharp corner at x = 0, where the left and right derivatives (−1 and +1) differ, so it is not differentiable there.
13. Which statement correctly describes the relationship between continuity and differentiability?
Explanation: Differentiability is a stronger condition than continuity — differentiability implies continuity, but a continuous function need not be differentiable (e.g., |x| at x=0).
14. The function f(x) = 1/x is discontinuous at:
Explanation: f(x) = 1/x is undefined at x = 0, causing an infinite discontinuity there; it is continuous everywhere else.
15. If the left-hand limit and right-hand limit of f(x) at x = a both exist but are unequal, the function has a:
Explanation: When both one-sided limits exist but differ, the function "jumps" at that point — this is called a jump or ordinary discontinuity.
16. Which of the following is NOT a condition required for Rolle's Theorem to apply on [a, b]?
Explanation: Rolle's Theorem requires continuity on [a,b], differentiability on (a,b), and f(a)=f(b) — it applies to any function meeting these conditions, not just polynomials.
17. According to the Mean Value Theorem, for f(x) continuous on [a,b] and differentiable on (a,b), there exists c in (a,b) such that f'(c) equals:
Explanation: The Mean Value Theorem states f'(c) = [f(b)−f(a)]/(b−a), i.e., the instantaneous rate of change at c equals the average rate of change over [a,b].
18. The function f(x) = sin(1/x) for x ≠ 0 and f(0) = 0 is:
Explanation: As x→0, sin(1/x) oscillates rapidly between −1 and 1 without settling to a single value, so the limit does not exist and the function is discontinuous at x = 0.
19. A function f(x) is differentiable at x = a only if:
Explanation: Differentiability at a point requires that the left-hand derivative (LHD) and right-hand derivative (RHD) both exist and are equal at that point.
20. For f(x) = (x² − 1)/(x − 1), the discontinuity at x = 1 is classified as:
Explanation: The limit exists as x→1 (equal to 2), but f(x) is undefined at x=1 (0/0 form). This "hole" is called a removable discontinuity since redefining f(1)=2 would make it continuous.
SECTION III: Derivatives [Questions 21 to 30]
21. The derivative of xⁿ with respect to x is:
Explanation: The Power Rule states: d/dx(xⁿ) = n·x^(n−1).
22. The derivative of sin x with respect to x is:
Explanation: d/dx(sin x) = cos x, a standard trigonometric derivative.
23. The derivative of cos x with respect to x is:
Explanation: d/dx(cos x) = −sin x, a standard trigonometric derivative.
24. The derivative of tan x with respect to x is:
Explanation: d/dx(tan x) = sec² x, derived using the quotient rule on sin x/cos x.
25. The derivative of eˣ with respect to x is:
Explanation: The exponential function eˣ is unique in that its derivative equals itself: d/dx(eˣ) = eˣ.
26. The derivative of ln x with respect to x is:
Explanation: d/dx(ln x) = 1/x, valid for x > 0.
27. According to the Product Rule, the derivative of u(x)·v(x) is:
Explanation: The Product Rule states: d/dx(uv) = u'v + uv'.
28. According to the Quotient Rule, the derivative of u(x)/v(x) is:
Explanation: The Quotient Rule states: d/dx(u/v) = (u'v − uv')/v², where v ≠ 0.
29. If y is a function of u, and u is a function of x, then according to the Chain Rule, dy/dx equals:
Explanation: The Chain Rule for composite functions states: dy/dx = (dy/du) × (du/dx).
30. At a point x = c, if f'(c) = 0 and f''(c) > 0, then x = c is a point of:
Explanation: By the Second Derivative Test, if f'(c)=0 and f''(c) > 0, the curve is concave upward at c, indicating a local minimum.
SECTION IV: Integration [Questions 31 to 40]
31. ∫xⁿ dx (for n ≠ −1) equals:
Explanation: The Power Rule for integration: ∫xⁿ dx = x^(n+1)/(n+1) + C, valid for n ≠ −1.
32. ∫(1/x) dx equals:
Explanation: ∫(1/x) dx = ln|x| + C, the special case not covered by the power rule (since n = −1).
33. ∫eˣ dx equals:
Explanation: Since d/dx(eˣ) = eˣ, its antiderivative is itself: ∫eˣ dx = eˣ + C.
34. ∫sin x dx equals:
Explanation: Since d/dx(−cos x) = sin x, we get ∫sin x dx = −cos x + C.
35. ∫cos x dx equals:
Explanation: Since d/dx(sin x) = cos x, we get ∫cos x dx = sin x + C.
36. ∫sec² x dx equals:
Explanation: Since d/dx(tan x) = sec² x, we get ∫sec² x dx = tan x + C.
37. The formula for Integration by Parts states that ∫u dv equals:
Explanation: Integration by Parts, derived from the Product Rule, states: ∫u dv = uv − ∫v du.
38. The value of the definite integral ∫₀^(π/2) sin x dx is:
Explanation: ∫sin x dx = −cos x. Evaluating from 0 to π/2: [−cos(π/2)] − [−cos(0)] = 0 − (−1) = 1.
39. ∫[1/(1 + x²)] dx equals:
Explanation: A standard integral: ∫[1/(1+x²)] dx = tan⁻¹ x + C.
40. ∫[1/√(1 − x²)] dx equals:
Explanation: A standard integral: ∫[1/√(1−x²)] dx = sin⁻¹ x + C, valid for −1 < x < 1.
SECTION V: Area under Curves [Questions 41 to 50]
41. The area bounded by the curve y = f(x), the x-axis, and the ordinates x = a and x = b (where f(x) ≥ 0) is given by:
Explanation: The area under a curve y=f(x) above the x-axis, between x=a and x=b, is given by the definite integral ∫ₐᵇ f(x) dx.
42. The area enclosed by the circle x² + y² = r² is:
Explanation: Using integration, the area enclosed by a circle of radius r is derived to be πr², matching the standard geometric formula.
43. The area between two curves y = f(x) and y = g(x) [where f(x) ≥ g(x)] from x = a to x = b is given by:
Explanation: The area enclosed between two curves is the integral of the difference between the upper curve and the lower curve: ∫ₐᵇ[f(x) − g(x)] dx.
44. The area under the curve y = x² between x = 0 and x = 2 is:
Explanation: ∫₀² x² dx = [x³/3]₀² = 8/3 − 0 = 8/3 square units.
45. The area under the line y = x between x = 0 and x = 4 is:
Explanation: ∫₀⁴ x dx = [x²/2]₀⁴ = 16/2 = 8 square units (this also matches the area of the right triangle formed).
46. The area bounded by the curve y = sin x and the x-axis from x = 0 to x = π is:
Explanation: ∫₀^π sin x dx = [−cos x]₀^π = (−cos π) − (−cos 0) = 1 − (−1) = 2 square units.
47. The area of the region bounded by the curve y = x³, the x-axis, and the ordinates x = 0 and x = 1 is:
Explanation: ∫₀¹ x³ dx = [x⁴/4]₀¹ = 1/4 square units.
48. If the value of a definite integral ∫ₐᵇ f(x) dx comes out negative, it signifies that:
Explanation: A negative definite integral indicates the curve lies below the x-axis over that interval; for actual area, the absolute (modulus) value is taken.
49. The area under the curve y = eˣ between x = 0 and x = 1 is:
Explanation: ∫₀¹ eˣ dx = [eˣ]₀¹ = e¹ − e⁰ = e − 1 square units.
50. The area of the region bounded by the parabola y² = 4x and the line x = 4 is:
Explanation: Area = 2∫₀⁴ 2√x dx = 4·[(2/3)x^(3/2)]₀⁴ = 4 × (2/3 × 8) = 64/3 square units.

Comments