
Luke J. answered 10/02/23
Experienced High School through College STEM Tutor
Product goes as follows:
f(x) = g(x) * h(x)
Which let's start simpler, let's make
g(x) = x
h(x) = x
Let's take their derivative separately,
g'(x) = 1
h'(x) = 1
Okay, now let's see what Product Rule says:
f'(x) = g(x) h'(x) + g'(x) h(x)
The quick saying I was taught was,
"The derivative of a product is equal to the derivative of the first times the second plus the second times the derivative of the first"
It's even more interesting when there's more than just 2 functions multipled together
f(x) = g(x) * h(x) * a(x) * b(x) * r(x) * s(x)
f'(x) = g'(x) * h(x) * a(x) * b(x) * r(x) * s(x)
+ g(x) * h'(x) * a(x) * b(x) * r(x) * s(x)
+ g(x) * h(x) * a'(x) * b(x) * r(x) * s(x)
+ g(x) * h(x) * a(x) * b'(x) * r(x) * s(x)
+ g(x) * h(x) * a(x) * b(x) * r'(x) * s(x)
+ g(x) * h(x) * a(x) * b(x) * r(x) * s'(x)
The derivative of all g, h, a, b, r, and s just goes down the line and you add all them together
Now, let's make it specific to this problem
g(x) = x5
h(x) = h(x)
g'(x) = 5 x4
h'(x) = h'(x)
Thus,
f'(x) = x5 h'(x) + 5 x4 h(x)
f'(-1) = (-1)5 h'(-1) + 5 (-1)4 h(-1)
f'(-1) = - 8 + 5 * 5 = 25 - 8
∴ f'(-1) = 17
I hope this helps! Please message me in the comments if you have any questions, comments, or concerns!
Rachel C.
It does really help! That makes a lot more sense, and I think that just helped it really click in my head. What would I do then if f(x)=g(x)/h(x)?10/02/23