FSc Pre-Engineering

Class 12 FSc Math Chapter 3 Integration Formulas, Proofs & Solved Past Paper Long Questions PDF Study Guide | FBISE & Punjab Boards

Published: Aug 24, 2026 • 4 Views

Welcome to the ultimate academic module for Class 12 FSc Mathematics Chapter 3: Integration. Integration (often termed anti-differentiation or integral calculus) forms the backbone of modern analysis, differential equations, physics, and engineering mechanics. In the Pakistani educational system (both Intermediate Boards such as FBISE, BISE Lahore, BISE Rawalpindi, BISE Multan, BISE Faisalabad, and public university entrance tests like ECAT, NUST NET, FAST, and GIKI), Chapter 3 carries the highest weightage—often accounting for 25% to 30% of the total examination score.

This guide is engineered to bridge conceptual clarity with board-specific scoring criteria, providing precise derivations, rigorous mathematical proofs, and step-by-step problem-solving methods.

1. Theoretical Foundations & Core Theorems

Integral calculus is fundamentally concerned with two complementary operations: finding the antiderivative of a function (Indefinite Integration) and calculating the net area under a curve over a given interval (Definite Integration).

1.1 Anti-Differentiation (Indefinite Integrals)

Let $f(x)$ be a real-valued continuous function defined on an open interval $I$. A function $F(x)$ is defined as an antiderivative or primitive of $f(x)$ if its derivative equals $f(x)$ for all $x \in I$:

$$\frac{d}{dx}\left[F(x)\right] = f(x)$$

The collection of all antiderivatives of $f(x)$ is represented by the indefinite integral:

$$\int f(x) \, dx = F(x) + c$$

where $\int$ denotes the integral sign, $f(x)$ is the integrand, $dx$ signifies the variable of integration, and $c \in \mathbb{R}$ represents the arbitrary constant of integration. The constant $c$ accounts for the family of parallel curves whose instantaneous rates of change are identical.

1.2 Definite Integrals as Riemann Sums

Geometrically, the definite integral measures the net signed area bounded by the graph of $y = f(x)$, the x-axis, and the vertical lines $x = a$ and $x = b$. Partitioning the interval $[a, b]$ into $n$ subintervals of equal width $\Delta x = \frac{b-a}{n}$, the Riemann Sum is defined as:

$$\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x = \int_{a}^{b} f(x) \, dx$$

where $x_i^*$ is a sample point in the $i$-th subinterval $[x_{i-1}, x_i]$.

1.3 Fundamental Theorems of Calculus (FTC)

The bridge between differential calculus and integral calculus is governed by two vital theorems:

  • First Fundamental Theorem of Calculus: If $f(x)$ is continuous on $[a, b]$ and $g(x) = \int_{a}^{x} f(t) \, dt$, then $g(x)$ is continuous on $[a, b]$, differentiable on $(a, b)$, and $g'(x) = f(x)$.
  • Second Fundamental Theorem of Calculus: If $f(x)$ is continuous on $[a, b]$ and $F(x)$ is any antiderivative of $f(x)$, then: $$\int_{a}^{b} f(x) \, dx = \left[ F(x) \right]_{a}^{b} = F(b) - F(a)$$

1.4 Key Techniques of Integration in FSc Curriculum

  1. Integration by Substitution: Used when an integrand contains a function and its derivative. Substituting $u = g(x)$ yields $\int f(g(x))g'(x) dx = \int f(u) du$.
  2. Integration by Parts: Derived from the product rule of differentiation: $$\int u \cdot \frac{dv}{dx} \, dx = u v - \int v \cdot \frac{du}{dx} \, dx$$
  3. Partial Fraction Decomposition: Used to integrate rational algebraic functions $\frac{P(x)}{Q(x)}$ where $\deg(P) < \deg(Q)$ by decomposing them into simpler partial fractions.

2. Formula Summary & Quick Reference

The following table serves as an exhaustive reference guide for board examinations and entrance tests. Master these basic and advanced integration formulas:

