⚡ EduBoost-Nepal
📘 NEB Mathematics · Class 12 · Nepal

NEB Mathematics: Master Integration
in 2 Weeks

No vague advice. No inspiration. Just a structured system that takes you from formula confusion to exam-ready execution — in 14 days flat.

14 Day Plan
90+ Score Target
6 Methods Covered
HIGH Weight Chapter


Failure Analysis
Why Students Fail Integration

Stop blaming the chapter. These are the exact reasons students score 0 in integration questions — and every single one is fixable.

⚠ Hard Truth

Integration is not hard. It is unfamiliar. Most students never practice enough to make the methods automatic. The exam rewards students who have solved 200+ problems, not those who read the chapter twice.

Reason 01

Memorizing Without Understanding

You memorized ∫xⁿ dx = xⁿ⁺¹/(n+1) + C but have no idea why. When the question is twisted slightly, you freeze. Understanding the derivation makes formulas stick and adapt.

Reason 02

Not Practicing Enough Problems

Reading solved examples is not practice. Solving 5 problems per day for 2 weeks is 70+ problems. Anything below 100 solved problems means you are not exam-ready for this chapter.

Reason 03

Skipping Substitution and By Parts

These two methods alone cover 60–70% of NEB integration questions. Students who skip them because they look "complex" leave massive marks on the table every single year.

Reason 04

Fear of Long Questions

Integration by parts problems can take 10–15 steps. Students panic when they don't see the answer immediately. Long problems are not hard — they just require patience and a clear method.

Reason 05

No Pattern Recognition

NEB repeats the same question patterns year after year. Students who haven't analyzed past questions walk in blind. Students who have solved 10 years of papers recognize the question in 5 seconds.

Reason 06

Algebra Errors Killing Correct Methods

You chose the right method, set up the integral correctly, then made an arithmetic error. Practice algebraic manipulation alongside integration — weak algebra ruins strong integration skills.


Foundations
Core Concepts You Must Know

These are the building blocks. If any one of these is shaky, your entire integration performance collapses.

What Integration Actually Is

Integration is the reverse of differentiation. If d/dx [F(x)] = f(x), then ∫f(x)dx = F(x) + C. Master this fundamental link before touching any formula.

∫f(x)dx = F(x) + C
📋

Standard Integration Formulas

These are non-negotiable. You must know all power, trigonometric, exponential and logarithmic results from memory — not from looking them up.

∫xⁿdx = xⁿ⁺¹/(n+1) + C (n ≠ -1)
🔢

Definite vs Indefinite Integration

Indefinite integration gives a family of functions (always includes +C). Definite integration gives a specific numerical value between two limits — no +C in the final answer.

∫ₐᵇ f(x)dx = [F(x)]ₐᵇ = F(b) - F(a)

The Constant of Integration (+C)

Never omit +C in indefinite integration. In NEB exams, missing +C can cost you marks even if everything else is correct. Make it a non-negotiable habit.

∫2x dx = x² + C (not just x²)
📐

Area Under the Curve Concept

Definite integration = area bounded by a curve, x-axis, and vertical lines x = a and x = b. This geometric interpretation explains why limits exist and what you're actually computing.

Area = ∫ₐᵇ |f(x)| dx
⚖️

Properties of Definite Integrals

Swapping limits changes sign. Splitting the interval at any point is valid. Even/odd function symmetry properties save enormous time in NEB questions.

∫ₐᵇ f(x)dx = -∫ᵦₐ f(x)dx
Function Standard Result Note
xⁿ xⁿ⁺¹/(n+1) + C n ≠ -1
1/x ln|x| + C Always use absolute value
eˣ + C Derivative = itself
aˣ/ln(a) + C a > 0, a ≠ 1
sin x -cos x + C Note the negative sign
cos x sin x + C Most commonly tested
sec²x tan x + C Direct derivative of tan x
cosec²x -cot x + C Note the negative sign
sec x tan x sec x + C Memorize this directly
1/√(1-x²) sin⁻¹x + C Inverse trig result
1/(1+x²) tan⁻¹x + C Very common in NEB

Methods
Types of Integration

Six methods. Learn each independently. Then learn when to switch between them. This is where exam marks are actually decided.

Method 01

Basic / Direct Integration

