Class 12Mathematics · CalculusFull chapter

Integrals

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Antiderivatives and Standard Integrals

Quick answer Integration is the reverse process of differentiation; every function has a whole family of antiderivatives differing only by a constant, and a fixed list of standard integrals lets us integrate common functions directly.

Differentiation converts a function into its rate of change. Integration reverses this process. If F(x) is a function such that F′(x) = f(x), then F is called an antiderivative (or primitive) of f. Since the derivative of any constant is zero, if F(x) is one antiderivative of f(x), then F(x) + C is also an antiderivative of f(x) for every real number C. This entire family of functions is denoted by the indefinite integral ∫f(x) dx = F(x) + C, where C is called the constant of integration and f(x) is called the integrand.

Geometrically, y = F(x) + C represents a family of curves obtained by shifting any one member vertically. All members of this family have parallel tangents at points with the same x-coordinate, because the slope F′(x) = f(x) is the same for every value of C.

Two properties make integration manageable: it is linear. That is, the integral of a sum is the sum of the integrals, ∫[f(x) + g(x)] dx = ∫f(x) dx + ∫g(x) dx, and a constant multiplier can be pulled out, ∫k f(x) dx = k∫f(x) dx. Using these two rules together with a short list of standard integrals (obtained simply by reversing familiar derivative formulas), a large number of functions can be integrated term by term.

Worked Example: Evaluate ∫(3x2 + 2sec2x − 7/√(1−x2)) dx.

Using linearity, integrate each term separately using the standard results ∫xn dx = xn+1/(n+1) + C, ∫sec2x dx = tan x + C, and ∫dx/√(1−x2) = sin-1x + C:

  1. ∫3x2 dx = 3·(x3/3) = x3
  2. ∫2sec2x dx = 2tan x
  3. ∫−7/√(1−x2) dx = −7sin-1x

Adding these and writing a single constant of integration: x3 + 2tan x − 7sin-1x + C. This is the required indefinite integral, and it can be checked instantly by differentiating the answer and confirming it returns the original integrand.

Power rule ∫xⁿ dx = xⁿ⁺¹/(n+1) + C valid for any real n ≠ -1
Reciprocal ∫(1/x) dx = ln|x| + C the n = -1 case; absolute value needed since ln is defined only for positive numbers
Exponential (base e) ∫eˣ dx = eˣ + C
Exponential (base a) ∫aˣ dx = aˣ/ln a + C a > 0, a ≠ 1
Sine ∫sin x dx = -cos x + C
Cosine ∫cos x dx = sin x + C
Sec squared ∫sec²x dx = tan x + C
Cosec squared ∫cosec²x dx = -cot x + C
Sec-tan ∫sec x tan x dx = sec x + C
Cosec-cot ∫cosec x cot x dx = -cosec x + C
Inverse sine form ∫dx/√(1-x²) = sin⁻¹x + C
Inverse tangent form ∫dx/(1+x²) = tan⁻¹x + C
Inverse secant form ∫dx/(x√(x²-1)) = sec⁻¹x + C
Remember
  • The indefinite integral of f is a whole family F(x) + C, every member of which has f as its derivative.
  • Integration is linear: sums split term-by-term and constant factors can be pulled outside the integral sign.
  • Any two antiderivatives of the same function on an interval differ only by a constant.
  • A short list of standard integrals (powers, exponentials, trig, inverse-trig forms) must be memorised for direct use.
  • Every indefinite integral answer can be checked by differentiating it and comparing with the original integrand.

Method of Substitution

Quick answer When an integrand is a composite function multiplied by the derivative of its inner function, substituting a new variable turns it into a standard integral, which is how the integrals of tan x, cot x, sec x and cosec x are derived.

Many integrands are not directly on the standard list but become standard after a change of variable. If the integral has the form ∫f(g(x))·g′(x) dx, substitute t = g(x), so that dt = g′(x) dx. The integral becomes ∫f(t) dt, which can (hopefully) be evaluated directly; the final answer is then converted back from t to x.

Worked Example 1: Evaluate ∫2x sin(x2+1) dx.

Let t = x2 + 1, so dt = 2x dx. The integral becomes ∫sin t dt = −cos t + C = −cos(x2+1) + C.

