yskim19
- 1
- 0
Homework Statement
Prove (using epsilon-delta definition only) that the limit of the following expression:
sqrt(n^2+n)-n
is 1/2, as n tends towards infinity.
Homework Equations
For any ε > 0, there exists some natural number N, such that:
n > N gives|f(n) - L| < ε
The Attempt at a Solution
Multiply by the conjugate pair and simplify to obtain:
n/[sqrt(n^2+n)+n]
Taking the expression to be compared against ε
|n/[sqrt(n^2+n)+n] - 1/2| and finding a common denominator gives:
|2n/2[sqrt(n^2+n)+n] - [sqrt(n^2+n)+n]/2[sqrt(n^2+n)+n]|
|[n-sqrt(n^2+n)] / 2[sqrt(n^2+n)+n]|
The numerator is always negative and the denominator is always positive, so the expression can be re-written as:
[sqrt(n^2+n) - n] / 2[sqrt(n^2+n)+n]
I chose to split this up into two terms:
sqrt(n^2+n) / 2[sqrt(n^2+n)+n] minus
n / 2[sqrt(n^2+n)+n]
I have an expression in the form a/b-c/d. Decreasing "b", decreasing "c" and increasing "d" both increase the value of the expression, thus the expression below is strictly greater than the
expression above.
sqrt(n^2+n) / 2[sqrt(n^2+n)] minus
1 / 2[sqrt(n^2+n^2)+n]
This simplifies to 1/2 - 1 / n(2sqrt(2)+1)]
Both terms in this expression are positive. Thus, changing the subtraction to addition will strictly increase the value of the entire quantity.
Thus, comparing
1/2 + 1 / n(2sqrt(2)+1) against ε is enough.
Solving for n results in some mess that results in:
n > (positive constant) / (ε - 1/2)
Clearly, something has gone awry. Consideration of an arbitrarily small ε reveals the RHS to be negative. That would imply that the first term in my sequence is already arbitrarily close to my limit.
Where did I go wrong?