59.7k views
3 votes
Any help with an explanation would be appreciated!

Any help with an explanation would be appreciated!-example-1
User Misun
by
4.0k points

1 Answer

2 votes

Problem 1

We'll use the product rule to say

h(x) = f(x)*g(x)

h ' (x) = f ' (x)*g(x) + f(x)*g ' (x)

Then plug in x = 2 and use the table to fill in the rest

h ' (x) = f ' (x)*g(x) + f(x)*g ' (x)

h ' (2) = f ' (2)*g(2) + f(2)*g ' (2)

h ' (2) = 2*3 + 2*4

h ' (2) = 6 + 8

h ' (2) = 14

Answer: 14

============================================================

Problem 2

Now we'll use the quotient rule


h(x) = (f(x))/(g(x))\\\\h'(x) = (f'(x)*g(x)-f(x)*g'(x))/((g(x))^2)\\\\h'(2) = (f'(2)*g(2)-f(2)*g'(2))/((g(2))^2)\\\\h'(2) = (2*3-2*4)/((3)^2)\\\\h'(2) = (6-8)/(9)\\\\h'(2) = -(2)/(9)\\\\

Answer: -2/9

============================================================

Problem 3

Use the chain rule


h(x) = f(g(x))\\\\h'(x) = f'(g(x))*g'(x)\\\\h'(2) = f'(g(2))*g'(2)\\\\h'(2) = f'(3)*g'(2)\\\\h'(2) = 3*4\\\\h'(2) = 12\\\\

Answer: 12

User Yan Q
by
4.2k points