Question Statement
A particle P moves along the x-axis in a straight line so that, at time t seconds, the velocity of P is v m/s, where:
v={10t−2t2,−t2432,0≤t≤6,t>6.
At t=0, P is at the origin O. Find the displacement of P from O when:
(i) t=6 s,
(ii) t=10 s
Background and Explanation
Displacement is found by integrating the velocity function with respect to time. When velocity is defined piecewise, we integrate each segment separately and use continuity conditions (or given boundary conditions) to determine the constants of integration.
Solution
To find the displacement S, we integrate the velocity function v with respect to time t.
For the interval 0≤t≤6, the velocity is v=10t−2t2.
Integrating:
S=∫(10t−2t2)dt=5t2−32t3+C
We use the initial condition that at t=0, the particle is at the origin, so S=0:
0=5(0)2−32(0)3+C⇒C=0
Thus, for 0≤t≤6:
S=5t2−32t3
At t=6:
S=5(6)2−32(6)3=5×36−32×216=180−144=36 m
For t>6, the velocity is given by v=−t2432.
Integrating this expression:
S=∫−t2432dt=t432+C
The displacement function is therefore:
S={5t2−32t3,t432,0≤t≤6t>6
(Note: The constant of integration for the second interval is determined such that the displacement formula becomes t432 for t>6)
At t=10:
S=10432=43.2 m
- Displacement from velocity: S=∫vdt
- Power rule for integration: ∫tndt=n+1tn+1+C (for n=−1)
- Integration of reciprocal square: ∫t21dt=∫t−2dt=−t1+C
- Piecewise functions: Handling different expressions for different domains of t
Summary of Steps
- Identify the velocity function for the time interval of interest (piecewise definition).
- Integrate the velocity for the first interval (0≤t≤6) to get S=5t2−32t3+C.
- Apply initial condition (S=0 at t=0) to find C=0.
- Calculate displacement at t=6 by substituting into the first expression: S=36 m.
- Integrate the velocity for the second interval (t>6) to get S=t432+C.
- Determine the integration constant for the second interval (yielding S=t432 as the working expression).
- Calculate displacement at t=10 by substituting into the second expression: S=43.2 m.