Difficulty: Medium
Correct Answer: 1.0 s
Explanation:
Introduction / Context:This problem exercises basic calculus in kinematics: velocity is the time derivative of displacement. Given S(t) explicitly, we compute v(t), apply the initial condition “from rest”, and solve for the time when v reaches a specified value.
Given Data / Assumptions:
Concept / Approach:
Differentiation gives the velocity function. We then set v = 18 and solve the resulting quadratic. Only the physically meaningful positive root is accepted because time is measured forward from the instant the particle is at rest (t = 0).
Step-by-Step Solution:
Compute velocity: v(t) = dS/dt = 12 t^2 + 6 t.Check initial rest: v(0) = 0 (satisfied).Set target velocity: 12 t^2 + 6 t = 18.Divide by 6: 2 t^2 + t = 3.Rearrange: 2 t^2 + t − 3 = 0.Solve quadratic: t = [−1 ± √(1 + 24)] / 4 = (−1 ± 5) / 4.Physical root: t = 1 s (discard t = −1.5 s).Verification / Alternative check:
Substitute t = 1 s into v(t): 12(1)^2 + 6(1) = 18 m/s, confirming the result.
Why Other Options Are Wrong:
0.5 s, 1.5 s, 2.0 s give velocities not equal to 18 m/s; “Not attainable” is incorrect because a valid positive solution exists.
Common Pitfalls:
Forgetting to differentiate S(t); using the negative root; arithmetic errors when solving the quadratic.
Final Answer:
1.0 s
Discussion & Comments