Find the Magnitude and direction of the resultant force.

three forces with magnitude of 50,20, and 40 points acting on an object at angle 60 degres, 30 degrees, and -90degrees,k respectevly with the positive x-axis.

To find the magnitude and direction of the resultant force, we need to combine the individual forces using vector addition.

Step 1: Convert the forces into vector form.
The force with a magnitude of 50 points at an angle of 60 degrees can be represented as F1 = 50*cos(60)i + 50*sin(60)j,
The force with a magnitude of 20 points at an angle of 30 degrees can be represented as F2 = 20*cos(30)i + 20*sin(30)j,
The force with a magnitude of 40 points at an angle of -90 degrees can be represented as F3 = 40*cos(-90)i + 40*sin(-90)j,

Here, i and j represent the unit vectors along the x and y axes, respectively.

Step 2: Add the individual forces.
To find the resultant force, we need to add the individual forces:

F_resultant = F1 + F2 + F3

Step 3: Calculate the magnitude and direction.
The magnitude of the resultant force can be found using the formula:

Magnitude = sqrt((Fx)^2 + (Fy)^2)

where Fx is the sum of the x-components of the forces, and Fy is the sum of the y-components of the forces. In this case:

Magnitude = sqrt((F1x + F2x + F3x)^2 + (F1y + F2y + F3y)^2)

The direction of the resultant force can be found using the formula:

Direction = atan2(Fy, Fx)

where atan2 is the inverse tangent function that takes into account the signs of both x and y components. In this case:

Direction = atan2(F1y + F2y + F3y, F1x + F2x + F3x)

By plugging in the values, performing the calculations, and rounding the results to an appropriate number of significant figures, you can find the magnitude and direction of the resultant force.