Skip to content
Pastopic

Integration

AS

Mathematics (9709) notes

Read first:Differentiation

Came up in 12 of the last 12 tagged papers, usually 11–18 marks.

What you need to know

By the end of this topic you should be able to:

  1. Integrate as the reverse of differentiating. Integrate any power of xx, and any power of a linear bracket (ax+b)n(ax+b)^n, for every rational nn except n=−1n = -1. This includes constant multiples, sums and differences of such terms.
  2. Find the constant of integration from extra information, for example finding the equation of a curve when you know its gradient function and one point it passes through.
  3. Evaluate definite integrals, including simple improper ones: where one limit is infinite, such as ∫1∞x−2 dx\int_1^\infty x^{-2}\,dx, or where the function becomes infinite at a limit, such as ∫01x−1/2 dx\int_0^1 x^{-1/2}\,dx.
  4. Find areas of regions bounded by a curve and lines parallel to the axes, between a curve and a straight line, or between two curves.
  5. Find volumes of revolution when a region is turned a full circle about the xx-axis or the yy-axis, including regions that do not touch the axis they are turned about.

Integration of 1x\frac{1}{x}, exponentials, trigonometric functions and the trapezium rule are not in this topic (they are in Paper 2 and Paper 3).

Understand it

Undoing differentiation

Differentiating turns a function into its gradient function. Integrating goes back the other way: given dydx\frac{dy}{dx}, it finds yy.

When you differentiate x3x^3 you multiply by the power and then take one off the power, giving 3x23x^2. To reverse this, do the opposite steps in the opposite order: add one to the power, then divide by the new power. So

∫xn dx=xn+1n+1+c(n≠−1).\int x^n\,dx = \frac{x^{n+1}}{n+1} + c \qquad (n \neq -1).

The rule breaks for n=−1n=-1 because you would divide by zero; that case needs logarithms, which come in Paper 2 and 3.

Why "+ c"?

Differentiating x2x^2, x2+5x^2 + 5 and x2−7x^2 - 7 all give 2x2x, because a constant disappears. So when you integrate 2x2x you cannot know which constant was there: the answer is x2+cx^2 + c. Graphically, y=x2+cy = x^2 + c is a whole family of identical curves, each shifted up or down. One known point on the curve picks out exactly one member of the family, and that is how you find cc.

Brackets: the reverse chain rule

Differentiating (3x+1)5(3x+1)^5 with the chain rule gives 5(3x+1)4×35(3x+1)^4 \times 3: the extra ×3\times 3 is the derivative of the inside. Reversing it, you must also divide by the coefficient of xx inside the bracket:

∫(ax+b)n dx=(ax+b)n+1a(n+1)+c(n≠−1).\int (ax+b)^n\,dx = \frac{(ax+b)^{n+1}}{a(n+1)} + c \qquad (n \neq -1).

This only works because the inside is linear. You cannot integrate (x2+1)3(x^2+1)^3 this way; expand it first.

You can always check an integral by differentiating your answer: you should get back exactly what you started with.

Definite integrals and area

A definite integral ∫abf(x) dx\int_a^b f(x)\,dx means: find any integral F(x)F(x) of f(x)f(x), then work out F(b)−F(a)F(b) - F(a). The +c+c cancels, so you leave it out.

The reason this gives an area: split the region under a curve into very thin vertical strips of width δx\delta x. Each strip is almost a rectangle of height yy, with area about y δxy\,\delta x. Adding all the strips and letting their width shrink to zero gives exactly ∫aby dx\int_a^b y\,dx.

The same strip idea explains the area between two graphs. Each strip now runs from the lower graph up to the upper one, so its height is top minus bottom:

Area between a line and a curveThe line y = x + 3 lies above the curve y = x² − 4x + 7 between x = 1 and x = 4, where they meet. The region between them is shaded. A thin vertical strip inside it has height equal to the top graph minus the bottom graph. xyO 1 4 y = x + 3 y = x² − 4x + 7 strip height = top − bottom