Key Concept / Rule Mathematical Formula / Standard Form Board & Entry Test Application Context
Basic Power Rule $$\int x^n \, dx = \frac{x^{n+1}}{n+1} + c \quad (n \neq -1)$$ Polynomial terms, radical expressions, power functions.
Generalized Power Rule $$\int [f(x)]^n f'(x) \, dx = \frac{[f(x)]^{n+1}}{n+1} + c \quad (n \neq -1)$$ Integrands containing a function raised to a power multiplied by its derivative.
Logarithmic Rule $$\int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + c$$ Fractions where the numerator is the exact derivative of the denominator.
Exponential Rules $$\int e^{kx} \, dx = \frac{e^{kx}}{k} + c, \quad \int a^{kx} \, dx = \frac{a^{kx}}{k \ln a} + c$$ Natural and general exponential functions in growth models and physics.
Trigonometric Integrals $$\int \sin x \, dx = -\cos x + c, \quad \int \cos x \, dx = \sin x + c$$
$$\int \sec^2 x \, dx = \tan x + c, \quad \int \csc^2 x \, dx = -\cot x + c$$
Core identity transformations and periodic evaluations.
Logarithmic Trig Integrals $$\int \tan x \, dx = \ln|\sec x| + c, \quad \int \cot x \, dx = \ln|\sin x| + c$$
$$\int \sec x \, dx = \ln|\sec x + \tan x| + c, \quad \int \csc x \, dx = \ln|\csc x - \cot x| + c$$
Advanced trigonometric integration and substitutions.
Inverse Trig Forms $$\int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \sin^{-1}\left(\frac{x}{a}\right) + c$$
$$\int \frac{1}{a^2 + x^2} \, dx = \frac{1}{a} \tan^{-1}\left(\frac{x}{a}\right) + c$$
$$\int \frac{1}{x\sqrt{x^2 - a^2}} \, dx = \frac{1}{a} \sec^{-1}\left(\frac{x}{a}\right) + c$$
Algebraic integrand reductions using inverse trigonometric substitutions ($x = a\sin\theta, a\tan\theta, a\sec\theta$).
Special Exponential Theorem $$\int e^{ax} \left[ a f(x) + f'(x) \right] dx = e^{ax} f(x) + c$$ High-frequency FBISE/Punjab Board long & short question pattern (Ex 3.4).
Square-Root Quadratic Form $$\int \sqrt{a^2 - x^2} \, dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2} \sin^{-1}\left(\frac{x}{a}\right) + c$$ Area under circles, ellipses, and standard board proofs.

3. Step-by-Step Solved Board Exam Questions

Below are 4 fundamental long questions selected directly from past papers of BISE Lahore, BISE Rawalpindi, and FBISE, formatted step-by-step according to board marking schemes.

Problem 1: Derive the formula $\int \sqrt{a^2 - x^2} \, dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2} \sin^{-1}\left(\frac{x}{a}\right) + c$ using Integration by Parts.

Solution:

Let the given integral be:

$$I = \int \sqrt{a^2 - x^2} \cdot 1 \, dx$$

Using Integration by Parts $\int u \, dv = u v - \int v \, du$, let:

$$u = \sqrt{a^2 - x^2} \quad \text{and} \quad dv = 1 \cdot dx$$

Differentiating $u$ with respect to $x$:

$$\frac{du}{dx} = \frac{1}{2\sqrt{a^2 - x^2}} \cdot \frac{d}{dx}(a^2 - x^2) = \frac{-2x}{2\sqrt{a^2 - x^2}} = \frac{-x}{\sqrt{a^2 - x^2}}$$ $$du = \frac{-x}{\sqrt{a^2 - x^2}} \, dx$$

Integrating $dv$:

$$v = \int 1 \, dx = x$$

Applying the Integration by Parts formula:

$$I = x \sqrt{a^2 - x^2} - \int x \left( \frac{-x}{\sqrt{a^2 - x^2}} \right) dx$$ $$I = x \sqrt{a^2 - x^2} - \int \frac{-x^2}{\sqrt{a^2 - x^2}} \, dx$$

Manipulating the numerator by adding and subtracting $a^2$:

