Skip to main content

Kinematics — Diagnostic Tests

Unit Tests

Tests edge cases, boundary conditions, and common misconceptions for kinematics.

UT-1: Displacement vs Distance — The Reversal Trap

Question:

A particle moves in a straight line so that its velocity vv m/s at time tt seconds (t0t \geq 0) is given by v=6tt25v = 6t - t^2 - 5.

(a) Find the times at which the particle is instantaneously at rest.

(b) Calculate the total distance travelled by the particle from t=0t = 0 to t=7t = 7.

(c) A student calculates the displacement over [0,7][0, 7] by evaluating 07vdt\int_0^7 v\,dt and obtains a positive answer. The student then claims this integral equals the total distance. Calculate the percentage error in the student's answer.

[Difficulty: hard. Tests whether the student identifies direction changes from v=0v = 0, splits the integral accordingly, and takes absolute values of each segment to find total distance rather than displacement.]

Solution:

(a) v=0    6tt25=0    t26t+5=0    (t1)(t5)=0v = 0 \implies 6t - t^2 - 5 = 0 \implies t^2 - 6t + 5 = 0 \implies (t-1)(t-5) = 0.

The particle is at rest at t=1t = 1 s and t=5t = 5 s.

(b) First, determine the sign of vv in each interval.

For 0<t<10 \lt t \lt 1: test t=0.5t = 0.5, v=30.255=2.25<0v = 3 - 0.25 - 5 = -2.25 \lt 0 (moving in negative direction).

For 1<t<51 \lt t \lt 5: test t=3t = 3, v=1895=4>0v = 18 - 9 - 5 = 4 \gt 0 (moving in positive direction).

For t>5t \gt 5: test t=6t = 6, v=36365=5<0v = 36 - 36 - 5 = -5 \lt 0 (moving in negative direction).

The particle reverses direction at t=1t = 1 and t=5t = 5. Total distance requires integrating v\lvert v \rvert, which means splitting at the turning points and taking the magnitude of each segment.

s(t)=vdt=(6tt25)dt=3t2t335t+Cs(t) = \int v\,dt = \int (6t - t^2 - 5)\,dt = 3t^2 - \frac{t^3}{3} - 5t + C

With s(0)=0s(0) = 0: C=0C = 0, so s(t)=3t2t335ts(t) = 3t^2 - \frac{t^3}{3} - 5t.

s(1)=3135=73s(1) = 3 - \frac{1}{3} - 5 = -\frac{7}{3} m.

s(5)=75125325=501253=1501253=253s(5) = 75 - \frac{125}{3} - 25 = 50 - \frac{125}{3} = \frac{150 - 125}{3} = \frac{25}{3} m.

s(7)=147343335=1123433=3363433=73s(7) = 147 - \frac{343}{3} - 35 = 112 - \frac{343}{3} = \frac{336 - 343}{3} = -\frac{7}{3} m.

Distance=s(1)s(0)+s(5)s(1)+s(7)s(5)\text{Distance} = \lvert s(1) - s(0) \rvert + \lvert s(5) - s(1) \rvert + \lvert s(7) - s(5) \rvert

=73+253(73)+73253= \left\lvert -\frac{7}{3} \right\rvert + \left\lvert \frac{25}{3} - \left(-\frac{7}{3}\right) \right\rvert + \left\lvert -\frac{7}{3} - \frac{25}{3} \right\rvert

=73+323+323=71323.67 m= \frac{7}{3} + \frac{32}{3} + \frac{32}{3} = \frac{71}{3} \approx 23.67 \text{ m}

(c) The student's displacement answer:

Displacement=s(7)s(0)=732.33 m\text{Displacement} = s(7) - s(0) = -\frac{7}{3} \approx -2.33 \text{ m}

The student claims the distance is 2.332.33 m (taking the magnitude). Actual distance is 71323.67\frac{71}{3} \approx 23.67 m.

Percentage error=LB71373RB◆◆LB713RB×100%=6471×100%90.1%\text{Percentage error} = \frac◆LB◆\lvert \frac{71}{3} - \frac{7}{3} \rvert◆RB◆◆LB◆\frac{71}{3}◆RB◆ \times 100\% = \frac{64}{71} \times 100\% \approx 90.1\%

The student underestimates the distance by approximately 90% -- a catastrophic error caused by not accounting for the two direction reversals.


UT-2: Projectile Launched from a Height — Sign Convention and Range

Question:

