Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 28 11:20 am)
Nance, (a) Firstly, to find the deceleration, use : v = u + (at) --(1) where v is the velocity at any time t, u is the initial velocity (in this case 44). Substitute v=7.33 when t=5 into (1), we get : 7.33 = 44 + (5a) which, when re-arranging, gives : a = (1/5)(7.33 - 44) ... or a = -7.334 ft/sec^2 --(2) (b) To find the distance travelled, use : x = (ut) + (1/2)(at^2) --(3) Substituting u=44, t=5, a=-7.334 (from eq (2)) : x = (445) + (1/2)(-7.33455) ... or x = 128.325 ft. QED.
Calculus shouldn't be required. Simple Physics formulas should suffice. s = v(i)*t + (1/2)at^2 where: s is distance v(i) is initial velocity t is time interval a is acceleration Since you have final velocity [v(f)] and not a [acceleration], a is given by (v(f) - v(i)) / t. So, s = v(i)t + (1/2)(v(f) - v(i))*t :)
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Anyone amongst youse artist types what still remembers how to solve calculus problems?
Working on an accident reconstruction animation and the pointy-headed expert reconstructionist is not available over the holiday weekend.
I need to determine the distance a decelerating object will travel in 5 seconds if it starts at 30 mph (44ft/sec) and ends at 5mph (7.33ft/sec).
Sitting here on the horns of a dilemma, with a cryptic old calculus textbook on one side of the room, and a tape measure and car keys on the other side.