I am currently doing a math problem and have come across an unfamiliar notation. A mini circle between $f$ and $h(x)$
The question ask me to find for 'the functions $f(x)=2x-1$ and $h(x)=3x+2$'
$$f \circ h(x)$$
However, I can't do this as I do not know what the circle notation denotes to. Does it mean to multiply?
This notation means that you take the output of $h$ and use it as the input of $f$. When we are working with a specific $x$ value, we can suggestively write $f(h(x))$ instead.
For instance if $f(z)=1/z$ and $h(x)=2+3x$ then $$(f\circ h)(x) = f\big(h(x)\big) = f(2+3x) = \frac{1}{2+3x}.$$
(Note: I only used $z$ as the variable for $f$ to avoid confusion; in practice the function does not care what its input variable is named.)