How Can You Find the Treasure While Avoiding the Dragon?

AI Thread Summary
The discussion revolves around solving a vector problem to find a treasure while avoiding a dragon. The treasure's location is defined by specific directions from an oak tree, but the presence of a dragon necessitates a different path along a yellow brick road at a 60-degree angle east of north. Participants suggest using vector subtraction to determine the correct direction and distance to the treasure, but there are challenges with calculations leading to incorrect answers. Clarifications about the angle's reference point and the correct use of trigonometric functions are emphasized. The conversation highlights the importance of accurately interpreting angles and applying the right formulas in vector problems.
Lamnia
Messages
7
Reaction score
0
The treasure map in the figure gives the following directions to the buried treasure: "Start at the old oak tree, walk due north for 530 paces, then due east for 130 paces. Dig." But when you arrive, you find an angry dragon just north of the tree. To avoid the dragon, you set off along the yellow brick road at an angle 60 degrees east of north. After walking 370 paces you see an opening through the woods. Which direction should you go to reach the treasure?
How far should you go to reach the treasure?

I've made several unsuccessful attempts at this problem.

I believe that this should be a vector subtraction problem.

A = 130i + 530j
B = 370cos60i + 370sin60j

A-B = -55i - (530-185*sqrt3)j

inverse tangent /theta = (-55/-(530-185*sqrt3))
distance = sqrt(55^2 + (530-185*sqrt3)^2)

However, these calculations don't lead to the correct answers.

I'd appreciate any nudges in the right direction so that I might reattempt this problem in the proper fashion.
 
Last edited:
Physics news on Phys.org
Lamnia said:
The treasure map in the figure gives the following directions to the buried treasure: "Start at the old oak tree, walk due north for 530 paces, then due east for 130 paces. Dig." But when you arrive, you find an angry dragon just north of the tree. To avoid the dragon, you set off along the yellow brick road at an angle east of north. After walking 370 paces you see an opening through the woods. Which direction should you go to reach the treasure?
How far should you go to reach the treasure?

I've made several unsuccessful attempts at this problem.

I believe that this should be a vector subtraction problem.

A = 130i + 530j
B = 370cos60i + 370sin60j

A-B = -55i - (530-185*sqrt3)j

inverse tangent /theta = (-55/-(530-185*sqrt3))
distance = sqrt(55^2 + (530-185*sqrt3)^2)

However, these calculations don't lead to the correct answers.

I'd appreciate any nudges in the right direction so that I might reattempt this problem in the proper fashion.

What is the angle east of north?
 
I've just edited to include that necessary information. Sorry for the initial exclusion!
 
Your 60 degrees is measured from WHAT axis?
if it was zero degrees instead would that be 370 i ?
 
According to the diagram accompanying the problem the angle is 60 degrees to the right of the y-axis. So... maybe I should be using 30 degrees as the angle to calculate the i and j components of the displacement along the yellow brick road and subtract that from the displacement of the treasure itself?
 
yeah.

don't just assume that every formula [ x= r cos(theta)] will work with the data given,
or that every angle in the problem has to be the "right theta" .
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top