I have a question asking to find the domain of $g(f(x))$ given $f(x)=2x^2+x$, and $g(x)=x^2+1$. I can easily do these questions in reverse when you have to find $f(g(x))$, but when having to find $g(f(x))$ I get a little mixed up. Here is how I started:
$g(f(x))$
$=x(2x^2+x)^2+1$
$=2x^2+x(2x^2+x)+1$
But I am not sure if I have set this up properly.
If someone could help me through this, I'd really appreciate it.
You have the right idea, but you just have to do one thing at a time. Here,
$g(f(x))$
$= g(2x^2 + x)$
$= (2x^2 + x)^2 + 1$
Just think of $g$ as a machine that takes its input, and outputs the input squared plus one.
Now, assuming that the domains of $f$ and $g$ are both $\mathbb{R}$, see if there are any real numbers $x$ for which the above expression creates a problem. If there are, those values are not part of the domain. If there are no such values, then the domain is all of $\mathbb{R}$.