document.write( "Question 335832: Two ships P and Q leaves a point at the same tine . P sails at 10km/hr on a bearing of 030 degree and Q sails at 12km/hr on a bearing of 300 degree calculate their distances apart and the bearing of P from Q after 2 hours \n" ); document.write( "
Algebra.Com's Answer #240837 by Theo(13342)![]() ![]() You can put this solution on YOUR website! P sails at 10 km/hr on a bearing of 30 degrees. \n" ); document.write( "Q sails at 12 km/hr on a bearing of 60 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plot their vectors on a grid starting from the center, and you will see that their combined vectors form a right triangle that has one leg with a length of 10 kilometers per hour, and another leg with a length of 12 kilometers per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you mark the center of the grid as A, then P goes from A to B forming a 30 degree angles with the horizontal axis, and Q goes from A to C forming a negative 60 degrees with the horizontal axis.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The triangle formed is ABC, where the 90 degree angle is at A (30 degrees plus 60 degrees = 90 degrees).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side a is opposite angle A and is formed by the line segment BC. \n" ); document.write( "Side b is opposite angle B and is formed by the line segment AC. \n" ); document.write( "Side c is opposite angle C and is formed by he line segment AB.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since the 90 degree angle is at angle A, then the hypotenuse of this right triangle is side a which is formed by the line segment BC.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since this is a right triangle, you can find the hypotenuse of this triangle by using the Pythagorean theorem of a^2 + b^2 = c^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You get 10^2 + 12^2 = 100 + 144 = 244.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Square root of 244 is equal to 15.62049935.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means that the points B and C are increasing the distance between them at a rate of 15.62049935 kilometers per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 2 hours, this means that the ships are 31.2409987 miles apart.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 4 hours, the ships will be 62.48199741 miles apart, etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the angle formed by them was not 90 degrees, then you could have found the third side using the Law of Cosines formula of:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 = b^2 + c^2 - 2*b*c*cos(A).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With this formula, side a is opposite angle A, side b is opposite angle B, and side c is opposite angle C.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As long as their velocity remains the same, the distance between them will continue to increase by that velocity multiplied by the time in hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You can see this better by creating a distance vector rather than a velocity vector.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The distance vector depends on time.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 1 hour, P travels a distance of 10 kilometers at a bearing of 30 degrees and Q travels a distance of 12 kilometers at a bearing of 300 degrees (-60 degrees).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In 2 hours, P travels a distance of 20 kilometers at a bearing of 30 degrees and Q travels a distance of 24 kilometers as a bearing of 300 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The triangle formed for the 2 hour distances is still a right triangle labeled ABC where A is the origin of both boats, and B is the point that P has reached, and C is the point that Q has reached. Triangle ABC is therefore labeled with a 90 degree at angle A, and side AB = 20 kilometers, and side AC = 24 kilometers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since side AB is opposite angle C, then side AB is called side c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since side AC is opposite angle B, then side AC is called side b.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The side opposite angle A is called side a which is formed by the line segment BC.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You want to find the length of side a because it is the distance between the 2 boats.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using the right triangle formula and since side a is the hypotenuse of the right triangle formed, you get a^2 = b^2 + c^2 which becomes a^2 = 20^2 + 24^2 = 31.2409987 kilometers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is exactly what we derived above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using the Law of Cosines, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 = b^2 + c^2 - 2*b*c*cos(C).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 = 20^2 + 24^2 - 2*20*24*cos(90).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since cos(90) = 0, this formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 = 20^2 + 24^2 which is, once again, exactly what we derived above.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |