Find Max & Min Pipe Diameters for Combined Area

In summary, the conversation revolves around finding the maximum and minimum combined cross-sectional areas of two oil pipes with circular cross-sections that must sum up to 1m in diameter. The participants discuss various methods to approach the problem, such as using calculus, substitution, and graphing. There is also a debate about whether the pipes can have negative radii or not. Eventually, it is concluded that the problem is solvable by restricting the radii to non-negative values.
  • #1
Jason298
4
0
Can someone help me as a am racking my brain. I have been given this question;

Two oil pipes with circular cross-sections are subject to the constraint that the sum of their
diameters is 1m. By using careful reasoning find the diameters that give the maximum and
minimum possible combined cross-sectional areas. In each case give the combined crosssectional
area.

Which I am unsure of. I don't get how you can get a maximum and minimum of a circle diameter when the volume of material going through it is irrelevant.

Any assistance would be greatly appreciated.
 
Physics news on Phys.org
  • #2
Can you not find a way to start attacking the problem mathematically? What is the area of a circle in terms of what you know?
 
  • #3
I believe I have cracked it, however will not know until it has been submitted so still need to try different angles to see what else I can come up with.
 
  • #4
The question has nothing to do with angles. This is a basic optimization problem, your textbook will explain how to solve them.
 
  • #5
verty said:
The question has nothing to do with angles. This is a basic optimization problem, your textbook will explain how to solve them.

I take it you are not a native English speaker. "Angles" in this context has nothing to do with geometry, it mean "different ways to try something".
 
  • #6
So how did you work it out then? I can't seem to figure out how to solve your problem mathematically.
 
  • #7
You want to maximize [itex]\pi(r_a^2 + r_b^2)[/itex] based on the constraint that [itex]r_a + r_b = 1[/itex].
Try starting with the identity [itex](r_a+r_b)^2 = r_a^2 + r_b^2 + 2r_ar_b[/itex].
 
  • #8
corsix049 said:
So how did you work it out then? I can't seem to figure out how to solve your problem mathematically.

This is a typical question that any calculus book will show you how to solve, usually under "maxima and minima" or "applications of the derivative". I would class it as an easy question if you know the method, which is why I said above that the poster should refer to his textbook for the method of solving these.

We were all waiting for the poster to present some work because, if he knew the method, he would have been able to get started. If he got stuck somewhere, we could have helped. But being unable to start means he does not know enough to benefit from our help. And, it's against the rules.

If the OP can show some work, I'm sure he will receive much help.
 
  • #9
corsix049 said:
So how did you work it out then? I can't seem to figure out how to solve your problem mathematically.
Let one of them have diameter x. What's the diameter of the other? What's the sum of the cross-sectional areas?
 
  • #10
Millennial said:
You want to maximize [itex]\pi(r_a^2 + r_b^2)[/itex] based on the constraint that [itex]r_a + r_b = 1[/itex].
Try starting with the identity [itex](r_a+r_b)^2 = r_a^2 + r_b^2 + 2r_ar_b[/itex].

I think the question following this will be, what do I do next? And the only answer one can give to that is to explain in general how to solve these. I was hoping we could avoid that.

Actually, I learned enough in school to solve this with just the most basic calculus knowledge. This isn't a big deal really, I shouldn't worry.
 
Last edited:
  • #11
verty said:
I think the question following this will be, what do I do next? And the only answer one can give to that is to explain in general how to solve these. I was hoping we could avoid that.

Actually, I learned enough in school to solve this with just the most basic calculus knowledge. This isn't a big deal really, I shouldn't worry.

It is solvable the way I gave without any general knowledge. Just substitute [itex]r_a = 1-r_b[/itex] or vice versa after arrangement.
 
  • #12
I started with the Area, substituted R for x and y. Worked out the starting area which was my maximum. Transposed the diameter formula to give me Y=1-X
Differentiated the transposed area formula using the (1-X) which got rid of Y, so eventually I got x=0.5, I put this in the original area formula which gave me my minimum. I then done my graph with x=1 Y=0 (diameter) and went through x=.9 y=.1, x=.8 y=.2 and so on. This gave me my changing areas. This proved my answer and gave me a 'U' like graph.
 
  • #13
