Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Worked examples · Integration

Integration, Worked Examples (KBAT)

These hard Integration examples combine two ideas: the area enclosed between a curve and a line ab(upperlower)dx\int_{a}^{b}(\text{upper}-\text{lower})\,dx, a volume of revolution about the x-axis V=πaby2dxV=\pi\int_{a}^{b}y^{2}\,dx, and a 'show that … hence' question where a derivative you prove gives you the antiderivative you need. Try each on paper first, then check every line against our full solution.

What these examples cover

These hard Integration examples combine two ideas or add a twist, while staying fully solvable. You will find the area enclosed between a curve and a line, which needs the points of intersection and a subtraction, compute a volume generated when a region is rotated about the x-axis, and use a given derivative result to evaluate an integral you could not otherwise reach by the power rule alone.

The numbers stay clean, but the reasoning carries more weight, so plan each solution before you start writing. Cover the solution, attempt each in full on paper, then check line by line, and pinpoint the exact step where any difference between your work and ours begins.

Worked examples

Work through all three. Each rewards a clear plan: decide what integral you need and between which limits before you touch the arithmetic, and the harder-looking questions come apart into familiar steps.

Q1[6 marks]

Find the area of the region enclosed by the curve y=x2y=x^{2} and the line y=x+2y=x+2.

Show worked solution

First find where the curve and line intersect by setting them equal:

x2=x+2    x2x2=0    (x2)(x+1)=0    x=1 or x=2x^{2}=x+2 \;\Rightarrow\; x^{2}-x-2=0 \;\Rightarrow\; (x-2)(x+1)=0 \;\Rightarrow\; x=-1 \text{ or } x=2

Between these values the line lies above the curve, test x=0x=0: the line gives 22, the curve gives 00. So the enclosed area is the integral of (upper − lower):

Area=12[(x+2)x2]dx=[x22+2xx33]12\text{Area}=\int_{-1}^{2}\big[(x+2)-x^{2}\big]\,dx=\left[\frac{x^{2}}{2}+2x-\frac{x^{3}}{3}\right]_{-1}^{2}

Evaluate at the upper limit x=2x=2:

(2)22+2(2)(2)33=2+483=103\frac{(2)^{2}}{2}+2(2)-\frac{(2)^{3}}{3}=2+4-\frac{8}{3}=\frac{10}{3}

Then at the lower limit x=1x=-1:

(1)22+2(1)(1)33=122+13=76\frac{(-1)^{2}}{2}+2(-1)-\frac{(-1)^{3}}{3}=\frac{1}{2}-2+\frac{1}{3}=-\frac{7}{6}

Subtract the lower value from the upper value:

Area=103(76)=206+76=276=92\text{Area}=\frac{10}{3}-\left(-\frac{7}{6}\right)=\frac{20}{6}+\frac{7}{6}=\frac{27}{6}=\frac{9}{2}

Answer

The enclosed area is 92\dfrac{9}{2} square units. The two decisions that carry the marks are using the intersection points as the limits, and subtracting curve from line in the right order (upper − lower).

Q2[6 marks]

The region RR is bounded by the curve y=x+1y=\sqrt{x+1}, the x-axis, and the lines x=0x=0 and x=3x=3. Find the volume of the solid generated when RR is rotated 360360^{\circ} about the x-axis.

Show worked solution

The volume generated by rotating a region about the x-axis is V=πaby2dxV=\pi\displaystyle\int_{a}^{b}y^{2}\,dx. Squaring the curve removes the root neatly:

y=x+1    y2=x+1y=\sqrt{x+1} \;\Rightarrow\; y^{2}=x+1

Substitute into the volume formula with limits x=0x=0 and x=3x=3:

V=π03(x+1)dx=π[x22+x]03V=\pi\int_{0}^{3}(x+1)\,dx=\pi\left[\frac{x^{2}}{2}+x\right]_{0}^{3}

Apply the limits; the lower limit contributes nothing:

=π((3)22+3)π(0)=π(92+3)=15π2=\pi\left(\frac{(3)^{2}}{2}+3\right)-\pi(0)=\pi\left(\frac{9}{2}+3\right)=\frac{15\pi}{2}

Answer

The volume is 15π2\dfrac{15\pi}{2} cubic units. Squaring yy turns an awkward root into the simple linear integrand x+1x+1, recognising that is what makes the question quick.

