Particle Motion: Finding Position, Velocity, and Acceleration at a Given Time

AI Thread Summary
A particle's velocity is defined by the function vx = 5t^2 m/s, with an initial position of x0 = 1 m at t0 = 0 s. At t = 1 s, the velocity is calculated to be 5.0 m/s, and the initial velocity is confirmed as zero. The acceleration is found by differentiating the velocity function, leading to a correct value. For position, the integral of the velocity function is taken, but the initial position must be added to the result, correcting the final position calculation. The discussion emphasizes the importance of understanding calculus concepts in solving motion problems.
spin360
Messages
12
Reaction score
0

Homework Statement


A particle moving along the x-axis has its velocity described by the function vx = 5t^2 m/s, where t is in s. Its initial position is x0 = 1 m at t0 = 0 s. At t = 1 s, find the position, velocity, and acceleration of the particle.

So from that equation... vx = 5t^2, x0 = 1m, t0 = 0s, t1 = 1s

Homework Equations


v1 = v0 + at
x1 = x0 + v0 + (1/2)at^2


The Attempt at a Solution


So for the velocity, I just plugged in 1s for t and got 5.0m/s, which is correct. I'm stuck on the acceleration and position though, and I'm thinking it's because I don't know what v0 is. I assumed v0 = 0 because don't you plug in 0 for t in the given function? Which then the answer is 0. Any thoughts?
 
Physics news on Phys.org
Your right, the intial velocity is zero. You can now find the position and acceleration by noting that;

a = \frac{dv}{dt}\hspace{1cm}\text{and}\hspace{1cm}x = \int v dt
 
When velocity does not vary linearly with time, acceleration is not constant, which means, those equations which hold only when acceleration is constant cannot be used. In this case, velocity varies with the square of time, plotting a graph of velocity versus time shows that the graph is a quadratic function, not linear.

For the position and velocity part, I think you can make it through. I don't know if you've learned basic calculus before but velocity v = dx/dt(change of position with respect to time) and a = dv/dt(change of velocity with respect to time). Differentiate the v(t) function and plug in t = 1s and you get the acceleration.
 
Ahh okay that makes sense. So I got the acceleration right, just by the derivative. I took the integral of 5t^2... which came out to (5t^3)/3... which gives me 1.667m for position. Webassign says that's incorrect?
 
Nevermind, I forgot to add 1m :-p
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top