Problem 37
Question
Solve each problem. Path of a Frog's Leap A frog leaps from a stump 3 feet high and lands 4 feet from the base of the stump. We can consider the initial position of the frog to be at \((0,3)\) and its landing position to be at \((4,0)\) CAN'T COPY THE IMAGE It is determined that the height \(h\) in feet of the frog as a function of its distance \(x\) from the base of the stump is given by $$h(x)=-0.5 x^{2}+1.25 x+3$$ (a) How high was the frog when its horizontal distance \(x\) from the base of the stump was 2 feet? (b) What was the horizontal distance from the base of the stump when the frog was 3.25 feet above the ground? (c) At what horizontal distance from the base of the stump did the frog reach its highest point? (d) What was the maximum height reached by the frog?
Step-by-Step Solution
VerifiedKey Concepts
Function Evaluation
- Substitute \( x = 2 \) into the function: \( h(2) = -0.5(2)^2 + 1.25(2) + 3 \).
- Calculate each part of the equation separately: \( -0.5(4) = -2 \), \( 1.25(2) = 2.5 \), and add the constant \( 3 \).
- Simplify to find \( h(2) = -2 + 2.5 + 3 = 3.5 \).
Vertex of a Parabola
- \( a = -0.5 \)
- \( b = 1.25 \)
- Calculate \( x = -\frac{1.25}{2(-0.5)} = 1.25 \)
Quadratic Formula
- Set up the equation \( -0.5x^2 + 1.25x + 3 - 3.25 = 0 \), simplifying to \( -0.5x^2 + 1.25x - 0.25 = 0 \).
- Identify constants: \( a = -0.5 \), \( b = 1.25 \), \( c = -0.25 \).
- Plug into the quadratic formula: \( x = \frac{-1.25 \pm \sqrt{1.25^2 - 4(-0.5)(-0.25)}}{2(-0.5)} \).
- Compute the discriminant: \( 1.25^2 - 0.5 = 1.0625 \).
- Solve: \( x = \frac{-1.25 \pm 1.03}{-1} \) to find possible distances \( x_1 \approx -0.22 \) and \( x_2 \approx 2.28 \).