I've come across this math problem and need help on working it out.

Ropes 3 m and 5 m in length are fastened to a holiday decoration that is suspended over a town square. The decoration has a mass of 5 kg. The ropes, fastened at different heights, make angles of and with the horizontal. Find the tension in each wire and the magnitude of each tension.

I know that the length of the ropes are irrelevant in this problem and that I'm also given the angles. So far I've written that vector of T1 is (-|T1|*cos(52), |T1|*sin(52)) and that T2 is (|T2|*cos(40), |T2|*sin(40)), however I'm not sure if I'm starting off right.

Please help, thanks!

To solve this problem, you need to understand the concept of tension in ropes and how to decompose forces into horizontal and vertical components.

First, let's define some variables:
T1: Tension in the rope of length 3m
T2: Tension in the rope of length 5m

To find the tension in each wire and the magnitude of each tension, we can use the principle of equilibrium, which states that the sum of all forces acting on an object is zero.

Let's start by decomposing the tension forces into their horizontal and vertical components. For T1, the horizontal component is T1 * cos(52°) and the vertical component is T1 * sin(52°). Similarly, for T2, the horizontal component is T2 * cos(40°) and the vertical component is T2 * sin(40°).

Now, consider the vertical equilibrium of the decoration:
Summing up the vertical component of tension forces, we get:
T1 * sin(52°) + T2 * sin(40°) - mg = 0
(Here, m represents the mass of the decoration and g is the acceleration due to gravity, which is approximately 9.8 m/s²)

Next, consider the horizontal equilibrium of the decoration:
Summing up the horizontal component of tension forces, we get:
T1 * cos(52°) - T2 * cos(40°) = 0

Now, you have a system of equations with two unknowns (T1 and T2). You can solve these equations simultaneously to find the values of T1 and T2.

Once you have the values of T1 and T2, you can calculate the magnitude (or the absolute value) of each tension. The magnitude of a vector can be found using the Pythagorean theorem:
|T1| = sqrt((T1 * cos(52°))^2 + (T1 * sin(52°))^2)
|T2| = sqrt((T2 * cos(40°))^2 + (T2 * sin(40°))^2)

By substituting the values of T1 and T2 in these formulas, you'll find the magnitudes of the tension forces in each wire.

It's essential to note that the length of the ropes is not irrelevant in this problem. The angles and the length of the ropes determine the forces acting on the decoration, and solving the problem requires considering these factors.

I hope this explanation helps you solve the problem successfully!