
Brian Y. answered 06/07/22
Columbia University Graduate Specializing in Computer Science and Math
We are given the following:
f(2) = 5
f(8) = 9
f'(2) = -3
f'(8) = 6
We want to find g'(2).
We are told g(x) = f(4x).
By the chain rule, we have
g'(x) = 4f'(4x)
Then, we have
g'(2) = 4 * f'(4 * 2) = 4 * f'(8) = 4 * 6 = 24