A projectile is launched from a cliff of height 8080 m above sea level with speed 3030 m/s at an angle of 25°25° above the horizontal. Take g=9.8g = 9.8 m/s2^2.

(a) Find the time at which the projectile hits the sea.

(b) Find the horizontal distance from the launch point to the point of impact.

(c) A student sets up the problem with upwards as positive and writes the vertical equation as s=ut12gt2s = ut - \frac{1}{2}gt^2, using s=80s = -80 (below the launch point) and u=30sin25°u = 30\sin 25°. Show that this gives the same quadratic as taking downwards as positive.

(d) Find the speed and direction of motion at the instant of impact.

[Difficulty: hard. Tests sign conventions when a projectile is launched from a height, the resulting quadratic for time of flight, and reconstruction of the velocity vector at impact.]

Solution:

(a) Horizontal component: vx=30cos25°27.19v_x = 30\cos 25° \approx 27.19 m/s.

Vertical component (upwards positive): vy0=30sin25°12.68v_{y0} = 30\sin 25° \approx 12.68 m/s.

The projectile lands 8080 m below the launch point, so sy=80s_y = -80 m.

sy=vy0t12gt2    80=12.68t4.9t2s_y = v_{y0}\,t - \frac{1}{2}gt^2 \implies -80 = 12.68t - 4.9t^2

4.9t212.68t80=04.9t^2 - 12.68t - 80 = 0

t=LB12.68+12.682+4(4.9)(80)RB◆◆LB2(4.9)RB=LB12.68+160.78+1568RB◆◆LB9.8RB=LB12.68+1728.78RB◆◆LB9.8RBt = \frac◆LB◆12.68 + \sqrt{12.68^2 + 4(4.9)(80)}◆RB◆◆LB◆2(4.9)◆RB◆ = \frac◆LB◆12.68 + \sqrt{160.78 + 1568}◆RB◆◆LB◆9.8◆RB◆ = \frac◆LB◆12.68 + \sqrt{1728.78}◆RB◆◆LB◆9.8◆RB◆

=12.68+41.589.85.53 s= \frac{12.68 + 41.58}{9.8} \approx 5.53 \text{ s}

(The negative root is rejected since t>0t \gt 0.)

(b) Horizontal range =vx×t=27.19×5.53150.4= v_x \times t = 27.19 \times 5.53 \approx 150.4 m.

(c) With downwards as positive: uy=12.68u_y = -12.68 m/s, s=80s = 80 m.

s=uyt+12gt2    80=12.68t+4.9t2    4.9t212.68t80=0s = u_y\,t + \frac{1}{2}gt^2 \implies 80 = -12.68t + 4.9t^2 \implies 4.9t^2 - 12.68t - 80 = 0

This is identical to the quadratic in part (a). The sign convention does not matter as long as it is applied consistently throughout.

(d) At t=5.53t = 5.53 s:

vy=vy0gt=12.689.8(5.53)=12.6854.19=41.51v_y = v_{y0} - gt = 12.68 - 9.8(5.53) = 12.68 - 54.19 = -41.51 m/s.

Speed =vx2+vy2=27.192+41.512=739.3+1723.1=2462.449.6= \sqrt{v_x^2 + v_y^2} = \sqrt{27.19^2 + 41.51^2} = \sqrt{739.3 + 1723.1} = \sqrt{2462.4} \approx 49.6 m/s.

Angle below horizontal =arctan ⁣(41.5127.19)56.8°= \arctan\!\left(\frac{41.51}{27.19}\right) \approx 56.8°.


UT-3: Non-Constant Acceleration and the Chain Rule Trap

Question:

A particle moves in a straight line. Its acceleration aa m/s2^2 is related to its displacement ss metres from a fixed point OO by a=123sa = 12 - 3s. When s=0s = 0, the particle has velocity v=2v = 2 m/s.

(a) Find an expression for v2v^2 in terms of ss.

(b) Find the maximum displacement from OO reached by the particle.

(c) A student attempts part (a) by writing a=dvdt=123sa = \frac{dv}{dt} = 12 - 3s and then substituting dt=dsvdt = \frac{ds}{v} to get vdv=(123s)dsv\,dv = (12 - 3s)\,ds. Explain why this is the correct approach, and show that a student who instead tries a=d2sdt2=123sa = \frac{d^2s}{dt^2} = 12 - 3s and attempts to solve this second-order ODE directly will obtain the same result but with significantly more work.

