a force F1 of 35 newtons pulls at an angle of 15 degrees notrth of due east. A force F2 of 75 newtons pulls at an angle of 55 degrees west of due south. Find the magntiude and direction of the resultant force.

Please help me - I have no idea what to do or even where to start!

Ah, thank you so much! You're a lifesaver! Thank you and God bless you for taking the time to help!

No problem! Let's break down the problem step by step.

First, let's draw a diagram to visualize the given information:

```
F1 (35 N) F2 (75 N)
/ /
/ /
/ /
--------------> x-axis (East)
|
|
|
y-axis (North)
```

Now, we can resolve each force into their respective x and y components. To do this, we'll use the trigonometric functions sine and cosine.

For F1 (35 N):
- The angle is 15 degrees north of due east.
- The x-component (F1x) can be found using cosine: F1x = F1 * cos(angle)
- The y-component (F1y) can be found using sine: F1y = F1 * sin(angle)

For F2 (75 N):
- The angle is 55 degrees west of due south, which is the same as 125 degrees south of due west.
- The x-component (F2x) can be found using cosine: F2x = F2 * cos(angle)
- The y-component (F2y) can be found using sine: F2y = F2 * sin(angle)

Now, let's calculate these components:

For F1:
- F1x = 35 N * cos(15°)
- F1y = 35 N * sin(15°)

For F2:
- F2x = 75 N * cos(125°)
- F2y = 75 N * sin(125°)

Now, we can sum up the x-components and y-components separately to find the total x-component (Rx) and total y-component (Ry):

Rx = F1x + F2x
Ry = F1y + F2y

Finally, we can use the Pythagorean theorem and the inverse tangent function to find the magnitude (R) and the direction (θ) of the resultant force:

R = sqrt(Rx² + Ry²)
θ = atan(Ry / Rx)

Now you can plug in the values you calculated and solve for the magnitude (R) and direction (θ) of the resultant force.

Hello, brother.

probably easier for you to do this on x, y axis system

First find x and y components of first force (15deg above x axis)
F1x = 35 cos 15
F1y = 35 sin 15

now the second force(90-55) = 35 below -x axis)
F2x = -75 cos 35
F2y = -75 sin 35
now add components
Fx = 35 cos 15 -75 cos 35 = -27.6
Fy = 35 sin 15 -75 sin 35 = -34.0

F^2 = Fx^2+Fy^2
so F = 43.7 in magnitude
tan theta = Fy/Fx = -43/-27.6
in quadrant 3 because both are negative
so theta = 57.3 deg below -x axis
or 57.3 deg south of west
or 90-57.3 = 32.7 deg west of south