MHB Optimization Challenge - Poles and Wires

AI Thread Summary
The discussion centers on optimizing the placement of wires between two poles of different heights to maximize the angle they subtend. Participants emphasize the importance of showing work rather than relying solely on computational tools. A geometric approach is suggested, involving drawing a circle that touches the ground and the tops of the poles, leading to a formula for the optimal distance from the first pole. The derived formula for the distance x from the left pole is presented as x = (sqrt(h1h2(w^2 + (h2-h1)^2)) - h1w) / (h2-h1). The conversation highlights the interplay between calculus and geometry in solving optimization problems.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Suppose you have two poles separated by the distance $w$, the first of height $h_1$ and the second of $h_2$, where $0<h_1<h_2$. You wish to attach two wires to the ground in between the poles, one to the top of each pole, such that the angle subtended by the two wires is a maximum. What portion of the distance between the two poles, as measured from the first pole, must you take as the staking point for the two wires? Please refer to the following diagram:

View attachment 1101
 

Attachments

  • polewire.jpg
    polewire.jpg
    4.1 KB · Views: 102
Mathematics news on Phys.org
M R said:
solve (asin(x/a)+asin((1-x)/b))'=0 - Wolfram|Alpha

:p

and I should show that it's a maximum.

Sorry, but that is incorrect.

Also, I would prefer that work be shown, rather than simply relying on a CAS. The result should then be given in terms of $h_1,\,h_2,\,w$. (Sun)
 
MarkFL said:
Sorry, but that is incorrect.

Also, I would prefer that work be shown, rather than simply relying on a CAS. The result should then be given in terms of $h_1,\,h_2,\,w$. (Sun)

Whoops. Sorry. It should have been atan of course.

I do do the maths on paper first by the way (usually). It's just easier to post a link to WA than it is to post a proper answer.
 
M R said:
Whoops. Sorry. It should have been atan of course...

That was only one error...

edit: Perhaps not though...it depends on how you have defined $a$ and $b$.
 
Here is an approach avoiding calculus.

If you draw a circle touching the ground and passing through the tops of the poles (at the points $P$ and $Q$) then it should be obvious geometrically that the wires should be attached at the point where the circle touches the ground.

Unfortunately, using this approach there does not seem to be an easy way to find the distance $x$ from the left pole to the point of attachment. The centre $C$ of the circle must lie on the perpendicular bisector of $PQ$, and the distance $CP$ must be equal to the height of $C$ above the ground. Using those facts, I found by some laborious calculations that $$x = \frac{\sqrt{h_1h_2\bigl(w^2 + (h_2-h_1)^2\bigr)} - h_1w}{h_2-h_1}.$$​
 

Attachments

  • poles.png
    poles.png
    5.9 KB · Views: 96
Very nice geometric method, Opalg! (Clapping)

My solution:

Please refer to the diagram:

View attachment 1104
We may state:

$$\alpha+\theta+\beta=\pi$$

$$\theta=\pi-(\alpha+\beta)$$

Now, we see that:

$$\tan(\alpha)=\frac{h_1}{x}$$

$$\tan(\beta)=\frac{h_2}{w-x}$$

Hence:

$$\theta=\pi-\left(\tan^{-1}\left(\frac{h_1}{x} \right)+\tan^{-1}\left(\frac{h_2}{w-x} \right) \right)$$

Differentiating with respect to $x$, we obtain:

$$\frac{d\theta}{dx}=-\frac{1}{1+\left(\frac{h_1}{x} \right)^2}\left(-\frac{h_1}{x^2} \right)-\frac{1}{1+\left(\frac{h_2}{w-x} \right)^2}\left(\frac{h_2}{(w-x)^2} \right)=$$

$$\frac{h_1}{x^2+h_1^2}-\frac{h_2}{(w-x)^2+h_2^2}=\frac{h_1\left((w-x)^2+h_2^2 \right)-h_2\left(x_2+h_1^2 \right)}{\left(x^2+h_1^2 \right)\left((w-x)^2+h_2^2 \right)}$$

Equating this to zero implies:

$$h_1\left((w-x)^2+h_2^2 \right)=h_2\left(x^2+h_1^2 \right)$$

Now, expanding and arranging in standard quadratic form, we obtain:

$$\left(h_2-h_1 \right)x^2+\left(2h_1w \right)x+h_1\left(h_1h_2-h_2^2-w^2 \right)=0$$

We find that the discriminant $\Delta$ is:

$$\Delta=\left(2h_1w \right)^2-4\left(h_2-h_1 \right)\left(h_1\left(h_1h_2-h_2^2-w^2 \right) \right)$$

After simplification we find:

$$\Delta=4h_1h_2\left(\left(h_2-h_1 \right)^2+w^2 \right)$$

and so, application of the quadratic formula on the quadratic in $x$, and discarding the negative root, there results:

$$x=\frac{-h_1w+\sqrt{h_1h_2\left(\left(h_2-h_1 \right)^2+w^2 \right)}}{h_2-h_1}$$

To find what portion of the distance between the two poles, as measured from the first pole, we must take as the staking point for the two wires, we may use:

$$\frac{x}{w}=\frac{-h_1w+\sqrt{h_1h_2\left(\left(h_2-h_1 \right)^2+w^2 \right)}}{w\left(h_2-h_1 \right)}$$
 

Attachments

  • polewire2.jpg
    polewire2.jpg
    4.8 KB · Views: 101
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top