You found a treasure map and it said: start at the well, go 100 m straight South, then 30 m West, then 25 straight East, and finally 45 m, North. Using the component method of vector addition, how far from the well and in what direction is the hidden treasure?
1
Expert's answer
2021-02-19T10:28:56-0500
let X(x,y) and (x,y) vector component:
where x=x∗n;y=x∗e
n−unit vector pointing North
e−unit vector pointing East
negative x component values South direction
negative н component values West direction
go 100 m straight South−(−100,0)
then 30 m West−(0,−30)
then 25 straight East−(0,25)
and finally 45 m, North−(45,0)
point of treasure−(−100+0+45,0−30+25+0);
(−55,−5)
S=(−55)2+(−5)2≈52.23
cotg(α)=555=11;α≈5.2°
Answer: treasure is located 52.23 m 5.2°southwestward
Comments