Secondary 2 Mathematics Quiz - Calculus (Answer Key)
1. Given y=5x3−2x+7, find dxdy.
Answer: dxdy=15x2−2
Working:
Apply the power rule dxd(axn)=anxn−1.
dxd(5x3)=5×3x2=15x2
dxd(−2x)=−2
dxd(7)=0
Marks: [2] (1 for 15x2, 1 for −2)
2. Find the gradient of y=x2−4x+1 at x=3.
Answer: 2
Working:
dxdy=2x−4
At x=3, Gradient =2(3)−4=6−4=2.
Marks: [2] (1 for derivative, 1 for substitution)
3. s=2t3−5t. Find velocity at t=2.
Answer: 19 m/s
Working:
Velocity v=dtds=6t2−5.
At t=2, v=6(2)2−5=6(4)−5=24−5=19.
Marks: [2] (1 for derivative, 1 for value)
4. Is y=3x2+1 increasing or decreasing at x=−1?
Answer: Decreasing
Working:
dxdy=6x.
At x=−1, dxdy=6(−1)=−6.
Since the gradient is negative (−6<0), the function is decreasing.
Marks: [2] (1 for gradient value, 1 for conclusion)
5. Find ∫(6x2−4)dx.
Answer: 2x3−4x+C
Working:
Apply the power rule for integration ∫xndx=n+1xn+1.
∫6x2dx=63x3=2x3
∫−4dx=−4x
Add the constant of integration C.
Marks: [2] (1 for 2x3−4x, 1 for +C)
6. y=x3−3x2.
(a) Find dxdy.
(b) Find coordinates of stationary points.
Answer:
(a) dxdy=3x2−6x
(b) (0,0) and (2,−4)
Working:
(a) Differentiate term by term.
(b) At stationary points, dxdy=0.
3x2−6x=0
3x(x−2)=0
x=0 or x=2.
When x=0, y=03−3(0)2=0. Point: (0,0).
When x=2, y=23−3(2)2=8−12=−4. Point: (2,−4).
Marks: [4] (1 for derivative, 1 for solving x, 2 for correct coordinates)
7. Rectangle length x, width (10−x).
(a) Expression for Area A.
(b) Value of x for max area.
(c) Maximum area.
Answer:
(a) A=10x−x2
(b) x=5
(c) 25 cm2
Working:
(a) A=length×width=x(10−x)=10x−x2.
(b) dxdA=10−2x. For maximum, dxdA=0⇒10−2x=0⇒2x=10⇒x=5.
(c) Amax=5(10−5)=5(5)=25.
Marks: [4] (1 for expression, 1 for x, 1 for method, 1 for final area)
8. Equation of tangent to y=x2+2x at x=1.
Answer: y=4x−1
Working:
- Find y-coordinate: y(1)=12+2(1)=3. Point (1,3).
- Find gradient: dxdy=2x+2. At x=1, m=2(1)+2=4.
- Equation: y−y1=m(x−x1)⇒y−3=4(x−1).
y=4x−4+3⇒y=4x−1.
Marks: [3] (1 for point, 1 for gradient, 1 for equation)
9. h=20t−5t2.
(a) Initial velocity.
(b) Maximum height.
Answer:
(a) 20 m/s
(b) 20 m
Working:
(a) v=dtdh=20−10t. At t=0, v=20.
(b) Max height occurs when v=0.
20−10t=0⇒t=2 s.
h(2)=20(2)−5(2)2=40−20=20 m.
Marks: [3] (1 for (a), 2 for (b))
10. C=0.01x2+5x+100.
(a) Marginal cost dxdC.
(b) Estimate cost of 51st item.
Answer:
(a) dxdC=0.02x+5
(b) \6.00∗∗Working:∗∗(a)DifferentiateCwithrespecttox.(b)Toestimatethecostofthe51stitem,evaluatemarginalcostatx = 50.\frac{dC}{dx} \bigg|_{x=50} = 0.02(50) + 5 = 1 + 5 = 6$.
Marks: [2] (1 for derivative, 1 for answer)
11. Evaluate ∫13(2x+1)dx.
Answer: 10
Working:
∫(2x+1)dx=x2+x.
Evaluate from 1 to 3:
[32+3]−[12+1]=(9+3)−(1+1)=12−2=10.
Marks: [2] (1 for integration/substitution, 1 for final answer)
12. Area bounded by y=x2, x-axis, x=0,x=2.
Answer: 38 or 2.67
Working:
Area =∫02x2dx=[3x3]02.
=323−303=38.
Marks: [2] (1 for evaluation, 1 for answer)
13. dxdy=4x−3, passes through (1,5). Find y.
Answer: y=2x2−3x+6
Working:
Integrate: y=∫(4x−3)dx=2x2−3x+C.
Substitute (1,5):
5=2(1)2−3(1)+C
5=2−3+C
5=−1+C⇒C=6.
Equation: y=2x2−3x+6.
Marks: [2] (1 for integration/finding C, 1 for final equation)
14. dtdh=2t+1, h(0)=10. Find h(3).
Answer: 22 cm
Working:
h(t)=∫(2t+1)dt=t2+t+C.
At t=0,h=10⇒10=0+0+C⇒C=10.
h(t)=t2+t+10.
At t=3: h(3)=32+3+10=9+3+10=22.
Marks: [2] (1 for integration/C, 1 for final value)
15. Geometric meaning of ∫abf(x)dx when f(x)>0.
Answer: It represents the area under the curve y=f(x) bounded by the x-axis and the vertical lines x=a and x=b.
Marks: [2] (1 for "area under curve", 1 for specifying boundaries)
16. Given y=x1, find dxdy when x=2.
Answer: −41 or −0.25
Working:
y=x−1.
dxdy=−1⋅x−2=−x21.
At x=2, dxdy=−221=−41.
Marks: [1]
17. If ∫f(x)dx=x3+2x+C, find f(x).
Answer: f(x)=3x2+2
Working:
Differentiate the result of the integration.
dxd(x3+2x+C)=3x2+2.
Marks: [1]
18. Curve has dxdy=6x and passes through (0,0). Find equation.
Answer: y=3x2
Working:
y=∫6xdx=3x2+C.
At (0,0), 0=3(0)2+C⇒C=0.
y=3x2.
Marks: [1]
19. State the value of ∫053dx.
Answer: 15
Working:
∫053dx=[3x]05=3(5)−3(0)=15.
(Geometrically: Area of rectangle width 5, height 3).
Marks: [1]
20. True or False: If dxdy>0 for all x in an interval, then y is increasing in that interval.
Answer: True
Justification: A positive derivative indicates a positive gradient, which means the function values rise as x increases.
Marks: [2] (1 for True, 1 for justification)