← Back to all lessons
Class 12Calculus10:10Published 17 Oct 2024

Some Questions of Definite Integrals

A walkthrough of seven definite integral questions for Class 12, applying limits with the fundamental theorem and techniques like partial fractions, a standard formula, and substitution.

This lesson works through a set of definite integrals step by step, starting from the fundamental theorem that evaluates an antiderivative at the upper limit minus the lower limit. It covers a polynomial, the reciprocal function, an exponential, a quotient handled with a standard formula, one solved by partial fractions, one by integration by parts, and one by substitution. A key reminder throughout is that definite integrals carry no constant of integration.

What you'll learn

  • How to evaluate a definite integral by applying the upper and lower limits to the antiderivative
  • Why definite integrals do not include a constant of integration
  • Using partial fractions, a standard formula, integration by parts, and substitution to handle different definite integrals

Lesson chapters

0:00The fundamental theorem and a polynomial integral
1:11Integral of one over x and an exponential
1:57Using the standard formula for one over x squared minus one
3:20A quotient solved by partial fractions
5:52Integration by parts for x times an exponential
7:08Solving by substitution, two ways

Lesson notes

Definite integrals: worked questions

This lesson evaluates a series of definite integrals. The key idea is the fundamental theorem of calculus: if FF is an antiderivative of ff, then

abf(x)dx=[F(x)]ab=F(b)F(a).\int_a^b f(x)\,dx = \big[F(x)\big]_a^b = F(b) - F(a).

Unlike indefinite integrals, a definite integral has no constant of integration.

A polynomial

Evaluate 12(x2+2x+5)dx\displaystyle\int_1^2 (x^2 + 2x + 5)\,dx. Integrate term by term:

12(x2+2x+5)dx=[x33+x2+5x]12.\int_1^2 (x^2 + 2x + 5)\,dx = \left[\frac{x^3}{3} + x^2 + 5x\right]_1^2.

Upper limit x=2x=2: 83+4+10=83+14\tfrac{8}{3} + 4 + 10 = \tfrac{8}{3} + 14.

Lower limit x=1x=1: 13+1+5=13+6\tfrac{1}{3} + 1 + 5 = \tfrac{1}{3} + 6.

Subtracting,

(83+14)(13+6)=8+4231+183=503193=313.\left(\frac{8}{3} + 14\right) - \left(\frac{1}{3} + 6\right) = \frac{8 + 42}{3} - \frac{1 + 18}{3} = \frac{50}{3} - \frac{19}{3} = \frac{31}{3}.

The reciprocal function

Evaluate 131xdx\displaystyle\int_1^3 \frac{1}{x}\,dx. Since 1xdx=lnx\int \tfrac{1}{x}\,dx = \ln|x|,

131xdx=[lnx]13=ln3ln1=ln30=ln3.\int_1^3 \frac{1}{x}\,dx = \big[\ln|x|\big]_1^3 = \ln 3 - \ln 1 = \ln 3 - 0 = \ln 3.

An exponential

Evaluate 45axdx\displaystyle\int_4^5 a^x\,dx. Using axdx=axlna\int a^x\,dx = \dfrac{a^x}{\ln a},

45axdx=[axlna]45=a5a4lna.\int_4^5 a^x\,dx = \left[\frac{a^x}{\ln a}\right]_4^5 = \frac{a^5 - a^4}{\ln a}.

Using a standard formula

Evaluate 23dxx21\displaystyle\int_2^3 \frac{dx}{x^2 - 1}. Here x21=x212x^2 - 1 = x^2 - 1^2, so use

dxx2a2=12alnxax+a,\int \frac{dx}{x^2 - a^2} = \frac{1}{2a}\,\ln\left|\frac{x - a}{x + a}\right|,

with a=1a = 1:

23dxx21=12[lnx1x+1]23.\int_2^3 \frac{dx}{x^2 - 1} = \frac{1}{2}\left[\ln\left|\frac{x - 1}{x + 1}\right|\right]_2^3.

Upper limit x=3x=3: ln24=ln12\ln\dfrac{2}{4} = \ln\dfrac{1}{2}. Lower limit x=2x=2: ln13\ln\dfrac{1}{3}. So

