Skip to main content
ExamExplained
TAS · Math Methods
Math Methods study scene
§-Syllabus dot point
TASMath MethodsSyllabus dot point

What is integration, how is it the reverse of differentiation, and how do we find areas?

Find antiderivatives and definite integrals and use them to calculate areas and solve rate problems.

Integration is antidifferentiation; the fundamental theorem of calculus links the definite integral to the antiderivative, letting you compute areas under curves and recover quantities from their rates of change.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

Integration is the reverse process of differentiation. If F(x)=f(x)F'(x) = f(x), then F(x)F(x) is an antiderivative of f(x)f(x), and we write f(x)dx=F(x)+C\displaystyle\int f(x)\,dx = F(x) + C. The constant CC appears because differentiating any constant gives zero, so antiderivatives are only determined up to a constant.

The definite integral and the fundamental theorem

A definite integral has limits and produces a number.

The definite integral abf(x)dx\displaystyle\int_a^b f(x)\,dx gives the signed area between the curve y=f(x)y=f(x) and the xx-axis from x=ax=a to x=bx=b. Area above the axis counts as positive and area below counts as negative.

Properties of the definite integral

A few algebraic properties make definite integrals easier to handle and are regularly tested. Reversing the limits changes the sign, abf=baf\displaystyle\int_{a}^{b} f = -\int_{b}^{a} f; an integral over a zero-width interval is zero, aaf=0\displaystyle\int_{a}^{a} f = 0; a constant factor pulls out, abkf=kabf\displaystyle\int_{a}^{b} kf = k\int_{a}^{b} f; a sum splits, ab(f+g)=abf+abg\displaystyle\int_{a}^{b}(f + g) = \int_{a}^{b} f + \int_{a}^{b} g; and an interval can be split at any interior point, abf=acf+cbf\displaystyle\int_{a}^{b} f = \int_{a}^{c} f + \int_{c}^{b} f. The last property is exactly what justifies splitting at axis-crossings or curve-crossings.

Finding a function from its derivative

A common application gives you a rate or a gradient function together with one known point, and asks for the original function. Integrate to introduce the constant CC, then use the point to solve for it. This "boundary condition" technique is the same one that fixes the constants in kinematics, and it turns an indefinite integral into a single definite answer.

Applications to rates

Because integration reverses differentiation, integrating a rate of change recovers the total change. If dVdt\dfrac{dV}{dt} is the rate at which a tank fills, then t1t2dVdtdt\displaystyle\int_{t_1}^{t_2}\frac{dV}{dt}\,dt is the volume added between t1t_1 and t2t_2.

Summary

To integrate, reverse each differentiation rule and add +C+C for indefinite integrals. For definite integrals, find an antiderivative and evaluate F(b)F(a)F(b)-F(a). For area problems, locate where the curve meets the axis, split at crossings, and take absolute values so positive and negative regions do not cancel. To go from a rate to a total, integrate the rate over the relevant interval.

Exam-style practice questions

Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

TCE 20232 marksCalculator-free. Evaluate 14x2+1xdx\displaystyle\int_{1}^{4} \dfrac{x^{2} + 1}{x}\,dx.
Show worked answer →

First simplify the integrand by dividing each term by xx: x2+1x=x+1x\dfrac{x^{2} + 1}{x} = x + \dfrac{1}{x}.

Antidifferentiate: (x+1x)dx=x22+lnx\displaystyle\int\left(x + \frac{1}{x}\right)dx = \frac{x^{2}}{2} + \ln|x|.

Evaluate from 11 to 44:

[162+ln4][12+ln1]=(8+ln4)12=152+ln4.\left[\frac{16}{2} + \ln 4\right] - \left[\frac{1}{2} + \ln 1\right] = (8 + \ln 4) - \tfrac{1}{2} = \frac{15}{2} + \ln 4.

So the value is 7.5+ln48.8867.5 + \ln 4 \approx 8.886. The marks are for simplifying before integrating and for substituting both limits, remembering ln1=0\ln 1 = 0.

TCE 20235 marksCalculator-assumed. (a) Evaluate 121x2dx\displaystyle\int_{1}^{2} \dfrac{1}{x^{2}}\,dx. (b) Solve for kk: 1k1x2dx=0.99\displaystyle\int_{1}^{k} \dfrac{1}{x^{2}}\,dx = 0.99. (c) What happens to 1k1x2dx\displaystyle\int_{1}^{k} \dfrac{1}{x^{2}}\,dx as kk \to \infty?
Show worked answer →

The antiderivative of 1x2=x2\dfrac{1}{x^{2}} = x^{-2} is x1=1x-x^{-1} = -\dfrac{1}{x}.

(a) [1x]12=12(1)=12\left[-\dfrac{1}{x}\right]_{1}^{2} = -\dfrac{1}{2} - (-1) = \dfrac{1}{2}.

(b) 1k=[1x]1k=11k\displaystyle\int_{1}^{k} = \left[-\dfrac{1}{x}\right]_{1}^{k} = 1 - \dfrac{1}{k}. Set equal to 0.990.99: 11k=0.991 - \dfrac{1}{k} = 0.99, so 1k=0.01\dfrac{1}{k} = 0.01, giving k=100k = 100.

(c) As kk \to \infty, 1k0\dfrac{1}{k} \to 0, so the integral tends to 11. The area under 1x2\dfrac{1}{x^{2}} from 11 to infinity converges to a finite value of 11.

TCE 20248 marksCalculator-assumed. A popcorn maker produces popcorn at a rate dPdt=15t2+60t+5sin(2πt)\dfrac{dP}{dt} = -15t^{2} + 60t + 5\sin(2\pi t), where PP is the number of pieces produced in tt minutes, starting at t=0t = 0 and ending when dPdt=0\dfrac{dP}{dt} = 0 once more. (a) Find dPdt\dfrac{dP}{dt} at t=1t = 1. (b) Find the time production ends. (c) Find P(t)P(t). (d) Hence find the total amount produced.
Show worked answer →

(a) Substitute t=1t = 1: dPdt=15+60+5sin(2π)=45\dfrac{dP}{dt} = -15 + 60 + 5\sin(2\pi) = 45 pieces per minute, since sin(2π)=0\sin(2\pi) = 0.

(b) Production ends when dPdt=0\dfrac{dP}{dt} = 0 again. Solving 15t2+60t+5sin(2πt)=0-15t^{2} + 60t + 5\sin(2\pi t) = 0 with technology (the sine term is small) gives t=4t = 4 minutes, the next positive root after t=0t = 0.

(c) Integrate the rate: P(t)=(15t2+60t+5sin(2πt))dt=5t3+30t252πcos(2πt)+CP(t) = \displaystyle\int (-15t^{2} + 60t + 5\sin(2\pi t))\,dt = -5t^{3} + 30t^{2} - \frac{5}{2\pi}\cos(2\pi t) + C.
Since P(0)=0P(0) = 0: 0=52π+C0 = -\dfrac{5}{2\pi} + C, so C=52πC = \dfrac{5}{2\pi}.

(d) Total =P(4)P(0)=04dPdtdt=5(64)+30(16)+0=160= P(4) - P(0) = \displaystyle\int_{0}^{4}\frac{dP}{dt}\,dt = -5(64) + 30(16) + 0 = 160 pieces (the periodic sine term integrates to 00 over whole minutes).

ExamExplained