VCAA Mathematical Methods Calculus

15 sample questions with marking guides and sample answers · Avg. score: 65.7%

Q6
2023
QCAA
Paper 1
1 mark
Q6
1 mark

Substitutions for hh are used to estimate the limit of ah1h\frac{a^h - 1}{h} as h0h \to 0. Which sequence is the most appropriate?

A

4,2,1,0.5,0.25,0.125-4, -2, -1, -0.5, -0.25, -0.125 \dots

B

0.05,0.1,0.2,0.4,0.8-0.05, -0.1, -0.2, -0.4, -0.8 \dots

C

2,1,0,1,2,32, 1, 0, -1, -2, -3 \dots

D

1,2,3,4,5,61, 2, 3, 4, 5, 6 \dots

Reveal Answer
A

4,2,1,0.5,0.25,0.125-4, -2, -1, -0.5, -0.25, -0.125 \dots

Correct Answer

This sequence is appropriate because the magnitude of the values decreases (4,2,1,|-4|, |-2|, |-1|, \dots), meaning hh is getting progressively closer to 00.

B

0.05,0.1,0.2,0.4,0.8-0.05, -0.1, -0.2, -0.4, -0.8 \dots

This sequence is incorrect because the values are moving away from 00 (0.05,0.1,0.2,-0.05, -0.1, -0.2, \dots), which does not help estimate the limit as h0h \to 0.

C

2,1,0,1,2,32, 1, 0, -1, -2, -3 \dots

This sequence includes 00, where the expression ah1h\frac{a^h - 1}{h} is undefined (division by zero), and subsequent terms move away from 00.

D

1,2,3,4,5,61, 2, 3, 4, 5, 6 \dots

This sequence consists of increasing integers moving away from 00, which would be used to investigate the limit as hh \to \infty, not as h0h \to 0.

Q19
2020
QCAA
Paper 1
6 marks
Q19
6 marks

A horizontal point of inflection is a point of inflection that is also a stationary point.

Determine the value/s of kk for which the graph of f(x)=ln(x)kkxx+1f(x) = \frac{\ln(x)}{k} - \frac{kx}{x+1} has only one horizontal point of inflection.

Reveal Answer

f(x)=1kx(k(x+1)kx(x+1)2)f'(x) = \frac{1}{kx} - (\frac{k(x + 1) - kx}{(x + 1)^2})
Stationary points f(x)=0f'(x) = 0

0=1kx(k(x+1)kx(x+1)2)0 = \frac{1}{kx} - (\frac{k(x + 1) - kx}{(x + 1)^2})

0=1kxk(x+1)20 = \frac{1}{kx} - \frac{k}{(x + 1)^2}

0=x2+(2k2)x+10 = x^2 + (2 - k^2)x + 1 (i)

The quadratic has real roots when discriminant 0\ge 0

