I was doing this amazing problem Chapter 4, Problem 10 from book Engg Mechanics Revised 4E by Timoshenko, and here is the link having the modified problem which resembles a lot from book. Timoshenko modified problem Let me attach the image of the question in the above link also for better visual appearance.
Last year I couldn't solve this problem, but today i see this question again. so i really wanted to solve it and wanna know how do we get to the solution! I have the final answer but dont know how to get these.
I got some complex term involving $\coth$ function dont remember exactly.. as i solved this one last year. This is an example of catenary cable. So catenary equations are useful, but needs more mathematics than that.
It's been more than a year, only 2 persons were able to solve this
Let me attach the original problem from the book: which is almost the same as in the link i shared, solve this please. I feel this is one of the most hard problem in the book.
Bounty started : 19/06/2019



Here, is my way of solution including the solution of the numerical method:
Consider right half of the section as we need to consider the vertical hanging length at the pulley end. As it is given $w$ is the weight per unit length, so let us assume that the total length of the cable is $L$ and the sagging length of cable be $2s$.
Weight of the half portion of the sagging cable : $W_s=ws$
Weight of the vertical hanging portion of the cable is given by : $W_h=w(L-2s)$
Let $H$ be the horizontal force of the tension in the cable at the bottom end of the cable. Thus, the tension at the just left of pulley is given by
$$T=\sqrt{(W_s)^2+H^2}=\sqrt{w^2s^2+H^2}$$
Furthermore, the vertical hanging length has also this same tension in the rope which is balanced by its weight. Thus,
$$T=w(L-2s)$$
As in the book, it is given the general formulas for the arc length and the vertical displacement of the cable by taking origin as the bottom most point in the cable
$$y(x)=\frac{H}{w}\left[\cosh\left(\frac{wx}{H}\right) - 1\right]$$
$$S(x)=\frac{H}{w}\sinh\left(\frac{wx}{H}\right)$$
Therefore, the length of the cable from bottom end to the pully end will be $$s=S\left(\frac{l}{2}\right)=\frac{H}{w}\sinh\left(\frac{wl}{2H}\right)$$
Equating the forces to attain the equilibrium $$\sqrt{w^2s^2+H^2}=w(L-2s)$$
Substituting $s$ and simplifying a little bit yields $$L=\frac{H}{w}\cosh\left(\frac{wl}{2H}\right)+\frac{2H}{w}\sinh\left(\frac{wl}{2H}\right) \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;....(1)$$
We can notice that $l$ is constant; so $L=f(H/w)$ and let $$H/w=z$$
Thus, we for finding minimum $L_{min}$ we need to put $$\frac{\partial L}{\partial z} = 0$$
We have $$\frac{\partial L}{\partial z} = \left(1-\frac{l}{z}\right)\cosh\left(\frac{l}{2z}\right)+\left(2-\frac{l}{2z}\right)\sinh\left(\frac{l}{2z}\right) = 0$$ Let us use Bisection method for solving this equation as it is the easiest to use it in a software or online computing. Here is the link of the online computation done by me with 50 iterations: Bisection method with a=1 and b=2
In the above link I replace $l/z$ with $x$ to form an equation of the form $\phi(x)=0$ on which bisection method is to be applied with $\phi(1)=+ive$ and $\phi(2)=-ive$
Let me attach JPG of the result below:
So, transforming back in original variables we obtain $$\frac{l}{z}=1.7889033$$ or $$\frac{wl}{H}=1.7889033$$ Therefore, we obtained one of the results as asked in my modified problem in the link brilliant.org as $$\frac{H}{wl}=\boxed{0.55900}$$
Thus, we can say that $L$ will be minimum when $\frac{H}{wl}=0.55900$
Modify equation $(1)$ as below
$$\frac{L}{l}=\frac{H}{wl}\cosh\left(\frac{wl}{2H}\right)+\frac{2H}{wl}\sinh\left(\frac{wl}{2H}\right)$$
Hence, $$\frac{L_{min}}{l}=0.559\cosh(1.7889033/2)+2(0.559)\sinh(1.7889033/2) = \boxed{1.9367}$$
And lastly, we know that $$y(l/2)=f=\frac{H}{w}\left[\cosh\left(\frac{wl}{2H}\right)-1\right]$$ $$\frac{f}{l}=\frac{H}{wl}\left[\cosh\left(\frac{wl}{2H}\right)-1\right]=0.559(\cosh(1.7889033/2)-1) = \boxed{0.2389}$$
Therefore, the required answer will be $$a+b+c=0.559+1.9367+0.2389=\color{blue}{2.7346}$$