Composite function with integral

39 Views Asked by At

Suppose $f(z)=\int_{0}^{z} g(y)dy, h(x)=x^2$, then the composite $f\circ h=\int_{0}^{x^2} g(y)dy$. Is this correct?

2

There are 2 best solutions below

2
On BEST ANSWER

Yes that's right. $f \circ h = f(h(x))$ so you just plug in $h(x)$ for $z$ to get $\int_{0}^{x^2} g(y) dy$.

0
On

This is correct because $$f(h(x))=f(x^2)=\int_{0}^{x^2} g(y) dy. $$