Изображение упражнения

Amanita, let's solve the problem inside the green rectangle step by step. The problem is about finding the maximum height reached by a ball thrown upward from the ground with a speed of 20 m/s. The height xx (in meters) after tt seconds is given by:

x=20t5t2x = 20t - 5t^2

We are asked to find the maximum height the ball reaches, for 0t40 \leq t \leq 4.

Step-by-Step Plan

  1. Understand the formula: The formula x=20t5t2x = 20t - 5t^2 describes the height of the ball at any time tt. This is a quadratic equation, which forms a parabola opening downwards (because the t2t^2 term is negative).

  2. Find the time when the ball reaches its maximum height: The maximum value of a quadratic equation ax2+bx+cax^2 + bx + c (when a<0a < 0) occurs at t=b2at = -\frac{b}{2a}. Here, a=5a = -5 and b=20b = 20.

  3. Calculate the maximum height: Substitute the value of tt found in step 2 back into the original equation to find the maximum height.

  4. Check the interval: Make sure the time tt for the maximum height is within the allowed range 0t40 \leq t \leq 4.

Let's start by finding the time when the ball reaches its maximum height. Amanita, let's go through the solution step by step:

  1. The height of the ball after tt seconds is given by:

x=20t5t2 x = 20t - 5t^2

This is a quadratic equation, and its graph is a parabola that opens downward.

  1. The maximum height is reached at the vertex of the parabola. The time tt at which the maximum occurs is:
t=b2a t = -\frac{b}{2a}

For our equation, a=5a = -5 and b=20b = 20:

t=202×(5)=2 t = -\frac{20}{2 \times (-5)} = 2

So, the ball reaches its maximum height at t=2t = 2 seconds.

  1. Substitute t=2t = 2 into the original equation to find the maximum height:

x=20×25×(22)=4020=20 x = 20 \times 2 - 5 \times (2^2) = 40 - 20 = 20

  1. The time t=2t = 2 is within the allowed range 0t40 \leq t \leq 4.

Final Answer:
The highest point the ball reaches is 20\boxed{20} meters.