a stone is thrown vertically upward with an initial velocity v0. the distance travelled by it in time 1.5v0/g?

recall that the motion of the stone is uniformly accelerated motion (because it accelerated due to gravity). thus we can use the formula:

h = vo*t - 1/2(g)(t^2)
where
h = height
vo = initial velocity
t = time
g = acceleration due to gravity = 9.8 m/s^2
substituting,
h = vo*(1.5*vo/g) - (1/2)(g)(1.5*vo/g)^2
h = 1.5*[(vo)^2]/g - 1.125*[(vo)^2]/g
h = 0.375*[(vo)^2]/g

hope this helps~ :)

To find the distance traveled by a stone thrown vertically upward with an initial velocity of v0 in a time of 1.5v0/g, we need to use equations of motion. Here's how you can calculate it:

1. Start by determining the time it takes for the stone to reach its maximum height. When the stone reaches its highest point, its velocity becomes zero. In the upward motion, we have the following equation: v = u + at, where:
- v is the final velocity (which is zero at the top),
- u is the initial velocity (v0),
- a is the acceleration due to gravity (-g, as it acts downward),
- t is the time.

Solving for t, we have:
0 = v0 - g * t_max
t_max = v0 / g

2. Next, analyze the stone's motion during the upward and downward phases separately. The time taken for the upward and downward paths is the same, given by t_max.

3. Now, we can compute the distance covered during the upward motion in time t_max. We can use the formula: s = ut + (1/2) * a * t^2, where:
- s is the distance traveled,
- u is the initial velocity (v0),
- t is the time,
- a is the acceleration due to gravity (-g).

Plugging in the values, we get:
s_up = v0 * t_max + (1/2) * (-g) * t_max^2

4. Calculate the distance covered during the downward motion in time t_max. Since the stone is now falling under gravity, its initial velocity is zero, so we only need to consider the second term of the equation. Therefore:
s_down = (1/2) * (-g) * t_max^2

5. To find the total distance traveled by the stone in time t_max, add the distances covered during the upward and downward paths:
s_total = s_up + s_down

Now, if you substitute t_max = v0 / g into the equations, you will obtain the distance traveled in terms of v0 and g. Simplify and solve for s_total, using the expression 1.5v0/g as the given time.

Please note that this calculation assumes no air resistance or any other external factors impacting the stone's motion.