Worked Example 2 (deriving a new standard result): Evaluate ∫tan x dx.

Write tan x = sin x/cos x. Let t = cos x, so dt = −sin x dx, i.e. sin x dx = −dt. Then:

∫(sin x/cos x) dx = ∫(−dt/t) = −ln|t| + C = −ln|cos x| + C = ln|sec x| + C.

The same idea, rewriting in terms of sin x and cos x first, also gives the integral of cot x by an identical substitution t = sin x. The integrals of sec x and cosec x need one extra algebraic step — multiplying the integrand by (sec x + tan x)/(sec x + tan x), or by (cosec x + cot x)/(cosec x + cot x) — before a substitution turns them into a standard form. These four results are used constantly in later problems and should be committed to memory rather than re-derived each time.

Substitution rule ∫f(g(x))·g′(x) dx = ∫f(t) dt, where t = g(x) core technique of this method
Tangent ∫tan x dx = ln|sec x| + C
Cotangent ∫cot x dx = ln|sin x| + C
Secant ∫sec x dx = ln|sec x + tan x| + C
Cosecant ∫cosec x dx = ln|cosec x - cot x| + C
Remember
  • Substitution turns a composite integrand into a standard one once the derivative of the inner function is also present as a factor.
  • Choose t equal to the inner function whose derivative (up to a constant multiple) appears elsewhere in the integrand.
  • Always rewrite dx completely in terms of dt before integrating.
  • tan x and cot x are integrated by rewriting them via sin x and cos x and then substituting; sec x and cosec x need the extra step of multiplying by (sec x + tan x) or (cosec x + cot x) before substitution.
  • The final answer must always be converted back to the original variable x.

Integrals of Particular Functions and Partial Fractions

Quick answer Six standard forms built from a² ± x² (and their square roots) handle most rational and irrational integrands once the denominator is written as a perfect square plus or minus a constant; partial fractions extend this to general rational functions.

A set of six standard forms, derived using partial fractions or trigonometric substitution, covers integrals whose denominator involves x2 ± a2 or its square root. To use them on a general quadratic ax2 + bx + c, first complete the square so the quadratic is written as (x + p)2 ± q2 for some constants p and q, and then match it to the appropriate standard form.

Worked Example 1 (completing the square): Evaluate ∫dx/(x2+2x+5).

Complete the square: x2 + 2x + 5 = (x+1)2 + 4 = (x+1)2 + 22. Using ∫dx/(x2+a2) = (1/a)tan-1(x/a) + C with x replaced by (x+1) and a = 2, the integral equals (1/2)tan-1((x+1)/2) + C.

When the integrand is a rational function P(x)/Q(x) that does not match these forms directly, it is decomposed into partial fractions: simpler terms with linear or irreducible quadratic denominators, each of which can then be integrated separately (if the degree of P is not less than that of Q, divide first).

Worked Example 2 (partial fractions): Evaluate ∫dx/((x+1)(x+2)).

Write 1/((x+1)(x+2)) = A/(x+1) + B/(x+2). Multiplying through: 1 = A(x+2) + B(x+1). Putting x = −1 gives A = 1; putting x = −2 gives B = −1. So the integral becomes ∫[1/(x+1) − 1/(x+2)] dx = ln|x+1| − ln|x+2| + C = ln|(x+1)/(x+2)| + C.

Difference of squares (linear factors) ∫dx/(x²-a²) = (1/2a) ln|(x-a)/(x+a)| + C
a² minus x² (linear factors) ∫dx/(a²-x²) = (1/2a) ln|(a+x)/(a-x)| + C
Sum of squares ∫dx/(x²+a²) = (1/a) tan⁻¹(x/a) + C
Root of x² minus a² ∫dx/√(x²-a²) = ln|x+√(x²-a²)| + C
Root of a² minus x² ∫dx/√(a²-x²) = sin⁻¹(x/a) + C
Root of x² plus a² ∫dx/√(x²+a²) = ln|x+√(x²+a²)| + C
Remember
  • Complete the square on any quadratic denominator before matching it to one of the six standard a² ± x² forms.
  • The sign pattern (x²−a², a²−x², x²+a²) determines whether the result is logarithmic, inverse-sine or inverse-tangent.
  • Partial fractions split a proper rational function into simpler pieces with linear or irreducible quadratic denominators.
  • If the numerator's degree is not less than the denominator's, perform polynomial division before decomposing.
  • Integrals of the form ∫(px+q)/(ax²+bx+c) dx are split into a logarithmic term plus one of the six standard forms.

