Find the derivative:
$$\frac{d}{dx}\left[(x^3-x^2+5)(x^4-3x^2+7x)\right]$$
The answer is:
$$(3x^2 - 2x + 5)(x^4-3x^2 + 7x) + (x^3-x^2 +5x)(4x^3-6x+7)$$
Why is the function part of the answer?
Find the derivative:
$$\frac{d}{dx}\left[(x^3-x^2+5)(x^4-3x^2+7x)\right]$$
The answer is:
$$(3x^2 - 2x + 5)(x^4-3x^2 + 7x) + (x^3-x^2 +5x)(4x^3-6x+7)$$
Why is the function part of the answer?
The following is the template for taking the derivative of a product of functions:
$$\frac{d}{dx}\big (f(x)\cdot g(x)\big) = f'(x)\cdot g(x) + f(x)\cdot g'(x)$$
In your case, we have:
$$\frac d{dx}\left[\underbrace{(x^3 -x^2 + 5x)}_{\large f(x)}\underbrace{(x^4-3x^2+7x)}_{\large g(x)}\right]$$
by the product rule for derivatives,
$$= \underbrace{(3x^2 - 2x + 5)}_{\large f'(x)}\underbrace{(x^4-3x^2 + 7x)}_{\large g(x)}\;\; + \;\;\underbrace{(x^3 - x^2 + 5x)}_{\large f(x)}\underbrace{(4x^3 - 6x+7)}_{\large g'(x)}$$
Hint.
Treat your function as the product of two functions $f$ and $g$. Hence
$$\frac{\text{d}}{\text{d}x} \Big(f(x)\cdot g(x)\Big) = f'(x)g(x) + f(x)g'(x)$$
I think it's straightforward to understand this.