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 F is an antiderivative of f, then
∫abf(x)dx=[F(x)]ab=F(b)−F(a).
Unlike indefinite integrals, a definite integral has no constant of integration.
A polynomial
Evaluate ∫12(x2+2x+5)dx. Integrate term by term:
∫12(x2+2x+5)dx=[3x3+x2+5x]12.
Upper limitx=2: 38+4+10=38+14.
Lower limitx=1: 31+1+5=31+6.
Subtracting,
(38+14)−(31+6)=38+42−31+18=350−319=331.
The reciprocal function
Evaluate ∫13x1dx. Since ∫x1dx=ln∣x∣,
∫13x1dx=[ln∣x∣]13=ln3−ln1=ln3−0=ln3.
An exponential
Evaluate ∫45axdx. Using ∫axdx=lnaax,
∫45axdx=[lnaax]45=lnaa5−a4.
Using a standard formula
Evaluate ∫23x2−1dx. Here x2−1=x2−12, so use
∫x2−a2dx=2a1lnx+ax−a,
with a=1:
∫23x2−1dx=21[lnx+1x−1]23.
Upper limitx=3: ln42=ln21. Lower limitx=2: ln31. So
Evaluate ∫01xexdx. By parts, taking x as the first function and ex as the second,
∫xexdx=xex−∫1⋅exdx=xex−ex=ex(x−1).
Applying the limits,
∫01xexdx=[ex(x−1)]01=e1(1−1)−e0(0−1)=0−(−1)=1.
By substitution
Evaluate ∫12x2+1xdx. Let t=x2+1, so dt=2xdx, giving xdx=21dt.
Method 1: resubstitute, then apply limits
∫21⋅tdt=21ln∣t∣=21ln(x2+1).
Now apply the x limits 1 to 2:
21[ln(x2+1)]12=21(ln5−ln2)=21ln25.
Method 2: change the limits to t
When x=1, t=12+1=2; when x=2, t=22+1=5. Then
∫2521⋅tdt=21[ln∣t∣]25=21(ln5−ln2)=21ln25.
Both methods agree.
Key takeaways
Evaluate a definite integral as 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 x2−a21, partial fractions for a product in the denominator, parts for a product like xex, and substitution for x2+1x.
With substitution you can either resubstitute back to x before applying the original limits, or change the limits to the new variable; the answer is the same.