QCAA Specialist Mathematics Applications of integral calculus

13 sample questions with marking guides and sample answers

Q6
2025
VCAA
Paper 1
4 marks
Q6
4 marks

Find the volume of the solid of revolution formed when the area between the curve

y=arctan(x)1+x2y = \sqrt{\frac{\arctan(x)}{1+x^2}}

and the xx-axis from x=1x = 1 to x=3x = \sqrt{3} is rotated about the xx-axis.

Give your answer in the form aπbc\frac{a\pi^b}{c}, where a,b,cZ+a, b, c \in Z^+.

Reveal Answer

V=π13arctan(x)1+x2dxV = \pi \int_1^{\sqrt{3}} \frac{\arctan(x)}{1+x^2} dx

Method 1 (substitution)
u=arctan(x), du=dx1+x2u = \arctan(x), \ du = \frac{dx}{1+x^2}.

V=ππ4π3u du=π[u22]π4π3=π32(19116)=7π3288\begin{align*} V &= \pi \int_{\frac{\pi}{4}}^{\frac{\pi}{3}} u \ du\\ &= \pi \left[ \frac{u^2}{2} \right]_{\frac{\pi}{4}}^{\frac{\pi}{3}}\\ &= \frac{\pi^3}{2} \left( \frac{1}{9} - \frac{1}{16} \right)\\ &= \frac{7\pi^3}{288} \end{align*}
Marking Criteria
DescriptorMarks

Sets up the correct definite integral for the volume of revolution, including the factor of π\pi

1

Identifies the correct substitution u=arctan(x)u = \arctan(x) and corresponding du=dx1+x2du = \frac{dx}{1+x^2}

1

Correctly changes the limits of integration to π4\frac{\pi}{4} and π3\frac{\pi}{3} and finds the antiderivative

1

Evaluates the integral to obtain the correct final answer 7π3288\frac{7\pi^3}{288}

1
Q13
2020
QCAA
Paper 1
4 marks
Q13
4 marks

The expected value of an exponential random variable XX with parameter λ>0\lambda > 0 can be determined using the rule

E(X)=0xλeλxdxE(X) = \int_0^\infty x\lambda e^{-\lambda x} dx

Use integration by parts to determine E(X)E(X).
Express your answer in simplest form.

Reveal Answer

E(X)=0xλeλxdxE(X) = \int_0^\infty x \lambda e^{-\lambda x} dx
udvdxdx=uvvdudxdx\int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx

u=xdudx=1u = x \quad \frac{du}{dx} = 1
dvdx=λeλxv=eλx\frac{dv}{dx} = \lambda e^{-\lambda x} \quad v = -e^{-\lambda x}

E(X)=xeλx0+0eλxdxE(X) = -xe^{-\lambda x}|_0^\infty + \int_0^\infty e^{-\lambda x} dx
=0+0eλxdx= 0 + \int_0^\infty e^{-\lambda x} dx
=eλxλ0= \frac{e^{-\lambda x}}{-\lambda}|_0^\infty
=01λ= 0 - \frac{1}{-\lambda}
=1λ= \frac{1}{\lambda}

Marking Criteria
DescriptorMarks

correctly determines dudx\frac{du}{dx} and vv

1

substitutes into the integration by parts rule

1

calculates xeλx0-xe^{-\lambda x}|_0^\infty to equal 0

1

shows that E(X)=1λE(X) = \frac{1}{\lambda}

1
Q5
2024
VCAA
Paper 1
3 marks
Q5
3 marks

The curve with equation y=k1x2y = \sqrt{k - \frac{1}{x^2}}, for 1xk21 \le x \le \frac{k}{2} where k>2k > 2, is rotated about the xx-axis to form a solid of revolution that has volume 7π2\frac{7\pi}{2} units3^3.

Show that kk satisfies the equation k32k29k+4=0k^3 - 2k^2 - 9k + 4 = 0.

