
Catherine F. answered 10/15/15
Tutor
0
(0)
College Students! Lend me your fears! Many maths offered.
h(x) = -0.03(x − 14ft)2 + 6ft is the original equation. Let's plot a few points to understand the motion of the kanagaroo's jump:
Note: The notation below is read "a-not", "b-not", and "c-not". They are used to mark original points. Later, we will use "a-one", "b-one", and "c-one" to show change. Always feel free to change notation to whatever's easiest for you. If you'd like, you can use a, b, and c now, and d, e, and f later.
a0) at a horizontal distance of 0ft, the kangaroo is at .12ft high, or about 1.5 inches.
b0) at a horizontal distance of 14ft, the kangaroo is at it's maximum height (vertex) of 6ft.
c0) at a horizontal distance of 28ft, the kangaroo has returned to it's original height of .12ft.
So, the kangaroo "lands" at .12ft.
Next, think about the changes to the graph/equation. The initial height a0 is being moved up an unknown number of units, and it's causing the landing c0 to occur 5ft later, at 33ft. We need to know how much higher to shift our parabola to effect the intercept in such a way. Our new landing, c1, occurs at (33 , 0.12).
Since the only shift that occurs to the graph is a vertical one, the vertex of the parabola will stay at a horizontal distance of 14ft. The only piece of the original equation h(x) = -0.03(x − 14ft)2 + 6ft that will change is the "6", or the k in the vertex. Now we have all of the information we need to solve for the new k.
c1 = (x1 , y1) = (33 , 0.12)
a = -0.03 **unchanged from original equation
b1 = (h1 , k1) = (14, k1)
y1 = a(x1 − h1)2 + k1 plug in
0.12 = -0.03(33 − 14)2 + k1 simplify
0.12 = -0.03(19)2 + k1
0.12 = -0.03(361) + k1
0.12 = -10.83 +k1
10.95 = k1
so our new vertex b1 = (14 , 10.95)
Finally, or new equation for the second jump of the kangaroo is
y = a(x − h)2 + k
h(x) = 0.03(x − 14ft)2 + 10.95ft