Keep π\pi as an exact factor unless a decimal is asked for.

Q3[6 marks]

(a) Show that ddx(xx+1)=1(x+1)2\dfrac{d}{dx}\left(\dfrac{x}{x+1}\right)=\dfrac{1}{(x+1)^{2}}. (b) Hence evaluate 011(x+1)2dx\displaystyle\int_{0}^{1}\dfrac{1}{(x+1)^{2}}\,dx.

Show worked solution

Part (a). Differentiate xx+1\dfrac{x}{x+1} with the quotient rule ddxuv=vdudxudvdxv2\dfrac{d}{dx}\dfrac{u}{v}=\dfrac{v\frac{du}{dx}-u\frac{dv}{dx}}{v^{2}}, with u=xu=x and v=x+1v=x+1, so that dudx=1\frac{du}{dx}=1 and dvdx=1\frac{dv}{dx}=1:

ddx(xx+1)=(x+1)(1)x(1)(x+1)2=x+1x(x+1)2=1(x+1)2\frac{d}{dx}\left(\frac{x}{x+1}\right)=\frac{(x+1)(1)-x(1)}{(x+1)^{2}}=\frac{x+1-x}{(x+1)^{2}}=\frac{1}{(x+1)^{2}}

This proves the required result. Part (b).

Because integration reverses differentiation, part (a) tells us that xx+1\dfrac{x}{x+1} is an antiderivative of 1(x+1)2\dfrac{1}{(x+1)^{2}}. So apply the limits to it directly:

011(x+1)2dx=[xx+1]01=11+100+1=120=12\int_{0}^{1}\frac{1}{(x+1)^{2}}\,dx=\left[\frac{x}{x+1}\right]_{0}^{1}=\frac{1}{1+1}-\frac{0}{0+1}=\frac{1}{2}-0=\frac{1}{2}

Answer

011(x+1)2dx=12\displaystyle\int_{0}^{1}\dfrac{1}{(x+1)^{2}}\,dx=\dfrac{1}{2}. The 'show that' in part (a) hands you the antiderivative for part (b), that is the whole point of the two-part design.

As a check, integrating directly with (x+1)2dx=1x+1\int (x+1)^{-2}\,dx=-\dfrac{1}{x+1} gives 12(1)=12-\dfrac{1}{2}-(-1)=\dfrac{1}{2} too.

Q4[5 marks]

The curve y=x2y=x^{2}, for x0x \ge 0, meets the lines y=1y=1 and y=4y=4. Find the area of the region bounded by the curve, the y-axis, and these two lines.

Show worked solution

This region is bounded by the y-axis, not the x-axis, so integrate with respect to yy instead, first rewrite the equation of the curve with xx as the subject.

y=x2    x=y(x0)y=x^{2} \;\Rightarrow\; x=\sqrt{y} \quad (x\ge 0)

The area between a curve and the y-axis is cdxdy\displaystyle\int_{c}^{d}x\,dy, so integrate y\sqrt{y} between y=1y=1 and y=4y=4:

Area=14ydy=[23y3/2]14\text{Area}=\int_{1}^{4}\sqrt{y}\,dy=\left[\frac{2}{3}y^{3/2}\right]_{1}^{4}

Evaluate at the limits:

=23(4)3/223(1)3/2=23(8)23(1)=16323=143=\frac{2}{3}(4)^{3/2}-\frac{2}{3}(1)^{3/2}=\frac{2}{3}(8)-\frac{2}{3}(1)=\frac{16}{3}-\frac{2}{3}=\frac{14}{3}

Answer

The enclosed area is 143\dfrac{14}{3} square units. The step that carries the marks is switching to x=yx=\sqrt{y} and integrating with respect to yy, trying to integrate with respect to xx here would not directly give this region.

Q5[6 marks]

A particle moves in a straight line so that its velocity, vv m s1^{-1}, tt seconds after passing through a fixed point OO, is given by v=62tv=6-2t. Find (a) the displacement of the particle from OO when t=4t=4, (b) the total distance travelled by the particle in the first 4 seconds.

Show worked solution

Displacement is a single definite integral of vv, but total distance needs the particle's direction to be checked first, find when v=0v=0.

