Skip to main content
24-Ruby IV
July 11, 2015
Solved

Symbolic solution of one optimization problem

  • July 11, 2015
  • 12 replies
  • 4770 views

One interesting optimization problem.

Chain attached to two sides of the wall at the same height.

What should be the chain length, to force to the attachment points was minimal?

See below the numerical solution.

Is it possible to full analytical solution?

S-min.png

Best answer by AlanStevens

Or even simpler:

Valery3.PNG

Alan.

12 replies

24-Ruby IV
July 12, 2015

More simple numerical solution in attach (without h):

S-min-a.png

.

19-Tanzanite
July 12, 2015

I can't see an analytical solution, but here's a simpler approach to a numerical solution:

Valery1.PNG

Valery2.PNG

Alan

19-Tanzanite
July 12, 2015

Or even simpler:

Valery3.PNG

Alan.