12(ln12ln13)=12ln1/21/3=12ln32.\frac{1}{2}\left(\ln\frac{1}{2} - \ln\frac{1}{3}\right) = \frac{1}{2}\ln\frac{1/2}{1/3} = \frac{1}{2}\ln\frac{3}{2}.

A quotient by partial fractions

Evaluate 12x(x+1)(x+2)dx\displaystyle\int_1^2 \frac{x}{(x+1)(x+2)}\,dx. Write

x(x+1)(x+2)=Ax+1+Bx+2,\frac{x}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2},

so x=A(x+2)+B(x+1)x = A(x+2) + B(x+1).

Find BB (put x=2x = -2): 2=B(1)-2 = B(-1), hence B=2B = 2.

Find AA (put x=1x = -1): 1=A(1)-1 = A(1), hence A=1A = -1.

Therefore

12x(x+1)(x+2)dx=12(1x+1+2x+2)dx=[lnx+1+2lnx+2]12.\int_1^2 \frac{x}{(x+1)(x+2)}\,dx = \int_1^2 \left(\frac{-1}{x+1} + \frac{2}{x+2}\right)dx = \big[-\ln|x+1| + 2\ln|x+2|\big]_1^2.

Applying the limits,

(ln3+2ln4)(ln2+2ln3)=ln3+ln16+ln2ln9.(-\ln 3 + 2\ln 4) - (-\ln 2 + 2\ln 3) = -\ln 3 + \ln 16 + \ln 2 - \ln 9.

Collecting, ln(216)ln(39)=ln32ln27=ln3227.\ln(2 \cdot 16) - \ln(3 \cdot 9) = \ln 32 - \ln 27 = \ln\dfrac{32}{27}.

Integration by parts

Evaluate 01xexdx\displaystyle\int_0^1 x\,e^x\,dx. By parts, taking xx as the first function and exe^x as the second,

xexdx=xex1exdx=xexex=ex(x1).\int x\,e^x\,dx = x\,e^x - \int 1 \cdot e^x\,dx = x\,e^x - e^x = e^x(x - 1).

Applying the limits,

01xexdx=[ex(x1)]01=e1(11)e0(01)=0(1)=1.\int_0^1 x\,e^x\,dx = \big[e^x(x - 1)\big]_0^1 = e^1(1 - 1) - e^0(0 - 1) = 0 - (-1) = 1.

By substitution

Evaluate 12xx2+1dx\displaystyle\int_1^2 \frac{x}{x^2 + 1}\,dx. Let t=x2+1t = x^2 + 1, so dt=2xdxdt = 2x\,dx, giving xdx=12dtx\,dx = \tfrac{1}{2}\,dt.

Method 1: resubstitute, then apply limits

12dtt=12lnt=12ln(x2+1).\int \frac{1}{2}\cdot\frac{dt}{t} = \frac{1}{2}\ln|t| = \frac{1}{2}\ln(x^2 + 1).

Now apply the xx limits 11 to 22:

12[ln(x2+1)]12=12(ln5ln2)=12ln52.\frac{1}{2}\big[\ln(x^2 + 1)\big]_1^2 = \frac{1}{2}(\ln 5 - \ln 2) = \frac{1}{2}\ln\frac{5}{2}.

Method 2: change the limits to tt

When x=1x = 1, t=12+1=2t = 1^2 + 1 = 2; when x=2x = 2, t=22+1=5t = 2^2 + 1 = 5. Then

2512dtt=12[lnt]25=12(ln5ln2)=12ln52.\int_2^5 \frac{1}{2}\cdot\frac{dt}{t} = \frac{1}{2}\big[\ln|t|\big]_2^5 = \frac{1}{2}(\ln 5 - \ln 2) = \frac{1}{2}\ln\frac{5}{2}.

Both methods agree.

Key takeaways

  • Evaluate a definite integral as F(b)F(a)F(b) - F(a), applying the upper limit minus the lower limit; there is no constant of integration.
  • Choose the right technique: a standard formula for 1x2a2\tfrac{1}{x^2 - a^2}, partial fractions for a product in the denominator, parts for a product like xexx\,e^x, and substitution for xx2+1\tfrac{x}{x^2+1}.
  • With substitution you can either resubstitute back to xx before applying the original limits, or change the limits to the new variable; the answer is the same.