SOLUTION: A bug is placed on the road and its distance t seconds after it is put down is p(t)= -16t^2 + 64t. At what moment will the bug be 14 feet from where it began? At what time will th

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: A bug is placed on the road and its distance t seconds after it is put down is p(t)= -16t^2 + 64t. At what moment will the bug be 14 feet from where it began? At what time will th      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 604361: A bug is placed on the road and its distance t seconds after it is put down is p(t)= -16t^2 + 64t. At what moment will the bug be 14 feet from where it began?
At what time will the bug turn around and head back to its starting place?
How far from where it began will the bug be when it turns around?

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
A bug is placed on the road and its distance t seconds after it is put down is p(t)= -16t^2 + 64t.
-------------
At what moment will the bug be 14 feet from where it began?
p(t)= -16t^2 + 64t = 14
-16t^2 + 64t - 14 = 0
Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc)
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case -16x%5E2%2B64x%2B-14+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%2864%29%5E2-4%2A-16%2A-14=3200.

Discriminant d=3200 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-64%2B-sqrt%28+3200+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%2864%29%2Bsqrt%28+3200+%29%29%2F2%5C-16+=+0.232233047033631
x%5B2%5D+=+%28-%2864%29-sqrt%28+3200+%29%29%2F2%5C-16+=+3.76776695296637

Quadratic expression -16x%5E2%2B64x%2B-14 can be factored:
-16x%5E2%2B64x%2B-14+=+%28x-0.232233047033631%29%2A%28x-3.76776695296637%29
Again, the answer is: 0.232233047033631, 3.76776695296637. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+-16%2Ax%5E2%2B64%2Ax%2B-14+%29

----------------
At these 2 times, once going, once returning.
--------------------
At what time will the bug turn around and head back to its starting place?
p(t)= -16t^2 + 64t
p'(t) = -32t + 64 = 0
t = 2 seconds
----------------
How far from where it began will the bug be when it turns around?
p(2) = -16*4 + 64*2
= 64 feet