Thanks in advance, these problems have been stumping me. Please include answers though, I have tried to work it out, but need answers to see where I am going wrong/where I need to go.

1. Determine all solutions for X^4+2-3i

2. Forces of 60 and 100 pounds have a resultant force of 125 pounds, what is the angle between the vectors?

3. Consider a truck hat weighs 5000 pounds at an incline of 20 degrees. What is the braking force required to keep the truck from rolling down the hill?

4. Two forces with a direction of 30 degrees and 60 degrees and magnitudes of 5 and 13 respectively act on a point. Find the direction and magnitude of the resultant force.

1. To determine all solutions for the equation X^4 + 2 - 3i, we need to solve for the values of X that make the equation true.

X^4 + 2 - 3i = 0

To find the solutions, we can rewrite the equation as a quadratic equation in terms of X^2:

(X^2)^2 + 2 - 3i = 0

Now, let's solve for X^2:

X^2 = (-2 + √(4 - 4*(1)*(-3i))) / (2)
= (-2 + √(4 + 12i)) / 2
= (-2 + √(4 + 12i)) / 2

To simplify further, we need to find the square root of (4 + 12i). Let's denote it as "a + bi":

(4 + 12i) = (a + bi)^2
= a^2 + 2abi - b^2

Comparing the real and imaginary parts, we get:
a^2 - b^2 = 4 (equation 1)
2ab = 12 (equation 2)

From equation 2, we can solve for a in terms of b:
a = 6/b

Plugging this value of a into equation 1, we get:
(6/b)^2 - b^2 = 4
36/b^2 - b^2 = 4
36 - b^4 = 4b^2
b^4 + 4b^2 - 36 = 0

Now, let's solve this quadratic equation for b^2:

Using the quadratic formula:
b^2 = (-4 ± √(4^2 - 4*(-36))) / (2)
= (-4 ± √(16 + 144)) / 2
= (-4 ± √(160)) / 2
= (-4 ± 4√(10)) / 2
= -2 ± 2√(10)

Therefore, we have two possible values for b: -2 + 2√(10) and -2 - 2√(10).

Using the value of b, we can calculate the corresponding values of a using a = 6/b.

Now that we have the values of a and b, we can find the solutions for X^2:

X^2 = -2/2 + (√(10)/2)i (for b = -2 + 2√(10))
X^2 = -2/2 - (√(10)/2)i (for b = -2 - 2√(10))

Taking the square root of X^2 to find X:

X = ±√(-1 + √(10)) (for b = -2 + 2√(10))
X = ±√(-1 - √(10)) (for b = -2 - 2√(10))

So, the solutions for X are:
X = √(-1 + √(10)), -√(-1 + √(10)), √(-1 - √(10)), -√(-1 - √(10))

2. To find the angle between two forces with magnitudes 60 pounds and 100 pounds, and a resultant force of 125 pounds, we can use the cosine rule. Let's call the angle between the two forces θ.

Using the cosine rule:
125^2 = 60^2 + 100^2 - 2(60)(100)cos(θ)

15625 = 3600 + 10000 - 12000cos(θ)

12000cos(θ) = 15625 - 13600
cos(θ) = (2025 / 12000)
cos(θ) = 0.16875

Now, to find the angle θ, we take the inverse cosine (cos^(-1)) of 0.16875:

θ = cos^(-1)(0.16875)

Using a calculator, we find that θ is approximately 78.69 degrees.

Therefore, the angle between the forces is approximately 78.69 degrees.

3. To find the braking force required to keep the truck from rolling down the hill, we need to consider the weight of the truck and the component of the weight force acting parallel to the incline.

The weight of the truck is given as 5000 pounds, which can be split into two components: one acting downward (perpendicular to the incline) and one acting into the incline.

The component of the weight force acting into the incline can be calculated using the formula:

Weight force parallel to incline = Weight * sin(angle)

In this case, the angle is given as 20 degrees.

Weight force parallel to incline = 5000 * sin(20)
= 1708.85 pounds

Therefore, the braking force required to keep the truck from rolling down the hill is approximately 1708.85 pounds.

4. To find the direction and magnitude of the resultant force when two forces with directions of 30 degrees and 60 degrees and magnitudes of 5 and 13 pounds respectively act on a point, we can use the parallelogram law of vector addition.

First, let's break down the forces into their horizontal (X) and vertical (Y) components. Using trigonometry, we can determine the X and Y components of each force:

For the force with direction 30 degrees and magnitude 5 pounds:
X component = 5 * cos(30)
= 5 * 0.866
= 4.33 pounds
Y component = 5 * sin(30)
= 5 * 0.5
= 2.5 pounds

For the force with direction 60 degrees and magnitude 13 pounds:
X component = 13 * cos(60)
= 13 * 0.5
= 6.5 pounds
Y component = 13 * sin(60)
= 13 * 0.866
= 11.26 pounds

Now, we can add the X and Y components of the forces to find the X and Y components of the resultant force:

X component of resultant force = (4.33 + 6.5) pounds
= 10.83 pounds
Y component of resultant force = (2.5 + 11.26) pounds
= 13.76 pounds

To find the magnitude of the resultant force, we can use the Pythagorean theorem:

Magnitude of resultant force = sqrt((X component)^2 + (Y component)^2)
= sqrt((10.83)^2 + (13.76)^2)
= sqrt(117.36 + 189.3776)
= sqrt(306.7376)
= 17.52 pounds (approximately)

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

Direction of resultant force = arctan((Y component)/(X component))
= arctan(13.76/10.83)
= 50.3 degrees (approximately)

Therefore, the direction and magnitude of the resultant force are approximately 17.52 pounds at an angle of 50.3 degrees.