$$-x^2 = (a^2 - x^2) - a^2$$ $$I = x \sqrt{a^2 - x^2} - \int \frac{(a^2 - x^2) - a^2}{\sqrt{a^2 - x^2}} \, dx$$ $$I = x \sqrt{a^2 - x^2} - \left( \int \frac{a^2 - x^2}{\sqrt{a^2 - x^2}} \, dx - \int \frac{a^2}{\sqrt{a^2 - x^2}} \, dx \right)$$ $$I = x \sqrt{a^2 - x^2} - \int \sqrt{a^2 - x^2} \, dx + a^2 \int \frac{1}{\sqrt{a^2 - x^2}} \, dx$$

Recognizing that $\int \sqrt{a^2 - x^2} \, dx = I$ and $\int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \sin^{-1}\left(\frac{x}{a}\right)$:

$$I = x \sqrt{a^2 - x^2} - I + a^2 \sin^{-1}\left(\frac{x}{a}\right)$$ $$I + I = x \sqrt{a^2 - x^2} + a^2 \sin^{-1}\left(\frac{x}{a}\right)$$ $$2I = x \sqrt{a^2 - x^2} + a^2 \sin^{-1}\left(\frac{x}{a}\right)$$ $$I = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2} \sin^{-1}\left(\frac{x}{a}\right) + c$$

Hence Proved.


Problem 2: Evaluate the definite integral $\int_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} \, dx$.

Solution:

Let the given integral be:

$$I = \int_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} \, dx \quad \text{--- (Equation 1)}$$

Using the Definite Integral property $\int_{0}^{a} f(x) \, dx = \int_{0}^{a} f(a - x) \, dx$, substitute $x$ with $\left(\frac{\pi}{2} - x\right)$:

$$I = \int_{0}^{\pi/2} \frac{\sin\left(\frac{\pi}{2} - x\right)}{\sin\left(\frac{\pi}{2} - x\right) + \cos\left(\frac{\pi}{2} - x\right)} \, dx$$

Using trigonometric co-function identities $\sin\left(\frac{\pi}{2} - x\right) = \cos x$ and $\cos\left(\frac{\pi}{2} - x\right) = \sin x$:

$$I = \int_{0}^{\pi/2} \frac{\cos x}{\cos x + \sin x} \, dx \quad \text{--- (Equation 2)}$$

Adding Equation 1 and Equation 2:

$$I + I = \int_{0}^{\pi/2} \frac{\sin x}{\sin x + \cos x} \, dx + \int_{0}^{\pi/2} \frac{\cos x}{\sin x + \cos x} \, dx$$ $$2I = \int_{0}^{\pi/2} \frac{\sin x + \cos x}{\sin x + \cos x} \, dx$$ $$2I = \int_{0}^{\pi/2} 1 \, dx$$ $$2I = [x]_{0}^{\pi/2}$$ $$2I = \frac{\pi}{2} - 0 = \frac{\pi}{2}$$ $$I = \frac{\pi}{4}$$

Final Answer: $\frac{\pi}{4}$


Problem 3: Evaluate $\int e^x \left(\frac{1+x}{(2+x)^2}\right) dx$.

Solution:

Let $I = \int e^x \left(\frac{1+x}{(2+x)^2}\right) dx$.

Manipulate the algebraic numerator in terms of the denominator $(2+x)$:

$$1+x = (2+x) - 1$$ $$I = \int e^x \left[ \frac{(2+x) - 1}{(2+x)^2} \right] dx$$ $$I = \int e^x \left[ \frac{2+x}{(2+x)^2} - \frac{1}{(2+x)^2} \right] dx$$ $$I = \int e^x \left[ \frac{1}{2+x} + \left( -\frac{1}{(2+x)^2} \right) \right] dx$$

Define the function $f(x)$:

$$f(x) = \frac{1}{2+x} = (2+x)^{-1}$$

Differentiating $f(x)$ with respect to $x$ gives:

$$f'(x) = -1(2+x)^{-2} \cdot \frac{d}{dx}(2+x) = -\frac{1}{(2+x)^2}$$

