Optimization Problem - a wooden board in a hallway

256 Views Asked by At

I want to calculate the maximum measurements that a wooden board can have, to pass through the corner

enter image description here

The first thing I did was to make a problem easier, when the table does not have width, with similar triangles, calculating the red line (the maximum length that the table can have). I got a function and I minimized it. enter image description here enter image description here

But I do not know how to do when the wood has an area. I imagine it is a minimization problem with two variables, but I do not know what function to use, help me please

1

There are 1 best solutions below

0
On

Let the board have width $W$. Use the same technique to compute the maximum length $L$ as a function of $W$. It won't be nearly as clean because the effective length of the board depends on the width. Now use $A=LW$ and substitute in the expression for one variable in terms of the other. Now you have $A$ as a function of one variable, so take the derivative, set to zero...