Final answer:
The vector d = a - b is obtained by subtracting the components of vector b from a, and then the magnitude and direction of d are found using the Pythagorean theorem and the arctangent function respectively.
Step-by-step explanation:
To find the magnitude and direction of the vector d = a - b, we need to break down vectors a and b into their components along the north-south and east-west axes. Since vector points 32° north of west, its western component is aw = 220 × cos(32°) and its northern component is an = 220 × sin(32°). Vector b, pointing 65° east of north, has a northern component of bn = 140 × cos(65°) and an eastern component of be = 140 × sin(65°).
To find the components of d, we subtract the components of b from those of a: dw = aw + (-be) and dn = an - bn. The magnitude of d is then found using the Pythagorean theorem, and the direction is found using the arctangent of the ratio between the north and west components.