Take values of $n$ from 1 to $\infty$ in steps of $1$. Prove that in the limit it will be a square of side $a$. Take value of $n$ from $1$ to $0$ (fractions). In the limit as $n$ approaches $0$, prove that its a function which has value $a$ at $x=0$ and $0$ elsewhere. Any idea what happens if $n$ is negative?
-
Any thoughts? Have you tried something? – haunted85 Oct 28 '13 at 11:16
-
As a start you could remind us (and yourself) of the precise definition of convergence in this setting. – Simon Markett Oct 28 '13 at 11:31
-
1You may find something of interest under the keyword "superellipse", e.g., http://en.wikipedia.org/wiki/Superellipse – Gerry Myerson Oct 28 '13 at 11:52
1 Answers
$x^n+y^n=a^n\iff\left(\frac xa\right)^n+\left(\frac ya\right)^n=1\Longrightarrow$ If n is even, then the function $y(x)=\pm\sqrt[n]{a^n-x^n}$ can only exist for $x\in(-a,+a)$. But if n is odd, such restrictions no longer apply. Nevertheless, if we focus solely on the interval $x\in(0,a)$, then all observations that apply to even powers go for odd ones as well (i.e., the form will ultimately degenerate into a rectangle with its height twice the size of its width as $n\to\infty$).
$n\to\infty\Longrightarrow\left(\frac xa\right)^n\to0\Longrightarrow\left(\frac ya\right)^n\to1\Longrightarrow y\to a\Longrightarrow$ For $x\in(-a,a)$ we have two straight line segments characterized by $y(x)=\pm a$.
$n\to0\Longrightarrow\left(\frac xa\right)^n\to1\Longrightarrow\left(\frac ya\right)^n\to0\Longrightarrow$ y can only be $0$, since otherwise any other number risen to the power $0$ is $1$, whereas $0^0$ is indeterminate, hence $\forall x\in(0,\pm a),\quad y(x)=0$. In $x=0$, however, we have $\underset{n\to0}\lim0^n=0$, hence $y=a$.
As an aside, for $n=1$ we have a square with its four corners in $\pm a$ and $\pm ai$. For $n\to\infty$ we have another square, this time with its four corners in $a\pm ai$ and $-a\pm ai$. For $n=2$ we have the circle centered in the origin with the radius $a$.
- 48,334
- 2
- 83
- 154
-
For n=1, this will be a straight line with slope -1 and intercepting the x and y axes at a. Considering only the first quadrant, if n=2, it will be a quarter of a circle of radius a. As n goes up, it will become more like a square of side a but with rounded corners. The figure will be symetrically reflected in x and y axes for n even. so if n is sufficiently high and even, it will become a square of side 2a.(all 4 quadrants together) – Babji Oct 29 '13 at 17:05