Integration by Parts and Special Integrals

Quick answer Integration by parts breaks the integral of a product into a simpler integral, guided by the ILATE order for choosing which factor to integrate first, and it underlies three important formulas for √(x²±a²) and √(a²-x²).

When the integrand is a product of two different types of functions, integration by parts is used: ∫u·v dx = u∫v dx − ∫[u′·(∫v dx)] dx. Here u is called the first function and v the second function. Choosing u correctly is essential; the preference order ILATE (Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential) generally tells us which factor to treat as u — whichever type appears earliest in this order should be u, since it usually simplifies on differentiation.

Worked Example 1: Evaluate ∫x ex dx. By ILATE, the algebraic factor x is chosen as u (it comes before the exponential), and ex dx is v dx. So u = x, dv = exdx, giving v = ex. Then ∫x ex dx = x ex − ∫ex dx = x ex − ex + C = ex(x−1) + C.

A special and very useful shortcut arises when the integrand has the form ex[f(x) + f′(x)]: applying the product rule in reverse shows that ∫ex[f(x)+f′(x)] dx = exf(x) + C, with no integration by parts needed at all once this pattern is spotted.

Worked Example 2: Evaluate ∫ex(1/x − 1/x2) dx. Here f(x) = 1/x, so f′(x) = −1/x2, matching the integrand exactly. So the integral is simply ex·(1/x) + C = ex/x + C.

The same by-parts technique, applied carefully with a trigonometric substitution, also gives three memorable results for integrating square roots of quadratics, which appear repeatedly in board and competitive exams.

Integration by parts ∫u·v dx = u∫v dx - ∫[u′·∫v dx] dx u chosen by the ILATE preference order
Exponential shortcut ∫eˣ[f(x)+f′(x)] dx = eˣ f(x) + C
Special integral: √(x²+a²) ∫√(x²+a²) dx = (x/2)√(x²+a²) + (a²/2) ln|x+√(x²+a²)| + C
Special integral: √(x²-a²) ∫√(x²-a²) dx = (x/2)√(x²-a²) - (a²/2) ln|x+√(x²-a²)| + C
Special integral: √(a²-x²) ∫√(a²-x²) dx = (x/2)√(a²-x²) + (a²/2) sin⁻¹(x/a) + C
Remember
  • Choose the first function u using the ILATE order: Inverse trig, Log, Algebraic, Trig, Exponential.
  • Integration by parts may need to be applied more than once, or may lead back to the original integral (solve for it algebraically in that case).
  • The shortcut ∫eˣ[f(x)+f′(x)] dx = eˣf(x) + C avoids by-parts entirely once the pattern is recognised.
  • The three √(x²±a²) and √(a²-x²) integral formulas should be memorised rather than derived from scratch each time.
  • Always double-check a by-parts answer by differentiating it back to the original integrand.

Definite Integrals and the Fundamental Theorem of Calculus

Quick answer A definite integral is the limit of a sum of thin strip areas, but the Fundamental Theorem of Calculus lets us evaluate it instantly as F(b) − F(a) using any antiderivative F, turning area problems into simple substitution of limits.

Consider the region bounded by y = f(x), the x-axis, and the vertical lines x = a and x = b. Its area can be approximated by dividing [a, b] into n very thin strips of width h = (b−a)/n and adding up the areas of rectangles built on each strip. As n → ∞ (equivalently h → 0), this sum approaches the exact area, which we call the definite integral of f from a to b, written ∫ab f(x) dx.

Calculating this limit directly for every problem would be extremely slow. The Fundamental Theorem of Calculus avoids this entirely: if F is any antiderivative of f (that is, F′(x) = f(x)), then ∫ab f(x) dx = F(b) − F(a). Notice that the arbitrary constant C cancels out in this subtraction, so it is simply dropped when evaluating a definite integral.