Area=∫ab(ytop−ybottom) dx.\text{Area} = \int_a^b (y_{\text{top}} - y_{\text{bottom}})\,dx.

Integrals count area below the xx-axis as negative. If a region is below the axis, the integral comes out negative and the area is its size (drop the minus sign). If a region crosses the axis, split it at the crossing point and add the sizes of the parts.

Volumes of revolution

Turn the region under a curve a full circle (360°360°) about the xx-axis and it sweeps out a solid. Slice that solid into thin discs: each disc has radius yy (the height of the curve) and thickness δx\delta x, so its volume is about πy2 δx\pi y^2\,\delta x.

Volume of revolution about the x-axisThe region under y = 2√x from x = 0 to x = 4 is rotated a full turn about the x-axis to make a solid, drawn with its mirror image below the axis. One thin disc of the solid is highlighted: its radius is the height y of the curve, so its volume is about π y squared times its thickness δx. radius y xyO y = 2√x 4 thin disc: volume ≈ πy² δx

Adding the discs gives

V=π∫aby2 dx.V = \pi \int_a^b y^2\,dx.

Turning about the yy-axis works the same way with the roles of xx and yy swapped: the slices are horizontal, their radius is xx, and you integrate with respect to yy between yy-limits: V=π∫cdx2 dyV = \pi \int_c^d x^2\,dy.

If the region does not touch the axis, each slice is a washer (a disc with a hole). Its volume is the big disc minus the hole: πR2−πr2\pi R^2 - \pi r^2, where RR is the outer radius and rr the inner radius.

A region that does not touch the axis of rotationThe region between the curve y = 2√x (above) and the line y = x (below), from x = 0 to x = 4, is shaded. Rotated about the x-axis, each slice is a washer: outer radius R is the height of the curve and inner radius r is the height of the line. xyO R r y = x (r) y = 2√x (R) 4

So V=π∫ab(R2−r2) dxV = \pi \int_a^b (R^2 - r^2)\,dx. Note that this is not π∫(R−r)2 dx\pi\int (R - r)^2\,dx: squaring the difference gives the wrong solid.

Improper integrals

Sometimes the region stretches off to infinity, or the curve shoots up to infinity at one end. The area can still be finite. To find it, integrate as usual, then look at what your answer does at the awkward limit:

  • If a limit is ∞\infty, a term like 2x\frac{2}{x} or 1(3x−2)\frac{1}{(3x-2)} tends to 00 as x→∞x \to \infty.
  • If the function becomes infinite at x=0x = 0 (like x−1/2x^{-1/2}), its integral (2x1/22x^{1/2}) may still have a sensible value there, here 00.

Key facts and formulas

"Given" means it is in the MF19 list of formulae in the exam. "Learn it" means you must remember it.

Formula Status
∫xn dx=xn+1n+1+c(n≠−1)\displaystyle\int x^n\,dx = \frac{x^{n+1}}{n+1} + c \quad (n \neq -1) Given
∫(ax+b)n dx=(ax+b)n+1a(n+1)+c(n≠−1)\displaystyle\int (ax+b)^n\,dx = \frac{(ax+b)^{n+1}}{a(n+1)} + c \quad (n \neq -1) Learn it
∫kf(x) dx=k∫f(x) dx\displaystyle\int k f(x)\,dx = k\int f(x)\,dx, and integrate sums term by term Learn it
∫abf(x) dx=F(b)−F(a)\displaystyle\int_a^b f(x)\,dx = F(b) - F(a), where FF is an integral of ff Learn it
Area under a curve: ∫aby dx\displaystyle\int_a^b y\,dx; area next to the yy-axis: ∫cdx dy\displaystyle\int_c^d x\,dy Learn it
Area between two graphs: ∫ab(ytop−ybottom) dx\displaystyle\int_a^b (y_{\text{top}} - y_{\text{bottom}})\,dx Learn it
Volume about the xx-axis: V=π∫aby2 dx\displaystyle V = \pi\int_a^b y^2\,dx Learn it
Volume about the yy-axis: V=π∫cdx2 dy\displaystyle V = \pi\int_c^d x^2\,dy Learn it
Washer: V=π∫ab(R2−r2) dx\displaystyle V = \pi\int_a^b (R^2 - r^2)\,dx Learn it
Volume of a cone =13πr2h= \frac13 \pi r^2 h Given
Volume of a cylinder =πr2h= \pi r^2 h; area of a triangle =12bh= \frac12 bh; trapezium =12(a+b)h= \frac12 (a+b)h Learn it

