183,390 views
1 vote
1 vote
On the standard coordinate grid at initial moment, ship Tiger is at the position (0, 795), ship Lion is at the position (985, 0). Tiger sails along the straight line to the position (1229, 0). At the same time, Lion sails along the straight line to the position (0, 1039). Lion will reach her destination in one hour, Tiger – in two hours.

a) Find the point of intersection of the paths of the ships.
b) At what time from the moment of departure each of the ships will pass the point of intersection of the paths.
c) At what time (in minutes after departure) the distance between Lion and Tiger will be the shortest?
d) What is the shortest distance between Lion and Tiger?
e) What will be the positions of both ships at the moment when the distance between them is the shortest?

User Frozenjim
by
2.6k points

1 Answer

4 votes
4 votes

Answer:

A) (380, 640)

B) ship Tiger: Time = 0.96 hours

Ship Lion: Time = 0.62 hours

C) Ship Tiger = 57.6 minute

Ship Lion = 37.2 minutes

D) Distance = 533 metres

E) Ship Tiger (0, 795)

Ship Lion (1039,0)

Explanation:

From the question, we can form the equation of the straight line from the initial and final position of the two ships. Using the general linear equation Y = mx + c. that is

Ship Tiger

Initial position (0, 795)

Final position (1229, 0)

M = (0 - 1229)/795

M = - 1.55

1229 = -1.55(0) + C

C = 1229

Hence the equation of the line for ship Tiger will be

Y = - 1.55x + 1229 ...... (1)

Ship Lion

Initial position (985, 0).

Final position (0, 1039).

M = 1039/ -985 = - 1.05

0 = -1.05(985) + C

0 = - 1039 + C

C = 1039

The equation of the line for ship Lion will be

Y = - 1.05(x) + 1039..... (2)

At the point of intersection of the paths of the ships, they will have common Y and X. Hence equation 1 is equal to equation 2

- 1.55x + 1229 = -1.05(x) + 1039

1.55(x) - 1.05(x) = 1229 - 1039

0.5x = 190

X = 190/0.5 = 380

Substitute x in equation 1

Y = -1.55(380) + 1229

Y = -589 + 1229

Y = 640

Therefore the point of intersection of the paths of the ships is (380, 640)

B) given that Lion will reach her destination in one hour, Tiger – in two hours.

Ship Tiger

distance = root(795^2 + 1229^2)

Distance = 1463.7

Speed = distance/time

Speed = 1463.7/2 = 731.9 m/s

Distance at the point of intersection will be

Distance = root(380^2 + (640-1229)^2)

Distance = root(144400 + 346921)

Distance = 700.9

Speed = distance/time

Time = distance /speed

Time = 700.9/731.9

Time = 0.96 hours

Ship Lion

distance = root(985^2 + 1039^2)

Distance = 1431.69

Speed = distance/time

Speed = 1431.69/1 = 1431.69

Distance at the point of intersection will be

Distance = root((380 - 985)^2 + (640)^2)

Distance = root(775625)

Distance = 880.7 meters

Speed = distance/time

Time = distance /speed

Time = 880.7/1431.69

Time = 0.615 hours

C) the time in minute the distance between Lion and Tiger will be the shortest will be

Ship Tiger: 0.96 × 60 = 57.6 minute

Ship Lion: 0.62 × 60 = 36.9 minutes

D) The shortest distance between Lion and Tiger will be achieved by using pythagorean theorem for the the distances at the point of intersection

Root (880.7^2 - 700.9^2)

Distance = 533 metres

E) the positions of both ships at the moment when the distance between them is the shortest will be the initial position of both ships

That is

Ship Tiger

Initial position (0, 795)

Ship Lion

Initial position (985, 0).

User YudhiWidyatama
by
3.5k points