a shell is fired with a velocity of 75 m/s at an angle of 55 degrees to the horizontal. calculate the

* horizontal and vertical components of the velocity
* greatest height above ground attained by the shell
* horizontal distance travelled by the shell before it hits the ground

The problem is well stated, except I would add between the second and third step find the time to the max height, as that will help you find the last step.

So what is you difficulty? Use sin and cosine of the launch angle to find vertical and horizontal components. The previous link I sent you is a good sample problem on that.
I will be happy to critique your thinking or work.

It's another basic "plug 'n chug". Remember to always think of SOHCOHTOA (where in this case, 75m/s is the hypotenuse) when splitting into horizontal and vertical vectors:
The vertical component:
v/75 = sin55
so: v = 75(sin55)
The horizontal component:
v/75 = cos55
so: v = 75(cos55)

x0 = -0.5at^2 + vt + x
The greatest height above ground:
0 = -0.5(9.8m/s^2)t^2 + (0)t + h
where h = height
h = 0.5(9.8m/s^2)t^2
note that v = 0m/s because at the highest point, the shell stops.

Horizontal distance travelled:
0 = (0)t^2 + (75(cos55))t + d
where d = distance
d = (75(cos55))t
note that a = 0m/s^2 because there is no horizontal acceleration (in this case, gravity doesn't move sideways).

From the above plug and chug. When you find t from the combination of equations above, you can plug it into the second equation and get your answer. :)

On the second paragraph, the vertical height.
<<x0 = -0.5at^2 + vt + x <<--v is initial velocity here...
The greatest height above ground:
0 = -0.5(9.8m/s^2)t^2 + (0)t + h <<V=75sin55 should be inserted here, not zero.
w

Let's go through the steps again to make sure we have the correct equations for finding the answers to the problem.

Step 1: Find the horizontal and vertical components of the velocity.
The horizontal component is given by: vx = v * cos(angle) = 75 * cos(55)
The vertical component is given by: vy = v * sin(angle) = 75 * sin(55)

Step 2: Find the greatest height above ground attained by the shell.
To find the greatest height, we need to find the time it takes for the shell to reach its maximum height. The equation for vertical displacement is:
y = y0 + vy * t - 0.5 * g * t^2
where y0 is the initial height (0 in this case), vy is the vertical component of velocity, t is time, and g is the acceleration due to gravity (9.8 m/s^2).
At the highest point, the vertical velocity becomes 0, so we can set vy = 0 and solve for t.

0 = 0 + vy * t - 0.5 * g * t^2

Simplifying this equation, we get:
0.5 * g * t^2 = vy * t

Plug in the values:
0.5 * 9.8 * t^2 = 75 * sin(55) * t

Solving for t, we get:
t = (75 * sin(55)) / (0.5 * 9.8)

Once we have t, we can find the greatest height by substituting it back into the equation for vertical displacement:
y = y0 + vy * t - 0.5 * g * t^2

Step 3: Find the horizontal distance traveled by the shell before it hits the ground.
To find the horizontal distance, we need to find the time it takes for the shell to hit the ground. The equation for horizontal displacement is:
x = x0 + vx * t
where x0 is the initial horizontal position (0 in this case), vx is the horizontal component of velocity, and t is time.

Plug in the values:
x = 0 + (75 * cos(55)) * t

Once we have t, we can find the horizontal distance by substituting it back into the equation for horizontal displacement.

I hope this helps you understand how to approach the problem and find the answers. Let me know if you have any further questions!