Vidhyapath ← EAMCET Hub
FREE vidhyapath.com β†—
Chapter progress
Layer 1 of 5
MathematicsVery High Weightage β˜…β˜…β˜…β˜…β˜…Class 12

Integration

Indefinite and definite integrals, substitution, integration by parts, and area under curves β€” expect 4–5 EAPCET questions every year.

4–5Questions in EAPCET
~5%Paper Weightage
12Core Formulas
4Mistake Traps

Concept Core

From basic integrals to integration by parts and definite integral properties.

Standard Integrals β€” Must Know
∫xⁿ dx = xⁿ⁺¹/(n+1) + C   (n β‰  βˆ’1)     ∫1/x dx = ln|x| + C ∫eΛ£ dx = eΛ£ + C                         ∫aΛ£ dx = aΛ£/ln a + C ∫sin x dx = βˆ’cos x + C                ∫cos x dx = sin x + C ∫secΒ²x dx = tan x + C                ∫1/√(1βˆ’xΒ²) dx = sin⁻¹x + C ∫1/(1+xΒ²) dx = tan⁻¹x + C           ∫1/(aΒ²+xΒ²) dx = (1/a)tan⁻¹(x/a)+C
Substitution Method

When integrand has f(g(x))Γ—g'(x): substitute u = g(x), du = g'(x)dx

Example: ∫2x e^(xΒ²) dx. Let u = xΒ², du = 2x dx. β†’ ∫eᡘ du = eᡘ + C = e^(xΒ²) + C

Standard substitution results:

∫f'(x)/f(x) dx = ln|f(x)| + C ∫[f(x)]ⁿ f'(x) dx = [f(x)]ⁿ⁺¹/(n+1) + C
Integration by Parts (IBP)
∫u dv = uv βˆ’ ∫v du

Choose u using ILATE priority: Inverse trig β†’ Logarithm β†’ Algebraic β†’ Trig β†’ Exponential. The first type in ILATE is u, the rest is dv.

Example: ∫x eΛ£ dx β†’ u=x, dv=eΛ£ dx β†’ uvβˆ’βˆ«v du = xeΛ£ βˆ’ ∫eΛ£ dx = xeΛ£ βˆ’ eΛ£ + C