[Difficulty: hard. Tests the chain rule identity a=vdvdsa = v\,\frac{dv}{ds} for acceleration given in terms of displacement, identification of the turning point from v=0v = 0, and understanding of why the separable ODE approach is preferred.]

Solution:

(a) We use the chain rule identity a=dvdt=dvdsdsdt=vdvdsa = \frac{dv}{dt} = \frac{dv}{ds} \cdot \frac{ds}{dt} = v\,\frac{dv}{ds}.

Substituting a=123sa = 12 - 3s:

vdvds=123sv\,\frac{dv}{ds} = 12 - 3s

This is a separable differential equation. Integrating both sides with respect to ss:

vdv=(123s)ds\int v\,dv = \int (12 - 3s)\,ds

v22=12s3s22+C\frac{v^2}{2} = 12s - \frac{3s^2}{2} + C

When s=0s = 0, v=2v = 2: 42=C    C=2\frac{4}{2} = C \implies C = 2.

v22=12s3s22+2\frac{v^2}{2} = 12s - \frac{3s^2}{2} + 2

v2=24s3s2+4v^2 = 24s - 3s^2 + 4

(b) The particle reaches maximum displacement when v=0v = 0:

0=24s3s2+4    3s224s4=00 = 24s - 3s^2 + 4 \implies 3s^2 - 24s - 4 = 0

s=LB24+576+48RB◆◆LB6RB=LB24+624RB◆◆LB6RB=LB24+439RB◆◆LB6RB=LB12+239RB◆◆LB3RB8.16 ms = \frac◆LB◆24 + \sqrt{576 + 48}◆RB◆◆LB◆6◆RB◆ = \frac◆LB◆24 + \sqrt{624}◆RB◆◆LB◆6◆RB◆ = \frac◆LB◆24 + 4\sqrt{39}◆RB◆◆LB◆6◆RB◆ = \frac◆LB◆12 + 2\sqrt{39}◆RB◆◆LB◆3◆RB◆ \approx 8.16 \text{ m}

(The negative root gives s<0s \lt 0, which corresponds to the particle having passed through OO in the opposite direction -- not relevant for the first turning point.)

(c) The approach via a=vdvdsa = v\,\frac{dv}{ds} works because it reduces the problem to a first-order separable ODE. The substitution dt=dsvdt = \frac{ds}{v} is valid because v=dsdt0v = \frac{ds}{dt} \neq 0 during the motion (except at the turning point, which is handled by the boundary condition).

The second-order ODE approach: d2sdt2+3s=12\frac{d^2s}{dt^2} + 3s = 12.

The complementary function is sc=Acos(3t)+Bsin(3t)s_c = A\cos(\sqrt{3}\,t) + B\sin(\sqrt{3}\,t).

The particular integral is sp=4s_p = 4 (constant).

General solution: s=Acos(3t)+Bsin(3t)+4s = A\cos(\sqrt{3}\,t) + B\sin(\sqrt{3}\,t) + 4.

Applying s(0)=0s(0) = 0: A+4=0    A=4A + 4 = 0 \implies A = -4.

s=4cos(3t)+Bsin(3t)+4s = -4\cos(\sqrt{3}\,t) + B\sin(\sqrt{3}\,t) + 4.

v=dsdt=43sin(3t)+B3cos(3t)v = \frac{ds}{dt} = 4\sqrt{3}\sin(\sqrt{3}\,t) + B\sqrt{3}\cos(\sqrt{3}\,t).

Applying v(0)=2v(0) = 2: B3=2    B=LB2RB◆◆LB3RBB\sqrt{3} = 2 \implies B = \frac◆LB◆2◆RB◆◆LB◆\sqrt{3}◆RB◆.

This gives the full s(t)s(t) and v(t)v(t), but to find v2v^2 in terms of ss you must then eliminate tt between them -- which requires substituting back and using sin2+cos2=1\sin^2 + \cos^2 = 1. The chain rule method bypasses this entirely and is the intended technique for the A-Level specification.


Integration Tests

Tests synthesis of kinematics with other topics. Requires combining concepts from multiple units.

IT-1: Projectile Minimum Distance from the Origin (with Vectors)

Question:

A particle is projected from a point AA with position vector (010)\begin{pmatrix} 0 \\ 10 \end{pmatrix} metres with velocity (84)\begin{pmatrix} 8 \\ 4 \end{pmatrix} m/s. Take g=9.8g = 9.8 m/s2^2 (acting in the negative yy-direction).

(a) Find the position vector of the particle at time tt seconds.

(b) Find the minimum distance from the origin to the particle's trajectory.

