Daniel B. answered 10/31/20
A retired computer professional to teach math, physics
Let
a = -9.8 m/s2 be downward acceleration,
t be time variable,
t0 be the time the object is thrown, which we choose to be 0,
t1 be the time the object reaches maximum height (unknown),
h(t) be the height of the object as a function of time,
h0 = h(t0) = 3m be initial height of the object,
h1 = h(t1) = 220m be the final height of the object,
v(t) be the velocity of the object as a function of time,
v0 = v(t0) be the sought velocity at h0,
v1 = v(t1) be the velocity at h1, which is 0,
m is the mass of the object (unknown)
(I) Solution for a physics class:
Use conservation of energy.
Initial energy is the sum of potential energy due to being at height h0
and kinetic energy due to being thrown with velocity v0.
Final energy is potential energy due to being at height h1.
h0m|a| + mv02/2 = h1m|a|
v0 = sqrt(2(h1-h0)|a|)
(II) Solution for a calculus class:
Acceleration is the derivative of velocity w.r.t. time t, so
velocity v(t) is the integral of (the constant) acceleration a,
so v(t) = at + v0
Velocity v(t) is the derivative of height h(t) w.r.t time t,
so height h(t) is the integral of v(t), so
h(t) = at2/2 + v0t + h0
Expressing both equations at t1:
v(t1) = at1 + v0
h(t1) = at12/2 + v0t1 + h0
Replacing v(t1) and h(t1):
0 = at1 + v0
h1 = at12/2 + v0t1 + h0
Substituting t1 = -v0/a obtained from the first equation into the second:
h1 = a v02/(2a2) - v02/a + h0
Solving for v0:
v0 = sqrt(2(h0-h1)a)
Substituting actual numbers:
v0= sqrt(2(3 - 220)(-9.8)) = 65.2 m/s