r = 13 is the distance from the origin to the endpoint
theta = pi/6 radians = 30 degrees is the angle
--------------
y = r*sin(theta)
y = 13*sin(30)
y = 13*0.5
y = 6.5
You have gone exactly 6.5 meters north.
Note: 6.5 in fraction form is 13/2; as a mixed number, it would be 6 & 1/2
--------------
x = r*cos(theta)
x = 13*cos(30)
x = 13*sqrt(3)/2
You have gone exactly 13*sqrt(3)/2 meters to the east
Note: 13*sqrt(3)/2 = 11.25833 approximately