Function Composition: Restrictions for Domains

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Composition Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
Given three functions $F,G,H$ what restrictions must be placed on their domains so that the following four composite functions can be defined?
$$
G\circ F,\quad H\circ G,\quad H\circ (G\circ F),\quad (H\circ G)\circ F.
$$

I need a hint or something.
 
Mathematics news on Phys.org
I'd say that in each case you'd need $\textrm{Im }F \subset D_G, \text{ I am }G \subset D_H, \text{ I am }G \circ F \subset D_H$ and $\text{Im }F \subset D_{H \circ G}$.

Taking as example your other thread, we need $\text{Im }F \subset D_G$, where $F(x) = x+5$ and

$$G(x) = \begin{cases} \frac{|x|}{x}, & \text{if } x \neq 0 \\ 1, & \text{if } x= 0. \end{cases}$$

For $\text{Im }F$ to be contained in the domain of $G$, we need to investigate the cases where $F(x) \neq 0$ and $F(x)=0$. In particular, here we have $\text{Im }F = \mathbb{R}$ and $D_G = \mathbb{R}$ since it is defined everywhere (although it isn't continuous).
 
dwsmith said:
Given three functions $F,G,H$ what restrictions must be placed on their domains so that the following four composite functions can be defined?
$$
G\circ F,\quad H\circ G,\quad H\circ (G\circ F),\quad (H\circ G)\circ F.
$$

I need a hint or something.

Hi dwsmith, :)

If \(G\circ F\) is to be defined properly the co-domain of \(F\) should be a subset of the domain of \(G\). Therefore the only restrictions in defining the above mentioned compositions are,

\[\mbox{codom }(F)\subseteq\mbox{dom }(G)\mbox{ and }\mbox{codom }(G)\subseteq\mbox{dom }(H)\]

Kind Regards,
Sudharaka.