When to use The integral matches a standard formula directly or after simple simplification
Key idea Apply the standard result immediately. No transformation needed.
NEB pattern ∫(3x² + 2x - 5)dx, ∫(sin x + eˣ)dx, ∫x³ dx
Method 02

Substitution Method

When to use A composite function where one part is the derivative of another part
Key idea Let u = inner function, compute du, substitute, integrate, back-substitute
NEB pattern ∫2x·sin(x²)dx, ∫cos(3x+1)dx, ∫eˢⁱⁿˣ·cos x dx
Method 03

Integration by Parts

When to use Product of two different types of functions (ILATE order)
Key idea ∫u·dv = u·v - ∫v·du. Choose u by ILATE: Inverse, Log, Algebraic, Trig, Exponential
NEB pattern ∫x·eˣdx, ∫x·cos x dx, ∫ln x dx, ∫x²·sin x dx
Method 04

Partial Fractions

When to use Rational function (polynomial ÷ polynomial) where denominator can be factored
Key idea Decompose into simpler fractions, integrate each separately using ln results
NEB pattern ∫1/[(x+1)(x+2)]dx, ∫(2x+3)/[(x²-1)]dx
Method 05

Trigonometric Integrals

When to use Powers or products of trig functions that don't integrate directly
Key idea Use identities: sin²x = (1-cos2x)/2, cos²x = (1+cos2x)/2, double angle formulas
NEB pattern ∫sin²x dx, ∫cos³x dx, ∫sin x·cos x dx, ∫tan²x dx
Method 06

Definite Integration

When to use When limits are given. Apply any method above, then substitute limits.
Key idea F(b) - F(a). No +C. Don't forget to change limits when substituting.
NEB pattern ∫₀¹ x·eˣdx, ∫₀^(π/2) sin²x dx, ∫₁² (2x+1)dx

Problem Solving
The ICSVA Method

A repeatable 5-step framework. Apply it to every integration problem without exception. This eliminates panic and method confusion.

I   C   S   V   A
I

Identify — What type of integral is this?

Scan the integrand. Is it a polynomial? A product of two functions? A rational function? A composite function? You must name the type before you do anything else. Writing blindly leads to wasted time and wrong methods.

C

Choose — Select the correct method

Based on identification: direct → basic formula. Composite → substitution. Product of different types → integration by parts (ILATE). Rational fraction → partial fractions. Trig powers → identities first. Never guess. Choose deliberately.

S

Simplify — Before applying any formula

Expand brackets. Split fractions. Apply trig identities. Factor out constants. Many students apply formulas to unsimplified expressions and get wrong answers. Simplify first, every time.

V

Verify — Check your answer by differentiating

Differentiate your answer. If you get back the original integrand, your answer is correct. This takes 30 seconds and catches 80% of errors before you submit. Use it on every question in the exam if time permits.

A

Answer — Write clean, complete final answer

For indefinite: include +C. For definite: substitute limits and compute F(b) − F(a), show each step clearly. NEB awards marks for method steps — show all working even if you're unsure of the final value.

⚡ Quick Method Selector

Composite function f(g(x))·g'(x)? → Substitution  |  Product of two function types? → By Parts (ILATE)  |  Polynomial ÷ Polynomial? → Partial Fractions  |  sin²/cos²/tan²? → Trig Identity  |  Everything else? → Direct Formula


Master Plan
2-Week Study Plan

14 days. Each phase builds on the last. Do not jump ahead. Do not skip phases. This sequence is intentional.

📌 Plan Rules

Minimum 2 hours per day on integration only. Do not mix other chapters during this period. Complete every listed task before moving to the next phase. If you miss a day, add the tasks to the next day — do not skip.

Day 1 – 3 Phase 1

Basics + All Standard Formulas

  • Write and memorize all 15+ standard formulas
  • Solve 10 direct integration problems each day
  • Practice polynomial integration (expand first)
  • Cover ∫eˣ, ∫sin x, ∫cos x, ∫1/x problems
  • Quiz yourself on formulas without notes
Target: 30+ problems · All formulas memorized
Day 4 – 6 Phase 2

Substitution Method

  • Learn substitution rules: u = inner function
  • Practice identifying which part to substitute
  • Solve 10 substitution problems daily
  • Handle definite integrals with substitution + limit change
  • Time yourself: target 4–6 min per problem
Target: 30+ problems · Method automatic
Day 7 – 9 Phase 3