(2k2)240(2 - k^2)^2 - 4 \ge 0
2k2±22 - k^2 \ge \pm 2
There is only ONE phi \therefore
2k2=±22 - k^2 = \pm 2
k=0k = 0 (not valid)
and k2=4k^2 = 4 so
k=2,2k = 2, -2
Sub into (i) to determine the x-ordinate of the stationary point.
x=1\rightarrow x = 1
For k=2k = 2
f(x)=12x2+4(x+1)3\therefore f''(x) = \frac{-1}{2x^2} + \frac{4}{(x + 1)^3}
f(1)=12+48f''(1) = \frac{-1}{2} + \frac{4}{8}
f(1)=0f''(1) = 0
For k=2k = -2
f(x)=12x24(x+1)3f''(x) = \frac{1}{2x^2} - \frac{4}{(x + 1)^3}
f(1)=1248f''(1) = \frac{1}{2} - \frac{4}{8}
f(1)=0f''(1) = 0
For each kk value, x=1x = 1 is the x-ordinate of both a stationary point (f(x)=0f'(x) = 0) and a point of inflection (f(x)=0f''(x) = 0)
There is a point of horizontal inflection at x=1x = 1 when k=±2k = \pm 2

Marking Criteria
DescriptorMarks

correctly determines the first derivative

1

correctly determines the quadratic equation to identify the stationary point/s

1

determines valid and non-valid solutions of k

1

determines x-ordinate of stationary point

1

determines values of second derivative for both values of k

1

shows logical organisation communicating key steps

1
Q15
2022
QCAA
Paper 1
4 marks
Q15
4 marks

The derivative of a function is given by f(x)=ex(x4)f'(x) = e^x(x-4).
Determine the interval on which the graph of f(x)f(x) is both decreasing and concave up.

Reveal Answer

The function is decreasing when f(x)<0f'(x) < 0 and concave up when f(x)>0f''(x) > 0
f(x)=(x4)ex<0f'(x) = (x-4)e^x < 0 when x<4x < 4

f(x)=(x4)ex+ex=ex(x3)>0f''(x) = (x-4)e^x + e^x = e^x(x-3) > 0 when x>3x > 3

Therefore, the function is decreasing and concave up when 3<x<43 < x < 4

Marking Criteria
DescriptorMarks

correctly describes conditions when the function is decreasing and concave up

1

correctly determines the interval where f(x) is decreasing

1

correctly determines the interval where f(x) is concave up

1

determines interval when function is decreasing and concave up

1
Q17
2023
QCAA
Paper 1
6 marks
Q17
6 marks

A chemical is added to the water in a swimming pool at 10:00 am to prevent algae. The amount of chemical absorbed into the water over time tt (hours) is represented by

A=10t24t3,0t123A = 10t^2 - 4t^3, \quad 0 \leq t \leq 1\frac{2}{3}

Determine the time of day when the rate of absorption of the chemical is at its maximum. Use calculus techniques to verify that your time corresponds to a maximum rate.

Reveal Answer

The rate of absorption is given by:
dAdt=20t12t2\frac{dA}{dt} = 20t - 12t^2

d2Adt2=2024t\frac{d^2A}{dt^2} = 20 - 24t

2024t=0\therefore 20 - 24t = 0
t=2024=56t = \frac{20}{24} = \frac{5}{6} hours

Verify this corresponds to a maximum rate.
Using the second derivative test, we investigate the sign of the derivative of d2Adt2\frac{d^2A}{dt^2}, i.e. d3Adt3\frac{d^3A}{dt^3}
d3Adt3=24\frac{d^3A}{dt^3} = -24
This is negative, therefore the rate of absorption is a maximum.
The time the chemical is increasing most rapidly since delivery is 56\frac{5}{6} hours.
=56×60= \frac{5}{6} \times 60
=50= 50 minutes
The required time is 10:50 am.

Marking Criteria
DescriptorMarks

Correctly determines the first derivative

1

Determines the second derivative

1

Equates the second derivative to zero

1

Determines time when second derivative is zero

1

Performs a calculus test to confirm the time corresponds to a maximum for dA/dt

1

Determines the time for maximum rate of absorption in minutes

1
Q3
2024
QCAA
Paper 2
1 mark
Q3
1 mark

The derivative of the function f(x)f(x) is given by f(x)=sin(2x)f'(x) = \sin(2x). It is known that f(π2)=4f\left(\frac{\pi}{2}\right) = 4.
Determine f(x)f(x).

A

cos(2x)+3-\cos(2x) + 3

B

cos(2x)+5\cos(2x) + 5

C

12cos(2x)+3.5-\frac{1}{2}\cos(2x) + 3.5

D

12cos(2x)+4.5\frac{1}{2}\cos(2x) + 4.5

Reveal Answer
A

cos(2x)+3-\cos(2x) + 3

This option fails to apply the reverse chain rule (u-substitution). The integral of sin(kx)\sin(kx) is 1kcos(kx)-\frac{1}{k}\cos(kx), so you must divide by the coefficient 22.

B

cos(2x)+5\cos(2x) + 5

This option uses the wrong sign for the antiderivative and misses the chain rule factor. The integral of sin(x)\sin(x) is cos(x)-\cos(x), not cos(x)\cos(x), and the result must be divided by 22.

C

12cos(2x)+3.5-\frac{1}{2}\cos(2x) + 3.5

Correct Answer

Integrating f(x)=sin(2x)f'(x) = \sin(2x) yields f(x)=12cos(2x)+Cf(x) = -\frac{1}{2}\cos(2x) + C. Using the condition f(π2)=4f(\frac{\pi}{2}) = 4, we solve 4=12cos(π)+C4 = -\frac{1}{2}\cos(\pi) + C to find C=3.5C = 3.5.

D

12cos(2x)+4.5\frac{1}{2}\cos(2x) + 4.5

This option has the wrong sign for the cosine term. Since the derivative of cos(x)\cos(x) is sin(x)-\sin(x), the antiderivative of sin(x)\sin(x) must be negative.

Q11
2024
QCAA
Paper 2
4 marks
Q11
4 marks

State the trapezoidal rule and use it with six strips to determine an approximate value of the definite integral for the curve of f(x)=4(x3)2f(x) = 4(x-3)^2 from x=0x = 0 to x=3x = 3. Show all substitutions made into the rule.

Reveal Answer

w=banw=\dfrac{b-a}{n}

=306=\dfrac{3-0}{6}

=12=\dfrac{1}{2}

A12w[f(x0)+2f(x1)+2f(x2)++2f(xn)]A\approx \dfrac{1}{2}w\left[f(x_0)+2f(x_1)+2f(x_2)+\ldots+2f(x_n)\right]

=12×12[36+2×25+2×16+2×9+2×4+2×1+0]=\dfrac{1}{2}\times \dfrac{1}{2}\left[36+2\times 25+2\times 16+2\times 9+2\times 4+2\times 1+0\right]

=36.5 units2=36.5\ \text{units}^2

Marking Criteria
DescriptorMarks

Correctly determines the rectangle width

1

Correctly states the trapezoidal rule

1

Substitutes appropriate values into the trapezoidal rule

1

Determines the approximate value of the definite integral

1
Q11
2025
QCAA
Paper 1
5 marks
Q11

Determine the following integrals.

Q11a
1 mark

1xdx\int \frac{1}{x} dx

Reveal Answer

1xdx=ln(x)+c\int \frac{1}{x} dx = \ln(x) + c
Marking Criteria
DescriptorMarks

correctly applies the integration rule

1
Q11b
1 mark

e4xdx\int e^{4x} dx

Reveal Answer

e4xdx=14e4x+c\int e^{4x} dx = \frac{1}{4}e^{4x} + c
Marking Criteria
DescriptorMarks

correctly integrates the exponential term

1
Q11c
3 marks

x(x3+8)dx\int x(x^3 + 8) dx

Reveal Answer

x(x3+8)dx=(x4+8x)dx=x55+4x2+c\begin{align*} \int x(x^3 + 8)dx &= \int (x^4 + 8x)dx\\ &= \frac{x^5}{5} + 4x^2 + c \end{align*}
Marking Criteria
DescriptorMarks

correctly expands the brackets

1

integrates the power of 4 term

1

integrates the linear term

1
Q14
2025
VCAA
Paper 2
1 mark
Q14
1 mark

Let ff be the probability density function for a continuous random variable XX, where

f(x)={ksin(x)0x<π4kcos(x)π4xπ20otherwisef(x) = \begin{cases} k\sin(x) & 0 \le x < \frac{\pi}{4} \\ k\cos(x) & \frac{\pi}{4} \le x \le \frac{\pi}{2} \\ 0 & \text{otherwise} \end{cases}

and kk is a positive real number.

The value of kk is

A

12\frac{1}{\sqrt{2}}

B

122\frac{1}{2 - \sqrt{2}}

C

2+2\sqrt{2} + 2

D

222 - \sqrt{2}

Reveal Answer
A

12\frac{1}{\sqrt{2}}

Incorrect. This value does not make the total area under the probability density function equal to 1, likely resulting from an error in evaluating the trigonometric integrals.

B

122\frac{1}{2 - \sqrt{2}}

Correct Answer

Correct. For f(x)f(x) to be a valid probability density function, its integral over all xx must equal 1. Evaluating 0π/4ksin(x)dx+π/4π/2kcos(x)dx=1\int_0^{\pi/4} k\sin(x)dx + \int_{\pi/4}^{\pi/2} k\cos(x)dx = 1 yields k(22)=1k(2 - \sqrt{2}) = 1, which gives k=122k = \frac{1}{2 - \sqrt{2}}.

C

2+2\sqrt{2} + 2

Incorrect. This might result from incorrectly rationalizing the denominator or making an arithmetic error when solving k(22)=1k(2 - \sqrt{2}) = 1.

D

222 - \sqrt{2}

Incorrect. This is the value of the integral when k=1k=1. Since the total area must be 1, kk must be the reciprocal of this value.

Q17
2024
QCAA
Paper 1
3 marks
Q17
3 marks

A community group that uses social media created a new post on the internet on a day when they had 1000 members. The rate of change in their number of members (members/day) is given by f(t)=3e0.5tf'(t) = 3e^{0.5t}, where tt represents days after the new post.
Determine the time it will take for the community group to achieve seven times the initial number of members. Express your answer in the form aln(b)a \ln(b).

Reveal Answer

7 times the members is 7000.
Let m be the time when 7000 members is reached.
The required change in members is 6000.
6000=0m3e0.5tdt6000 = \int_0^m 3e^{0.5t} dt
=[3×10.5e0.5t]0m= \left[ 3 \times \frac{1}{0.5}e^{0.5t} \right]_0^m
=[6e0.5t]0m= \left[ 6e^{0.5t} \right]_0^m
=[6e0.5m6e0]= \left[ 6e^{0.5m} - 6e^0 \right]
=[6e0.5m6]= \left[ 6e^{0.5m} - 6 \right]
6000=6e0.5m66000 = 6e^{0.5m} - 6
6006=6e0.5m6006 = 6e^{0.5m}
60066=e0.5m\frac{6006}{6} = e^{0.5m}
0.5m=ln10010.5m = \ln 1001
m=2ln1001 daysm = 2\ln 1001 \text{ days}

Marking Criteria
DescriptorMarks

Correctly uses the initial conditions to determine the increase

1

Correctly determines the integral

1

Determines the number of days required

1
Q9
2024
QCAA
Paper 1
1 mark
Q9
1 mark

At a certain location, the temperature (°C) can be modelled by the function T=5sin(π12x)+23T = 5\sin\left(\frac{\pi}{12}x\right) + 23, where xx is the number of hours after sunrise.

Determine the rate of change of temperature (°C/hour) when x=4x = 4

A

5π48\frac{5\pi}{48}

B

5π24\frac{5\pi}{24}

C

5π324\frac{5\pi\sqrt{3}}{24}

D

5π36\frac{5\pi\sqrt{3}}{6}

Reveal Answer
A

5π48\frac{5\pi}{48}

This incorrect value is half of the correct answer, which may result from a calculation error during the multiplication of fractions or evaluating the trigonometric ratio.

B

5π24\frac{5\pi}{24}

Correct Answer

The rate of change is the derivative T(x)=5π12cos(π12x)T'(x) = 5 \cdot \frac{\pi}{12}\cos\left(\frac{\pi}{12}x\right). Evaluating at x=4x=4 gives 5π12cos(π3)=5π12(12)=5π24\frac{5\pi}{12}\cos\left(\frac{\pi}{3}\right) = \frac{5\pi}{12}\left(\frac{1}{2}\right) = \frac{5\pi}{24}.

C

5π324\frac{5\pi\sqrt{3}}{24}

This answer results from evaluating sin(π3)=32\sin\left(\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2} instead of cos(π3)\cos\left(\frac{\pi}{3}\right) in the derivative, or incorrectly assuming the derivative of sine is sine.

D

5π36\frac{5\pi\sqrt{3}}{6}

This option is incorrect and likely results from misapplying the chain rule or arithmetic errors when combining the constants.

Q8
2023
QCAA
Paper 2
1 mark
Q8
1 mark

The number of koalas in a conservation park is modelled by N=15ln(7t+1)N = 15 \ln(7t + 1), t1t \geq 1, where tt represents the time (years) since the park opened. There were 20 koalas in the park when it opened.

Determine the approximate rate of change in the number of koalas when t=3t = 3.

A

46

B

26

C

25

D

5

Reveal Answer
A

46

This is the value of the function N(3)=15ln(22)46N(3) = 15 \ln(22) \approx 46. This represents the number of koalas (or the population increase) at year 3, rather than the rate at which the population is changing.

B

26

This value appears to be the result of calculating N(3)2026N(3) - 20 \approx 26. This subtracts the initial population from the model's value at t=3t=3, which does not represent the instantaneous rate of change.

C

25

This is an incorrect value. It does not correspond to the derivative at t=3t=3 or the function value, likely resulting from a calculation error.

D

5

Correct Answer

The rate of change is found by taking the derivative dNdt\frac{dN}{dt}. Using the chain rule, dNdt=1517t+17=1057t+1\frac{dN}{dt} = 15 \cdot \frac{1}{7t+1} \cdot 7 = \frac{105}{7t+1}. Evaluating at t=3t=3 gives 105224.77\frac{105}{22} \approx 4.77, which rounds to 5.

Q11
2024
QCAA
Paper 1
6 marks
Q11a
2 marks

Determine the second derivative of y=x33x2y = x^3 - 3x^2.

Reveal Answer

y=x33x2y = x^3 - 3x^2
dydx=3x26x\frac{dy}{dx} = 3x^2 - 6x
d2xdy2=6x6\frac{d^2x}{dy^2} = 6x - 6

Marking Criteria
DescriptorMarks

Correctly determines the first derivative

1

Determines the second derivative

1
Q11b
1 mark

Use your result from Question 11a) to calculate the value of the second derivative when x=1x = -1.

Reveal Answer

d2ydx2=6x6\frac{d^2y}{dx^2} = 6x - 6
When x=1x = -1
d2ydx2=6×16\frac{d^2y}{dx^2} = 6 \times -1 - 6
=12= -12

Marking Criteria
DescriptorMarks

Determines the value of the second derivative

1
Q11c
3 marks

Determine the xx- and yy-coordinates of the point on the graph of y=x33x2y = x^3 - 3x^2 for which the rate of change of the first derivative is zero.

Reveal Answer

d2ydx2=0\frac{d^2y}{dx^2} = 0
6x6=06x - 6 = 0
6x=66x = 6
x=1x = 1
Substitute into the graph equation:
y=(1)33(1)2y = (1)^3 - 3(1)^2
y=2y = -2
Coordinates are (1,2)(1, -2).

Marking Criteria
DescriptorMarks

Equates the second derivative to zero

1

Determines the x-coordinate of the point

1

Determines the y-coordinate of the point

1
Q18
2021
QCAA
Paper 2
3 marks
Q18
3 marks

The number of animals in a population (in thousands) is modelled by the function PP such that
P(t)=1001+4et, where t is in years.P(t) = \frac{100}{1+4e^{-t}}, \text{ where } t \text{ is in years.}
Determine the number of animals in the population when the population is growing the fastest.

Reveal Answer

The population is increasing most rapidly at the maximum value of P(t)P'(t)
t=1.386t = 1.386
P(1.386)49.993\therefore P(1.386) \approx 49.993
There are approximately 50 000.

Marking Criteria
DescriptorMarks

Correctly identifies the conditions for the most rapid increase

1

Determines when population growing the fastest

1

Determines population at this time

1
Q1
2025
QCAA
Paper 2
1 mark
Q1
1 mark

Determine 10.4x3dx\int 10.4x^3 \, dx

A

2.6x4+c2.6x^4 + c

B

6.4x4+c6.4x^4 + c

C

14.4x4+c14.4x^4 + c

D

41.6x4+c41.6x^4 + c

Reveal Answer
A

2.6x4+c2.6x^4 + c

Correct Answer

Correct. Using the power rule for integration, we increase the exponent by 1 and divide the coefficient by the new exponent: 10.43+1x3+1+c=2.6x4+c\frac{10.4}{3+1}x^{3+1} + c = 2.6x^4 + c.

B

6.4x4+c6.4x^4 + c

Incorrect. This option incorrectly subtracts the new exponent (4) from the coefficient 10.4 instead of dividing by it.

C

14.4x4+c14.4x^4 + c

Incorrect. This option incorrectly adds the new exponent (4) to the coefficient 10.4 instead of dividing by it.

D

41.6x4+c41.6x^4 + c

Incorrect. This option incorrectly multiplies the coefficient 10.4 by the new exponent (4) instead of dividing by it, confusing the integration rule with the differentiation rule.

Q14
2022
QCAA
Paper 1
6 marks
Q14

The rate that water fills an empty vessel is given by dVdt=0.25e0.25t\frac{dV}{dt} = 0.25e^{0.25t} (in litres per hour), 0t8ln(6)0 \le t \le 8\ln(6), where tt is time (in hours).

Q14a
2 marks

Determine the function that represents the volume of water in the vessel (in litres).

Reveal Answer

V=0.25e0.25tdtV = \int 0.25e^{0.25t} dt
=e0.25t+c= e^{0.25t} + c
when t=0,V=0t = 0, V = 0
0=e0.25×0+c\therefore 0 = e^{0.25 \times 0} + c
c=1\therefore c = -1
V=e0.25t1\therefore V = e^{0.25t} - 1

Marking Criteria
DescriptorMarks

correctly determines the integral of the function V(t)

1

determines the value of c

1
Q14b
2 marks

The vessel is full when t=8ln(6)t = 8\ln(6). Determine the volume of water, to the nearest litre, the vessel can hold when full.

Reveal Answer

V(8ln(6))=e0.25×8ln(6)1V(8\ln(6)) = e^{0.25 \times 8 \ln(6)} - 1
=361= 36 - 1

=35= 35 litres

Marking Criteria
DescriptorMarks

determines the simplified exponential term

1

determines number of litres

1
Q14c
2 marks

Use information from the table and the trapezoidal rule to determine the approximate volume of water in the vessel after three hours.

ttdVdt\frac{dV}{dt}
00.25
10.32
20.41
30.53
Reveal Answer

Using trapezoidal rule
Volume after 3 hours =12(0.25+0.53+2(0.32+0.41))= \frac{1}{2}(0.25+0.53+2(0.32+0.41))

Volume after 3 hours =1.12= 1.12 litres

Marking Criteria
DescriptorMarks

establishes expression for approximate number of litres of water in vessel after 3 hours

1

determines approximate number of litres

1

Frequently Asked Questions

How many VCAA Mathematical Methods questions cover Calculus?
AusGrader has 299 VCAA Mathematical Methods questions on Calculus, all with instant AI grading and detailed marking feedback.

Ready to practise VCAA Mathematical Methods?

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

Start Practising Free