Composition of functions, domain, range

jaejoon89
Messages
187
Reaction score
0
A = (0, infinity), B = C = D = R where R is all real numbers
f: A->B, g: B->C, h: C->D
f(x) = lnx, g(y) = 3y, h(z) = e^z
h o g o f ?

--------------------------------------------
For the following to be defined doesn't
1) range(f) ⊆ domain(g)
2) range(g o f) ⊆ domain(h)

So g o f should be defined since R ⊆ R and h o (g o f) should be defined since R ⊆ R.

But I don't understand how can you have the function h with the range of all real numbers when the exponential function only has a range of all positive real numbers?

So, what will the domain of the result be?

h(g(f(x)) = x^2 , all reals (?)
 
Last edited:
Physics news on Phys.org
Your formula h(g(f(x))) is incorrect. Work it out again without simplifying it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top