Worked Example 1: Evaluate ∫02 (x2+1) dx.

An antiderivative is F(x) = x3/3 + x. By the Fundamental Theorem, the integral equals F(2) − F(0) = (8/3 + 2) − (0 + 0) = 8/3 + 6/3 = 14/3.

Worked Example 2 (substitution with limit change): Evaluate ∫01 x/√(1+x2) dx.

Let t = 1 + x2, so dt = 2x dx. When x = 0, t = 1; when x = 1, t = 2 — the limits are changed to the new variable, so there is no need to substitute back to x at the end. The integral becomes (1/2)∫12 dt/√t = [√t]12 = √2 − 1.

Definite integral as limit of a sum ∫[a,b] f(x) dx = lim(n→∞) h·[f(a)+f(a+h)+...+f(a+(n-1)h)], where h=(b-a)/n
Fundamental theorem of calculus ∫[a,b] f(x) dx = F(b) - F(a), where F′(x) = f(x)
Remember
  • A definite integral equals the limit, as strip width tends to 0, of a sum of rectangle areas over the interval [a, b].
  • The Fundamental Theorem of Calculus lets us compute this limit as F(b) − F(a) using any single antiderivative F.
  • The arbitrary constant C always cancels in F(b) − F(a), so it can be omitted.
  • When substituting in a definite integral, convert the limits of integration to the new variable so no back-substitution is needed.
  • A definite integral gives a single number (not a family of functions), unlike an indefinite integral.

Properties of Definite Integrals

Quick answer A set of symmetry properties (P0–P7) often lets a definite integral be evaluated without finding any antiderivative at all, by relating the integral to itself under x → a+b−x or by exploiting even/odd symmetry.

Definite integrals obey several useful symmetry properties. The variable of integration is a dummy variable and can be renamed freely (P0). Reversing the limits of integration flips the sign of the integral (P1), and an integral with equal upper and lower limits is zero (P2). Any interior point c can be used to split the interval of integration into two pieces whose integrals add up to the original (P3).

Two properties involve reflecting x within the interval: replacing x by (a+b−x) leaves ∫ab f(x) dx unchanged (P4), and in the special case a = 0, replacing x by (a−x) leaves ∫0a f(x) dx unchanged (P5). These are extremely powerful because they can convert a difficult integrand into a different, sometimes much simpler, one over the very same interval.

Two further properties concern symmetric intervals: an integral over [0, 2a] can be related to [0, a] via f(2a−x) — it equals twice the [0, a] integral when f(2a−x) = f(x), and equals zero when f(2a−x) = −f(x) (P6). An integral over [−a, a] equals twice the integral over [0, a] if f is even, and equals 0 if f is odd (P7).

Worked Example (using P5): Evaluate I = ∫0π/2 √(sin x)/(√(sin x)+√(cos x)) dx.

Replace x by (π/2 − x) using property P5: I = ∫0π/2 √(cos x)/(√(cos x)+√(sin x)) dx. Adding this to the original expression for I:

2I = ∫0π/2 [√(sin x)+√(cos x)]/[√(sin x)+√(cos x)] dx = ∫0π/2 1 dx = π/2.

So I = π/4, found without ever computing an antiderivative of the original integrand.

Quick odd-function check:-22 x3cos x dx = 0 immediately, since x3 is odd and cos x is even, making the product an odd function integrated over a symmetric interval [−2, 2] (property P7).

