Why is $x^napprox left(n(x^1/4096-1)+1right)^4096$?

Clash Royale CLAN TAG#URR8PPP
up vote
6
down vote
favorite
There's an old-school pocket calculator trick to calculate $x^n$ on a pocket calculator, where both, $x$ and $n$ are real numbers. So, things like $,0.751^3.2131$ can be calculated, which is awesome.
This provides endless possibilities, including calculating nth roots on a simple pocket calculator.
The trick goes like this:
- Type $x$ in the calculator
- Take the square root twelve times
- Subtract one
- Multiply by $n$
- Add one
- Raise the number to the 2nd power twelve times (press
*and=key eleven times)
Example:
I want to calculate $sqrt[3]20$ which is the same as $20^1/3$. So $x=20$ and $n=0.3333333$. After each of the six steps, the display on the calculator will look like this:
- $;;;20$
- $;;;1.0007315$
- $;;;0.0007315$
- $;;;0.0002438$
- $;;;1.0002438$
- $;;;2.7136203$
The actual answer is $20^1/3approx2.7144176$. So, our trick worked to three significant figures. It's not perfect, because of the errors accumulated from the calculator's 8 digit limit, but it's good enough for most situations.
Question:
So the question is now, why does this trick work? More specifically, how do we prove that:
$$x^napprox Big(n(x^1/4096-1)+1Big)^4096$$
Note: $4096=2^12$.
I sat in front of a piece of paper trying to manipulate the expression in different ways, but got nowhere.
I also noticed that if we take the square root in step 1 more than twelve times, but on a better-precision calculator, and respectively square the number more than twelve times in the sixth step, then the result tends to the actual value we are trying to get, i.e.:
$$lim_atoinftyBig(n(x^1/2^a-1)+1Big)^(2^a)=x^n$$
This, of course doesn't mean that doing this more times is encouraged on a pocket calculator, because the error from the limited precision propagates with every operation. $a=12$ is found to be the optimal value for most calculations of this type i.e. the best possible answer taking all errors into consideration. Even though 12 is the optimal value on a pocket calculator, taking the limit with $atoinfty$ can be useful in proving why this trick works, however I still can't of think a formal proof for this.
Thank you for your time :)
proof-writing recreational-mathematics approximation
add a comment |Â
up vote
6
down vote
favorite
There's an old-school pocket calculator trick to calculate $x^n$ on a pocket calculator, where both, $x$ and $n$ are real numbers. So, things like $,0.751^3.2131$ can be calculated, which is awesome.
This provides endless possibilities, including calculating nth roots on a simple pocket calculator.
The trick goes like this:
- Type $x$ in the calculator
- Take the square root twelve times
- Subtract one
- Multiply by $n$
- Add one
- Raise the number to the 2nd power twelve times (press
*and=key eleven times)
Example:
I want to calculate $sqrt[3]20$ which is the same as $20^1/3$. So $x=20$ and $n=0.3333333$. After each of the six steps, the display on the calculator will look like this:
- $;;;20$
- $;;;1.0007315$
- $;;;0.0007315$
- $;;;0.0002438$
- $;;;1.0002438$
- $;;;2.7136203$
The actual answer is $20^1/3approx2.7144176$. So, our trick worked to three significant figures. It's not perfect, because of the errors accumulated from the calculator's 8 digit limit, but it's good enough for most situations.
Question:
So the question is now, why does this trick work? More specifically, how do we prove that:
$$x^napprox Big(n(x^1/4096-1)+1Big)^4096$$
Note: $4096=2^12$.
I sat in front of a piece of paper trying to manipulate the expression in different ways, but got nowhere.
I also noticed that if we take the square root in step 1 more than twelve times, but on a better-precision calculator, and respectively square the number more than twelve times in the sixth step, then the result tends to the actual value we are trying to get, i.e.:
$$lim_atoinftyBig(n(x^1/2^a-1)+1Big)^(2^a)=x^n$$
This, of course doesn't mean that doing this more times is encouraged on a pocket calculator, because the error from the limited precision propagates with every operation. $a=12$ is found to be the optimal value for most calculations of this type i.e. the best possible answer taking all errors into consideration. Even though 12 is the optimal value on a pocket calculator, taking the limit with $atoinfty$ can be useful in proving why this trick works, however I still can't of think a formal proof for this.
Thank you for your time :)
proof-writing recreational-mathematics approximation
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
There's an old-school pocket calculator trick to calculate $x^n$ on a pocket calculator, where both, $x$ and $n$ are real numbers. So, things like $,0.751^3.2131$ can be calculated, which is awesome.
This provides endless possibilities, including calculating nth roots on a simple pocket calculator.
The trick goes like this:
- Type $x$ in the calculator
- Take the square root twelve times
- Subtract one
- Multiply by $n$
- Add one
- Raise the number to the 2nd power twelve times (press
*and=key eleven times)
Example:
I want to calculate $sqrt[3]20$ which is the same as $20^1/3$. So $x=20$ and $n=0.3333333$. After each of the six steps, the display on the calculator will look like this:
- $;;;20$
- $;;;1.0007315$
- $;;;0.0007315$
- $;;;0.0002438$
- $;;;1.0002438$
- $;;;2.7136203$
The actual answer is $20^1/3approx2.7144176$. So, our trick worked to three significant figures. It's not perfect, because of the errors accumulated from the calculator's 8 digit limit, but it's good enough for most situations.
Question:
So the question is now, why does this trick work? More specifically, how do we prove that:
$$x^napprox Big(n(x^1/4096-1)+1Big)^4096$$
Note: $4096=2^12$.
I sat in front of a piece of paper trying to manipulate the expression in different ways, but got nowhere.
I also noticed that if we take the square root in step 1 more than twelve times, but on a better-precision calculator, and respectively square the number more than twelve times in the sixth step, then the result tends to the actual value we are trying to get, i.e.:
$$lim_atoinftyBig(n(x^1/2^a-1)+1Big)^(2^a)=x^n$$
This, of course doesn't mean that doing this more times is encouraged on a pocket calculator, because the error from the limited precision propagates with every operation. $a=12$ is found to be the optimal value for most calculations of this type i.e. the best possible answer taking all errors into consideration. Even though 12 is the optimal value on a pocket calculator, taking the limit with $atoinfty$ can be useful in proving why this trick works, however I still can't of think a formal proof for this.
Thank you for your time :)
proof-writing recreational-mathematics approximation
There's an old-school pocket calculator trick to calculate $x^n$ on a pocket calculator, where both, $x$ and $n$ are real numbers. So, things like $,0.751^3.2131$ can be calculated, which is awesome.
This provides endless possibilities, including calculating nth roots on a simple pocket calculator.
The trick goes like this:
- Type $x$ in the calculator
- Take the square root twelve times
- Subtract one
- Multiply by $n$
- Add one
- Raise the number to the 2nd power twelve times (press
*and=key eleven times)
Example:
I want to calculate $sqrt[3]20$ which is the same as $20^1/3$. So $x=20$ and $n=0.3333333$. After each of the six steps, the display on the calculator will look like this:
- $;;;20$
- $;;;1.0007315$
- $;;;0.0007315$
- $;;;0.0002438$
- $;;;1.0002438$
- $;;;2.7136203$
The actual answer is $20^1/3approx2.7144176$. So, our trick worked to three significant figures. It's not perfect, because of the errors accumulated from the calculator's 8 digit limit, but it's good enough for most situations.
Question:
So the question is now, why does this trick work? More specifically, how do we prove that:
$$x^napprox Big(n(x^1/4096-1)+1Big)^4096$$
Note: $4096=2^12$.
I sat in front of a piece of paper trying to manipulate the expression in different ways, but got nowhere.
I also noticed that if we take the square root in step 1 more than twelve times, but on a better-precision calculator, and respectively square the number more than twelve times in the sixth step, then the result tends to the actual value we are trying to get, i.e.:
$$lim_atoinftyBig(n(x^1/2^a-1)+1Big)^(2^a)=x^n$$
This, of course doesn't mean that doing this more times is encouraged on a pocket calculator, because the error from the limited precision propagates with every operation. $a=12$ is found to be the optimal value for most calculations of this type i.e. the best possible answer taking all errors into consideration. Even though 12 is the optimal value on a pocket calculator, taking the limit with $atoinfty$ can be useful in proving why this trick works, however I still can't of think a formal proof for this.
Thank you for your time :)
proof-writing recreational-mathematics approximation
proof-writing recreational-mathematics approximation
edited Sep 7 at 2:01
Blue
44.4k868142
44.4k868142
asked Sep 7 at 1:51
KKZiomek
1,6561134
1,6561134
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04
add a comment |Â
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
3
down vote
accepted
A standard trick is to calculate the natural logarithm first to get the exponent under control:
$$log(lim_atoinfty(n(x^1/a-1)+1)^a)=lim_atoinftyalog(nx^1/a-n+1)$$
Set $u=1/a$.
We get
$$lim_uto 0fraclog (nx^u-n+1)u$$
Use L'Hopital:
$$lim_uto 0fracnx^ulog xnx^u-n+1=nlog x=log x^n$$
Here we just plugged in $u=0$ to calculate the limit!
So the original limit goes to $x^n$ as desired.
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
add a comment |Â
up vote
3
down vote
For fixed $x > 0$ and $n$, let $t = 1/2^a to 0$. Then we need to prove that
$$
lim_t to 0 left( n (x^t - 1) + 1 right)^1/t = x^n.
$$
In fact, we have
$$
ln left[lim_t to 0 left( n (x^t - 1) + 1 right)^1/tright] =
lim_t to 0 fracln (1 + n(x^t - 1))t = lim_t to 0 fracn(x^t - 1)t = nln x,
$$
where the first equality follows from the continuity of $ln(x)$, and the second equality has used the fact that $ln(1 + x) sim x$ when $x to 0$.
add a comment |Â
up vote
2
down vote
If $x$ (actually $ln x$) is relatively small, then $x^1/4096=e^(ln x)/4096approx1+(ln x)/4096$, in which case
$$n(x^1/4096-1)+1)approx1+nln xover4096$$
If $n$ is also relatively small, then
$$(n(x^1/4096-1)+1)^4096approxleft(1+nln xover4096right)^4096approx e^nln x=x^n$$
Remark: When I carried out the OP's procedure on a pocket calculator, I got the same approximation as the the OP, $2.7136203$, which is less than the exact value, $20^1/3=2.7144176ldots$. Curiously, the exact value (according to Wolfram Alpha) for the approximating formula,
$$left(1over3(20^1/4096-1)+1right)^4096=2.7150785662ldots$$
is more than the exact value. On the other hand, if you take the square root of $x=20$ eleven times instead of twelve -- i.e., if you use $2048$ instead of $4096$ -- the calculator gives $2.7152613$ while WA gives $2.715739784ldots$, both of which are too large. Very curiously, if you average the two calculator results, you get
$$2.7136203+2.7152613over2=2.7144408$$
which is quite close to the true value!
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
A standard trick is to calculate the natural logarithm first to get the exponent under control:
$$log(lim_atoinfty(n(x^1/a-1)+1)^a)=lim_atoinftyalog(nx^1/a-n+1)$$
Set $u=1/a$.
We get
$$lim_uto 0fraclog (nx^u-n+1)u$$
Use L'Hopital:
$$lim_uto 0fracnx^ulog xnx^u-n+1=nlog x=log x^n$$
Here we just plugged in $u=0$ to calculate the limit!
So the original limit goes to $x^n$ as desired.
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
add a comment |Â
up vote
3
down vote
accepted
A standard trick is to calculate the natural logarithm first to get the exponent under control:
$$log(lim_atoinfty(n(x^1/a-1)+1)^a)=lim_atoinftyalog(nx^1/a-n+1)$$
Set $u=1/a$.
We get
$$lim_uto 0fraclog (nx^u-n+1)u$$
Use L'Hopital:
$$lim_uto 0fracnx^ulog xnx^u-n+1=nlog x=log x^n$$
Here we just plugged in $u=0$ to calculate the limit!
So the original limit goes to $x^n$ as desired.
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
A standard trick is to calculate the natural logarithm first to get the exponent under control:
$$log(lim_atoinfty(n(x^1/a-1)+1)^a)=lim_atoinftyalog(nx^1/a-n+1)$$
Set $u=1/a$.
We get
$$lim_uto 0fraclog (nx^u-n+1)u$$
Use L'Hopital:
$$lim_uto 0fracnx^ulog xnx^u-n+1=nlog x=log x^n$$
Here we just plugged in $u=0$ to calculate the limit!
So the original limit goes to $x^n$ as desired.
A standard trick is to calculate the natural logarithm first to get the exponent under control:
$$log(lim_atoinfty(n(x^1/a-1)+1)^a)=lim_atoinftyalog(nx^1/a-n+1)$$
Set $u=1/a$.
We get
$$lim_uto 0fraclog (nx^u-n+1)u$$
Use L'Hopital:
$$lim_uto 0fracnx^ulog xnx^u-n+1=nlog x=log x^n$$
Here we just plugged in $u=0$ to calculate the limit!
So the original limit goes to $x^n$ as desired.
answered Sep 7 at 2:12
Cheerful Parsnip
20.5k23194
20.5k23194
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
add a comment |Â
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
I was confused first at L'Hopital step, but then I realized that I have to differentiate with respect to $u$ not $x$ :). I'm giving this answer the best even though all other answers were equally good, because if you haven't mentioned L'Hopital, I would never think of using it. Thank you for the answer.
â KKZiomek
Sep 7 at 2:19
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
Glad to help. It's a neat problem.
â Cheerful Parsnip
Sep 7 at 2:24
add a comment |Â
up vote
3
down vote
For fixed $x > 0$ and $n$, let $t = 1/2^a to 0$. Then we need to prove that
$$
lim_t to 0 left( n (x^t - 1) + 1 right)^1/t = x^n.
$$
In fact, we have
$$
ln left[lim_t to 0 left( n (x^t - 1) + 1 right)^1/tright] =
lim_t to 0 fracln (1 + n(x^t - 1))t = lim_t to 0 fracn(x^t - 1)t = nln x,
$$
where the first equality follows from the continuity of $ln(x)$, and the second equality has used the fact that $ln(1 + x) sim x$ when $x to 0$.
add a comment |Â
up vote
3
down vote
For fixed $x > 0$ and $n$, let $t = 1/2^a to 0$. Then we need to prove that
$$
lim_t to 0 left( n (x^t - 1) + 1 right)^1/t = x^n.
$$
In fact, we have
$$
ln left[lim_t to 0 left( n (x^t - 1) + 1 right)^1/tright] =
lim_t to 0 fracln (1 + n(x^t - 1))t = lim_t to 0 fracn(x^t - 1)t = nln x,
$$
where the first equality follows from the continuity of $ln(x)$, and the second equality has used the fact that $ln(1 + x) sim x$ when $x to 0$.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
For fixed $x > 0$ and $n$, let $t = 1/2^a to 0$. Then we need to prove that
$$
lim_t to 0 left( n (x^t - 1) + 1 right)^1/t = x^n.
$$
In fact, we have
$$
ln left[lim_t to 0 left( n (x^t - 1) + 1 right)^1/tright] =
lim_t to 0 fracln (1 + n(x^t - 1))t = lim_t to 0 fracn(x^t - 1)t = nln x,
$$
where the first equality follows from the continuity of $ln(x)$, and the second equality has used the fact that $ln(1 + x) sim x$ when $x to 0$.
For fixed $x > 0$ and $n$, let $t = 1/2^a to 0$. Then we need to prove that
$$
lim_t to 0 left( n (x^t - 1) + 1 right)^1/t = x^n.
$$
In fact, we have
$$
ln left[lim_t to 0 left( n (x^t - 1) + 1 right)^1/tright] =
lim_t to 0 fracln (1 + n(x^t - 1))t = lim_t to 0 fracn(x^t - 1)t = nln x,
$$
where the first equality follows from the continuity of $ln(x)$, and the second equality has used the fact that $ln(1 + x) sim x$ when $x to 0$.
answered Sep 7 at 2:11
Xiangxiang Xu
81948
81948
add a comment |Â
add a comment |Â
up vote
2
down vote
If $x$ (actually $ln x$) is relatively small, then $x^1/4096=e^(ln x)/4096approx1+(ln x)/4096$, in which case
$$n(x^1/4096-1)+1)approx1+nln xover4096$$
If $n$ is also relatively small, then
$$(n(x^1/4096-1)+1)^4096approxleft(1+nln xover4096right)^4096approx e^nln x=x^n$$
Remark: When I carried out the OP's procedure on a pocket calculator, I got the same approximation as the the OP, $2.7136203$, which is less than the exact value, $20^1/3=2.7144176ldots$. Curiously, the exact value (according to Wolfram Alpha) for the approximating formula,
$$left(1over3(20^1/4096-1)+1right)^4096=2.7150785662ldots$$
is more than the exact value. On the other hand, if you take the square root of $x=20$ eleven times instead of twelve -- i.e., if you use $2048$ instead of $4096$ -- the calculator gives $2.7152613$ while WA gives $2.715739784ldots$, both of which are too large. Very curiously, if you average the two calculator results, you get
$$2.7136203+2.7152613over2=2.7144408$$
which is quite close to the true value!
add a comment |Â
up vote
2
down vote
If $x$ (actually $ln x$) is relatively small, then $x^1/4096=e^(ln x)/4096approx1+(ln x)/4096$, in which case
$$n(x^1/4096-1)+1)approx1+nln xover4096$$
If $n$ is also relatively small, then
$$(n(x^1/4096-1)+1)^4096approxleft(1+nln xover4096right)^4096approx e^nln x=x^n$$
Remark: When I carried out the OP's procedure on a pocket calculator, I got the same approximation as the the OP, $2.7136203$, which is less than the exact value, $20^1/3=2.7144176ldots$. Curiously, the exact value (according to Wolfram Alpha) for the approximating formula,
$$left(1over3(20^1/4096-1)+1right)^4096=2.7150785662ldots$$
is more than the exact value. On the other hand, if you take the square root of $x=20$ eleven times instead of twelve -- i.e., if you use $2048$ instead of $4096$ -- the calculator gives $2.7152613$ while WA gives $2.715739784ldots$, both of which are too large. Very curiously, if you average the two calculator results, you get
$$2.7136203+2.7152613over2=2.7144408$$
which is quite close to the true value!
add a comment |Â
up vote
2
down vote
up vote
2
down vote
If $x$ (actually $ln x$) is relatively small, then $x^1/4096=e^(ln x)/4096approx1+(ln x)/4096$, in which case
$$n(x^1/4096-1)+1)approx1+nln xover4096$$
If $n$ is also relatively small, then
$$(n(x^1/4096-1)+1)^4096approxleft(1+nln xover4096right)^4096approx e^nln x=x^n$$
Remark: When I carried out the OP's procedure on a pocket calculator, I got the same approximation as the the OP, $2.7136203$, which is less than the exact value, $20^1/3=2.7144176ldots$. Curiously, the exact value (according to Wolfram Alpha) for the approximating formula,
$$left(1over3(20^1/4096-1)+1right)^4096=2.7150785662ldots$$
is more than the exact value. On the other hand, if you take the square root of $x=20$ eleven times instead of twelve -- i.e., if you use $2048$ instead of $4096$ -- the calculator gives $2.7152613$ while WA gives $2.715739784ldots$, both of which are too large. Very curiously, if you average the two calculator results, you get
$$2.7136203+2.7152613over2=2.7144408$$
which is quite close to the true value!
If $x$ (actually $ln x$) is relatively small, then $x^1/4096=e^(ln x)/4096approx1+(ln x)/4096$, in which case
$$n(x^1/4096-1)+1)approx1+nln xover4096$$
If $n$ is also relatively small, then
$$(n(x^1/4096-1)+1)^4096approxleft(1+nln xover4096right)^4096approx e^nln x=x^n$$
Remark: When I carried out the OP's procedure on a pocket calculator, I got the same approximation as the the OP, $2.7136203$, which is less than the exact value, $20^1/3=2.7144176ldots$. Curiously, the exact value (according to Wolfram Alpha) for the approximating formula,
$$left(1over3(20^1/4096-1)+1right)^4096=2.7150785662ldots$$
is more than the exact value. On the other hand, if you take the square root of $x=20$ eleven times instead of twelve -- i.e., if you use $2048$ instead of $4096$ -- the calculator gives $2.7152613$ while WA gives $2.715739784ldots$, both of which are too large. Very curiously, if you average the two calculator results, you get
$$2.7136203+2.7152613over2=2.7144408$$
which is quite close to the true value!
edited Sep 7 at 2:48
answered Sep 7 at 2:13
Barry Cipra
57k652120
57k652120
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2908186%2fwhy-is-xn-approx-leftnx1-4096-11-right4096%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Which one would you like to prove, the approximation for $a = 12$, or just the limit expression for $a to infty$?
â Xiangxiang Xu
Sep 7 at 2:01
In my opinion the one with the limit with $atoinfty$ is better to prove because it is more general. From there, the specific case of $a=12$ can be simpler to prove (I think)
â KKZiomek
Sep 7 at 2:04