When I'm asked to find limits at infinity for a given rational function, what do I do? I'm aware of the result we obtain by comparing the degrees of the numerator and the denominator of a given rational function. I'm listing the questions below which I don't understand.
- $$\lim _{x\to\infty}\left(\frac{x^2+1}{x+1}-ax-b\right)=0 $$
- $$\lim _{x\to\infty}\left(\frac{x^2-1}{x+1}-ax-b\right)=2 $$
- $$\lim _{x\to\infty}\left(\frac{x^2+1}{x+1}-ax-b\right)=\infty $$
Here, a and b are some Real constants.
Answer to question 1: $a = 1$; $b = -1$. Answer to question 2: $a = 1$; $b = -3$. Answer to question 3: $a ≠ 1$; $b ∈ ℝ$.
In Q.1 since the value of limit is equal to 0, degree of the numerator must be less than that of the denominator. By using this I am able to get the value of a and b as 1 and -1 respectively. But for question 2 and 3 I'm unable to understand what happens.
If possible please tell me a good source to learn limits.
Let me give you the good news here. You can solve such problems with your existing knowledge ("I am aware of the result...").
Let us then express this existing knowledge in concrete terms. Suppose we are given a rational function of $x$ and we are supposed to find its limit as $x\to\infty $. Then we have the following mutually exclusive and exhaustive possibilities :
Since the above possibilities are mutually exclusive and exhaustive each of the above statements is effectively of the "if and only if" variety instead of the weaker "if... then..." variety.
Now your three limit problems correspond to each of the three possibilities given above and you just need to rewrite the expression under limit as a rational function of $x$. Thus for the first problem the expression under limit can be written as $$\frac{(1-a)x^2-(a+b)x+1-b} {x+1} $$ Since the limit of above expression is given to be $0$ it follows that degree of numerator is less than that of denominator. Hence degree of numerator must be $0$ and coefficients of $x$ and $x^2$ in the numerator must vanish. This means that $$1-a=0,a+b=0$$ which gives us $$a=1,b=-1$$ For the second problem the expression under limit is $$\frac{(1-a)x^2-(a+b)x-1-b}{x+1}$$ and the given limit is $2$ so that the degree of both numerator and denominator must be same. It follows that degree of numerator is $1$ and hence the coefficient of $x^2$ in numerator must be $0$ ie $1-a=0$ or $a=1$. Further the limit $2$ also equals the ratio of leading coefficients of numerator and denominator so that $$2=-\frac{a+b}{1}$$ and then $b=-3$.
Proceed in same fashion and solve the third and last problem. The correct solution is $a<1,b\in\mathbb {R} $ and I suppose your question has a typo in giving the solution to third problem.
You might also be interested to know what happens when $x\to-\infty $. Well we don't need to make three more rules for this. Just put $x=-t$ and transform the problem to $t\to\infty $ and apply the same rules.