P0 - dummy variable ∫[a,b] f(x) dx = ∫[a,b] f(t) dt
P1 - reversing limits ∫[a,b] f(x) dx = -∫[b,a] f(x) dx
P2 - equal limits ∫[a,a] f(x) dx = 0
P3 - additivity over sub-intervals ∫[a,b] f(x) dx = ∫[a,c] f(x) dx + ∫[c,b] f(x) dx, a ≤ c ≤ b
P4 - reflection about (a+b) ∫[a,b] f(x) dx = ∫[a,b] f(a+b-x) dx
P5 - reflection about a (lower limit 0) ∫[0,a] f(x) dx = ∫[0,a] f(a-x) dx
P6 - split at 2a ∫[0,2a] f(x) dx = 2∫[0,a] f(x) dx if f(2a-x) = f(x); = 0 if f(2a-x) = -f(x)
P7 - even/odd on symmetric interval ∫[-a,a] f(x) dx = 2∫[0,a] f(x) dx if f even; 0 if f odd
Remember
  • P4/P5 (replacing x by a+b−x, or a−x when the lower limit is 0) often simplify a hard integrand without finding any antiderivative.
  • An odd function integrated over a symmetric interval [−a, a] gives 0; an even function gives twice the integral over [0, a].
  • The interval of integration can be split at any interior point c using property P3.
  • Reversing the limits of integration changes the sign of the definite integral.
  • These properties are especially powerful when the integrand and its reflection add up to something simple, like a constant.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

∫xⁿ dx = xⁿ⁺¹/(n+1) + C
Power rule
∫(1/x) dx = ln|x| + C
Reciprocal
∫eˣ dx = eˣ + C
Exponential (base e)
∫aˣ dx = aˣ/ln a + C
Exponential (base a)
∫sin x dx = -cos x + C
Sine
∫cos x dx = sin x + C
Cosine
∫sec²x dx = tan x + C
Sec squared
∫cosec²x dx = -cot x + C
Cosec squared
∫sec x tan x dx = sec x + C
Sec-tan
∫cosec x cot x dx = -cosec x + C
Cosec-cot
∫dx/√(1-x²) = sin⁻¹x + C
Inverse sine form
∫dx/(1+x²) = tan⁻¹x + C
Inverse tangent form
∫dx/(x√(x²-1)) = sec⁻¹x + C
Inverse secant form
∫f(g(x))·g′(x) dx = ∫f(t) dt, where t = g(x)
Substitution rule
∫tan x dx = ln|sec x| + C
Tangent
∫cot x dx = ln|sin x| + C
Cotangent
∫sec x dx = ln|sec x + tan x| + C
Secant
∫cosec x dx = ln|cosec x - cot x| + C
Cosecant
∫dx/(x²-a²) = (1/2a) ln|(x-a)/(x+a)| + C
Difference of squares (linear factors)
∫dx/(a²-x²) = (1/2a) ln|(a+x)/(a-x)| + C
a² minus x² (linear factors)
∫dx/(x²+a²) = (1/a) tan⁻¹(x/a) + C
Sum of squares
∫dx/√(x²-a²) = ln|x+√(x²-a²)| + C
Root of x² minus a²
∫dx/√(a²-x²) = sin⁻¹(x/a) + C
Root of a² minus x²
∫dx/√(x²+a²) = ln|x+√(x²+a²)| + C
Root of x² plus a²
∫u·v dx = u∫v dx - ∫[u′·∫v dx] dx
Integration by parts
∫eˣ[f(x)+f′(x)] dx = eˣ f(x) + C
Exponential shortcut
∫√(x²+a²) dx = (x/2)√(x²+a²) + (a²/2) ln|x+√(x²+a²)| + C
Special integral: √(x²+a²)
∫√(x²-a²) dx = (x/2)√(x²-a²) - (a²/2) ln|x+√(x²-a²)| + C
Special integral: √(x²-a²)
∫√(a²-x²) dx = (x/2)√(a²-x²) + (a²/2) sin⁻¹(x/a) + C
Special integral: √(a²-x²)
∫[a,b] f(x) dx = lim(n→∞) h·[f(a)+f(a+h)+...+f(a+(n-1)h)], where h=(b-a)/n
Definite integral as limit of a sum
∫[a,b] f(x) dx = F(b) - F(a), where F′(x) = f(x)
Fundamental theorem of calculus
∫[a,b] f(x) dx = ∫[a,b] f(t) dt
P0 - dummy variable
∫[a,b] f(x) dx = -∫[b,a] f(x) dx
P1 - reversing limits
∫[a,a] f(x) dx = 0
P2 - equal limits
∫[a,b] f(x) dx = ∫[a,c] f(x) dx + ∫[c,b] f(x) dx, a ≤ c ≤ b
P3 - additivity over sub-intervals
∫[a,b] f(x) dx = ∫[a,b] f(a+b-x) dx
P4 - reflection about (a+b)
∫[0,a] f(x) dx = ∫[0,a] f(a-x) dx
P5 - reflection about a (lower limit 0)
∫[0,2a] f(x) dx = 2∫[0,a] f(x) dx if f(2a-x) = f(x); = 0 if f(2a-x) = -f(x)
P6 - split at 2a
∫[-a,a] f(x) dx = 2∫[0,a] f(x) dx if f even; 0 if f odd
P7 - even/odd on symmetric interval

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Standard integrals easy

