Acceleration in terms of velocity

AI Thread Summary
The discussion revolves around solving a problem involving a particle's acceleration defined by a=-3.0*v, with an initial velocity of 15 m/s and initial position of 0 m. The participant struggles with integrating and finding the correct expressions for velocity and position over time. A solution is suggested involving differential equations, specifically integrating the acceleration equation to derive the velocity function. The resulting velocity function is v=15 e^-3.0*t, which can then be integrated to find the position function. The conversation emphasizes the importance of correctly applying calculus to solve the problem.
yoamocuy
Messages
37
Reaction score
0
Hey, so I have a question that states that a particle is subject to an acceleration of a=-3.0*v (m/s^2), and I need to find the acceleration, the velocity, and the position of the particle in terms of time. The initial velocity, Vo, is 15 m/s, and the initial position, So, is 0m.

Attempt at a Solution

I've tried plugging in a*t+Vo in for v, solving for a, and integrating, but that doesn't give me a velocity of 15 m/s at t=0s. Also I have tried solving for 3 equations 3 unknowns in terms of time using the equations a=-3.0*v, v=a*t+Vo, and d=1/2*a*t^2+Vo*t+So. This gave me the correct initial velocity and position at t=0; however, when I graphed all three functions it seemed that this could not be the correct method either because the particle was moving more meters in 1 second on my distance graph then its initial velocity at that second, which could not happen because it had a negative acceleration.

I'm thinking that I somehow need to get my acceleration in terms of time by setting v= to ds/dt and using a definite integral of some sort, but I just can't manage to figure out how to get it done. Any advice would be great.
 
Physics news on Phys.org
yoamocuy said:
I'm thinking that I somehow need to get my acceleration in terms of time by setting v= to ds/dt and using a definite integral of some sort, but I just can't manage to figure out how to get it done. Any advice would be great.

Hello and welcome to PF!

You are onto something here. This problem is essentially one of differential equations, since the equation given to you (a=3v) is of that form. The first step is to write this as a differential equation for velocity, which you can solve to yield your velocity time function. Then you could either solve the second order differential equation from the a=3v, or integrate this velocity function, whichever you prefer.
 
You can solve by integration.
Now a = dv/dt = -3.0*v
Int.dv/v = -3.0*Int(dt)
log(v) = -3.0*t + logC At t = 0, log(v) = log(15) = log(C)
log(v/15) = -3.0*t Or
v =15 e^-3.0*t
Now v = dx/dt = 15*e^-3.0*t
Or dx= 15*e^-3.0*t*dt
Find the integration. To find the constant C, put x=0 for t =0.
 
thanks, that helps a lot
 
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...
Back
Top