Solving a Thought Problem: Growing a Field of Crops from Scratch

  • Thread starter Thread starter Crazyevox
  • Start date Start date
  • Tags Tags
    Field scratch
Crazyevox
Messages
12
Reaction score
0
just a (random) thought problem I've been trying to get my mind around... :p

lets say we wish to grow a field of crops from scratch

'x' number of new baby crops 'appear' (or begin to visibly exist) on this field per time unit (Eg. days).
hence in 't' time, we will have a total of tx baby crops.

now every baby crop grows at a constant rate of 'l' (length) units per time unit from the very moment it 'appears' on the field. each crop will continue to grow at 'l' units per time unit -until- it reaches a maximum length of 'L', after which it seizes to grow.

how do i find the total length of all crops in the field at any given time?
anyone know how i could approach this? :s
 
Mathematics news on Phys.org
So at some (discrete) time t you will have:
x baby crops
x crops of length l
x crops of length 2l
...
x crops of length L - 1

Finally you need to count the number of crops of length L, which is all the crops which have "appeared" longer than time L ago, i.e. x(t - L). You should check this statement, you might need to take t - L - 1 or t - L + 1 or something like that... just plug in some numbers.
 
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top