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.
You must decompose your problem into a horizontal motion with no acceleration, and a vertical moment with only gravity. The total time of flight is given by the vertical motion. You launch the projectile with a certain vertical velocity (the vertical component of your original velocity). It will go up, then down. When it reaches ground, the motion stops. Calculate this time. On the horizontal axis, the projectile moves the same amount of time as in vertical direction, but there is no acceleration. The constant speed is the horizontal component of the initial velocity.