A light string has its ends tied to two walls separated by a distance equal to five-eighths the length of the string. A 53 kg mass is suspended from the center of the string, applying a tension in the string.

What is the tension in the two strings of length L/2 tied to the wall? The acceleration of gravity is 9.8 m/s^2.
Answer in units of N.

To solve this problem, we can start by finding the tension in the whole string, and then divide it equally between the two strings that are tied to the walls.

Let's denote the length of the string as L. We are given that the distance between the two walls is 5/8 times the length of the string, which can be expressed as (5/8)L.

We can draw a diagram to help visualize the situation:

```
+---(5/8)L--O-----------O--(5/8)L---+
Wall Tension 53 kg mass Wall
```

The tension in the string is the force that supports the 53 kg mass in equilibrium. This tension is equal to the weight of the mass.

The weight is given by the formula: weight = mass x acceleration due to gravity = 53 kg x 9.8 m/s^2.

So, the weight of the mass is: weight = 53 kg x 9.8 m/s^2 = 519.4 N.

Since the string is in equilibrium, the tension T in the whole string is equal to the weight of the mass: T = 519.4 N.

To find the tension in each of the two strings tied to the walls (T1 and T2), we divide the tension in the whole string by 2.

T1 = T2 = T/2 = 519.4 N / 2 = 259.7 N.

Therefore, the tension in each of the two strings of length L/2 tied to the walls is 259.7 N.

To find the tension in the two strings of length L/2 tied to the wall, we can use the concept of equilibrium. In equilibrium, the forces acting on an object are balanced, so the net force is zero.

Let's consider the forces acting on the mass:

1. Tension force in the vertical direction: This is the force exerted by the strings on the mass to counterbalance its weight. Let's call this force T.

2. Weight force in the vertical direction: This is the force exerted by the mass due to gravity. The weight force is given by the equation: Weight = mass × acceleration due to gravity. In this case, Weight = 53 kg × 9.8 m/s^2.

Since the strings are tied to the two walls separated by a distance equal to five-eighths the length of the string, we can consider the forces on the left and right sides of the mass separately.

For the left side:
- The length of the string tied to the left wall is L/2.
- The tension in this string is half of the total tension, i.e., T/2.

For the right side:
- The length of the string tied to the right wall is also L/2.
- The tension in this string is also half of the total tension, i.e., T/2.

Now, using the concept of equilibrium, we can write the equation for the vertical forces:

T/2 + T/2 = Weight

Substituting the values, we have:
T/2 + T/2 = 53 kg × 9.8 m/s^2

Simplifying the equation, we get:
T = 53 kg × 9.8 m/s^2

Calculating the value, we find:
T ≈ 519.4 N

Therefore, the tension in the two strings of length L/2 tied to the wall is approximately 519.4 N.

Draw the triangles.

half the weight is supported by each side.

Let theta be the angle from the wall horizontal to the string. Then on each side, SinTheta=Weight/(2*tension)

But tan cosTheta= half wall distance/halfstring distance
costheta= 5/8

But sin^2theta+cos^2theta=1
or weight^2/4Tension^2+25/64=1
solve for tension.

on a calculator it should look like:

nSolve((53*9.8/2*x)^2+(5/8)^2=1,x)

*=multiply