Useful index facts: x=x1/2\sqrt{x} = x^{1/2}, 1xn=x−n\frac{1}{x^n} = x^{-n}, 1x=x−1/2\frac{1}{\sqrt{x}} = x^{-1/2}, and k(ax+b)n=k(ax+b)−n\frac{k}{(ax+b)^n} = k(ax+b)^{-n}. Always rewrite in these forms before integrating.

How to do it

In the Paper 1 questions we have tagged for this topic (72 questions, 2021–2025), the types came up this often. Some questions mix two types.

Question type Questions
Find the equation of a curve from its gradient 32
Find an area 26
Find a volume of revolution 12
Evaluate an improper integral 3
Find an unknown constant from a definite integral 1

1. Find the equation of a curve from its gradient (32 questions)

You are given dydx\frac{dy}{dx} (or f′(x)f'(x)) and a point on the curve.

  1. Rewrite every term as a power: 8x2=8x−2\frac{8}{x^2} = 8x^{-2}, 10(2x−3)2=10(2x−3)−2\frac{10}{(2x-3)^2} = 10(2x-3)^{-2}.
  2. Integrate each term: add one to the power, divide by the new power, and for a bracket also divide by the coefficient of xx. Write +c+c.
  3. Substitute the point's xx and yy values and solve for cc.
  4. Write the final answer as a full equation, y=…y = \ldots (or f(x)=…f(x) = \ldots), with cc replaced by its value and no fractions inside fractions.

Variations you will meet:

  • An unknown constant kk in dydx\frac{dy}{dx}. Find kk first from the extra fact you are given, for example "the gradient at (2,5)(2, 5) is 33" (substitute x=2x = 2 into dydx\frac{dy}{dx} and set it equal to 33), or "there is a stationary point at x=2x = 2" (set dydx=0\frac{dy}{dx} = 0 at x=2x = 2). Then integrate.
  • You are given d2ydx2\frac{d^2y}{dx^2}. Integrate twice, with a new constant each time. Use "stationary point at x=px = p" to find the first constant, because dydx=0\frac{dy}{dx} = 0 there. The yy-value of the point is used only in the second step, for the second constant.
  • The curve passes through a maximum or minimum with a known yy-coordinate. Find its xx-value by solving dydx=0\frac{dy}{dx} = 0 first, then use that point to find cc.

2. Find an area (26 questions)

  1. Find the limits. Read them from the question or the diagram, or find where the graphs meet by solving the equations simultaneously. Show how you solved it; don't just quote calculator roots.
  2. Decide what to integrate.
    • Region between a curve, the xx-axis and vertical lines: ∫aby dx\int_a^b y\,dx.
    • Region between two graphs: ∫ab(ytop−ybottom) dx\int_a^b (y_{\text{top}} - y_{\text{bottom}})\,dx. Use the diagram to see which is on top.
    • A straight line forms one edge: you can integrate it, but it's often quicker to use the area of a triangle or trapezium.
    • Region bounded by a curve, the yy-axis and horizontal lines: either rearrange to x=…x = \ldots and find ∫cdx dy\int_c^d x\,dy, or take a rectangle and subtract the area under the curve.
  3. Integrate, showing each integrated term.
  4. Substitute both limits and show it: F(b)−F(a)F(b) - F(a) written out. Don't assume the lower limit gives 00; for example (3x+4)3/2(3x+4)^{3/2} at x=0x=0 is 88, not 00.
  5. Build the final area from the pieces: add or subtract triangles, rectangles or other integrals as the diagram shows. If a region is below the xx-axis, use the size of the integral.

Tangents and normals. Some areas are bounded by a tangent or normal to the curve. Find its equation first with differentiation, then find where it meets the axis. Usually the region is a triangle under the line minus (or plus) an integral under the curve.

3. Find a volume of revolution (12 questions)

  1. Which axis? About the xx-axis: π∫y2 dx\pi\int y^2\,dx with xx-limits. About the yy-axis: rearrange to x2x^2 in terms of yy, then π∫x2 dy\pi\int x^2\,dy with yy-limits.
  2. Square before integrating. Write out y2y^2 (or x2x^2) in full and simplify, for example (12x+4x)2=14x2+4+16x2\left(\frac12x + \frac4x\right)^2 = \frac14x^2 + 4 + \frac{16}{x^2}. For y=6x+5y = \sqrt{6x+5}, y2=6x+5y^2 = 6x+5.
  3. Does the region touch the axis? If not, subtract the hole. Either work out π∫(R2−r2) dx\pi\int (R^2 - r^2)\,dx in one go, or find the two volumes separately and subtract. When the inner boundary is a horizontal line y=ky = k, the hole is a cylinder, πk2×length\pi k^2 \times \text{length}; when it is a line through the origin, the hole is a cone.
  4. Integrate, substitute both limits, keep π\pi. Give an exact answer (a multiple of π\pi) unless a decimal is asked for.

Unknown limits. If a limit is a letter (for example the region from x=ax=a to x=2ax=2a), integrate as normal, substitute the letters, simplify, and then use the given condition (for example V⩾46πV \geqslant 46\pi) to get an equation or inequality in that letter. Solve it, and reject values the question rules out, such as negative aa.

4. Evaluate an improper integral (3 questions)

  1. Rewrite the function as a power and integrate as usual.
  2. At an infinite limit, write what each term tends to, for example −23x−2→0\frac{-2}{3x-2} \to 0 as x→∞x \to \infty. At a limit where the function is infinite (like x−1/2x^{-1/2} at 00), substitute into your integrated expression, which is usually finite.
  3. Subtract in the usual order: (value at the top limit) −- (value at the bottom limit).

5. Find an unknown constant from a definite integral (1 question)

The integrand or a limit contains a letter and you are told the value of the integral. Integrate, substitute the limits exactly as for a number, set the result equal to the given value, and solve. Areas "in terms of kk" work the same way: treat kk as a number throughout and simplify powers carefully, for example (4k)3/2=8k3/2(4k)^{3/2} = 8k^{3/2}.

Worked examples

Example 1

A curve is such that dydx=12(3x−2)3\dfrac{dy}{dx} = \dfrac{12}{(3x-2)^3}. The curve passes through the point (1,5)(1, 5). Find the equation of the curve. [4]

Rewrite as a power: dydx=12(3x−2)−3\dfrac{dy}{dx} = 12(3x-2)^{-3}.

Add one to the power (−3→−2-3 \to -2), divide by the new power and by the 33 inside the bracket:

y=12(3x−2)−2(−2)×3+c=−2(3x−2)−2+cy = \frac{12(3x-2)^{-2}}{(-2)\times 3} + c = -2(3x-2)^{-2} + c

B1 for (3x−2)−2(3x-2)^{-2} (the power), B1 for the coefficient −2-2 (dividing by −2-2 and by 33).

Substitute x=1x = 1, y=5y = 5: 5=−2(1)−2+c5 = -2(1)^{-2} + c, so c=7c = 7. M1 for substituting the point into an integrated expression.

y=7−2(3x−2)2y = 7 - \frac{2}{(3x-2)^2}

A1, written as a full equation.

Check: differentiating −2(3x−2)−2-2(3x-2)^{-2} gives −2×(−2)(3x−2)−3×3=12(3x−2)−3-2 \times (-2)(3x-2)^{-3} \times 3 = 12(3x-2)^{-3}. ✓

Example 2

The curve y=x2−4x+7y = x^2 - 4x + 7 and the line y=x+3y = x + 3 meet at the points AA and BB.

(a) Find the coordinates of AA and BB. [3]

(b) Find the area of the region enclosed by the curve and the line. [4]

(a) Set the equations equal: x2−4x+7=x+3x^2 - 4x + 7 = x + 3, so x2−5x+4=0x^2 - 5x + 4 = 0. M1 for forming a three-term quadratic and solving it.

(x−1)(x−4)=0(x-1)(x-4) = 0, so x=1x = 1 or x=4x = 4. A1

A(1,4)A(1, 4) and B(4,7)B(4, 7). A1

(b) From the diagram in "Understand it", the line is on top between x=1x = 1 and x=4x = 4.

Area=∫14[(x+3)−(x2−4x+7)] dx=∫14(−x2+5x−4) dx\text{Area} = \int_1^4 \big[(x+3) - (x^2 - 4x + 7)\big]\,dx = \int_1^4 (-x^2 + 5x - 4)\,dx

M1 for top minus bottom (or integrating each graph separately).

=[−x33+5x22−4x]14= \left[-\frac{x^3}{3} + \frac{5x^2}{2} - 4x\right]_1^4

A1 for correct integration.

=(−643+40−16)−(−13+52−4)=83−(−116)= \left(-\frac{64}{3} + 40 - 16\right) - \left(-\frac13 + \frac52 - 4\right) = \frac83 - \left(-\frac{11}{6}\right)

M1 for substituting both limits correctly and subtracting.

=92= \frac{9}{2}

A1

Another way: the area under the line is a trapezium, 12(4+7)×3=332\frac12(4 + 7)\times 3 = \frac{33}{2}. The area under the curve is [x33−2x2+7x]14=12\left[\frac{x^3}{3} - 2x^2 + 7x\right]_1^4 = 12. The area between them is 332−12=92\frac{33}{2} - 12 = \frac92.

Example 3

The region between the curve y=2xy = 2\sqrt{x} and the line y=xy = x is rotated through 360°360° about the xx-axis. Find the exact volume of the solid formed. [5]

Limits: 2x=x⇒4x=x2⇒x(x−4)=02\sqrt{x} = x \Rightarrow 4x = x^2 \Rightarrow x(x - 4) = 0, so x=0x = 0 and x=4x = 4. B1

The region does not touch the xx-axis (except at OO), so each slice is a washer. The outer radius is the curve, R=2xR = 2\sqrt{x}, and the inner radius is the line, r=xr = x (see the third diagram in "Understand it").

V=π∫04[(2x)2−x2] dx=π∫04(4x−x2) dxV = \pi\int_0^4 \big[(2\sqrt{x})^2 - x^2\big]\,dx = \pi\int_0^4 (4x - x^2)\,dx

M1 for π∫(y12−y22) dx\pi\int (y_1^2 - y_2^2)\,dx. (Using (2x−x)2(2\sqrt x - x)^2 would score nothing.)

=π[2x2−x33]04= \pi\left[2x^2 - \frac{x^3}{3}\right]_0^4

A1 for correct integration.

=π(32−643)−0= \pi\left(32 - \frac{64}{3}\right) - 0

M1 for substituting both limits.

=32π3= \frac{32\pi}{3}

A1, exact, with π\pi.

Check with a cone: the volume under the line is a cone of radius 44 and height 44, 13π(42)(4)=64π3\frac13\pi(4^2)(4) = \frac{64\pi}{3}. The volume under the curve is π∫044x dx=32π\pi\int_0^4 4x\,dx = 32\pi. The difference is 32π−64π3=32π332\pi - \frac{64\pi}{3} = \frac{32\pi}{3}. ✓

Example 4

A curve has a stationary point at (2,3)(2, 3), and d2ydx2=3−16x3\dfrac{d^2y}{dx^2} = 3 - \dfrac{16}{x^3}.

(a) Find an expression for dydx\dfrac{dy}{dx}. [3]

(b) Find the equation of the curve. [3]

(c) Determine the nature of the stationary point at (2,3)(2, 3). [1]

(a) d2ydx2=3−16x−3\dfrac{d^2y}{dx^2} = 3 - 16x^{-3}. Integrate:

dydx=3x−16x−2−2+c=3x+8x−2+c\frac{dy}{dx} = 3x - \frac{16x^{-2}}{-2} + c = 3x + 8x^{-2} + c

B1 for 3x3x and 8x−28x^{-2}.

At a stationary point dydx=0\frac{dy}{dx} = 0, so at x=2x = 2: 6+84+c=06 + \frac{8}{4} + c = 0, giving c=−8c = -8. M1 for using dydx=0\frac{dy}{dx} = 0 at x=2x = 2 (not dydx=3\frac{dy}{dx} = 3).

dydx=3x+8x2−8\frac{dy}{dx} = 3x + \frac{8}{x^2} - 8

A1

(b) Integrate again, with a new constant:

y=3x22−8x−1−8x+dy = \frac{3x^2}{2} - 8x^{-1} - 8x + d

B1 for all three terms.

At (2,3)(2, 3): 3=6−4−16+d3 = 6 - 4 - 16 + d, so d=17d = 17. M1

y=3x22−8x−8x+17y = \frac{3x^2}{2} - \frac{8}{x} - 8x + 17

A1

(c) At x=2x = 2: d2ydx2=3−168=1>0\dfrac{d^2y}{dx^2} = 3 - \dfrac{16}{8} = 1 > 0, so the point is a minimum. B1, with the value and the conclusion both stated.

Common mistakes

  • Leaving out +c+c, or finding cc and then not writing the final equation. Without cc you lose the last marks, and every later part that uses the equation goes wrong. Always finish with "y=…y = \ldots".
  • Forgetting to divide by the coefficient of xx in a bracket. ∫(4x−7)1/2 dx\int (4x-7)^{1/2}\,dx is (4x−7)3/232×4\frac{(4x-7)^{3/2}}{\frac32 \times 4}, not (4x−7)3/232\frac{(4x-7)^{3/2}}{\frac32}. Differentiate your answer to check.
  • Dividing by the wrong thing. Divide only by the new power (and, for a bracket, by the coefficient of xx inside it). The number in front of a term stays as a multiplier: ∫3x1/2 dx=3×x3/232=2x3/2+c\int 3x^{1/2}\,dx = 3 \times \frac{x^{3/2}}{\frac32} = 2x^{3/2} + c, not x3/232\frac{x^{3/2}}{\frac32}.
  • Differentiating instead of integrating, or treating the curve as a straight line through the point. "The gradient of a curve is…, find the equation of the curve" always means integrate.
  • Working with powers carelessly. Rewrite 1x\frac{1}{\sqrt{x}} as x−1/2x^{-1/2} before you start, and remember that −3+1=−2-3 + 1 = -2, not −4-4.
  • Forgetting to square yy for a volume. It is π∫y2 dx\pi\int y^2\,dx, not π∫y dx\pi\int y\,dx. For a washer, square each radius separately, R2−r2R^2 - r^2, never (R−r)2(R - r)^2.
  • Forgetting the hole. If the region does not reach the axis, subtract the cylinder, cone or inner volume.
  • Mixing the axes. For a turn about the yy-axis, you need x2x^2 in terms of yy and yy-limits. Using π∫y2 dx\pi\int y^2\,dx or xx-limits scores nothing.
  • Squaring terms one at a time when solving for intersections. From 3x−2=12x+1\sqrt{3x-2} = \frac12x + 1, squaring gives 3x−2=14x2+x+13x - 2 = \frac14x^2 + x + 1, not 3x−2=14x2+13x - 2 = \frac14x^2 + 1.
  • Assuming the lower limit gives zero. Always substitute it. [(3x+4)3/2]\left[(3x+4)^{3/2}\right] at x=0x = 0 is 88.
  • Using the yy-coordinate of a stationary point in the wrong step. When integrating d2ydx2\frac{d^2y}{dx^2}, the first constant comes from dydx=0\frac{dy}{dx} = 0; the yy-value is only used for the second constant.
  • Rounding an exact answer. If the question says "exact", giving 33.533.5 instead of 32π3\frac{32\pi}{3} loses the final mark.

How to get the marks

  • Show the integration. Each correctly integrated term usually earns a mark, even if a later step goes wrong. Write the integrated expression before you substitute.
  • Show both limits substituted, for example (32−643)−(0)\left(32 - \frac{64}{3}\right) - (0). An answer straight from a calculator's integration function, with no working, gets no credit.
  • Write the full equation. "Find the equation of the curve" needs y=…y = \ldots at the end; "find f(x)f(x)" needs f(x)=…f(x) = \ldots. Tidy any fractions inside fractions.
  • "Exact" means fractions, surds and π\pi, no decimals. Otherwise give non-exact answers to 3 significant figures (angles to 1 decimal place in degrees), unless the question asks for something else. Don't round in the middle of your working.
  • "Show that" means the answer is given, so every step must be visible and your working must reach it exactly. A missing step loses the mark even if the final line is right.
  • "Hence" means use the previous part (for example, the points you just found become your limits).
  • "Determine the nature" needs a value and a conclusion: work out d2ydx2\frac{d^2y}{dx^2} at the point, say whether it is positive or negative, and state "minimum" or "maximum". If you test the gradient either side, give the xx-values you used and the gradients you got.
  • Use the diagram. It shows which graph is on top, where the region starts and stops, and whether the region touches the axis. Sketch your own if there isn't one, and mark the limits on it.
  • Method marks follow through. If an earlier answer was wrong but your method is right, you can still earn the method marks. Keep going rather than leaving a blank.

Quick check

  1. Find ∫4x+1 dx\displaystyle\int \sqrt{4x+1}\,dx.
  2. Find the exact value of ∫2∞6(3x−2)2 dx\displaystyle\int_2^\infty \frac{6}{(3x-2)^2}\,dx.
  3. A curve y=f(x)y = f(x) passes through (4,10)(4, 10), and f′(x)=3x−8x2f'(x) = 3\sqrt{x} - \dfrac{8}{x^2}. Find f(x)f(x).
  4. The region bounded by the curve y=x2+1y = x^2 + 1 for x⩾0x \geqslant 0, the yy-axis and the line y=5y = 5 is rotated through 360°360° about the yy-axis. Find the exact volume of the solid formed.
  5. Given that a>1a > 1 and ∫1a(4x−3) dx=15\displaystyle\int_1^a (4x - 3)\,dx = 15, find the value of aa.
Answers
  1. (4x+1)3/232×4+c=16(4x+1)3/2+c\dfrac{(4x+1)^{3/2}}{\frac32 \times 4} + c = \dfrac{1}{6}(4x+1)^{3/2} + c.
  2. ∫2∞6(3x−2)−2 dx=[−23x−2]2∞=0−(−24)=12\displaystyle\int_2^\infty 6(3x-2)^{-2}\,dx = \left[-\frac{2}{3x-2}\right]_2^\infty = 0 - \left(-\frac{2}{4}\right) = \frac12.
  3. f(x)=2x3/2+8x+cf(x) = 2x^{3/2} + \dfrac{8}{x} + c. At x=4x = 4: 16+2+c=1016 + 2 + c = 10, so c=−8c = -8 and f(x)=2x3/2+8x−8f(x) = 2x^{3/2} + \dfrac{8}{x} - 8.
  4. x2=y−1x^2 = y - 1, with yy from 11 to 55: V=π∫15(y−1) dy=π[y22−y]15=π(152+12)=8πV = \pi\displaystyle\int_1^5 (y - 1)\,dy = \pi\left[\frac{y^2}{2} - y\right]_1^5 = \pi\left(\frac{15}{2} + \frac12\right) = 8\pi.
  5. [2x2−3x]1a=2a2−3a+1=15\left[2x^2 - 3x\right]_1^a = 2a^2 - 3a + 1 = 15, so 2a2−3a−14=02a^2 - 3a - 14 = 0, (2a−7)(a+2)=0(2a - 7)(a + 2) = 0. Since a>1a > 1, a=72a = \frac72.

Past questions to try