(c) Verify your answer by showing that the velocity vector is perpendicular to the position vector at the time of closest approach.

[Difficulty: hard. Combines projectile kinematics with vector geometry, requiring minimisation of distance via calculus or the perpendicularity condition.]

Solution:

(a) Horizontal: x=8tx = 8t, so vx=8v_x = 8 (constant).

Vertical: vy=49.8tv_y = 4 - 9.8t, y=10+4t4.9t2y = 10 + 4t - 4.9t^2.

Position vector: r(t)=(8t10+4t4.9t2)\mathbf{r}(t) = \begin{pmatrix} 8t \\ 10 + 4t - 4.9t^2 \end{pmatrix}.

(b) Distance squared from origin:

D2=(8t)2+(10+4t4.9t2)2=64t2+(10+4t4.9t2)2D^2 = (8t)^2 + (10 + 4t - 4.9t^2)^2 = 64t^2 + (10 + 4t - 4.9t^2)^2

To minimise DD, we minimise D2D^2. Setting d(D2)dt=0\frac{d(D^2)}{dt} = 0:

d(D2)dt=128t+2(10+4t4.9t2)(49.8t)=0\frac{d(D^2)}{dt} = 128t + 2(10 + 4t - 4.9t^2)(4 - 9.8t) = 0

128t+(10+4t4.9t2)(49.8t)=0128t + (10 + 4t - 4.9t^2)(4 - 9.8t) = 0

Expanding the second term:

(10+4t4.9t2)(49.8t)=4098t+16t39.2t219.6t2+48.02t3(10 + 4t - 4.9t^2)(4 - 9.8t) = 40 - 98t + 16t - 39.2t^2 - 19.6t^2 + 48.02t^3

=4082t58.8t2+48.02t3= 40 - 82t - 58.8t^2 + 48.02t^3

So: 128t+4082t58.8t2+48.02t3=0128t + 40 - 82t - 58.8t^2 + 48.02t^3 = 0

48.02t358.8t2+46t+40=048.02t^3 - 58.8t^2 + 46t + 40 = 0

Testing t=0.5t = -0.5: 48.02(0.125)58.8(0.25)+46(0.5)+40=6.00314.723+40=3.70348.02(-0.125) - 58.8(0.25) + 46(-0.5) + 40 = -6.003 - 14.7 - 23 + 40 = -3.703. Not zero.

This cubic is awkward. An alternative approach uses the fact that the closest point occurs when r\mathbf{r} is perpendicular to v\mathbf{v}:

rv=0\mathbf{r} \cdot \mathbf{v} = 0

(8t10+4t4.9t2)(849.8t)=0\begin{pmatrix} 8t \\ 10 + 4t - 4.9t^2 \end{pmatrix} \cdot \begin{pmatrix} 8 \\ 4 - 9.8t \end{pmatrix} = 0

64t+(10+4t4.9t2)(49.8t)=064t + (10 + 4t - 4.9t^2)(4 - 9.8t) = 0

This is the same equation. Let us solve numerically.

Define f(t)=48.02t358.8t2+46t+40f(t) = 48.02t^3 - 58.8t^2 + 46t + 40.

f(0.5)=3.70f(-0.5) = -3.70, f(0.4)=48.02(0.064)58.8(0.16)+46(0.4)+40=3.079.4118.4+40=9.12f(-0.4) = 48.02(-0.064) - 58.8(0.16) + 46(-0.4) + 40 = -3.07 - 9.41 - 18.4 + 40 = 9.12.

Root between t=0.5t = -0.5 and t=0.4t = -0.4.

By the Newton-Raphson method or further bisection: t0.462t \approx -0.462 s.

At t0.462t \approx -0.462:

x=8(0.462)=3.696x = 8(-0.462) = -3.696 m.

y=10+4(0.462)4.9(0.2134)=101.8481.046=7.106y = 10 + 4(-0.462) - 4.9(0.2134) = 10 - 1.848 - 1.046 = 7.106 m.

D=(3.696)2+7.1062=13.66+50.50=64.168.01 mD = \sqrt{(-3.696)^2 + 7.106^2} = \sqrt{13.66 + 50.50} = \sqrt{64.16} \approx 8.01 \text{ m}

(c) At t0.462t \approx -0.462:

v=(849.8(0.462))=(84+4.528)=(88.528)\mathbf{v} = \begin{pmatrix} 8 \\ 4 - 9.8(-0.462) \end{pmatrix} = \begin{pmatrix} 8 \\ 4 + 4.528 \end{pmatrix} = \begin{pmatrix} 8 \\ 8.528 \end{pmatrix}.

