MHB Minimize Sum of Line Segments Length w/ Point P on Line AD - Yahoo Answers

AI Thread Summary
To minimize the total length L of cables connecting point P on line AD to points A, B, and C, L is expressed as a function of x, where x = |AP|. The lengths of segments BP and CP are derived using the Pythagorean theorem, resulting in the function L(x) = x + √(x² - 8x + 17) + √(x² - 8x + 25). By differentiating L with respect to x and analyzing the derivative, the minimum value of L is estimated to be approximately 7.58. This approach combines calculus and graphical analysis to find the optimal location for point P.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

CALCULUS!? A point P needs to be located somewhere on the line AD so that the total...?

Pplease help me with this question, I don't understand how to get an answer :(

A point P needs to be located somewhere on the line AD so that the total length L of cables linking P to the points A, B, and C is minimized (see the figure). Express L as a function of x = |AP| and use the graphs of L and dL/dx to estimate the minimum value of L. (Round your answer to two decimal places. Assume that |BD| = 1 m, |CD| = 3 m, and |AD| = 4 m.)

View attachment 1718

I have posted a link there to this thread so the OP can see my work.
 

Attachments

  • realsf1.jpg
    realsf1.jpg
    8.1 KB · Views: 197
Mathematics news on Phys.org
Hello realsf,

First, we may define:

$$L=\overline{AP}+\overline{BP}+\overline{CP}$$

Next, let's label the diagram with the given information:

View attachment 1719

We are given:

$$\overline{AP}=x$$

And by Pythagoras, we find:

$$\overline{BP}=\sqrt{1^2+(4-x)^2}=\sqrt{x^2-8x+17}$$

$$\overline{CP}=\sqrt{3^2+(4-x)^2}=\sqrt{x^2-8x+25}$$

Hence, we may give $L$ as a function of $x$ as follows:

$$L(x)=x+\sqrt{x^2-8x+17}+\sqrt{x^2-8x+25}$$

Differentiating with respect to $x$, we obtain:

$$\frac{dL}{dx}=1+\frac{2x-8}{2\sqrt{x^2-8x+17}}+\frac{2x-8}{2\sqrt{x^2-8x+25}}=1+\frac{x-4}{\sqrt{x^2-8x+17}}+\frac{x-4}{\sqrt{x^2-8x+25}}$$

Observing we must have $0\le x\le 4$, here are the plots of $L(x)$ and $$\frac{dL}{dx}$$ on the relevant domain:

View attachment 1720

Using a numeric root finding technique intrinsic to the CAS, we obtain:

View attachment 1721

Hence, we find:

$$L_{\min}\approx7.58$$
 

Attachments

  • realsf12.jpg
    realsf12.jpg
    8.6 KB · Views: 188
  • realsf3.jpg
    realsf3.jpg
    7.3 KB · Views: 199
  • realsf4.jpg
    realsf4.jpg
    22.8 KB · Views: 195
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