∫x⁵ dx equals:

Q2 Standard integrals easy

∫sec²x dx equals:

Q3 Standard integrals easy

∫dx/(1+x²) equals:

Q4 Indefinite integrals medium

Which of the following functions is NOT an antiderivative of cos x?

Q5 Substitution method medium

∫2x cos(x²) dx equals:

Q6 Integrals of particular functions medium

∫dx/√(9-x²) equals:

Q7 Substitution method medium

∫tan x dx equals:

Q8 Partial fractions medium

∫dx/(x²-1) equals:

Q9 Integration by parts hard

∫x ln x dx equals:

Q10 Definite integrals hard

The value of ∫₀¹ x eˣ dx is:

Q11 Definite integrals hard

The value of ∫₀^(π/2) sin²x dx is:

Q12 Properties of definite integrals hard

Using the property ∫₀ᵃ f(x)dx = ∫₀ᵃ f(a-x)dx, the value of ∫₀^(π/2) √(sin x)/(√(sin x)+√(cos x)) dx is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Integrate: (√x − 1/√x)² with respect to x.Standard integrals

Expand the square first:

(√x − 1/√x)² = x − 2·√x·(1/√x) + 1/x = x − 2 + 1/x.

Now integrate term by term using linearity:

∫(x − 2 + 1/x) dx = ∫x dx − ∫2 dx + ∫(1/x) dx

= x²/2 − 2x + ln|x| + C.

Answer: x²/2 − 2x + ln|x| + C.

2 Integrate: sin x · sin(cos x) with respect to x.Substitution method

Let t = cos x, so dt = −sin x dx, i.e. sin x dx = −dt.

Substituting: ∫sin x · sin(cos x) dx = ∫sin(t) · (−dt) = −∫sin t dt = −(−cos t) + C = cos t + C.

Replacing t back by cos x:

Answer: cos(cos x) + C.

3 Integrate: sin³x with respect to x.Trigonometric identities

Write sin³x = sin x · sin²x = sin x(1 − cos²x) = sin x − sin x cos²x.

So the integral splits into two parts:

∫sin³x dx = ∫sin x dx − ∫sin x cos²x dx.

The first part: ∫sin x dx = −cos x.

For the second part, let u = cos x, du = −sin x dx, so sin x dx = −du:

∫sin x cos²x dx = ∫u²(−du) = −u³/3 = −cos³x/3.

Combining: ∫sin³x dx = −cos x − (−cos³x/3) + C = −cos x + cos³x/3 + C.

Answer: −cos x + (cos³x)/3 + C.

4 Integrate: 1/(x² + 2x + 2) with respect to x.Integrals of particular functions

Complete the square in the denominator:

x² + 2x + 2 = (x² + 2x + 1) + 1 = (x+1)² + 1².

So the integral becomes ∫dx/[(x+1)² + 1²]. Using the standard form ∫dx/(y²+a²) = (1/a)tan⁻¹(y/a) + C with y = x+1 and a = 1:

Answer: tan⁻¹(x+1) + C.

5 Integrate: x sin x with respect to x.Integration by parts

By ILATE, choose the algebraic factor as the first function: u = x, dv = sin x dx, so v = −cos x.

Applying integration by parts, ∫u v dx = uv − ∫v (du/dx) dx:

∫x sin x dx = x(−cos x) − ∫(−cos x)(1) dx = −x cos x + ∫cos x dx

= −x cos x + sin x + C.

Answer: −x cos x + sin x + C.

6 Evaluate the definite integral: ∫₀^(π/2) sin x/(sin x + cos x) dx.Properties of definite integrals