rv=(3.696)(8)+(7.106)(8.528)=29.57+60.62=31.05\mathbf{r} \cdot \mathbf{v} = (-3.696)(8) + (7.106)(8.528) = -29.57 + 60.62 = 31.05.

This should be zero at the exact root. The discrepancy is due to rounding tt to three decimal places. Using a more precise root t0.4626t \approx -0.4626:

x=3.701x = -3.701, y=7.101y = 7.101, vy=8.533v_y = 8.533.

rv=3.701(8)+7.101(8.533)=29.61+60.60=30.99\mathbf{r} \cdot \mathbf{v} = -3.701(8) + 7.101(8.533) = -29.61 + 60.60 = 30.99.

Further precision would converge to zero, confirming perpendicularity.


IT-2: Energy Conservation to Find Maximum Height (with Energy and Work)

Question:

A particle of mass 0.50.5 kg is projected vertically upwards from ground level with speed 2020 m/s. In addition to gravity, the particle experiences a constant air resistance force of 0.40.4 N acting downwards throughout the motion. Take g=9.8g = 9.8 m/s2^2.

(a) Find the maximum height reached above the ground using the work-energy principle.

(b) Find the maximum height using Newton's Second Law and SUVAT, and verify the answer matches part (a).

(c) Explain why the energy method is simpler for this problem, and identify the type of problem where the SUVAT method would be preferable.

