0
$\begingroup$

Suppose $f$ is defined on $[0;4]$ and $g(x) = f(x+3)$ what is the domain of $g$?

I'm having a tough time solving this problem. I know that $0 \leq x \leq 4$ for the domain of $f$. So would it be correct to say that for the function $g$, $0 \leq x +3\leq 4$ so:$$f(0) \leq f(x+3) \leq f(4)$$ $$ \Rightarrow f(0) \leq g(x) \leq f(4)$$

I'm not sure how to proceed. A little assistance would be greatly appreciated.

  • 0
    Yes you look totally correct.2017-01-11
  • 1
    Hem, no you look totally wrong. The inequations on $f$ have nothing to do with the domain, but with the codomain, which is irrelevant here.2017-01-11
  • 0
    @SchrodingersCat : What??2017-01-11
  • 0
    @MPW the inequality $0 \leq x +3\leq 4$ is true, that's what I meant.. nothing else though..2017-01-11

3 Answers 3

5

As you say, you require the argument of $f$ to be in $[0,4]$, so

$$x+3\in [0,4]$$ $$\iff 0\leq x+3\leq4$$ $$ \iff (0)-3\leq (x+3) - 3 \leq 4-3$$ $$ \iff -3 \leq x \leq 1$$ $$\iff x\in [-3,1]$$

So the domain of $g$ (the set of valid values of $x$) is $[-3,1]$.

Notice that my approach is "if I know where $x+3$ is, where must $x$ be?".

  • 0
    Thanks, but what is confusing me is why do we say that $ 0 \leq x + 3 \leq 4$ ?2017-01-11
  • 0
    @AspiringMathlete : Because whenever you see $f(\boxed{\;})$ you always must have that $\boxed{\;}$ is in the domain of $f$, i.e., $\boxed{\;} \in [0,4]$, which is another way to say $0\leq \boxed{\;}\leq 4$2017-01-11
0

It is $g:[-3,1] \to\mathbb K$ because $f(0)=f(-3+3)=g(-3)$ and $f(4)=f(1+3)=g(1)$

-1

$$x\in\text{dom(g)}\iff x+3\in\text{dom(f)}\iff x+3\in[0,4]\iff x\in[-3,1].$$

  • 1
    Silent (and mislead) downvotes not welcome.2017-01-11