Solving a Particle Displacement Problem: Find the Speed at x=2.5

AI Thread Summary
The discussion focuses on solving a particle displacement problem where the acceleration changes at t=1 second. The particle's displacement is given by two equations based on time intervals, and the goal is to find the speed when x=2.5 cm. A key mistake identified is that the initial integration only considered the first condition (0<=t<=1), which is insufficient for determining the speed at x=2.5. Participants emphasize the need to apply both conditions and integrate correctly for t>1 to find the accurate displacement. Clarifications on setting the limits for integration are also highlighted, stressing the importance of using appropriate values for t.
thereddevils
Messages
436
Reaction score
0

Homework Statement



A particle moves along the positivex-axis .At time t seconds after leaving a fixed point O from rest, the displacement of the particle from O is x cm. The acceleration, a of the particle is defined by

a=5-3t , 0<=t<=1

=-(4t+1), t>1

Find the speed of the particle when x=2.5

Homework Equations





The Attempt at a Solution



Integrate twice to get the displacement function,

x=5t^2/2-t^3/2 , 0<=t<=1

= -2/3t^3-2t^2 ,t>1

so 5t^2/2-t^3/2=2.5

solving this does not give me the answer. Where have i gone wrong?
 
Physics news on Phys.org
ur mistake is u considered only one condition thus u integrated only for 0<=t<=1. How r u sure u that at the time the particle will be at x=2.5 will be less than or equal to 1s. In fact if u do some calculation u will find its not true. thus u have to apply the second condition for t.
 
Swap said:
ur mistake is u considered only one condition thus u integrated only for 0<=t<=1. How r u sure u that at the time the particle will be at x=2.5 will be less than or equal to 1s. In fact if u do some calculation u will find its not true. thus u have to apply the second condition for t.

But even when i considered the other one, i don get the answer too which is 1.5m
 
actually u have to apply both integrating part by part.
 
Swap said:
actually u have to apply both integrating part by part.

sorry but i don get what u mean
 
any other insights to this problem?
 
The way I see your work, in the 2nd integration to find x of t>1s, you set the lower limits as x=0 and t=0, right? Have it checked. That's wrong. Remember that you are considering t>1s; t=0 doesn't fit.
 
Back
Top