Position of a particle given an equation for acceleration

AI Thread Summary
The discussion revolves around finding the initial velocity (v0) of a particle given its acceleration equation a(t) = -2.1 m/s² + (3.1 m/s³)t. Participants emphasize the importance of integrating the acceleration twice to derive the velocity and position functions. The integration constants should represent initial conditions, with v0 as the initial velocity and s0 as the initial displacement. The key is to set the position at t=0 equal to the position at t=3.96 to solve for v0. The final approach involves ensuring that the derived position equation satisfies the condition x(0) = x(3.96).
CaYn
Messages
5
Reaction score
0

Homework Statement



The acceleration of a particle is given by a(t)= - 2.1 m/s2 + (3.1 m/s3)t

Find the initial velocity v0 such that the particle will have the same x-coordinate at time t=3.96 as it had at t=0.

What x-coordinate will the particle have at time t=3.96

Homework Equations


I'm assuming integration plays a factor in this, but I'm just not sure how to make the particle have the same position at t=3.96 and t=0


The Attempt at a Solution



Integral of 2.1+3.1t= 2.1t+3.1/2t^2+c
integrating again should give us:
1.05t^2+(3.1/6)t^3 +ct +k
I don't know where to go from there
 
Physics news on Phys.org
You are confused because you are throwing out equations without regard for what they represent. In the first equation you wrote, the constant of integration c should be equal to v0, the initial velocity. Similarly, in your second equation, k will be equal to s0, the initial displacement.

If you rewrite your equations in the form v(t) = something and s(t) = something else, the re-read the problem statement and see if you can solve for v0.
 
you find out the position of the particle at t=0 which you must do by integrating your equation twice in which v0t will be part of the x(t) equation. Since you know at t=0 that there must be some initial x, then well do you get the idea?
 
from what you wrote out, youre c would be v0 and k is your initial position which you can assume is zero at t=0.
 
so if at t=0 k=0 and x(t)=0 then you could say that x(t)=0 when t=3.69 seconds plus those factors in and you should get v0
 
You've almost there. However, I think you should use different letters for the constant to see it through (sometimes, with different letters it's easier to see the solution).

I'm just doing your passages in a more rigorous way so that you can see properly the physical interpretation of the integration (usually in physics we tend to do indefinite integrations, but it has hardly a physical meaning: the proper integration is the definite one) :
a(t)=\alpha+\beta t, where alpha=-2.1 and beta=3.1 so,
a(t)=\frac{dv(t)}{dt}\Rightarrow\int_{v_0}^{v(t)} dv=\int_{t_0}^{t} a(t)dt\Rightarrow v(t)-v_0=-\alpha t+\frac{\beta}{2}t^2\Rightarrow v(t)=v_0-\alpha t+\frac{\beta}{2}t^2
v(t)=\frac{dx(t)}{dt}\Rightarrow x(t)=x_0+v_0 t-\frac{\alpha}{2} t^2+\frac{\beta}{6}t^3 just like you did.

Now, you have only to pose that the particle has the same position in t=0 and t=3.96, that is x(0)=x(3.96), as requested from the problem :D
 
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 '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