3

The problem was to plot $ f(x) = \frac{x-2}{x-1} $ using transformations.

There are samples and videos online on transforming simpler rational functions like:

$$ y = \frac{1}{x} $$

and that easy to understand. But nothing this complex.

In this case, though, what is the parent function to transform from?

How does one even start with this?

Kal S.
  • 3,781
Marty B.
  • 1,054

2 Answers2

3

Hint: Notice that $f(x)=1-\frac{1}{x-1}$. Then starting from $y=\frac{1}{x}$ the first transformation moves the graph along x-axis and the second moves the graph along the y-axis.

Kal S.
  • 3,781
0

In addition, the following is a breakdown of the operartions involved:-

Let $f(x) = \frac{1}{x}$.

f(x) is transformed to g(x) where g(x) = f(x – 1). [= Right shifting f(x) by 1 unit]

g(x) is then transformed to h(x) where h(x) = –g(x). [= reflecting g(x) about the x-axis]

h(x) is then transformed to k(x) where k(x) = 1 + h(x). [= Up shifting h(x) by 1 unit.]

Mick
  • 17,141