Finding Equations for Circular Irrigation System

  • Thread starter Thread starter XodoX
  • Start date Start date
AI Thread Summary
The discussion focuses on creating equations for a program to assist farmers using circular irrigation systems on rectangular plots of land. The program aims to calculate the area of the rectangular property and the largest circle that can fit within it, using the formulas for area (length x width) and circle area (π(radius^2)). The largest circle's radius is determined by taking half of the smaller dimension of the rectangle. Additionally, the farmer seeks to understand the acreage of the property, including farmable and non-farmable areas. The conversation suggests positioning multiple circles efficiently within the rectangle to maximize irrigation coverage.
XodoX
Messages
195
Reaction score
0
Hello guys!

I'm looking for some equations I need for a program I have to create.

In the mid-west many farmers irrigate from a well near
the center of a piece of land using a circular
irrigation system. The farmer plans on farming an
almost square (but it is a rectangle) piece of
property and needs to know some answers for planning.

This program is to get two measurements for a rectangular
piece of property. The measurements will be in feet,
and should be identified with variables named length
width. The program is to calculate the area in square
feet of the rectangle and the largest circle that could
fit into the rectangle.

The farmer wants to know the acreage of:

1. the property
2. the farmable area
3. the non-farmable area

The rectangular area is easy.. side a x b. How do I get the equation for how many circles could fit in the rectangular area?
 
Last edited:
Mathematics news on Phys.org
THis dosen't seem so bad.

Total area = W*L
The biggest circle is of radius Min[W.L]/2
Where the Min function picks the smaller number. THat gives.
Pi(Min[W.L]/2)^2 area of farmable land.
 
And you want to put more circles in? Well you would slam that largest circle up against one side.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
1
Views
2K
Replies
4
Views
4K
Replies
3
Views
2K
Replies
3
Views
15K
Replies
13
Views
2K
Replies
13
Views
3K
Replies
6
Views
3K
Back
Top