I have seen the following two cases for convergence testing using Gauss's test-
$\frac{u_j}{u_{j+1}} = \frac{(2j+1)(2j+2)}{2j(2j+1)-\lambda}$
For large j, my textbook reformulates the RHS expression to-
$\frac{2j+2}{2j} + \frac{B(j)}{j^2} = 1 + \frac{1}{j} + \frac{b(j)}{j^2}$
In a different question, I need to reformulate the following expression -
$\frac{n^2 + a_{1}n + a_0}{n^2+b_1n+b_0}$
What is the right way to reformulate these expressions?
P.S: I do not have the reformulated expression for the second expression.