I am trying to find the horizontal position where a projectile lands. I have been given the initial height, initial velocity and the angle in degrees the projectile is launched at.
I have tried finding the vertical and horizontal velocity and then finding time using v = u + at and then finding the distance from v x t but this didn't give me the right answer.