The integral now perfectly matches the standard form theorem $\int e^{ax} \left[ a f(x) + f'(x) \right] dx = e^{ax} f(x) + c$, where $a = 1$.

Therefore:

$$I = e^{1 \cdot x} f(x) + c$$ $$I = e^x \cdot \left(\frac{1}{2+x}\right) + c$$ $$I = \frac{e^x}{2+x} + c$$

Final Answer: $\frac{e^x}{2+x} + c$


Problem 4: Find the area bounded by the curve $y = 4 - x^2$ and the x-axis.

Solution:

To determine the limits of integration, find the x-intercepts of the curve by setting $y = 0$:

$$4 - x^2 = 0 \implies x^2 = 4 \implies x = \pm 2$$

The lower limit is $a = -2$ and the upper limit is $b = 2$. Throughout the interval $[-2, 2]$, $y \ge 0$.

The total area $A$ bounded by the curve and the x-axis is given by:

$$A = \int_{-2}^{2} y \, dx = \int_{-2}^{2} (4 - x^2) \, dx$$

Since $f(x) = 4 - x^2$ is an even function ($f(-x) = 4 - (-x)^2 = 4 - x^2 = f(x)$), we can apply symmetric limits property $\int_{-a}^{a} f(x) dx = 2 \int_{0}^{a} f(x) dx$:

$$A = 2 \int_{0}^{2} (4 - x^2) \, dx$$

Integrating term by term:

$$A = 2 \left[ 4x - \frac{x^3}{3} \right]_{0}^{2}$$

Applying the upper and lower limits:

$$A = 2 \left[ \left( 4(2) - \frac{2^3}{3} \right) - \left( 4(0) - \frac{0^3}{3} \right) \right]$$ $$A = 2 \left[ 8 - \frac{8}{3} \right] = 2 \left[ \frac{24 - 8}{3} \right]$$ $$A = 2 \left[ \frac{16}{3} \right] = \frac{32}{3} \text{ square units}$$

Final Answer: $\frac{32}{3}$ square units


4. 8 High-Yield Solved MCQs with Detailed Rationale

Test your conceptual speed for board MCQs and ECAT/NET entry test papers:

1. $\int \frac{f'(x)}{f(x)} \, dx$ is equal to:

  • A) $[f(x)]^2 + c$
  • B) $\ln|f(x)| + c$
  • C) $\frac{1}{f(x)} + c$
  • D) $f'(x) + c$

Rationale: This is the fundamental Logarithmic Integration Rule. When the numerator is the exact derivative of the denominator, the integral yields the natural logarithm of the absolute value of the denominator.

2. What is the derivative-based integral $\int \sec x \, dx$?

  • A) $\tan x + c$
  • B) $\ln|\sec x| + c$
  • C) $\ln|\sec x + \tan x| + c$
  • D) $\sec x \tan x + c$

Rationale: Multiplying and dividing by $(\sec x + \tan x)$ yields $\int \frac{\sec^2 x + \sec x \tan x}{\sec x + \tan x} \, dx$. Since the numerator is the derivative of the denominator, it integrates to $\ln|\sec x + \tan x| + c$.

3. Evaluate the definite integral $\int_{0}^{1} \frac{1}{1+x^2} \, dx$:

  • A) $\frac{\pi}{2}$
  • B) $\frac{\pi}{4}$
  • C) $\pi$
  • D) $0$

Rationale: The antiderivative of $\frac{1}{1+x^2}$ is $\tan^{-1}(x)$. Evaluating from $0$ to $1$: $\tan^{-1}(1) - \tan^{-1}(0) = \frac{\pi}{4} - 0 = \frac{\pi}{4}$.

4. What is the value of $\int e^{2x} (2\cos x - \sin x) \, dx$?

  • A) $e^{2x} \sin x + c$
  • B) $e^{2x} \cos x + c$
  • C) $-e^{2x} \sin x + c$
  • D) $-e^{2x} \cos x + c$

