A man walks due west for 4km.He then changes direction and walks on a bearing of 197 degree until he is south west of his starting point.how far is he then from his starting point.

We can solve this problem using trigonometry and the cosine rule.

First, let's draw a diagram to represent the man's movements:

A
|\
4 | \ x
| \
B---C

The man starts at point A and walks west for 4km to point B. He then changes direction and walks on a bearing of 197 degrees (measured clockwise from due north) to point C, which is southwest of point A. We need to find the length of line segment AC (represented by x in the diagram).

To do this, we can use the cosine rule:

cos(C) = (a^2 + b^2 - c^2) / 2ab

where C is the angle opposite side c in the triangle ABC, and a, b, and c are the lengths of sides BC, AB, and AC respectively. We can use this formula to find the cosine of angle C, and then use the inverse cosine function (cos^-1) to find the value of angle C itself.

First, we need to find the lengths of sides AB and BC. We know that AB is 4km (given in the question), and we can find BC using trigonometry. The angle ABC is (180 - 197) = 17 degrees (since the sum of the angles in a triangle is always 180 degrees). To find BC, we can use the sine formula:

sin(B) = b / a

where B is the angle opposite side b, a is the hypotenuse (in this case, 4km), and b is the side we want to find (BC). Solving for b, we get:

b = a sin(B) = 4 sin(17) = 1.097 km (to 3 decimal places)

Now we can use the cosine rule to find the length of side AC:

cos(C) = (a^2 + b^2 - c^2) / 2ab

cos(C) = (4^2 + 1.097^2 - c^2) / (2 * 4 * 1.097)

cos(C) = (16 + 1.203 - c^2) / 8.776

c^2 = 17.836 - 8.776 cos(C)

We know that angle C is (180 - 17) = 163 degrees, since the angles in a triangle add up to 180 degrees. So we can substitute this value into the equation:

c^2 = 17.836 - 8.776 cos(163)

c^2 = 36.916

c = sqrt(36.916) = 6.082 km (to 3 decimal places)

Therefore, the man is 6.082 km from his starting point when he is southwest of it.

Sorry - the law of cosine will not help in this case, as we know only one side of the triangle.

Let's label
A = starting point
B = 4 km west of A
C = intersection point of lines with directions S45W of A and S17W of B
Then we have, in ∆ABC, AB=4, and C=28°, and we want to find AC
So now, the law of sines tells us that
AC/sin107° = 4/sin45°
AC = 5.41 km

You're correct, I apologize for my mistake. Using the Law of Sines as you did is the correct approach to solve this problem. Thank you for providing the correct solution!

To find the distance the man is from his starting point, we can use the concept of vectors.

First, let's plot the man's movement on a diagram. Assume his starting point is at the origin.

1. The man walks due west for 4 km. This can be represented by a vector of magnitude 4 km in the negative x-direction.

2. He then changes direction and walks on a bearing of 197 degrees. To find the new vector, we need to determine the angle between the positive x-axis and the new direction. We know that a bearing of 197 degrees is measured clockwise from the north, so the angle between the positive x-axis and the new direction is 90 degrees (from the north to the positive y-axis) plus (180 - 197) degrees (to account for the clockwise measurement). This gives us a total angle of 73 degrees from the positive x-axis.

3. Since the man walks southwest, the new vector will have a component in both the x and y directions. The x component will be negative because he is west of the origin, and the y component will also be negative because he is south of the origin.

Now, we can calculate the x and y components of the new vector by using trigonometric functions:

- The x component can be found using the cosine of the angle:

x = magnitude * cos(angle)
= magnitude * cos(73 degrees)

- The y component can be found using the sine of the angle:

y = magnitude * sin(angle)
= magnitude * sin(73 degrees)

Since we already know the magnitude of the new vector, we can calculate both the x and y components.

Finally, we can use the Pythagorean theorem to find the magnitude of the new vector, which represents the distance the man is from his starting point. The Pythagorean theorem states that the square of the magnitude of a vector is equal to the sum of the squares of its components.

Magnitude^2 = x^2 + y^2

By substituting the values of x and y, we can solve for the magnitude, which gives us the distance the man is from his starting point.