Let I = ∫₀^(π/2) sin x/(sin x + cos x) dx. ... (1)

Using the property ∫₀ᵃ f(x)dx = ∫₀ᵃ f(a−x)dx with a = π/2, replace x by (π/2 − x). Since sin(π/2−x) = cos x and cos(π/2−x) = sin x:

I = ∫₀^(π/2) cos x/(cos x + sin x) dx ... (2)

Adding (1) and (2):

2I = ∫₀^(π/2) [sin x + cos x]/(sin x + cos x) dx = ∫₀^(π/2) 1 dx = π/2.

So I = π/4.

Answer: π/4.

Previous-year board questions 4

Q1 Evaluate: ∫dx/(x² + 4x + 13). 2023 2 marks

Complete the square: x² + 4x + 13 = (x² + 4x + 4) + 9 = (x+2)² + 3².

So the integral becomes ∫dx/[(x+2)² + 3²]. Using ∫dx/(y²+a²) = (1/a)tan⁻¹(y/a) + C with y = x+2, a = 3:

Answer: (1/3)tan⁻¹((x+2)/3) + C.

Q2 Evaluate: ∫eˣ [(1 + sin x)/(1 + cos x)] dx. 2022 4 marks

Use the identities 1 + cos x = 2cos²(x/2) and sin x = 2 sin(x/2)cos(x/2):

(1 + sin x)/(1 + cos x) = [1 + 2sin(x/2)cos(x/2)] / [2cos²(x/2)] = 1/(2cos²(x/2)) + sin(x/2)/cos(x/2)

= (1/2)sec²(x/2) + tan(x/2).

Let f(x) = tan(x/2). Then f′(x) = (1/2)sec²(x/2). So the integrand is exactly eˣ[f(x) + f′(x)].

Using the standard shortcut ∫eˣ[f(x)+f′(x)]dx = eˣf(x) + C:

Answer: eˣ tan(x/2) + C.

Q3 Evaluate: ∫₀^(π/2) log(tan x) dx. 2023 4 marks

Let I = ∫₀^(π/2) log(tan x) dx. ... (1)

Using the property ∫₀ᵃ f(x)dx = ∫₀ᵃ f(a−x)dx with a = π/2, replace x by (π/2 − x). Since tan(π/2 − x) = cot x = 1/tan x:

I = ∫₀^(π/2) log(cot x) dx = ∫₀^(π/2) log(1/tan x) dx = −∫₀^(π/2) log(tan x) dx = −I. ... (2)

From (1) and (2): I = −I, so 2I = 0, giving I = 0.

Answer: 0.

Q4 Evaluate: ∫ (x² + x + 1)/[(x + 2)(x² + 1)] dx. 2020 5 marks

Since the numerator's degree is less than the denominator's, decompose directly into partial fractions:

(x²+x+1)/[(x+2)(x²+1)] = A/(x+2) + (Bx+C)/(x²+1).

Multiplying both sides by (x+2)(x²+1):

x² + x + 1 = A(x²+1) + (Bx+C)(x+2).

Expanding the right side: A(x²+1) + Bx² + 2Bx + Cx + 2C = (A+B)x² + (2B+C)x + (A+2C).

Comparing coefficients:

  • x² term: A + B = 1
  • x term: 2B + C = 1
  • constant term: A + 2C = 1

From the first equation, B = 1 − A. Substituting into the second: 2(1−A) + C = 1 ⟹ C = 2A − 1. Substituting both into the third: A + 2(2A−1) = 1 ⟹ 5A = 3 ⟹ A = 3/5.

Then B = 1 − 3/5 = 2/5, and C = 2(3/5) − 1 = 1/5.

So the decomposition is: (3/5)/(x+2) + [(2/5)x + 1/5]/(x²+1).

Integrating term by term:

∫(3/5)/(x+2) dx = (3/5)ln|x+2|

∫(2/5)x/(x²+1) dx = (1/5)ln(x²+1) [since d(x²+1) = 2x dx]

∫(1/5)/(x²+1) dx = (1/5)tan⁻¹x

Answer: (3/5)ln|x+2| + (1/5)ln(x²+1) + (1/5)tan⁻¹x + C.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI