191k views
4 votes
URGENT

If I have a line that starts at the origin (0,0), and goes 13 meters at an angle of π/6 in the standard position (ie. 30° north of east) how far does it go in the y-direction (north), and how far does it go in the x-direction (east)? Give exact values.

1 Answer

3 votes

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

User Fscore
by
6.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.