0

I need some help with this since I can't seem to figure it out:

$h(x)= f(2x - g(x))$

How do I simplify this in such a way that if I have several values for $f(x)$, $g(x)$, $f'(x)$ and $g'(x)$ and $x$, I can solve for $h'(x)$

x  f(x) g(x) f'(x) g'(x)

-1 -1    0    2    -2
 0  0    1    5     4
 1  4    2    3     1

Find $h'(1)$

Thanks

1 Answers1

2

The key here is to use the chain rule: $$h'(x)=\frac{d}{dx}(2x-g(x)) \cdot f'(2x-g(x))=(2-g'(x))f'(2x-g(x))$$

If we wish to find $h'(1)$, we start by plugging in $x=1$ to get $$h'(1)=(2-g'(1))f'(2-g(1))=(2-1)f'(2-2)=f'(0)=5$$

Hayden
  • 16,737