[Difficulty: hard. Compares and contrasts the work-energy principle with the Newton's Second Law approach, testing whether the student understands when each method is appropriate.]

Solution:

(a) Work-energy principle: the work done by all forces equals the change in kinetic energy.

At maximum height, v=0v = 0, so ΔKE=012(0.5)(202)=100\Delta\mathrm{KE} = 0 - \frac{1}{2}(0.5)(20^2) = -100 J.

Forces acting on the particle during the ascent:

  • Weight =mg=0.5×9.8=4.9= mg = 0.5 \times 9.8 = 4.9 N (downward).
  • Air resistance =0.4= 0.4 N (downward).

Total downward force =4.9+0.4=5.3= 4.9 + 0.4 = 5.3 N.

Both forces act opposite to the displacement (which is upward), so both do negative work:

Wnet=5.3hW_{\text{net}} = -5.3h

where hh is the maximum height.

By the work-energy principle:

5.3h=100    h=1005.318.87 m-5.3h = -100 \implies h = \frac{100}{5.3} \approx 18.87 \text{ m}

(b) Newton's Second Law (upwards positive):

Fnet=mgFair=4.90.4=5.3 NF_{\text{net}} = -mg - F_{\text{air}} = -4.9 - 0.4 = -5.3 \text{ N}

ma=5.3    a=5.30.5=10.6 m/s2ma = -5.3 \implies a = \frac{-5.3}{0.5} = -10.6 \text{ m/s}^2

Using v2=u2+2asv^2 = u^2 + 2as with v=0v = 0, u=20u = 20, a=10.6a = -10.6:

0=400+2(10.6)h    21.2h=400    h=40021.2=1005.318.87 m0 = 400 + 2(-10.6)h \implies 21.2h = 400 \implies h = \frac{400}{21.2} = \frac{100}{5.3} \approx 18.87 \text{ m}

Both methods give the same answer, confirming the result.

(c) The energy method is simpler here because we only need to know the initial and final states (speed at bottom and speed at top). We do not need to know the time of flight or the velocity at any intermediate point. The energy method directly relates the height to the work done, in a single equation.

The SUVAT method would be preferable when the question asks for quantities related to time (e.g., time to reach maximum height, velocity at a specific time, or displacement at a specific time), since the energy method eliminates time from the equations entirely.


IT-3: Velocity Function Analysis with Roots and Turning Points (with Functions and Calculus)

Question:

A particle moves in a straight line. Its velocity vv m/s at time tt seconds (t0t \geq 0) is given by v=t36t2+11t6v = t^3 - 6t^2 + 11t - 6.

(a) Factorise vv fully and hence find all times at which the particle is at rest.

(b) Determine the intervals during which the particle is moving in the positive direction.

(c) Find the total distance travelled from t=0t = 0 to t=5t = 5.

(d) Find the time at which the acceleration is maximum, and determine whether the particle is speeding up or slowing down at that instant.

[Difficulty: hard. Requires polynomial factorisation, analysis of sign changes, splitting an integral for total distance, and linking acceleration to the rate of change of speed (not velocity).]

Solution:

(a) Testing t=1t = 1: v(1)=16+116=0v(1) = 1 - 6 + 11 - 6 = 0, so (t1)(t - 1) is a factor.

t36t2+11t6=(t1)(t25t+6)=(t1)(t2)(t3)t^3 - 6t^2 + 11t - 6 = (t - 1)(t^2 - 5t + 6) = (t - 1)(t - 2)(t - 3)

The particle is at rest at t=1t = 1, t=2t = 2, and t=3t = 3 s.

(b) The cubic (t1)(t2)(t3)(t-1)(t-2)(t-3) has positive leading coefficient and roots at 1,2,31, 2, 3.

For 0t<10 \leq t \lt 1: test t=0.5t = 0.5, v=(0.5)(1.5)(2.5)=1.875<0v = (−0.5)(−1.5)(−2.5) = −1.875 \lt 0.

For 1<t<21 \lt t \lt 2: test t=1.5t = 1.5, v=(0.5)(0.5)(1.5)=0.375>0v = (0.5)(−0.5)(−1.5) = 0.375 \gt 0.

For 2<t<32 \lt t \lt 3: test t=2.5t = 2.5, v=(1.5)(0.5)(0.5)=0.375<0v = (1.5)(0.5)(−0.5) = −0.375 \lt 0.

For t>3t \gt 3: test t=4t = 4, v=(3)(2)(1)=6>0v = (3)(2)(1) = 6 \gt 0.

The particle moves in the positive direction for 1<t<21 \lt t \lt 2 and t>3t \gt 3.

(c) s(t)=vdt=t442t3+11t226t+Cs(t) = \int v\,dt = \frac{t^4}{4} - 2t^3 + \frac{11t^2}{2} - 6t + C.

With s(0)=0s(0) = 0: C=0C = 0.

s(1)=142+1126=0.252+5.56=2.25s(1) = \frac{1}{4} - 2 + \frac{11}{2} - 6 = 0.25 - 2 + 5.5 - 6 = -2.25 m.

s(2)=416+2212=2s(2) = 4 - 16 + 22 - 12 = -2 m.

s(3)=81454+99218=20.2554+49.518=2.25s(3) = \frac{81}{4} - 54 + \frac{99}{2} - 18 = 20.25 - 54 + 49.5 - 18 = -2.25 m.

s(5)=6254250+275230=156.25250+137.530=13.75s(5) = \frac{625}{4} - 250 + \frac{275}{2} - 30 = 156.25 - 250 + 137.5 - 30 = 13.75 m.

Distance=s(1)s(0)+s(2)s(1)+s(3)s(2)+s(5)s(3)\text{Distance} = \lvert s(1) - s(0) \rvert + \lvert s(2) - s(1) \rvert + \lvert s(3) - s(2) \rvert + \lvert s(5) - s(3) \rvert

=2.25+0.25+0.25+16=18.75 m= 2.25 + 0.25 + 0.25 + 16 = 18.75 \text{ m}

(d) Acceleration a=dvdt=3t212t+11a = \frac{dv}{dt} = 3t^2 - 12t + 11.

dadt=6t12=0    t=2\frac{da}{dt} = 6t - 12 = 0 \implies t = 2.

d2adt2=6>0\frac{d^2a}{dt^2} = 6 \gt 0, confirming a minimum of acceleration at t=2t = 2.

Since dadt=6t12\frac{da}{dt} = 6t - 12 and the coefficient of tt is positive, the acceleration has a minimum (not maximum) at t=2t = 2. The acceleration decreases for 0<t<20 \lt t \lt 2 and increases for t>2t \gt 2, so the maximum acceleration on the interval [0,5][0, 5] occurs at an endpoint.

a(0)=11a(0) = 11 m/s2^2, a(5)=7560+11=26a(5) = 75 - 60 + 11 = 26 m/s2^2.

The maximum acceleration on [0,5][0, 5] is 2626 m/s2^2 at t=5t = 5.

At t=5t = 5: v=6>0v = 6 \gt 0 and a=26>0a = 26 \gt 0. Since velocity and acceleration have the same sign, the particle is speeding up at t=5t = 5.

Note: the question asks about the rate of change of speed (a scalar), not velocity. Speed increases when vv and aa have the same sign, and decreases when they have opposite signs. At t=5t = 5, both are positive, so the particle is speeding up.