f(x) = 1/(1−x) is given. From this we produce two new functions:

g(x) = f(f(x)) and h(x) = f(g(x)).

(a) For which values of x is f(x) undefined?
(b) Find a formula for g(x), and simplify it.
(c) For which values of x is g(x) undefined?
(d) Find a formula for h(x), and simplify it.
(e) For which values of x is h(x) undefined?

(Hint: Be careful, because there is a trap here. If a value of x won’t work for f, then it also won’t work for g, because you need to compute f before you compute g!)

(a)f(x)=1/(1-x) ---> 1-x=0 x=1

(b) g(x) = f(f) = 1/(1-f) = 1/(1-(1/(1-x)) = 1 - 1/x

(d) h(x) = f(g) = 1/(1-g) = 1/(1-(1 - 1/x)) = x

So how will I get the

answer for c and e?

(c) clearly g(x) is undefined for x=0

But, it is also undefined for x=1, because f is undefined there.
g(1) = 1/(1-f(1))

Try that logic for h(x).

life is fun

To find the values of x for which g(x) is undefined, we need to consider the values that would make f(x) undefined. We found in part (a) that f(x) is undefined when x = 1. Since g(x) is calculated as f(f(x)), if f(x) is undefined, then g(x) will also be undefined. Therefore, g(x) is undefined when x = 1.

To find the values of x for which h(x) is undefined, we need to consider the values that would make g(x) undefined. In part (c), we determined that g(x) is undefined when x = 1. Therefore, when x = 1, we cannot compute g(x), and consequently, we also cannot compute h(x). Hence, h(x) is undefined when x = 1.

In summary:
(a) f(x) is undefined at x = 1.
(b) g(x) is undefined at x = 1.
(c) g(x) is undefined at x = 1 (since g(x) depends on f(x)).
(d) h(x) = x, so h(x) is defined for all real values of x.
(e) h(x) is undefined at x = 1 (since h(x) depends on g(x), and g(x) is undefined at x = 1).