By Parts + Partial Fractions

  • Memorize ILATE priority rule
  • Solve ∫x·eˣ, ∫x·sin x, ∫ln x type problems
  • Practice decomposing fractions (linear factors)
  • Handle repeated and non-repeated factors
  • Combine both methods in mixed exercises
Target: 25+ problems · ILATE mastered
Day 10 – 11 Phase 4

Definite Integration

  • Practice F(b) - F(a) with all 6 methods
  • Apply trig identities for definite trig integrals
  • Use symmetry properties to simplify
  • Solve area-under-curve problems
  • Mix with definite substitution (change limits)
Target: 20+ problems · Zero +C errors
Day 12 – 13 Phase 5

Past NEB Questions — Targeted Practice

  • Solve integration questions from last 10 NEB papers
  • Identify which method each question uses
  • Note which question types appear most often
  • Solve under timed conditions (2–3 hrs per paper)
  • Review mistakes immediately after each paper
Target: 30+ past questions · Pattern identified
Day 14 Phase 6

Full Revision + Mock Test

  • Re-solve one problem from each method type
  • Write all formulas from memory — no notes
  • Take a 3-hour mock test covering all methods
  • Review ICSVA method one final time
  • Sleep early. No new content on Day 14 evening.
Target: Mock score 35+/40 · Exam ready

Practice System
Daily Practice System

Volume alone is not enough. The type of practice matters as much as the quantity. Follow this system exactly.

Daily Problem Targets

Warm-up (direct formulas) 5 problems
Current method focus 8–10 problems
Mixed method review 3–5 problems
One exam-level problem 1 problem (timed)
Daily minimum total 15–20 problems
14-day total target 200+ problems

Repetition Strategy

Problems you got wrong Redo next day
Problems that took 10+ min Redo till <5 min
Methods covered in Week 1 Review in Week 2
Formula recall quiz Every 2 days
Mistake log review Every day
Full mock test Day 14 only
✅ Mistake Correction Loop

Keep a dedicated mistake notebook. For every wrong answer: (1) identify the exact error — formula, method choice, or algebra. (2) Rewrite the correct solution. (3) Solve a similar problem within 24 hours. This loop is more valuable than solving 20 new problems.


NEB Exam Intelligence
Past Question Strategy

NEB is predictable. Students who ignore this fact work 3x harder than students who exploit it.

📅 Solve Last 10 Years

  • NEB integration patterns repeat every 2–3 years
  • Certain question types (substitution, by parts) appear every year
  • 10 years × ~4 integration questions = 40+ practice problems with real exam context
  • This alone is 30% of your preparation

🔍 Identify Question Patterns

  • Mark which method each past question uses
  • Note which function types appear (trig, exponential, rational)
  • Spot which formulas are tested most frequently
  • Create your own "high probability" question list

⏱ Practice Under Time Pressure

  • Each integration question: max 8–10 minutes in exam
  • Time yourself from Day 12 onwards
  • If a question takes 15+ minutes in practice, find a faster approach
  • Speed comes from repetition, not intelligence

📊 Mark Distribution

  • Integration typically carries 16–24 marks in NEB Math
  • Long questions (8 marks) often involve by parts or definite
  • Short questions (4 marks) often involve substitution or basic
  • Answering all integration questions = 20–25% of total paper
🔁 NEB Repeat Patterns

Integration by parts with ∫xeˣdx or ∫x sin x dx appears almost every year. ∫sin²x dx using the half-angle identity is a recurring 4-mark question. ∫1/[(x+a)(x+b)]dx using partial fractions is a predictable long question. These three alone could secure 12+ marks.


Error Prevention
Common Mistakes That Kill Marks

These mistakes appear in the answer sheets of thousands of students every year. Most are completely avoidable.

Forgetting +C in Indefinite Integration

This is the most common mark-losing error in NEB. The constant of integration is mandatory in every indefinite integral. Make it a physical habit — write +C immediately after the antiderivative, every single time, before doing anything else.

Not Changing Limits in Definite Substitution

When you use substitution in a definite integral, you must change the limits from x-values to u-values. Failing to do this and substituting back at the end wastes time and introduces errors. Always change limits at the point of substitution.

Choosing the Wrong Method

