Jeffrey K. answered 09/16/20
Together, we build an iron base in mathematics and physics
Given: f(n) = 1/(5n2 - 8)
We need to show that, as n → ∞, f(n) → 0
Formally, this means, given any number a, there is some number, N(a), such that,∀ n > N(a), f(n) < a
Now, f(n) < a iff 1/(5n2 - 8) < a
iff 5n2 - 8) > 1/a
iff n2 > (1/a + 8) / 5 = 1/5a + 8/5
iff n > +√(1/5a + 8/5)
Choose N(a) = [+√(1/5a + 8/5)] + 1 where [ ] is the floor function, i.e., the greatest integer that is not > a
Then n > N(a) ⇒ f(n) < a