Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

If $n = xm$ and $n \rightarrow \infty$, then $m \rightarrow \infty$?

+2
−1

Did Stewart prove the titular result, also underlined in green in the image below, either by himself or as an exercise, in Calculus Early Transcendentals or in the normal version Calculus?

I attempted the proof, but I got nonplussed. $\infty = \lim\limits_{n \rightarrow \infty} n = \lim\limits_{n \rightarrow \infty} xm $. Now what? The limit is for $n$, but my variables are $x$ and $m$.

  1. Show that $\lim\limits_{n \rightarrow \infty} (1 + \dfrac xn)^n = e^x$ for any $x > 0$.

James Stewart, Calculus Early Transcendentals  7 ed 2011. p. 223.

Transcription of image follows below:
56. Let $m = n/x$. Then $n = xm$, and as $n \to \infty$, $m \to \infty$.

Therefore, $\displaystyle \lim_{n \to \infty} \left( 1 + \frac{x}{n} \right)^n = \lim_{m \to \infty} \left( 1 + \frac{1}{m} \right)^{mx} = \left[ \lim_{m \to \infty} \left( 1 + \frac{1}{m} \right)^m \right]^x = e^x$ by Equation 6.

James Stewart, Calculus Early Transcendentals, 7 ed. (2011) p. 223.

By the way, if I was writing the solution, I would've started with the game plan: rewriting $(1 + x/n)$ in the form $(1 + 1/\mathrm{something})^{\mathrm{something}}$ in order to apply $e = \lim\limits_{something \rightarrow \infty} (1 + 1/\mathrm{something})^{\mathrm{something}}$. It's superfluous to change variable to $m$. Just rewrite $(1 + x/n)$ as $\left(1 + \dfrac{1}{\frac nx}\right).$

But if you pined to change variable, I would've commenced with defining $\dfrac xn$ as $\dfrac 1 m$ which is more intuitive than "let $m = n/x$", because only $\dfrac xn$ shows up explicitly in the question. The question doesn't manifest $n/x$.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (5 comments)

1 answer

+2
−0

[…] I would have commenced with defining $\dfrac{x}{n}$ as $\dfrac{1}{m}$, which is more intuitive than "let $m = n/x$".

I confess I don't see the difference between the two statements. In changing the variable in the limit from $n$ to $m$, you keep $x$ fixed; after all, you are trying to prove that for each fixed $x > 0$, the following limit is true: $$ \lim_{n \to \infty} \left( 1 + \frac{x}{n} \right)^n = e^x. $$

The same is true when you "let $m = n/x$". It is not correct to say that in this case "my variables are $xm$" (I think you meant to say "$x$ and $m$", or "variable is"?) because $x$ has been fixed right at the beginning as an arbitrary positive real number.

Admittedly, Stewart expects this to be clear from the phrasing of the exercise itself, and does not begin the solution with, "Let $x > 0$ be fixed". At least, it is not unusual for a solutions manual to be terse on such points, in my experience.

I disagree that the change of variable is superfluous. How will you proceed after you rewrite $x/n$ as $1/(n/x)$? You will probably multiply and divide by $x$ in the exponent to get $$ \lim_{n \to \infty} \left( 1 + \frac{1}{n/x} \right)^{\frac{n}{x} \cdot x} = \left[\lim_{n \to \infty} \left( 1 + \frac{1}{n/x} \right)^{n/x} \right]^x. $$ This is of the form you want: $(1 + 1/\mathrm{something})^{\mathrm{something}}$ and the limit as that "$\mathrm{something}$" goes to infinity. Except, that's not what the limit looks like! You want the limit as $n/x$ goes to infinity, not as $n$ goes to infinity. But $n/x$ goes to infinity if and only if $n$ goes to infinity (when $x > 0$ is fixed) so we can change the limit to $n/x \to \infty$ from $n \to \infty$. But, this is just the change of variable process without it being spelt out. So, it's actually not at all superfluous.


Adding in response to the updated version of the question and the comments below:

The statement that you wish to prove is along the lines "something is true for all $x$". Or, no matter what $x$ you pick, something will hold for that $x$. So, a proof of the statement must begin by letting $x$ denote an arbitrary element and then showing that something is indeed true for that arbitrary $x$. In other words, $x$ is fixed (and arbitrary) during the proof.

You already recognise this, at least intuitively, when you observe that as $n \to \infty$ we have $n/x \to \infty$ too. This is made explicit when writing down the change of variable from $n$ to $m$: the varying parameter just switches from being $n$ to being $m$, while $x$ stays fixed (but arbitrary) throughout.

Regarding the objection to the introduction of the change of variable itself (or, at least the way it is introduced), I feel it is more on pedagogical grounds. And, opinions will vary here. It is good that you recognize that you want to get an expression of the form $1 + 1/\mathrm{something}$, and so it makes sense that you would like to define $x/n = 1/m$. On the other hand, a student who does not recognise this might find this a lot more confusing: why are the original and new variables both in the denominator? After all, this is a completely nonstandard way to write down the linear equation $m = n/x$.

This is just one argument to show that there is no single method that works for everyone. So, I can't find fault with Stewart in his presentation of the change of variable, nor yours. But it would be good to keep an open mind about the benefits of different ways of presenting the same material.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (5 comments)

Sign up to answer this question »