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
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top