Why this topic matters · 8 min read
Integration is tested in Agniveer Navy Maths (SSR/MR) as a core calculus topic, typically 2-3 questions per paper. Expect basic indefinite integrals (power rule, trig, exponential), definite integral evaluation, and simple area/volume applications. Weightage: ~5-8% of total Maths. Most questions are straightforward formula-application; few require integration by parts or substitution.
Indefinite Integration Basics
Integration is the reverse of differentiation. When you integrate a function, you find its antiderivative — the function whose derivative gives you the original. The indefinite integral includes a constant C because many functions have the same derivative. Think of it like reversing a recipe: if differentiation breaks down a cake into ingredients, integration reassembles them. The key is memorizing standard integral formulas and recognizing which one applies.
- Indefinite integral of f(x) is written as ∫f(x)dx = F(x) + C, where F'(x) = f(x)
- Always add constant C — this is non-negotiable in indefinite integrals
- Power rule for integration: ∫x^n dx = x^(n+1)/(n+1) + C, where n ≠ -1
- ∫1/x dx = ln|x| + C (absolute value is critical for negative x)
- Linearity: ∫[af(x) + bg(x)]dx = a∫f(x)dx + b∫g(x)dx
- Integration is additive — split complex expressions into simpler parts
Key formulas
Power Rule
∫x^n dx = x^(n+1)/(n+1) + C
When: n is any real number except -1
Reciprocal/Logarithm
∫(1/x) dx = ln|x| + C
When: When integrand is 1/x or x^(-1)
Exponential
∫e^x dx = e^x + C
When: Natural exponential function
Exponential Base a
∫a^x dx = a^x/ln(a) + C
When: Exponential with base a (a > 0, a ≠ 1)
Worked examples
Find ∫(3x^2 + 5x - 2) dx. Solution: Split into parts: 3∫x^2 dx + 5∫x dx - 2∫1 dx = 3(x^3/3) + 5(x^2/2) - 2x + C = x^3 + (5x^2/2) - 2x + C
Find ∫(4/x + e^x) dx. Solution: 4∫(1/x) dx + ∫e^x dx = 4ln|x| + e^x + C
Trigonometric Integration
Trig integrals appear frequently in Agniveer Navy papers. The key formulas are straightforward — just memorize the sign changes. Sine integrates to negative cosine, cosine integrates to positive sine. A useful memory trick: think of the derivative chain: d/dx(sin x) = cos x, so ∫cos x dx = sin x. The reverse applies for cosine.
- ∫sin(x) dx = -cos(x) + C (negative sign is critical)
- ∫cos(x) dx = sin(x) + C
- ∫sec^2(x) dx = tan(x) + C
- ∫cosec^2(x) dx = -cot(x) + C
- ∫sec(x)tan(x) dx = sec(x) + C
- ∫cosec(x)cot(x) dx = -cosec(x) + C
Key formulas
Sine Integral
∫sin(x) dx = -cos(x) + C
When: Integrand is sin(x)
Cosine Integral
∫cos(x) dx = sin(x) + C
When: Integrand is cos(x)
Secant Squared
∫sec^2(x) dx = tan(x) + C
When: Integrand is sec^2(x) or 1/cos^2(x)
Worked examples
Find ∫(2sin(x) - 3cos(x)) dx. Solution: 2∫sin(x) dx - 3∫cos(x) dx = 2(-cos x) - 3(sin x) + C = -2cos(x) - 3sin(x) + C
Find ∫(sec^2(x) + 5e^x) dx. Solution: tan(x) + 5e^x + C
Definite Integrals and Fundamental Theorem
A definite integral has upper and lower limits and gives a numerical answer (no constant C). The Fundamental Theorem of Calculus links integration and differentiation: to evaluate a definite integral, find the antiderivative F(x), then compute F(b) - F(a) where a and b are the limits. This is the core technique for all definite integral problems in Agniveer Navy exams.
- Definite integral notation: ∫[a to b] f(x) dx = F(b) - F(a), where F is the antiderivative
- Always evaluate: substitute upper limit minus lower limit
- Limits of integration matter — swapping them changes the sign: ∫[a to b] = -∫[b to a]
- If upper and lower limits are equal, the integral is zero: ∫[a to a] f(x) dx = 0
- Definite integrals can be split: ∫[a to c] f(x) dx = ∫[a to b] f(x) dx + ∫[b to c] f(x) dx
- Geometrically, definite integral represents the signed area under the curve
Key formulas
Fundamental Theorem
∫[a to b] f(x) dx = F(b) - F(a)
When: Evaluating any definite integral; F is the antiderivative of f
Limit Swap
∫[a to b] f(x) dx = -∫[b to a] f(x) dx
When: When limits are reversed
Worked examples
Evaluate ∫[0 to 2] (3x^2 + 2) dx. Solution: Antiderivative is x^3 + 2x. Evaluate: [2^3 + 2(2)] - [0^3 + 2(0)] = [8 + 4] - [0] = 12
Evaluate ∫[0 to π/2] cos(x) dx. Solution: Antiderivative is sin(x). Evaluate: sin(π/2) - sin(0) = 1 - 0 = 1
Integration by Substitution (u-substitution)
Substitution is used when the integrand is a composite function. The idea: replace a complex expression with a simpler variable u, find du, and rewrite the integral in terms of u. After integration, substitute back. This is moderately tested in Agniveer Navy — expect 0-1 question per paper. The key is recognizing when to use it: look for a function and its derivative present together.
- Choose u as the inner function (the one being composed)
- Find du/dx, then express dx in terms of du
- Rewrite the entire integral in terms of u and du
- Integrate with respect to u
- Substitute back the original variable
- For definite integrals, change the limits when you substitute u
Key formulas
u-Substitution
∫f(g(x))g'(x) dx = ∫f(u) du, where u = g(x)
When: When integrand contains a composite function and its derivative
Worked examples
Find ∫(2x)(x^2 + 1)^3 dx. Solution: Let u = x^2 + 1, then du = 2x dx. Integral becomes ∫u^3 du = u^4/4 + C = (x^2 + 1)^4/4 + C
Evaluate ∫[0 to 1] 2x e^(x^2) dx. Solution: Let u = x^2, du = 2x dx. When x=0, u=0; when x=1, u=1. Integral becomes ∫[0 to 1] e^u du = e^1 - e^0 = e - 1
⚠ Common mistakes to avoid
- Forgetting the constant C in indefinite integrals — this costs marks. Every indefinite integral must end with + C
- Mixing up ∫sin(x) dx = -cos(x) with ∫cos(x) dx = sin(x) — the negative sign on sine is easy to drop
- Evaluating definite integrals backwards: writing F(a) - F(b) instead of F(b) - F(a) — this flips the sign
- Applying power rule when n = -1: forgetting that ∫x^(-1) dx = ln|x| + C, not x^0/0
- In substitution, forgetting to change the limits of integration in definite integrals — this leads to wrong answers
- Not simplifying the integrand before integrating — e.g., not splitting (3x^2 + 5x)/x into 3x + 5 first
🧠 Memory aids
- SIN-COS rule: SIN integrates to -COS (negative!), COS integrates to SIN (positive). Think: Sine gets a minus sign as a penalty.
- POWER RULE: x^n becomes x^(n+1)/(n+1). Raise the power by 1, divide by the new power. Exception: n = -1 becomes ln|x|.
- FTC (Fundamental Theorem): Find antiderivative F, plug in top limit, subtract bottom limit. Top minus Bottom = T - B.
- u-SUB: If you see a function inside another function, and the derivative of the inner one is nearby, use u-substitution. Look for the 'chain rule in reverse'.
🎯 AGNIVEER NAVY exam tips
- Agniveer Navy typically asks 2-3 integration questions per paper. Most are straightforward indefinite or definite integrals using basic formulas — no tricks.
- Trig integrals (sin, cos, sec^2) appear in ~40% of integration questions. Memorize the 6 standard trig integral formulas cold.
- Definite integrals with polynomial or exponential functions are very common. Practice evaluating F(b) - F(a) quickly and accurately.
- Substitution questions are rare (0-1 per paper) but when they appear, they are usually straightforward — the derivative of the inner function is explicitly present.
- Time management: integration questions should take 2-3 minutes each. If you're stuck, move on and return. Don't spend 5+ minutes on one integral.
- Watch for negative signs in trig integrals and when swapping limits — these are the most common careless errors in the exam hall.
Q1 · hard · AI-verified
Evaluate the definite integral: ∫₀^(π/2) sin²(x) dx
- π/8
- π/2
- π/4
- 1/2
Q2 · medium · AI-verified
What is the value of ∫₀² x² dx?
- 4
- 4/3
- 2
- 8/3
Q3 · medium · AI-verified
Evaluate: ∫(2x + 3) dx
- 2 + C
- x² + 3x + C
- 2x² + 3x + C
- x² + 3 + C
Q4 · hard · AI-verified
Evaluate the definite integral: ∫₀^π x·sin(x) dx
- 0
- π/2
- π
- 2π
Q5 · medium · AI-verified
What is the value of ∫₀^π sin x dx?
- 2
- 1
- 0
- π