SOLUTION: Create two functions h(x) and j(x) so that the composed function (h x j)(x) does not exist. Explain your answer.

Algebra ->  Functions -> SOLUTION: Create two functions h(x) and j(x) so that the composed function (h x j)(x) does not exist. Explain your answer.      Log On


   



Question 1205651: Create two functions h(x) and j(x) so that the composed function (h x j)(x) does not exist. Explain your answer.
Answer by ikleyn(52925) About Me  (Show Source):
You can put this solution on YOUR website!
.
Create two functions h(x) and j(x) so that the composed function (h o j)(x) does not exist. Explain your answer.
~~~~~~~~~~~~~~~~~~~~~


        I edited your post replacing your  " (h x j)(x) "  by  " (h o j)(x) ",
        which is the standard designation for the composition of functions  j  and  h.

        From your posts,  I see that you don't know this standard designation.


Take j(x) = -|x|-1,  h(x) = sqrt%28x%29.



Then  the composition is

    (h o j)(x) = sqrt%28-abs%28x%29-1%29,


and this function does not exist.



It does not exist, because its domain is the empty set: 
for all real x, the expression under the square root function is negative.

Solved.