I'm working on an old text (Buchanan's Limits: A Transition to Calculus) and I'm having a bit of trouble Proving that a certain sequence is within the general radius E of 2 (that is, that all the terms of the sequence lie in the interval (2 - E,2 + E), where E is a positive real number). Here's my work:
$$2-E<\sqrt{\frac{4n+1}{n}}<2+E$$ $$(2-E)^{2}<4+\frac{1}{n}<(2+E)^{2}$$ $$-4E+E^{2}<\frac{1}{n}<4E+E^{2}$$
And this is where I basically left it. I know $\frac{1}{n}$ cannot get larger than 1 if n is a natural number and I know that the right side of the inequality is always positive but I've always had a bit of trouble with quadratic inequalities. Ideally I'd be able to find a number M such that all n > M are in the interval.