Reveal Answer

The volume VV is given by V=π1k(k1x2)dxV = \pi \int_1^k \left(k - \frac{1}{x^2}\right) dx.

V=π1k(k1x2)dx=π[kx+1x]1k=π(12k2+2kk1)V = \pi \int_1^k \left(k - \frac{1}{x^2}\right) dx= \pi \left[kx + \frac{1}{x}\right]_1^k= \pi \left(\frac{1}{2}k^2 + \frac{2}{k} - k - 1\right)

π(12k2+2kk1)=7π2    k32k29k+4=0\pi \left(\frac{1}{2}k^2 + \frac{2}{k} - k - 1\right) = \frac{7\pi}{2}\implies k^3 - 2k^2 - 9k + 4 = 0

Marking Criteria
DescriptorMarks

Sets up the correct definite integral for the volume

1

Correctly integrates the expression and substitutes the limits

1

Equates the evaluated integral to 7π2\frac{7\pi}{2} and correctly rearranges to show k32k29k+4=0k^3 - 2k^2 - 9k + 4 = 0

1
Q9
2024
QCAA
Paper 2
1 mark
Q9
1 mark

Random variable XX has an exponential distribution with the probability density function

f(x)={15ex5,x00,otherwisef(x) = \begin{cases} \frac{1}{5}e^{-\frac{x}{5}}, & x \ge 0 \\ 0, & \text{otherwise} \end{cases}

Given that P(0Xk)=0.5P(0 \le X \le k) = 0.5, determine kk.

A

0.10

B

0.69

C

2.03

D

3.47

Reveal Answer
A

0.10

This value is incorrect because substituting k=0.10k=0.10 into the cumulative distribution function yields a probability of approximately 0.020.02, not 0.50.5.

B

0.69

This option represents ln(2)\ln(2), which would be the median for a standard exponential distribution with λ=1\lambda=1, failing to account for the parameter λ=1/5\lambda = 1/5.

C

2.03

This value is incorrect; calculating the cumulative probability 1e2.03/51 - e^{-2.03/5} results in approximately 0.330.33, which is less than the required 0.50.5.

D

3.47

Correct Answer

Using the CDF F(k)=1ek/5F(k) = 1 - e^{-k/5}, we set 1ek/5=0.51 - e^{-k/5} = 0.5. Solving for kk gives k=5ln(0.5)3.47k = -5\ln(0.5) \approx 3.47.

Q17
2021
QCAA
Paper 1
7 marks
Q17
7 marks

The area between the graphs of the functions y=4xy = 4x and y=2x2y = 2x^2 is rotated about the yy-axis to form a solid of revolution with a volume of VV units3^3.

Determine the exact value of VV.

Reveal Answer

Finding the points of intersection of the two functions y=4xy = 4x and y=2x2y = 2x^2
4x=2x24x = 2x^2
2x24x=02x(x2)=0x=02x^2 - 4x = 0 \Rightarrow 2x(x - 2) = 0 \Rightarrow x = 0 and x=2x = 2
When x=0,y=0x = 0, y = 0
When x=2,y=8x = 2, y = 8

Rearranging the two functions in the form x=f(y)x = f(y) and x=g(y)x = g(y)
x=y4x = \frac{y}{4} and x=±y2x = \pm \sqrt{\frac{y}{2}}
Finding volume of revolution between curves
V=πab[f(y)]2[g(y)]2dyV = \left| \pi \int_a^b [f(y)]^2 - [g(y)]^2 dy \right|
=π08y2y216dy= \left| \pi \int_0^8 \frac{y}{2} - \frac{y^2}{16} dy \right|
=πy24y34808= \pi \left| \frac{y^2}{4} - \frac{y^3}{48} \right|_0^8
=π(16323)(0)= \pi \left| (16 - \frac{32}{3}) - (0) \right|
=16π3= \frac{16\pi}{3}

Marking Criteria
DescriptorMarks

correctly uses simultaneous equations to establish an equation in one unknown

1

correctly determines y-coordinates of the points of intersection

1

correctly determines functions in the form x=f(y)x = f(y)

1

determines expression to represent the volume between the two curves

1

integrates expression

1

determines (positive) value of VV in terms of π\pi

1

shows logical organisation, communicating key steps to at least the start of finding the volume of revolution

1
Q17
2022
QCAA
Paper 1
5 marks
Q17
5 marks

The region between the xx-axis and the curve of the function y=1+sin(2x)y = 1 + \sin(2x) for 0xπ20 \le x \le \frac{\pi}{2} is rotated about the xx-axis to form a solid of revolution.

Determine the volume of this solid. Express your answer in simplest form.

Reveal Answer

V=πaby2dxV = \pi \int_{a}^{b} y^2 dx
=π0π2(1+sin(2x))2dx= \pi \int_{0}^{\frac{\pi}{2}} (1 + \sin(2x))^2 dx
=π0π21+2sin(2x)+sin2(2x)dx= \pi \int_{0}^{\frac{\pi}{2}} 1 + 2\sin(2x) + \sin^2(2x) dx
=π0π21+2sin(2x)+12(1cos(4x))dx= \pi \int_{0}^{\frac{\pi}{2}} 1 + 2\sin(2x) + \frac{1}{2}(1 - \cos(4x)) dx
=π0π2(32+2sin(2x)12cos(4x))dx= \pi \int_{0}^{\frac{\pi}{2}} (\frac{3}{2} + 2\sin(2x) - \frac{1}{2}\cos(4x)) dx
=π[32xcos(2x)18sin(4x)]0π2= \pi [\frac{3}{2}x - \cos(2x) - \frac{1}{8}\sin(4x)]_{0}^{\frac{\pi}{2}}
=π[(3π4cos(π)18sin(2π))(0cos(0)0)]= \pi [(\frac{3\pi}{4} - \cos(\pi) - \frac{1}{8}\sin(2\pi)) - (0 - \cos(0) - 0)]
=π(3π4+2)= \pi (\frac{3\pi}{4} + 2) units3^3

Marking Criteria
DescriptorMarks

correctly substitutes into the appropriate volume of a solid of revolution rule

1

expands an integrand

1

uses a suitable double-angle identity to enable an integration process to be completed

1

integrates an expression

1

determines volume in simplest form

1
Q8
2020
VCAA
Paper 1
5 marks
Q8
5 marks

Find the volume, VV, of the solid of revolution formed when the graph of y=2x2+x+1(x+1)(x2+1)y = 2\sqrt{\frac{x^2 + x + 1}{(x+1)(x^2+1)}} is rotated about the xx-axis over the interval [0,3]\left[0, \sqrt{3}\right]. Give your answer in the form V=2π(loge(a)+b)V = 2\pi(\log_e(a) + b), where a,bRa, b \in R.

Reveal Answer

Many students identified the correct form of the partial fraction decomposition for the integrand:
Ax+1+Bx+Cx2+1\frac{A}{x+1} + \frac{Bx+C}{x^2+1}

This led to the integral 2π03(1x+1+xx2+1+1x2+1)dx2\pi\int_0^{\sqrt{3}} \left(\frac{1}{x+1} + \frac{x}{x^2+1} + \frac{1}{x^2+1}\right) dx

The answer is:
2π(loge(23+2)+π3)2\pi\left(\log_e(2\sqrt{3} + 2) + \frac{\pi}{3}\right)

Marking Criteria
DescriptorMarks

Sets up the correct definite integral for the volume of the solid of revolution, V=π034x2+x+1(x+1)(x2+1)dxV = \pi \int_0^{\sqrt{3}} 4\frac{x^2 + x + 1}{(x+1)(x^2+1)} dx

1

Correctly decomposes the integrand using partial fractions (e.g., identifying the form Ax+1+Bx+Cx2+1\frac{A}{x+1} + \frac{Bx+C}{x^2+1} and finding the constants)

1

Finds the correct antiderivative, including both logarithmic and inverse tangent terms (e.g., loge(x+1)+12loge(x2+1)+arctan(x)\log_e(x+1) + \frac{1}{2}\log_e(x^2+1) + \arctan(x))

1

Correctly substitutes the limits of integration 00 and 3\sqrt{3} into the antiderivative

1

Obtains the correct final answer in the required form, 2π(loge(23+2)+π3)2\pi\left(\log_e(2\sqrt{3} + 2) + \frac{\pi}{3}\right)

1
Q9
2023
QCAA
Paper 2
1 mark
Q9
1 mark

The time in minutes between the arrival of customers at a certain shop is assumed to be a random variable XX with an exponential distribution that has the probability density function

f(x)={0.12e0.12x,x00,otherwisef(x) = \begin{cases} 0.12e^{-0.12x}, & x \geq 0 \\ 0, & \text{otherwise} \end{cases}

A customer arrives at the shop. The probability that the next customer arrives within 30 to 60 seconds, to the nearest percent, is

A

3%

B

5%

C

7%

D

11%

Reveal Answer
A

3%

This value is too low. The probability is calculated by integrating the probability density function over the interval [0.5,1][0.5, 1] minutes.

B

5%

Correct Answer

Since XX is in minutes, convert the time interval 30 to 60 seconds to 0.50.5 to 11 minute. The probability is 0.510.12e0.12xdx=e0.06e0.120.0548\int_{0.5}^{1} 0.12e^{-0.12x} dx = e^{-0.06} - e^{-0.12} \approx 0.0548, which is approximately 5%5\%.

C

7%

This value is incorrect. Ensure you converted seconds to minutes correctly (30 sec=0.5 min30\text{ sec} = 0.5\text{ min}, 60 sec=1 min60\text{ sec} = 1\text{ min}) before applying the exponential distribution formula.

D

11%

This value is incorrect. It may result from failing to convert the time units from seconds to minutes or using the wrong limits of integration.

Q4
2022
QCAA
Paper 2
1 mark
Q4
1 mark

The time taken for students to answer questions in a class is assumed to be a random variable XX with an exponential distribution that has the probability density function

f(x)={λeλx,x00,otherwisef(x) = \begin{cases} \lambda e^{-\lambda x}, & x \ge 0 \\ 0, & \text{otherwise} \end{cases}

The mean of XX is 1λ\frac{1}{\lambda}.
The mean length of time taken for students to answer questions in this class is 15 seconds.
The probability that the next question in this class is answered between 8 seconds and 17 seconds is

A

0.05

B

0.12

C

0.22

D

0.26

Reveal Answer
A

0.05

This value is incorrect. The probability is calculated by integrating the PDF from 8 to 17, which yields a significantly higher value than 0.05.

B

0.12

This value is incorrect. It does not match the result derived from the exponential distribution formula P(a<X<b)=eλaeλbP(a < X < b) = e^{-\lambda a} - e^{-\lambda b}.

C

0.22

This value is incorrect. While closer to the answer, the calculation using λ=115\lambda = \frac{1}{15} results in approximately 0.26.

D

0.26

Correct Answer

Given the mean is 15, the rate parameter is λ=115\lambda = \frac{1}{15}. The probability is P(8<X<17)=817115ex15dx=e815e17150.5870.322=0.265P(8 < X < 17) = \int_{8}^{17} \frac{1}{15}e^{-\frac{x}{15}} dx = e^{-\frac{8}{15}} - e^{-\frac{17}{15}} \approx 0.587 - 0.322 = 0.265.

Q14
2023
QCAA
Paper 2
4 marks
Q14
4 marks

At a certain location, a biologist measures the width of a river to be 12 m. She also records the depth of the river at regular 2 m interval widths as shown.

Width (m)024681012
Depth (m)0.522.153.704.273.321.280.59

The biologist estimates the cross-sectional area of the river at this location to be 15 m215 \text{ m}^2.

Use Simpson's rule to evaluate the reasonableness of this estimation. Justify your area calculation and decision regarding reasonableness using mathematical reasoning.

Reveal Answer

Use Simpson's rule to estimate the cross-sectional area of the river.

Using the given data: w=2w = 2.

Areaw3(y0+4(y1+y3+)+2(y2+y4+)+yn)\text{Area} \approx \frac{w}{3}(y_0 + 4(y_1 + y_3 + \dots) + 2(y_2 + y_4 + \dots) + y_n)
23(0.52+4(2.15+4.27+1.28)+\approx \frac{2}{3}(0.52 + 4(2.15 + 4.27 + 1.28) + \dots
2(3.70+3.32)+0.59)2(3.70 + 3.32) + 0.59)

Area30.63m2\text{Area} \approx 30.63\text{m}^2

The estimate of the area is less than half of the value obtained using Simpson's rule, so it is not reasonable.

Marking Criteria
DescriptorMarks

correctly identifies the interval width

1

justifies the area calculation by substituting the depth values of the data into Simpson's rule

1

calculates area

1

states and justifies a decision regarding the reasonableness of the estimation using mathematical reasoning

1
Q10
2025
VCAA
Paper 2
1 mark
Q10
1 mark

The region bounded by the curve given by y=3cos1(x)y = 3 \cos^{-1}(x), for 0ya0 \leq y \leq a, where a>0a > 0, and the line x=0x = 0 is rotated about the yy-axis to form a solid of revolution. The volume of the solid is π(4π+33)8\frac{\pi(4\pi + 3\sqrt{3})}{8}.

The value of aa is

A

π4\frac{\pi}{4}

B

π3\frac{\pi}{3}

C

π2\frac{\pi}{2}

D

π\pi

Reveal Answer
A

π4\frac{\pi}{4}

Substituting a=π4a = \frac{\pi}{4} into the evaluated volume integral V=π2(a+32sin(2a3))V = \frac{\pi}{2} \left( a + \frac{3}{2} \sin\left(\frac{2a}{3}\right) \right) yields π2(π4+34)\frac{\pi}{2}\left(\frac{\pi}{4} + \frac{3}{4}\right), which does not match the given volume.

B

π3\frac{\pi}{3}

Substituting a=π3a = \frac{\pi}{3} into the evaluated volume integral yields π2(π3+32sin(2π9))\frac{\pi}{2}\left(\frac{\pi}{3} + \frac{3}{2}\sin\left(\frac{2\pi}{9}\right)\right), which does not match the given volume.

C

π2\frac{\pi}{2}

Substituting a=π2a = \frac{\pi}{2} into the evaluated volume integral yields π2(π2+334)\frac{\pi}{2}\left(\frac{\pi}{2} + \frac{3\sqrt{3}}{4}\right), which is close but results in π(2π+33)8\frac{\pi(2\pi + 3\sqrt{3})}{8} instead of the required volume.

D

π\pi

Correct Answer

Using the disk method, the volume is V=π0acos2(y3)dy=π2(a+32sin(2a3))V = \pi \int_0^a \cos^2\left(\frac{y}{3}\right) dy = \frac{\pi}{2} \left(a + \frac{3}{2} \sin\left(\frac{2a}{3}\right)\right). Setting a=πa = \pi gives exactly π(4π+33)8\frac{\pi(4\pi + 3\sqrt{3})}{8}.

Q14
2020
QCAA
Paper 2
5 marks
Q14

The time, tt, (months) that it takes before a phone owner cracks the screen on their phone can be modelled by an exponentially distributed random variable

f(t)={0.16e0.16t,t00,otherwisef(t) = \begin{cases} 0.16e^{-0.16t}, & t \ge 0 \\ 0, & \text{otherwise} \end{cases}

Q14a
1 mark

Show that f(t)f(t) is a probability density function.

Reveal Answer

Using integration facility of GDC
00.16e0.16tdt=1\int_0^\infty 0.16e^{-0.16t} dt = 1

Marking Criteria
DescriptorMarks

correctly substitutes the given information into a definite integral to show that f(t) is a probability density function

1
Q14b
2 marks

Determine the probability that a phone owner cracks the screen on their phone within 1 year.

Reveal Answer

1 year = 12 months
P(0<x<12)=0120.16e0.16tdtP(0 < x < 12) = \int_0^{12} 0.16e^{-0.16t} dt
Using integration facility of GDC
0.85\approx 0.85

Marking Criteria
DescriptorMarks

correctly represents the required probability as a definite integral

1

determines the probability

1
Q14c
2 marks

Three-quarters of phone owners take between 1 and mm months before they crack the screen on their phone.

Determine the value of mm.

Reveal Answer

P(1<x<m)=0.75P(1 < x < m) = 0.75
1m0.16e0.16tdt=0.75\int_1^m 0.16e^{-0.16t} dt = 0.75
Using solve facility of GDC or otherwise
m14.26m \approx 14.26 months

Marking Criteria
DescriptorMarks

correctly establishes definite integral equation

1

solves equation to determine m

1
Q7
2020
VCAA
Paper 1
5 marks
Q7

Consider the function defined by

f(x)={mx+n,x<141+x2,x1f(x) = \begin{cases} mx + n, & x < 1 \\ \frac{4}{1+x^2}, & x \ge 1 \end{cases}

where mm and nn are real numbers.

Q7a
2 marks

Given that f(x)f(x) and f(x)f'(x) are continuous over RR, show that m=2m = -2 and n=4n = 4.

Reveal Answer

m=2,n=4m = -2, n = 4

Marking Criteria
DescriptorMarks

Establishes the equation m+n=2m + n = 2 using the continuity of f(x)f(x) at x=1x = 1

1

Calculates the derivative of 41+x2\frac{4}{1+x^2} and evaluates it at x=1x = 1 to show m=2m = -2, and concludes n=4n = 4

1
Q7b
3 marks

Find the area enclosed by the graph of the function, the xx-axis and the lines x=0x = 0 and x=3x = \sqrt{3}.

Reveal Answer

012x+4dx+1341+x2dx=[x2+4x]01+[4arctan(x)]13\int_0^1 -2x + 4 dx + \int_1^{\sqrt{3}} \frac{4}{1+x^2} dx = \left[-x^2 + 4x\right]_0^1 + \left[4\arctan(x)\right]_1^{\sqrt{3}}
=(30)+4(π3π4)= (3 - 0) + 4\left(\frac{\pi}{3} - \frac{\pi}{4}\right)
=3+π3= 3 + \frac{\pi}{3}

Marking Criteria
DescriptorMarks

Sets up the correct expression for the area, such as 01(2x+4)dx+1341+x2dx\int_0^1 (-2x + 4) dx + \int_1^{\sqrt{3}} \frac{4}{1+x^2} dx (or uses the area of a trapezium for the first part)

1

Finds the correct antiderivatives, [x2+4x]\left[-x^2 + 4x\right] and [4arctan(x)]\left[4\arctan(x)\right]

1

Evaluates the definite integrals to find the correct final area of 3+π33 + \frac{\pi}{3}

1

Frequently Asked Questions

How many QCAA Specialist Mathematics questions cover Applications of integral calculus?
AusGrader has 66 QCAA Specialist Mathematics questions on Applications of integral calculus, all with instant AI grading and detailed marking feedback.

Ready to practise QCAA Specialist Mathematics?

Get instant AI feedback on past exam questions, aligned to the syllabus

Start Practising Free