[Math] Using calculus to determine maximum height

calculus

Use calculus to determine how long it takes the sphere to reach its maximum height, also determine what the maximum height is.

The original question is
A life form standing on the surface of an unknown planet throws a small inanimate sphere vertically upwards and then steps backwards. The life form releases the sphere at a height of 1m; after 4 seconds the sphere has reached a height of 37m, after a further 4 seconds the sphere is at a height of 25m.

Best Answer

The idea here is that, after the sphere is released, the only force notably acting on it is the planet's gravity, which is effectively constant near the planet's surface. In other words, if we let $h(t)$ indicate the height (in meters) of the sphere above the planet's surface $t$ seconds after the life form has released it, then $h''(t)$ is constant. From there, we can show that $h(t)=at^2+bt+c$ for some constants $a,b,c.$ Using the facts that $h(0)=1,$ $h(4)=37,$ and $h(8)=25$ will give us a system of equations that allow us to solve for $a,b,$ and $c.$

Can you take it from there?

Related Question