Use the quadratic formula.
See:
http://cheeser1.slyip.com/interspace/quadt.gif
2007-06-23 16:39:37
·
answer #1
·
answered by сhееsеr1 7
·
0⤊
0⤋
The key to that, is clever use of parentheses. If you want to denote squared by typing, use ^, so x squared would be x^2
S=a+(vt-16t^2)
To begin the isolation of t, distribute it out of the parentheses:
S=a+t(v-16t)
This works because the expression t(v-16t) is just a different way of saying (vt-16t^2)
I hope this helps you!
2007-06-23 16:43:28
·
answer #2
·
answered by Matt S 2
·
0⤊
0⤋
S = a + vt - 16t^2
subtract a for both sides
S - a = vt - 16t^2
divide both sides by -1
a - S = 16t^2 - vt
Divide 16 for both sides
(a - S)/16 = t^2 - (v/16)t
add (b/2)^2, or ( (v/16)/2)^2 for both sides
(a - S)/16 + ( (v/16) / 2)^2 = t^2 - (v/16)t + ( (v/16)/2)^2
(a - S)/16 + ( (v/32)^2 = t^2 - (v/16)t + ( (v/32)^2
factor
(a - S)/16 + ( (v/32)^2 = (t - v/32)^2
take square root for both sides
t - v/32 = +/- sqrt [ (a - S)/16 + ( (v/32)^2 ]
add v/32 for both sides
t = v/32 +/- sqrt [ (a - S)/16 + ( (v/32)^2 ]
2007-06-23 16:46:59
·
answer #3
·
answered by 7
·
1⤊
0⤋
The formula is incorrect. If you have a constant accleration of 32 ft/sec^2 body dropped at time=0 will, at time=t, have moved a distance = -16t^2 feet, with t in seconds. If the body had a velocity vo ft/sec at time=0, the formula will be....
vo*t -16 t^2 .
2007-06-23 16:44:32
·
answer #4
·
answered by cattbarf 7
·
0⤊
0⤋