Definite Integral Properties
βˆ«β‚α΅‡ f(x)dx = βˆ’βˆ«α΅¦β‚ f(x)dx βˆ«β‚α΅‡ f(x)dx = βˆ«β‚αΆœ f(x)dx + βˆ«αΆœα΅‡ f(x)dx βˆ«β‚α΅ƒ f(x)dx = 0 βˆ«β‚€α΅ƒ f(x)dx = βˆ«β‚€α΅ƒ f(aβˆ’x)dx   (King's Property)

King's Property is extremely useful for symmetric integrals and direct cancellation.

Area Under a Curve

Area between curve y=f(x) and x-axis from a to b:

A = βˆ«β‚α΅‡ |f(x)| dx

The absolute value ensures positive area when curve is below x-axis. Split the integral at zeros of f(x) where the sign changes.

Area between two curves: A = βˆ«β‚α΅‡ [f(x) βˆ’ g(x)] dx (f above g).

Special Integrals by Reduction
∫√(aΒ²βˆ’xΒ²) dx = (x/2)√(aΒ²βˆ’xΒ²) + (aΒ²/2)sin⁻¹(x/a) + C ∫1/√(xΒ²+aΒ²) dx = ln|x + √(xΒ²+aΒ²)| + C ∫eΛ£[f(x)+f'(x)] dx = eΛ£ f(x) + C

The last one is particularly useful β€” when an eΛ£ factor multiplies f(x)+f'(x), the integral is simply eΛ£ f(x).

Formula Vault

All integration formulas for EAPCET.

Power Integral
∫xⁿ dx = xⁿ⁺¹/(n+1) + C
n β‰  βˆ’1; don't forget +C
Exponential
∫eˣ dx = eˣ + C
∫aˣ dx = aˣ/ln(a) + C
Reciprocal
∫1/x dx = ln|x| + C
Absolute value important
sin and cos
∫sin x dx = βˆ’cos x + C
∫cos x dx = sin x + C
secΒ² and cosecΒ²
∫sec²x dx = tan x + C
∫cosecΒ²x dx = βˆ’cot x + C
Inverse Trig
∫1/√(1βˆ’xΒ²) dx = sin⁻¹x + C
∫1/(1+x²) dx = tan⁻¹x + C
Logarithmic Form
∫f'(x)/f(x) dx = ln|f(x)| + C
Numerator = derivative of denominator
Integration by Parts
∫u dv = uv βˆ’ ∫v du
ILATE rule for choosing u
King's Property
βˆ«β‚€α΅ƒ f(x)dx = βˆ«β‚€α΅ƒ f(aβˆ’x)dx
Extremely useful for definite integrals
eΛ£ Composite
∫eˣ[f(x)+f'(x)]dx = eˣf(x)+C
Recognise this pattern for instant answer

Worked Examples

5 problems β€” substitution, by parts, definite integral, King's property, and a trap.

EasyIntegrate ∫(3xΒ² + 2x βˆ’ 5)dxβ–Ύ
Find ∫(3xΒ² + 2x βˆ’ 5) dx.
1
Apply power rule to each term:
2
= 3xΒ³/3 + 2xΒ²/2 βˆ’ 5x + C = xΒ³ + xΒ² βˆ’ 5x + C
βœ“  βˆ« = xΒ³ + xΒ² βˆ’ 5x + C
EasyFind ∫(2x/(xΒ²+1))dxβ–Ύ
Evaluate ∫2x/(x²+1) dx.
1
Numerator 2x is the derivative of denominator (xΒ²+1).
2
Using ∫f'/f dx = ln|f| + C:
3
= ln|xΒ²+1| + C = ln(xΒ²+1) + C (xΒ²+1 always positive)
βœ“  βˆ« = ln(xΒ²+1) + C
MediumIntegrate ∫x eΛ£ dx by partsβ–Ύ
Evaluate ∫x eˣ dx using integration by parts.
1
ILATE: u = x (Algebraic), dv = eΛ£ dx (Exponential)
2
du = dx, v = eΛ£
3
∫x eΛ£ dx = uv βˆ’ ∫v du = xeΛ£ βˆ’ ∫eΛ£ dx = xeΛ£ βˆ’ eΛ£ + C = eΛ£(xβˆ’1) + C
βœ“  βˆ«x eΛ£ dx = eΛ£(xβˆ’1) + C
EAPCET LevelUse King's property: βˆ«β‚€^(Ο€/2) sin x/(sin x + cos x) dxβ–Ύ
Evaluate βˆ«β‚€^(Ο€/2) sin x/(sin x + cos x) dx.
1
Let I = βˆ«β‚€^(Ο€/2) sinx/(sinx+cosx) dx
2
By King's property: f(x) β†’ f(Ο€/2βˆ’x): sin(Ο€/2βˆ’x)=cosx, cos(Ο€/2βˆ’x)=sinx
3
I = βˆ«β‚€^(Ο€/2) cosx/(cosx+sinx) dx
4
Add both integrals: 2I = βˆ«β‚€^(Ο€/2) (sinx+cosx)/(sinx+cosx) dx = βˆ«β‚€^(Ο€/2) 1 dx = Ο€/2
5
I = Ο€/4
βœ“  I = Ο€/4 (King's property approach)
Trap Questionβˆ«β‚€^1 x/(1+xΒ²) dx β€” students add constant C to definite integralβ–Ύ
Evaluate the definite integral βˆ«β‚€ΒΉ x/(1+xΒ²) dx. ⚠️ Classic formatting trap.
1
The trap: Adding arbitrary constant C to a definite integral. Definite integrals have a specific numerical value β€” no C.
2
Let u = 1+xΒ², du = 2x dx β†’ x dx = du/2
3
= (1/2)βˆ«β‚Β² 1/u du = (1/2)[ln u]₁² = (1/2)(ln 2 βˆ’ ln 1) = (1/2) ln 2
4
= (ln 2)/2
βœ“  βˆ«β‚€ΒΉ x/(1+xΒ²) dx = (ln 2)/2 β€” no +C for definite integrals

Mistake DNA

4 integration errors from EAPCET distractor analysis.

βž•
Adding +C to Definite Integrals
Definite integrals give a specific numerical value. The constant of integration appears only in indefinite integrals.
❌ Wrong
βˆ«β‚€ΒΉ x dx = [xΒ²/2 + C]β‚€ΒΉ = (1/2+C) βˆ’ (0+C) βœ— (C cancels anyway but adding it is wrong form)
βœ“ Correct
βˆ«β‚€ΒΉ x dx = [xΒ²/2]β‚€ΒΉ = 1/2 βˆ’ 0 = 1/2 βœ“ No +C for definite βœ“
Indefinite integral: f(x) + C (unknown constant; family of curves). Definite integral: specific number between limits. C is not needed for definite integrals.
πŸ”’
Forgetting n+1 in Denominator for Power Rule
∫xⁿ dx = xⁿ⁺¹/(n+1) + C. Students raise the power but forget to divide by the new exponent.
❌ Wrong
∫xΒ³ dx = x⁴ + C βœ— (forgot to divide by 4)
βœ“ Correct
∫xΒ³ dx = x⁴/4 + C βœ“ Increase power AND divide by new power
Power rule for integration: raise the exponent by 1, then divide by the new exponent. These two steps always go together.
🌊
ILATE: Choosing Wrong Function as u in IBP
Choosing a poor u leads to a more complex integral. ILATE gives the optimal choice.
❌ Wrong
∫x sin x dx: u=sin x, dv=x dx βœ— β†’ makes integral harder
βœ“ Correct
ILATE: A before T βœ“ u=x (Algebraic) dv=sinx dx βœ“ β†’ simpler integral
ILATE order: Inverse trig, Logarithm, Algebraic, Trigonometric, Exponential. Choose u as the first type in ILATE that appears in the integrand.
πŸ”„
Reversing Signs for ∫sin x dx
∫sin x dx = βˆ’cos x + C, NOT +cos x. The minus sign is frequently dropped.
❌ Wrong
∫sin x dx = cos x + C βœ— (missing minus sign)
βœ“ Correct
∫sin x dx = βˆ’cos x + C βœ“ (verify: d/dx[βˆ’cosx] = βˆ’(βˆ’sinx) = sinx βœ“)
Memory check: differentiation and integration are inverses. d/dx[cos x] = βˆ’sin x, so ∫(βˆ’sin x) dx = cos x, therefore ∫sin x dx = βˆ’cos x. Always verify by differentiating the answer.

Chapter Intelligence

Integration is the crown jewel of calculus β€” master it and 10+ marks become accessible.

EAPCET Weightage (2019–2024)
Standard integrals (direct formula)
~9
Substitution method
~8
Definite integrals & properties
~7
Integration by parts
~6
Area under curves
~5
King's property
~4
High-Yield PYQ Patterns
∫f'(x)/f(x) dx = ln|f(x)|Substitution: ∫f(g(x))g'(x)dx∫x eˣ dx by partsKing's property for trig integralsArea between parabola and lineEvaluate definite ∫ using limits∫eˣ[f(x)+f'(x)]dx pattern
Exam Strategy
  • Pattern recognition is key. When numerator is derivative of denominator β†’ ln form. When integrand = f(g)Γ—g' β†’ substitution. When product of different function types β†’ IBP.
  • King's property (f(a-x) substitution) solves many definite integral problems in one step β€” especially ∫sin/(sin+cos) type integrals.
  • eΛ£[f(x)+f'(x)] pattern: immediately write eΛ£f(x)+C. This appears frequently and saves 3+ steps.
  • Area questions: set up the definite integral carefully, check if curve crosses x-axis in the interval (split if it does), apply absolute values.
  • Differentiation + Integration together = the single most point-rich section of EAPCET Maths. Master these two chapters for maximum score impact.
Share

💡 Suggestions & Feedback

We read every message

To keep feedback accountable, we verify your email before accepting messages.

Already a student? Log in to skip this step.