Rationale: Compare with $\int e^{ax}[a f(x) + f'(x)] dx = e^{ax} f(x) + c$. Here $a=2$, $f(x) = \cos x$, and $f'(x) = -\sin x$. Thus, the answer is $e^{2x}\cos x + c$.

5. The definite integral $\int_{-a}^{a} x^3 \cos x \, dx$ equals:

  • A) $2 \int_{0}^{a} x^3 \cos x \, dx$
  • B) $0$
  • C) $a^3$
  • D) $1$

Rationale: Let $g(x) = x^3 \cos x$. Then $g(-x) = (-x)^3 \cos(-x) = -x^3 \cos x = -g(x)$. Since $g(x)$ is an odd function, its integral over symmetric limits $[-a, a]$ is identically $0$.

6. Evaluate $\int \frac{1}{x \ln x} \, dx$:

  • A) $\ln x + c$
  • B) $(\ln x)^2 + c$
  • C) $\ln|\ln x| + c$
  • D) $\frac{1}{\ln x} + c$

Rationale: Rewrite the integrand as $\frac{1/x}{\ln x}$. The numerator $\frac{1}{x}$ is the derivative of the denominator $\ln x$. Applying $\int \frac{f'(x)}{f(x)} dx = \ln|f(x)| + c$ yields $\ln|\ln x| + c$.

7. $\int a^x \, dx$ (where $a > 0, a \neq 1$) is equal to:

  • A) $a^x \ln a + c$
  • B) $\frac{a^{x+1}}{x+1} + c$
  • C) $\frac{a^x}{\ln a} + c$
  • D) $a^x + c$

Rationale: Since $\frac{d}{dx}(a^x) = a^x \ln a$, dividing both sides by the constant $\ln a$ gives the integral $\int a^x dx = \frac{a^x}{\ln a} + c$.

8. Find the general solution of the differential equation $\frac{dy}{dx} = y$:

  • A) $y = x + c$
  • B) $y = c e^x$
  • C) $y = e^x + c$
  • D) $y = \ln x + c$

Rationale: Separating variables gives $\frac{1}{y} dy = 1 dx$. Integrating both sides yields $\ln|y| = x + k \implies y = e^{x+k} = e^k \cdot e^x = c e^x$.


5. Frequently Asked Questions (FAQs)

Q1: How do I choose which function is $u$ (first function) and which is $v'$ (second function) in Integration by Parts?

Answer: In Pakistani Board syllabi and standard calculus, follow the ILATE rule priority order to select the first function $u$:

  • I: Inverse Trigonometric functions ($\sin^{-1} x, \tan^{-1} x$)
  • L: Logarithmic functions ($\ln x, \log_a x$)
  • A: Algebraic functions ($x^n, x^2+1, \sqrt{x}$)
  • T: Trigonometric functions ($\sin x, \cos x, \sec^2 x$)
  • E: Exponential functions ($e^x, a^x$)

The function appearing earlier in ILATE is chosen as $u$ (to be differentiated), while the latter function is chosen as $dv/dx$ (to be integrated).

Q2: Why do we omit the constant of integration $+c$ in Definite Integrals?

Answer: When evaluating a definite integral $\int_{a}^{b} f(x) \, dx = [F(x) + c]_{a}^{b}$, we substitute upper and lower limits:

$$\left[ F(b) + c \right] - \left[ F(a) + c \right] = F(b) + c - F(a) - c = F(b) - F(a)$$

The arbitrary constant $c$ cancels out subtractively, rendering it redundant for definite boundary evaluations.

Q3: What is the most common error students make when using the Generalized Power Rule?

Answer: Students frequently apply $\int [f(x)]^n \, dx = \frac{[f(x)]^{n+1}}{n+1}$ without verifying whether the exact differential derivative $f'(x)$ is present alongside the function. The rule is ONLY valid when the integrand contains the exact derivative $f'(x)$ as a multiplicative factor: $\int [f(x)]^n f'(x) \, dx$. If $f'(x)$ is a constant missing factor, it must be multiplied and divided outside the integral before applying the power rule.

Download Printable Solved PDF

Get complete exercise derivations and practice MCQs in a clean printable format.

Get Solved PDF Notes