thereddevils
- 436
- 0
Homework Statement
Given that f(R)=R , g(R)=R be defined respectively by
f(x)=\begin{cases} \sin x+2 & \text{if } x>1 \\ \cos x-2 & \text{if } x\leq 1\end{cases}
g(x)=\begin{cases}2x+3& \text{if } x>0 \\ x^2 & \text{if } x\leq 0 \end{cases}
Find f o g and g o f
Homework Equations
The Attempt at a Solution
i have no idea to begin except for the obvious substitution of g(x) into the function f(x) . I am not sure how to adjust the domain .