v=0:  62t=0    t=3v=0: \; 6-2t=0 \;\Rightarrow\; t=3

(a) The displacement from OO at t=4t=4 is the definite integral of vv from t=0t=0 to t=4t=4:

s=04(62t)dt=[6tt2]04=(2416)0=8s=\int_{0}^{4}(6-2t)\,dt=\big[6t-t^{2}\big]_{0}^{4}=(24-16)-0=8

(b) The particle reverses direction at t=3t=3, so find the distance covered before and after that instant separately:

03(62t)dt=[6tt2]03=189=934(62t)dt=[6tt2]34=89=1\int_{0}^{3}(6-2t)\,dt=\big[6t-t^{2}\big]_{0}^{3}=18-9=9 \qquad \int_{3}^{4}(6-2t)\,dt=\big[6t-t^{2}\big]_{3}^{4}=8-9=-1

The second integral is negative because the particle is moving backwards over that second, take its magnitude, then add both stages of the journey:

Total distance=9+1=9+1=10\text{Total distance}=9+|-1|=9+1=10

Answer

Displacement = 8 m; total distance = 10 m in the first 4 seconds. Distance is larger than displacement because the particle backtracked after t=3t=3, whenever a velocity function changes sign inside the interval, distance and displacement will differ.

Q6[5 marks]

The region RR is bounded by the curve y=x2y=x^{2}, the y-axis, and the line y=4y=4, for x0x\ge 0. Find the volume of the solid generated when RR is rotated 360360^{\circ} about the y-axis.

Show worked solution

Rotating about the y-axis uses V=πcdx2dyV=\pi\displaystyle\int_{c}^{d}x^{2}\,dy, so the curve needs to be written with x2x^{2} as the subject.

y=x2    x2=yy=x^{2} \;\Rightarrow\; x^{2}=y

Substitute directly into the volume formula between y=0y=0 and y=4y=4, no extra algebra is needed, since x2x^{2} is already just yy:

V=π04ydy=π[y22]04V=\pi\int_{0}^{4}y\,dy=\pi\left[\frac{y^{2}}{2}\right]_{0}^{4}

Apply the limits:

=π(162)π(0)=8π=\pi\left(\frac{16}{2}\right)-\pi(0)=8\pi

Answer

The volume is 8π8\pi cubic units. Compare this with rotating about the x-axis, where you square yy itself, here it is x2x^{2} that must be isolated, and the equation of this particular curve hands it to you for free.

Q7[6 marks]

A curve is such that d2ydx2=6x4\dfrac{d^{2}y}{dx^{2}}=6x-4. The curve has a turning point when x=1x=1, and it passes through the point (2,7)(2,7).

Find the equation of the curve.

Show worked solution

Integrate the second derivative once to get the gradient function, which introduces a constant of integration:

d2ydx2=6x4    dydx=3x24x+c1\frac{d^{2}y}{dx^{2}}=6x-4 \;\Rightarrow\; \frac{dy}{dx}=3x^{2}-4x+c_{1}

A turning point means the gradient is zero there, so substitute x=1, dydx=0x=1,\ \dfrac{dy}{dx}=0 to find c1c_{1}:

3(1)24(1)+c1=0    1+c1=0    c1=13(1)^{2}-4(1)+c_{1}=0 \;\Rightarrow\; -1+c_{1}=0 \;\Rightarrow\; c_{1}=1

So dydx=3x24x+1\dfrac{dy}{dx}=3x^{2}-4x+1. Integrate a second time to get yy, introducing a second constant:

y=x32x2+x+c2y=x^{3}-2x^{2}+x+c_{2}

Substitute the point (2,7)(2,7) to find c2c_{2}:

7=(2)32(2)2+(2)+c2=88+2+c2=2+c2    c2=57=(2)^{3}-2(2)^{2}+(2)+c_{2}=8-8+2+c_{2}=2+c_{2} \;\Rightarrow\; c_{2}=5

Answer

The equation of the curve is y=x32x2+x+5y=x^{3}-2x^{2}+x+5. Each condition unlocks one constant: the turning point (gradient zero) gives c1c_{1} from the once-integrated equation, and the point on the curve gives c2c_{2} from the twice-integrated equation, mixing up which equation to substitute into is the most common slip.

