Min max problem: length of pipe from 2 towns to the river

Click For Summary
SUMMARY

The discussion centers on solving the minimum length of pipe required to connect two towns to a river, utilizing calculus principles. The key equation derived is \(x = \frac{1}{2}\sqrt{c^2 - (b-a)^2}\), indicating that the optimal position for the pipe is at the midpoint of the vertical distance between the towns. The total distance formula is expressed as \(Dist = \sqrt{a^2 + \frac{d^2}{4}} + \sqrt{b^2 + \frac{d^2}{4}}\). The participants emphasize that minimizing the sum of lengths \(L_1 + L_2\) is crucial, rather than the sum of their squares.

PREREQUISITES
  • Understanding of calculus, specifically derivatives and optimization techniques.
  • Familiarity with geometric concepts related to distances and coordinates.
  • Knowledge of algebraic manipulation involving square roots and quadratic equations.
  • Basic principles of physics related to distance and length measurement.
NEXT STEPS
  • Study optimization techniques in calculus, focusing on finding minima and maxima.
  • Explore geometric interpretations of distance problems in two-dimensional space.
  • Learn about the application of derivatives in real-world optimization scenarios.
  • Investigate similar problems involving minimum distance calculations in physics and engineering.
USEFUL FOR

Students studying calculus, mathematicians interested in optimization problems, and engineers dealing with distance and resource allocation challenges.

Karol
Messages
1,380
Reaction score
22

Homework Statement


Capture2.JPG


Homework Equations


Minimum/Maximum occurs when the first derivative=0

The Attempt at a Solution


Capture.JPG

$$l_1^2+l_2^2=(a^2+x^2)+[b^2+(d-x)^2]=a^2+b^2+x^2+\left[ \sqrt{c^2-(b-a)^2}-x \right]^2$$
$$(l_1^2+l_2^2)'=2x+2\left[ \sqrt{c^2-(b-a)^2}-x \right](-1)$$
$$(l_1^2+l_2^2)'=0~~\rightarrow~~x=\frac{1}{2}\sqrt{c^2-(b-a)^2}=\frac{d}{2}$$
The minimum (or maximum?) distance is when the station is in the middle of the vertical distance between the cities
The total pipe's distance is:
$$Dist=\sqrt{l_1}+\sqrt{l_2}=\sqrt{a^2+x^2}+\sqrt{b^2+x^2}=\sqrt{a^2+\frac{d^2}{4}}+\sqrt{b^2+\frac{d^2}{4}}$$
It doesn't give ##~\sqrt{c^2-4ab}##
 

Attachments

  • Capture2.JPG
    Capture2.JPG
    22.4 KB · Views: 580
  • Capture.JPG
    Capture.JPG
    4.8 KB · Views: 607
Physics news on Phys.org
You are supposed to minimise the sum of the lengths (i.e., ##L_1 + L_2##) not the sum of the squares of the lengths (##L_1^2 + L_2^2##).
 
Hint: Imagine b is on the other side but d is still the same.
 
Orodruin said:
You are supposed to minimise the sum of the lengths (i.e., ##L_1 + L_2##) not the sum of the squares of the lengths (##L_1^2 + L_2^2##).
But if the square of the lenghts is minimum then the length is also minimum
I will think about the hint that b is on the other side
 
Karol said:
But if the square of the lenghts is minimum then the length is also minimum
No, this is not true. It is true for a single length, not for the sum of lengths.
 
To expand a bit on that. Note that
$$
(L^2)' = 2LL'
$$
so, for a single length, ##L' = 0## if ##(L^2)' = 0##. However, you have the sum of two lengths and
$$
((L_1+L_2)^2)' = 2(L_1+L_2) (L_1+L_2)' = [L_1^2 + L_2^2 + 2L_1 L_2]' = (L_1^2 + L_2^2)' + 2(L_1 L_2' + L_1' L_2).
$$
Note that ##(L_1^2 + L_2^2)' = 0## no longer guarantees that ##(L_1 + L_2)' = 0## as there are additional terms on the right-hand side.
 
verty said:
Hint: Imagine b is on the other side but d is still the same.
Capture.JPG

$$\frac{a}{x}=\frac{b}{\sqrt{c^2-(b-a)^2}-x}~\rightarrow~x=\frac{a\sqrt{c^2-(b-a)^2}}{a+b}$$
$$l_1+l_2=...=\sqrt{c^2+4ab}$$
 

Attachments

  • Capture.JPG
    Capture.JPG
    6.2 KB · Views: 541
Karol said:
View attachment 229938
$$\frac{a}{x}=\frac{b}{\sqrt{c^2-(b-a)^2}-x}~\rightarrow~x=\frac{a\sqrt{c^2-(b-a)^2}}{a+b}$$
$$l_1+l_2=...=\sqrt{c^2+4ab}$$

You are given a,b,c. Your first task is to find d. Then find L1+L2 when it is the shortest configuration.
 
verty said:
You are given a,b,c. Your first task is to find d. Then find L1+L2 when it is the shortest configuration.
I think the ##\ldots = \sqrt{c^2 + 4ab}## means he solved it ...
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
9
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
6K
Replies
12
Views
4K