#Prove convergence and find limit using formal definition
18 messages · Page 1 of 1 (latest)
Hay
i can reduce it to say it behaves like 1/n but im not sure if thats rigourous enough
Depends on which theorems you are allowed to use, if any.
At the core, you just need to solve for $n$ in $\frac{3n-11}{2n^2+n}<\varepsilon$
SWR
ya, the quadratic term makes things a little messy but ill give it a shot
You can remove it with inequality tricks. That may be required if you can't define square roots yet
ok this might be a stupid question, but $|\frac{3n-11}{2n^2+n}|$ cant be represented as $\frac{3n-11}{2n^2+n}$ for all n in IN, so i cant just remove the absolute value function
Hay
we can define sqrts 👍
Make n sufficiently large
ah gotcha
@cerulean imp sorry for the ping, but would be correct to say:
$\epsilon 3 n^2 + \epsilon n > 3n - 11$ after some manipulation
$3 \epsilon n + \epsilon > 3 - \frac{11}{n} $ for sufficiently large n become
$3 \epsilon n + \epsilon > 3$ and then solve for n?
Hay