Then I tried some variants in the exponents and noticed some strange things with odd-numbered exponents vs even-numbered vs mixed vs negative, etc. and I found that the higher you go with even-numbered exponents, the closer it gets to making a square:
If I change the number of zeroes in that 100.0001 it causes the rectangle to stretch in ways that I can't predict. Why is that 100.0001 so close to a perfect 2x1 rectangle? Is it a side-effect of using a base-10 numbering system, and I just happened to get close with that number?
In general I've noticed that things go haywire with even the slightest hint of non-whole numbers.
I don't have a wolfram account, so IDK. Anyway, just solve for y.
y = ⁿ√(1-xⁿ)
The function, no matter what n>0 you choose, will never create straight lines. To us humans it may eventually like you get a square, but it will always be a curve. You can prove this by zooming in really, really close at any point along the curve and you will see that the only place it touches the x-axis is at the origin.
To see how it behaves, watch how the following plots change each time.
You can see how the parabola gets more and more 'square' -- the curve gets pushed closer and closer down towards (1,0) -- but it will never touch. It is always a curve.
Limits describe where a thing appears to be, not where a thing is.
For example, consider the following line:
-------o--------
| |
0 x
At x, the function as a limit that produces a value on the line. Except, the function specifically excludes that point on the line.
Limits are used to show how things near a point behave.
Hope this helps. (Gotta go change a poopy diaper.)
I understand all that, but surely since it becomes more square-like with higher even powers, we can say that as that limit approaches infinity we have a true square? There are other things in math that are defined this way, maybe I'm just not wording my conjecture correctly.
Yes, the limit of the area as natural c goes to infinity is a square. This is because k^n for any 0 < k < 1 goes to 0 as n goes to infinity.
By the way, a generalized form of the expression would be 1 >= |x^c| + |y^c|.
Now, we can obviously take the limit as n approaches infinity here:
L = limn→∞(1-xn)1/n
Which is indeterminate. Now, let's actually look at the problem. We have 1-x∞, which will be -∞ so long as |x|>1, indeterminate when |x| = 1, and 0 when |x|<1. So, we re-write it for the two valid cases:
L = limn→∞(-n)1/n
L = limn→∞(0)1/n
The only case where the function is defined is when |x|<1, at which point the limit does equal 1. However, this causes another implication:
Even as the limit approaches infinity, the function is not a true square- the corners are indeterminate. In fact, because the case isn't just where the function reduces down to 1∞ but actually is that case, one would be better off saying that the limit is undefined.
So, no. It is not a true square. Comes close, though.