Millennial said:
You want to maximize [itex]\pi(r_a^2 + r_b^2)[/itex] based on the constraint that [itex]r_a + r_b = 1[/itex].
Try starting with the identity [itex](r_a+r_b)^2 = r_a^2 + r_b^2 + 2r_ar_b[/itex].

This is incorrect. According to the OP, the DIAMETERs must sum to 1 meter. Then, the sum of the areas of the two pipes should be expressed in terms of their diameters
 
  • #14
verty said:
I think the question following this will be, what do I do next? And the only answer one can give to that is to explain in general how to solve these. I was hoping we could avoid that.

Actually, I learned enough in school to solve this with just the most basic calculus knowledge. This isn't a big deal really, I shouldn't worry.

The problem as written has no solution, as you can have area =+infinity by taking radii of + and - infinity. Restricting radii to non-negative values gives a solvable problem, but not one to which calculus methods apply.
 
  • #15
Ray Vickson said:
The problem as written has no solution, as you can have area =+infinity by taking radii of + and - infinity. Restricting radii to non-negative values gives a solvable problem, but not one to which calculus methods apply.

Pipes cannot have negative radii. At least no pipe I've ever seen. Perhaps a Klein bottle can, I don't know about that.
 
  • #16
verty said:
Pipes cannot have negative radii. At least no pipe I've ever seen. Perhaps a Klein bottle can, I don't know about that.

Of course, and that is why your formulation was incomplete--it needed the sign restriction. Just because you and I know the variables must be >= 0 does not mean that a solver package would know it. If you were to submit your problem *exactly as written* to, eg., the Excel Solver it would essentially give you an unbounded solution. Sometimes we do not need to specify sign restrictions (eg., for the present case with *minimization*) but in other times we need to be more explicit.

Anyway, in this example the maximum and minimum problems are completely different, even in the presence of sign-restricted radii. Calculus methods solve the min problem, but not the max problem.
 
Last edited:
  • #17
SteamKing said:
This is incorrect. According to the OP, the DIAMETERs must sum to 1 meter. Then, the sum of the areas of the two pipes should be expressed in terms of their diameters
Or use [itex]r_1+ r_2= 1/2[/itex].
 
  • #18
Write an equation for the area in terms of one of the diameters eg in terms of d1. By inspecting the equation and bearing in mind that d1 can have a minimum value of zero and a maximum value of 1. simple reasoning, by reference to the equation, gives the maximum area and the minimum area .The latter value can be found by calculus. I guess most people here know the answers.
To see it more clearly it may be helpful to sketch a graph of area against d1.
 
Last edited:

FAQ: Find Max & Min Pipe Diameters for Combined Area

What is the purpose of finding the maximum and minimum pipe diameters for combined area?

Finding the maximum and minimum pipe diameters for combined area is important for designing efficient piping systems. It ensures that the pipes can handle the required flow rate while minimizing pressure drop and cost.

How do you calculate the maximum and minimum pipe diameters for combined area?

The maximum and minimum pipe diameters can be calculated using the combined area equation, which takes into account the required flow rate, fluid properties, and the desired velocity. This equation can be solved using various methods such as trial and error, iteration, or using software programs.

How does the combined area affect the flow rate in a piping system?

The combined area directly affects the flow rate in a piping system. A larger combined area allows for a higher flow rate, while a smaller combined area restricts the flow rate. Therefore, finding the optimal combined area is crucial for achieving the desired flow rate in a piping system.

What factors should be considered when determining the maximum and minimum pipe diameters for combined area?

There are several factors that should be considered when determining the maximum and minimum pipe diameters for combined area. These include the required flow rate, fluid properties such as viscosity and density, the desired velocity, and the available space for the piping system.

Can the maximum and minimum pipe diameters for combined area change in different parts of a piping system?

Yes, the maximum and minimum pipe diameters for combined area can vary in different parts of a piping system. This is because the flow rate, fluid properties, and available space may differ in different sections of the system. It is important to calculate the maximum and minimum pipe diameters for each section to ensure optimal performance of the entire piping system.

Back
Top