Calculating Distance Traveled from Acceleration and Velocity Relation

  • Thread starter Thread starter gnarly
  • Start date Start date
AI Thread Summary
The discussion revolves around a physics problem involving a particle's acceleration defined by a relation dependent on its velocity. The participant struggles with understanding how to calculate the distance traveled given the acceleration and velocity without time as a variable. The solution involves recognizing the acceleration as a separable ordinary differential equation (ODE), allowing for integration to find velocity and subsequently position. Key steps include integrating the equation for velocity and using the results to derive the distance traveled before the velocity reaches specific thresholds. The conversation emphasizes the importance of correctly applying calculus techniques to solve the problem.
gnarly
Messages
3
Reaction score
0

Homework Statement


The acceleration of a particle is defined by the relation

a=-k(v)^2 k is a constant.

The particle starts at x=0 with a velocity of 20 m/s. At x=100 m its velocity is 15 m/s

Determine the distance traveled by the particle (starting from x=0)
A) before its velocity drops to 10 m/s

B)before it comes to rest.



This is the only problem in college I encountered that I couldn't solve. I took calculus 3 it seems to be so simple yet I have no idea how to solve. I don't get how I can find the position without the time traveled. I don't get how acceleration can be dependent on the velocity. I spent so many hours tryying to solve this. It seems like i could integrate a twice to obtain the position function but that turns out to be wrong. I can't believe that math class seems so easy to me but i can't even solve the math problems in a standard first year physics class. This seems to be a differential equations problem but it can't be as its in a first year physics class. Sorry i couldn't really attempt a solution because i don't know where to begin. Any help will be greatly appreciated.

 
Physics news on Phys.org
a=dv/dt. So you've got dv/dt=(-kv^2). That's a separable ODE. Solve for v first. Then integrate v to get the position.
 
So you're given that

a = -k*v^2

but

a = \frac{dv}{dt}

\frac{dv}{dt} = -k*v^2

\frac{dv}{v^2} = -k dt

etc.

When you integrate, make sure to incorporate your as one of the limits.

You'll have to pull this trick again to find the distance expression. After that it's just mixing and matching the formulae and given values to solve for k, then on to the particular cases.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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