Trying to use substitution on a product of unrelated functions wastes 5+ minutes. Trying direct integration on a composite function gives the wrong answer. Use the ICSVA method — identify before you start. Wrong method selection is a thinking error, not a knowledge error.

🔣

Sign Errors in Trigonometric Results

∫sin x dx = −cos x + C (negative sign). ∫cosec²x dx = −cot x + C (negative sign). These negative signs are missed in 40% of student answers. Write trig results from memory only after confirming the sign by differentiating once.

Algebra Mistakes Inside Integrals

Expanding (x+1)² as x² + 1 instead of x² + 2x + 1. Splitting fractions incorrectly. Canceling terms that cannot be canceled. These algebra errors corrupt an otherwise correct integration approach. Slow down at the simplification step.

🔃

Skipping Steps to Save Time

NEB awards marks for each correct step. A student who writes all steps correctly but makes an arithmetic error in the final answer can still score 5/8. A student who skips steps and gets the wrong answer scores 0/8. Show every step, always.

🔡

Wrong ILATE Order in Integration by Parts

ILATE: Inverse trig → Logarithm → Algebraic → Trigonometric → Exponential. Always choose u as the function that appears earlier in ILATE. Choosing u = eˣ when x is also present leads to a more complex integral, not a simpler one.


Exam Hall
Exam Hall Strategy

Your performance in the exam depends as much on execution strategy as it does on preparation. These rules apply on exam day.

01

Attempt Sequence

Start with direct/basic integration questions first. Build confidence and secure easy marks. Attempt substitution next. Save by parts and partial fractions for after you've secured the simpler marks. Never start with the hardest question.

02

Time Per Question

4-mark integration question: maximum 8 minutes. 8-mark integration question: maximum 15 minutes. If you exceed these limits, move on and return later. One question should never consume 30 minutes of exam time.

03

Handling Long Questions

Break the problem into visible steps. Write the method you're using at the top: "Using Integration by Parts." This reminds you and signals to the examiner. If you get stuck midway, continue with what you know — partial credit is real.

04

Partial Marking Strategy

If you cannot complete a question, write what you know: identify the type, write the relevant formula, begin the method. Examiners award marks for correct setup, correct method choice, and correct first steps — even if the final answer is wrong.

05

Verification Protocol

After completing each integration answer, differentiate it mentally. If it returns the original integrand, it's correct. This 20-second check eliminates errors before they cost marks. Do this for every answer where time permits.

06

What Not To Do

Do not spend 5 minutes deciding which method to use — use ICSVA. Do not attempt to invent a new method under exam pressure. Do not leave a question blank without attempting at least the setup. Blank answers score zero; attempts score something.


Readiness Assessment
Final Exam Readiness Checklist

Tick each item only when it is genuinely complete. This is your real benchmark — not how many chapters you've "covered."

Integration Mastery Checklist

0 / 20
FormulasAll 15+ standard integration formulas memorized without notes
FormulasAll trig integration results including sign directions confirmed
Formulas∫1/x = ln|x| + C and inverse trig results memorized
MethodCan identify the correct method within 30 seconds for any NEB question
MethodSubstitution method applied correctly with limit changes in definite integrals
MethodILATE rule for integration by parts applied automatically without thinking
MethodPartial fractions decomposition for linear and repeated factors completed
MethodTrigonometric integrals using half-angle and product-to-sum identities solved
Practice100+ integration problems solved across all 6 methods
PracticeMixed method problems solved without knowing the method in advance
PracticeAll problems timed at 8 minutes or less for 4-mark questions
Past PapersIntegration questions from last 10 NEB exams solved and reviewed
Past PapersTop 5 most-repeated NEB question patterns identified and memorized
Past PapersOne complete mock test taken under timed conditions and reviewed
ErrorsMistake notebook reviewed — all errors identified and corrected
Errors+C habit confirmed: never omitted in any practice problem
ExamICSVA method steps memorized and applied in practice sessions
ExamVerification habit confirmed: differentiate the answer after every problem
ExamTime allocation strategy practiced — 8 min/4-mark, 15 min/8-mark
ReadinessCan score 35+/40 on integration section in mock test conditions
✅ When You're Ready

If you can check 18 or more items on this list honestly — you are prepared. If you have fewer than 14 checked 2 days before the exam — do not start new topics. Go back to past questions and your mistake notebook. Consolidation beats new content at this stage.