Calculus

Integration & Applications

Mathematics Core
25 min read
IAT Core Framework
High Yield

1. Core Concept

Integration is the inverse process of differentiation (Antiderivative) and represents the continuous summation of infinitesimal areas. While indefinite integration finds a family of functions, definite integration calculates a specific numerical value (such as the exact area under a curve).

xa f(t) dt = F(x) - F(a)
Fundamental Theorem of Calculus: Connects differentiation and integration.
ddx
xa f(t) dt = f(x)

2. Key Formulas: Standard Integrals

Algebraic & Exponential

xn dx =
xn+1n+1
+ C   (n ≠ -1)
1x
dx = ln|x| + C
ex dx = ex + C
ax dx =
axln(a)
+ C

Trigonometric Functions

sin(x) dx = -cos(x) + C
cos(x) dx = sin(x) + C
sec2(x) dx = tan(x) + C
sec(x)tan(x) dx = sec(x) + C
tan(x) dx = ln|sec(x)| + C
cot(x) dx = ln|sin(x)| + C

Special Forms

dxx2 + a2
=
1a
tan-1&left(
xa
&right) + C
dx√(a2 - x2)
= sin-1&left(
xa
&right) + C
dxx2 - a2
=
12a
ln&left|
x - ax + a
&right| + C

3. Methods of Integration

  • Substitution (u-sub): Look for the pattern f(g(x)) · g′(x) dx. Let u = g(x), then du = g′(x)dx.
  • Integration By Parts: Used for multiplying functions.

    u · v dx = u v dx - [ u′ v dx ] dx

    Priority Rule: ILATE (Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential).
  • Partial Fractions: Used for rational functions
    P(x)Q(x)
    .
    Example:
    1(x - a)(x - b)
    =
    Ax - a
    +
    Bx - b

4. Definite Integration Properties High Yield

ba f(x) dx = ba f(a + b - x) dx
King's Property: The most frequently used property in competitive exams.

King's Property Shortcut

If you see ba f(x) dx, you can often instantly simplify it as:

ba

f(x) + f(a+b-x)2
dx

This trick is a massive time-saver for symmetric functions.

  • Even / Odd Function Rule:
    a-a f(x) dx = 2 a0 f(x) dx (if f(x) is EVEN).
    a-a f(x) dx = 0 (if f(x) is ODD).
  • Periodic Functions:
    nT0 f(x) dx = n T0 f(x) dx   (where T is the period).
ddx
φ(x)ψ(x) f(t) dt = f(φ(x))φ′(x) - f(ψ(x))ψ′(x)
Leibniz Rule: Used to differentiate an integral with variable limits.

5. Applications: Area Under Curves

  • Area with X-axis: A = ba |y| dx
  • Area with Y-axis: A = dc |x| dy
  • Area Between Two Curves: A = ba (yupper - ylower) dx

Golden Rule for Area Problems

Always sketch before integrating. 80% of mistakes happen due to wrong upper/lower curve selection or missing a crossing point.

Strategy: Find points of intersection and visually identify which curve is on top in each interval.

6. Conceptual Insights

  • Area is always Positive: When calculating area, use absolute values for parts of the curve below the x-axis. A definite integral value can be negative, but geometric "Area" cannot.
  • Symmetry is a Shortcut: If the bounded region is fully symmetric (like a standard circle or parabola), calculate the area in just the first quadrant (one-half or one-fourth) and multiply accordingly to save time.

Definite Integral vs Area

  • Definite integral can be negative (area below x-axis is counted negative).
  • Area is always positive → take modulus $|\int f(x) dx|$.

Improper Integrals Awareness

  • If limits involve ∞ or a point of discontinuity → use limits to evaluate.
  • Example: 1
    1x2
    dx = limk→∞ k1 x-2 dx.

7. Common Mistakes

  • + C Neglect: Forgetting the constant of integration in indefinite integrals. Always add it!
  • By Parts Order: Picking u and v incorrectly. For example, trying to integrate ln(x) directly instead of writing it as 1 · ln(x) and applying ILATE.
  • Limit Change: In u-substitution for definite integrals, students routinely forget to convert the original upper and lower limits from x-values to u-values.
  • sin-1 vs tan-1 Forms: Confusing the 1/a coefficient. tan-1 has the
    1a
    in front; sin-1 does NOT.

8. Example Application Insights

Area of Conics

  • Area of a circle x2 + y2 = r2 is πr2.
  • Area of an ellipse
    x2a2
    +
    y2b2
    = 1 is πab.

Parabola & Line Shortcut

The total area bounded between the parabolas y2 = 4ax and x2 = 4by is given directly by:

16ab3
.

Memorizing this specific result saves massive calculation time during the IAT.

9. IAT Exam Focus Points

  • King's Property Problems: Usually involves sin/cos or ln where evaluating f(x) + f(a + b - x) simplifies beautifully into a constant.
  • Greatest Integer Function [x]: Practice integrals involving [x] or {x}; they require splitting the definite limits precisely at integer break points.
  • Leibniz Rule: IAT frequently asks for the derivative of a function defined entirely by an integral (e.g., finding local extrema of F(x) = ∫ f(t)dt).
  • Area of Bounded Regions: Exam questions typically involve finding the area trapped between an upward parabola and a straight line, or slicing a circle.
  • Average Value: Remember the theorem: favg =
    1b - a
    ba f(x) dx.

10. Practice Mock Test

Ready to test your knowledge?

Take a quick 15-question assessment specifically designed for Integration & AoI. Challenge yourself with IAT-level questions.

Start Practice Mock

End of Chapter

Integration & Applications

Contents