What are the horizontal and vertical asymptotes on the graph of #f(x) = (x -1)/(x^2 + 2x + 1)#?
1 Answer
•Vertical asymptote at
#x = -1#
•Horizontal asymptote at#y = 0# .
Explanation:
We can immediately see that
Horizontal asymptotes can be found by taking the limit at
We have a couple of limits to evaluate.
First limit
#L = lim_(x->oo) (x- 1)/(x^2 + 2x + 1)#
#L = lim_(x->oo) (x/x^2 - 1/x^2)/(x^2/x^2 + (2x)/x^2 + 1/x^2)#
#L = lim_(x->oo) (1/x - 1/x^2)/(1 + 2/x + 1/x^2)#
#L = (0 - 0)/(1 + 0 + 0)#
#L = 0#
Second Limit
Will obviously be the same because
Therefore, our asymptotes will be:
•Vertical asymptote at
#x = -1#
•Horizontal asymptote at#y = 0# .
We now verify graphically.
graph{(x - 1)/(x + 1)^2 [-10, 10, -5, 5]}
Hopefully this helps!