Kara Z. answered 03/19/19
Master's in Chemical Engineering, Specializing in Algebra-College Calc
If your starting point is (0,0), and your new point is r units away at an angle of θ, you can find the coordinates of that point using the equations x = r cosθ and y = r sinθ. These are the standard equations that let you convert from the rectangular coordinate system (the standard x and y) to the polar coordinate system which works in terms of angles and radius.
For the example you mentioned, we would say r = 5 and θ = 45º. So to calculate our x and y coordinates,
x = r cosθ
x = 5 cos45º
x = 5 (√2 / 2)
x = 5√2 / 2
y = r sinθ
y = 5 sin45º
y = 5 (√2 / 2)
y = 5√2 / 2
Therefore, our point would be ( 5√2 / 2 , 5√2 / 2) or about (3.54, 3.54) if we use the decimal approximation.