Compute d/dx(f(g(x)))

-where f(x)= square root of x
-and g(x)=x^2+7

f(g) = √g = √(x^2+7)

so, d/dx f(g(x)) = x/√(x^2+7)

Or, using the chain rule,

d/dx f(g) = df/dg * dg/dx
= 1/2√g * 2x
= x/√g
= x/√(x^2+7)