tremain74
- 19
- 4
- Homework Statement
- Distance by speed of a particle
- Relevant Equations
- I want to see if I am using the right technique for this problem. The speed of a particle is given by v = 2*t + 5*t^2, where t is in seconds. What distance does it travel while its speed increases from 7 to 99 m/s?
My solution: v = 2*t + 5*t^2. dx/dt = 2*t + 5*t^2. Therefore dx = (2t + 5t^2)dt. After taking the anti derivative my equation is s = t^2/2 + 5/3(t^3).