Here is my work, I am not sure is that correct or not. Please check
1/(x3-2x-1) = 0 as x→∞
If for every epsilon > 0, there exists x1
| 1/(x3-2x-1) - 0 | < epsilon , wherever x > x1
| x3-2x-1 | > 1/epsilonwhen x3-2x-1 > 0 , then x3-2x-1 < x3
so |x3|> | x3-2x-1 | > 1/epsilon
let x > 1/epsilon^(1/3)
because x > x1, so x1 >=1/epsilon^(1/3) such that | 1/(x3-2x-1) - 0 | < epsilon
I'm not entirely sure what you're saying here...? :shock:
Your book should have given you some sort of rubric or pattern for "limits at infinity" exercises, such as the following:
. . . . .\(\displaystyle \mbox{If, for any }\, \epsilon\, >\, 0,\, \mbox{ there exists }\, \delta\, >\, 0\, \mbox{ such that,}\)
. . . . .\(\displaystyle \mbox{if }\, x\, >\, \delta,\, \mbox{ then }\, \big|f(x)\, -\, L\big|\, <\, \epsilon,\, \mbox{ then we can say}\)
. . . . .\(\displaystyle \displaystyle \mbox{that }\, \lim_{x\, \rightarrow\, \infty}\, f(x)\, =\, L\)
In your case, L = 0 and f(x) = 1/(x^3 - 2x - 1). You are needing some delta "d" so that:
. . . . .when x > d, |1/(x^3 - 2x - 1) - 0| = |1/(x^3 - 2x - 1)| < epsilon
So where does this "need" lead us? Let's see:
. . . . .for x
> 2, x^3 - 2x -1 is increasing and positive
(Check the graph, if you're not sure.)
So let's deal only with x-values greater than 2. (Since we're "going to infinity", this is fine.) Also, the given function is a cube, so let's look at related cubes, like (x - 1)^3 and (x + 1)^3. The former, we discover (after fiddling about with scratch paper for a bit), is always larger than the given function for x
> 2. So:
. . . . .For all x
> 2:
. . . . .-3x^2 + 3x < -2x
. . . . .Then, for all x
> 2:
. . . . .x^3 - 3x^2 + 3x - 1 < x^2 - 2x - 1
. . . . .But x^3 - 3x^2 + 3x - 1 = (x - 1)^3, so:
. . . . .(x - 1)^3 < x^3 - 2x - 1
. . . . .Then:
. . . . .1/(x^3 - 2x - 1) < 1/(x - 1)^3
. . . . .We want:
. . . . .For x > d, then |1/(x^3 - 2x - 1)| < epsilon
. . . . .Insert the middle part we've manufactured:
. . . . .For x > d, then |1/(x^3 - 2x - 1)| < |1/(x - 1)^3| < epsilon
. . . . .Then, since each of the latter two values is positive, we can say:
. . . . .1/(x - 1)^3 < epsilon
. . . . .1/epsilon < (x - 1)^3
. . . . .cbrt(1/epsilon) < x - 1
. . . . .We want to relate x to d, so if x > d, then everything else follows.
. . . . .So let d = cbrt(1/epsilon) + 1
Note that the above is the "thinking" that goes into the epsilon-delta proof. It is not the proof itself!
The proof would run something like this:
. . .\(\displaystyle \mbox{Pick }\, \epsilon\, >\, 0,\, \mbox{ and let }\, \delta\, =\, \sqrt[3]{\dfrac{1}{\epsilon}\,}\, +\, 1.\)
. . .\(\displaystyle \mbox{Pick }\, x\, >\, \delta. \mbox{ Then:}\)
. . . . .\(\displaystyle \big|f(x)\, -\, 0\big|\, =\, \bigg|\dfrac{1}{x^3\, -\, 2x\, -\, 1}\bigg|\, <\, \bigg|\dfrac{1}{(x\, -\, 1)^3}\bigg|\)
. . .\(\displaystyle \mbox{Because }\, x\, >\, \sqrt[3]{\dfrac{1}{\epsilon}\,}\, +\, 1,\, \mbox{ then:}\)
. . . . .\(\displaystyle x\, -\, 1\, >\, \dfrac{1}{\sqrt[3]{\strut \epsilon\,}}\)
. . . . .\(\displaystyle \dfrac{1}{x\, -\, 1}\, <\, \sqrt[3]{\strut \epsilon\,}\)
. . . . .\(\displaystyle \dfrac{1}{(x\, -\, 1)^3}\, <\, \epsilon\)
. . .\(\displaystyle \mbox{So, for any }\, x\, >\, \delta,\, \mbox{ we have:}\)
. . . . .\(\displaystyle \big|f(x)\, -\, 0\big|\, <\, \bigg|\dfrac{1}{(x\, -\, 1)^3}\bigg|\, <\, \epsilon\)
. . .\(\displaystyle \mbox{Thus:}\)
. . . . .\(\displaystyle \displaystyle \lim_{x\, \rightarrow\, \infty}\, \dfrac{1}{x^3\, -\, 2x\, -\, 1}\, =\, 0\)
This uses both delta and epsilon, and the definition of the limit, and clear logic. This, then, would be a proof.