Q8[6 marks]

The curve y=x24x+3y=x^{2}-4x+3 crosses the x-axis at x=1x=1 and x=3x=3. Find the total area of the regions enclosed by the curve, the x-axis, and the lines x=0x=0 and x=4x=4.

Show worked solution

The curve dips below the x-axis between its two roots, so a single integral from x=0x=0 to x=4x=4 would let the negative part cancel some of the positive part. Split the region at x=1x=1 and x=3x=3 instead, and start from the antiderivative:

(x24x+3)dx=x332x2+3x=F(x)\int(x^{2}-4x+3)\,dx=\frac{x^{3}}{3}-2x^{2}+3x=F(x)

Evaluate FF at each boundary:

F(0)=0,F(1)=132+3=43,F(3)=918+9=0,F(4)=64332+12=43F(0)=0,\quad F(1)=\frac{1}{3}-2+3=\frac{4}{3},\quad F(3)=9-18+9=0,\quad F(4)=\frac{64}{3}-32+12=\frac{4}{3}

The curve is above the axis on [0,1][0,1] and [3,4][3,4], but below it on [1,3][1,3], so take the magnitude of that middle piece before adding:

Area=[F(1)F(0)]+F(3)F(1)+[F(4)F(3)]=43+43+43\text{Area}=\big[F(1)-F(0)\big]+\big|F(3)-F(1)\big|+\big[F(4)-F(3)\big]=\frac{4}{3}+\frac{4}{3}+\frac{4}{3}

Add the three equal pieces:

Area=4\text{Area}=4

Answer

The total enclosed area is 44 square units. As a check, integrating straight from x=0x=0 to x=4x=4 without splitting gives only F(4)F(0)=43F(4)-F(0)=\dfrac{4}{3}, the middle region's negative value would wrongly cancel part of the true area, which is exactly why splitting at the roots matters.

For all their extra length, these three reduce to the same discipline: plan the integral, fix the limits, and let each earlier part feed the next. Area, volume, and 'show that … hence' questions all reward a candidate who sets the work out one clear line at a time.

Key method points

These three examples rehearse the reasoning that harder Integration questions reward. Keep the following points in mind as you practise more.

  • For the area between a curve and a line, solve them simultaneously to get the limits, then integrate (upper − lower).
  • Decide which graph is on top by testing a value between the limits.
  • For a volume about the x-axis, use V=πaby2dxV=\pi\int_{a}^{b}y^{2}\,dx; squaring yy often clears a root.
  • A 'show that … hence' question hands you the antiderivative: differentiate in the first part, then read the integral straight off.
  • Keep π\pi as an exact factor in a volume unless a decimal is asked for.
  • Line-by-line working protects method marks under analytic marking, even on longer questions.

How a teacher helps

Hard Integration questions are rarely lost on the integration itself, they are lost on the plan: subtracting the wrong way round in an area, forgetting to square yy in a volume, or not seeing that part (a) was built to unlock part (b). In a one-to-one lesson our teacher helps you read the structure of a question first, so the right integral and limits are down before the arithmetic.

Because our teachers are experienced, you build the exam judgement these questions test, not just the algebra. Lessons are taught in English, while SPM papers are set in both Malay and English.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I find the area between a curve and a line?

Solve the two equations simultaneously to find the intersection points, these are your limits. Then integrate the difference (upper graph − lower graph) between them.

Test a point between the limits to decide which is upper.

What is the formula for a volume of revolution about the x-axis?

V=πaby2dxV=\pi\displaystyle\int_{a}^{b}y^{2}\,dx. Square the equation of the curve, integrate between the limits, and keep π\pi as an exact factor unless the question asks for a decimal.

What does 'show that … hence' expect me to do?

Prove the stated result in the first part, usually by differentiating. In the 'hence' part, use that result, here the derivative you proved is exactly the integrand, so the function you differentiated is its antiderivative, and you just apply the limits.

Can I integrate 1(x+1)2\dfrac{1}{(x+1)^{2}} without part (a)?

Yes, write it as (x+1)2(x+1)^{-2} and use the linear-bracket rule to get 1x+1-\dfrac{1}{x+1}. It gives the same 12\dfrac{1}{2}, which is a good way to check the 'hence' answer.

Source:SRC-DSKP-EN

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply