Forces in direction x:
fx1 = 100 * cos (50) = 64.28
fx2 = 50 * cos (160) = - 46.99
The resultant is:
fx = fx1 + fx2 = 17.29
Forces in direction y:
fy1 = 100 * sine (50) = 76.60
fy2 = 50 * sine (160) = 17.10
The resultant is:
fy = fy1 + fy2 = 93.70
The magnitude of the resulting force is:
f = root (fx ^ 2 + fy ^ 2)
f = root ((17.29) ^ 2 + (93.70) ^ 2)
f = 95.28
The angle is:
theta = atan (fy / fx)
theta = atan (93.70 / 17.29)
theta = 79.55 degrees
Answer:
The direction and magnitude of the resultant force are:
f = 95.28 pounds at theta = 79.55 degrees
The answer is: "123454321"
Hope this helps!
Answer:
<h2>The easiest to solve for is x in the first equation</h2>
Step-by-step explanation:
Given the system of equation, x + 4 y = 14. and 3 x + 2 y = 12, to solve for x, we can use the elimination method of solving simultaneous equation. We need to get y first.
x + 4 y = 14............ 1 * 3
3 x + 2 y = 12 ............ 2 * 1
Lets eliminate x first. Multiply equation 1 by 3 and subtract from equation 2.
3x + 12 y = 42.
3 x + 2 y = 12
Taking the diffrence;
12-2y =42 - 12
10y = 30
y = 3
From equation 1, x = 14-4y
x = 14-4(3)
x = 14-12
x = 2
It can be seen that the easiest way to get the value of x is by using the first equation and we are able to do the substitute easily <u>because the variable x has no coefficient in equation 1 compare to equation 2 </u>as such it will be easier to make the substitute for x in the first equation.