In my coursebook I am practising questions which ask what the value is when the variable, n tends to infinity. Unfortunately there are no answers. Although I have solved I think correctly.
My question in general is are my questions correct and Iam I using the right method? By subbing the values into my graphical calculator I appear to have the correct solution I feel.
My method is largly dividing by the highest order variable in the expresssion.
- (n+1)/(1+n^2)
Divide by largest power n^2:
This is: (1/n + 1/n^2) / (1 + (1/n^2) = 0/1 = 0
- (1+n^2) / (1+n)
Divide by largest power n^2:
That is: (1/n^2 + 1) / (1/n^2 + 1/n) = (0+1)/(0+0) = 1/0 = infinity
- (2n+1)/(1+n^3)
Divide by largest power n^3:
That is: (2/n^2 + 1/n^3) / (1 + 1/n^3) = (0/1) = 0
- (-1 + 3n^2) / (1+n^2)
Divide by largest power n^2:
That is: (-1 / n^2 + 3n^2 / n^2) / (1/n^2 + n^2 / n^2)
3/1 = 3
- (n+1)/(1+2n)
Divide by largest power n:
(n/n + 1/n) / (1/n + 2n/n) = (1+0) / (0+2) = 1/2
- (4+n^2) / (-2 + 3n)
Divide by largest power n^2:
(4/n^2 + n^2/n^2 ) / (-2/n^2 + 3n/n^2) = (0+1)/(0+0) = 1/0 = infinity
Thank you!