About domain in a compound function

  • Context: Undergrad 
  • Thread starter Thread starter 0000
  • Start date Start date
  • Tags Tags
    Domain Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 5K views
0000
Messages
12
Reaction score
0
In my book and in other places, they give this rule to obtain the domain for
a compound function: "the domain of (f o g) (x) is the set of all real
numbers x such that g(x) is in the domain of f (x)."

Then, if f(x)=x^(1/4)

and

g(x)=x^2

f(g(x)) = (x^2)^(1/4)

f(g(x)) = x^(1/2)

And applying the rule for the domain, it'll be all the real numbers. Isn't it illogical?

Thanks for the help and excuse me if there is any grammar mistakes, it's because english isn't my native language.
 
Last edited:
Mathematics news on Phys.org
Hurkyl said:
This is wrong; those two expressions are not equal.

and why is that?
 
For example, their domains of definition are different.


(hint: [itex](a^b)^c = a^{bc}[/itex] is invalid, even though it closely resembles an identity you learned in your algebra classes)
 
Hurkyl said:
For example, their domains of definition are different.


(hint: [itex](a^b)^c = a^{bc}[/itex] is invalid, even though it closely resembles an identity you learned in your algebra classes)

ok the domains difference granted, what is the actual identity then?
 
One form is

For real numbers a, b, and c: if a > 0 then [itex](a^b)^c = a^{bc}[/itex]​

In fact, if you're just using plain real-number exponentiation, [itex]a^b[/itex] is only defined for a > 0. But usually we use a generalization that allows other special cases, such as integer exponents, and we have

For a nonzero real number a and integers b and c: [itex](a^b)^c = a^{bc}[/itex]​

There are some other cases you can write down -- but the point is that they are all qualified.
 
thanks

thanks, I think it's my school teacher's fault :P, for teaching me
(a^b)^c = a^bc without explaining the constraints of that identity.
 
Last edited: