Dayaan M. answered 29d
Experienced Math and Computer Science Tutor - Helping Students Excel
Reading it as f(x) = -1/(x - 3) + 2, this is the basic reciprocal function 1/x that has been flipped, shifted right 3 and shifted up 2. Once you see it that way, every part of the question falls out of the transformations, but let me show the work for each piece anyway.
For the vertical asymptote, ask where the function is undefined. A fraction blows up when its denominator is zero, so set the denominator equal to zero:
x - 3 = 0
x = 3
So the vertical asymptote is x = 3.
For the horizontal asymptote, think about what happens as x gets very large in either direction. The piece -1/(x - 3) gets closer and closer to zero, because you are dividing by something enormous. That leaves just the +2 behind:
y = 2
For the domain, the only thing that can go wrong is dividing by zero, and we already found that happens at x = 3. So the domain is every real number except 3, which in interval notation is (negative infinity, 3) union (3, infinity).
For the range, notice that -1/(x - 3) can be any number except zero, since a fraction with 1 on top never actually reaches zero. Adding 2 to every value shifts that gap up to 2. So the range is every real number except 2, or (negative infinity, 2) union (2, infinity).
Remember, roots are where the function equals zero, so set f(x) = 0 and solve:
-1/(x - 3) + 2 = 0
Subtracting 2 from both sides:
-1/(x - 3) = -2
Multiplying both sides by (x - 3):
-1 = -2(x - 3)
Dividing by -2:
1/2 = x - 3
x = 3.5
So, our final answers are a vertical asymptote at x = 3, a horizontal asymptote at y = 2, a domain of all reals except 3, a range of all reals except 2, and a single root at x = 3.5.
If you notice, the asymptotes are exactly where the graph got shifted to. The 3 inside the parentheses moved the vertical asymptote from x = 0 over to x = 3, and the +2 on the outside lifted the horizontal asymptote from y = 0 up to y = 2. Once you spot that, you can read both asymptotes straight off the equation without any work at all.