Find dxd(3x2−5)4.
View Answer & Explanation
24x(3x2−5)3
Using the chain rule (function of a function), let u=3x2−5, meaning y=u4. We find dudy=4u3 and dxdu=6x. Multiplying these gives dxdy=4(3x2−5)3×6x=24x(3x2−5)3.
Subject: Further Mathematics | Level: Senior Secondary (WASSCE)
This module focuses on the mathematics of continuous change. It is heavily tested in Paper 2 and requires mastery of limits, derivatives, and integrals.
Key Topics:
Take this exam in our timed interactive simulator to track your performance and get detailed analytics.
Find dxd(3x2−5)4.
24x(3x2−5)3
Using the chain rule (function of a function), let u=3x2−5, meaning y=u4. We find dudy=4u3 and dxdu=6x. Multiplying these gives dxdy=4(3x2−5)3×6x=24x(3x2−5)3.
If x2+y2=25, find dxdy.
−yx
Differentiate both sides with respect to x to get 2x+2ydxdy=0. Rearranging to solve for dxdy gives 2ydxdy=−2x, which simplifies to dxdy=−yx.
A spherical balloon is deflating such that its volume decreases at a constant rate of 10 cm3/s. Find the rate of change of its radius when the radius is 5 cm.
−10π1 cm/s
The volume of a sphere is V=34πr3. Differentiating gives drdV=4πr2. Using the chain rule, dtdV=drdV×dtdr. Given dtdV=−10 (decreasing) and r=5, we have −10=4π(5)2×dtdr⟹−10=100π×dtdr. Thus, dtdr=−10π1 cm/s.
Evaluate ∫(4x3−6x)dx.
x4−3x2+C
Integrate each term using the power rule ∫xndx=n+1xn+1+C. ∫4x3dx=x4 and ∫−6xdx=−3x2. Adding the constant of integration yields x4−3x2+C.
Differentiate y=x−12x with respect to x.
(x−1)2−2
Using the quotient rule v2vu′−uv′, let u=2x and v=x−1. Then u′=2 and v′=1. The derivative is (x−1)2(x−1)(2)−(2x)(1)=(x−1)22x−2−2x=(x−1)2−2.
Evaluate ∫xx2+1dx.
31(x2+1)3/2+C
Let u=x2+1. Then du=2xdx, which implies xdx=21du. Substituting gives ∫21u1/2du. Integrating yields 21(3/2u3/2)+C=31u3/2+C. Substituting back u results in 31(x2+1)3/2+C.
Evaluate ∫123x2dx.
7
The anti-derivative of 3x2 is x3. Evaluating this from x=1 to x=2 gives [23]−[13]=8−1=7.
Find the gradient of the tangent to the curve y=x3−2x2+x at the point where x=2.
5
The gradient is given by dxdy. Differentiating gives dxdy=3x2−4x+1. Substituting x=2, we get 3(2)2−4(2)+1=12−8+1=5.
Find the x-coordinates of the turning points of y=31x3−x2−3x+4 and determine their nature.
x=3 is a minimum, x=−1 is a maximum
Find turning points where dxdy=0. dxdy=x2−2x−3=(x−3)(x+1)=0, so x=3 and x=−1. The second derivative is dx2d2y=2x−2. At x=3, 2(3)−2=4>0 (Minimum). At x=−1, 2(−1)−2=−4<0 (Maximum).
If y=sinx+cosx, find dxdy.
cosx−sinx
The derivative of sinx is cosx, and the derivative of cosx is −sinx. Therefore, dxdy=cosx−sinx.