• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Calc: Help me set up this problem!

Status
Not open for further replies.
I think I'll have to use an intergal in some way.. just can't seem to find an equations

A car traveling at 43ft/sec decelerates at a constant of 6 ft/sec^2. How many feet does the car travel before coming to a complete stop

Thanks in advance for the help!
 

duderon

rollin' in the gutter
A car traveling at 43ft/sec decelerates at a constant of 6 ft/sec^2. How many feet does the car travel before coming to a complete stop

v = vo + at find t

plug t into this equation
x = xo + vot + 1/2 * at^2

x = 0 + 43t + 1/2 * at^2

that should do it.
 

Dilbert

Member
Start with the basic kinematic relationships. Given a position function x(t), we know from derivation that:

v(t) = x'(t) = dx/dt
a(t) = v'(t) = dv/dt = x"(t) = d²x/dt²

Of course, using integration, we can go the other way, starting with the acceleration function a(t).

In this case, we know that a(t) is a constant, -6 ft/s². Integrate once to get the velocity function:

v(t) = integral[a(t)] = integral[-6] = -6t + v0

We know that v0, the initial velocity of the car, is +43 ft/s, so

v(t) = -6t + 43

Integrate once more to get the distance equation:

x(t) = integral[-6t + 43] = -3t² + 43t + x0

What is x0? It's the starting position of the car. For the sake of convenience, let's call the starting position x = 0 to make the term drop out...yielding:

x(t) = -3t² + 43t

At some time T, we know that the car has come to a complete stop, and x(T) will represent the distance the car took to stop. What is that time? Well, we can get T from the velocity equation by noting that the velocity is zero when the car stops:

v(T) = 0 (for a complete stop)
-6T + 43 = 0
T = 43/6 seconds, or approximately 7.17 sec

Now, the only thing left is to solve for x(T), now that we know T. I'm too lazy to finish the problem...
 
Status
Not open for further replies.
Top Bottom