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: 98
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: 95
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: 96
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top