Q. 25

Question

Suppose g(x), h(x), and j(x) are differentiable functions with the values of the function and its derivative given in the following table: 


   x   g(x)   h(x)   j(x)    g'(x)   h'(x)    f'(x)
    -1      3      0      1     -1     -2       -2
     0      2      3     0     -2      3       -2
     1      0     -1     -2      -2      -2     -1
     2     -2     -2     -3      -1      0      2
     3     -3      0      1       0      1      2

f(x)=g(x)(h(x)+j(x)) find f'(2)

Step-by-Step Solution

Verified
Answer

The value is f'(2)=1

1Step 1: Given information

We are given a table

   x   g(x)   h(x)   j(x)    g'(x)   h'(x)    f'(x)
    -1      3      0      1     -1     -2       -2
     0      2      3     0     -2      3       -2
     1      0     -1     -2      -2      -2     -1
     2     -2     -2     -3      -1      0      2
     3     -3      0      1       0      1      2
2Step 2: Calculate

f'(x)=g'(x)[h(x)+j(x)]+g(x)[h'(x)+j(x)]f'(2)=g'(2)[h(2)+j(2)]+g(2)[h'(2)+j(2)]f'(2)=-1[-5]+(-2)[0+2]f'(2)=5-4f'(2)=1