
Luke J. answered 10/19/21
Experienced High School through College STEM Tutor
Daniel, you are correct that chain rule will most definitely be used in the problem solution. Granted, it is a weird nested chain rule I can confidently say I haven't handled yet, or at least having a trigonometric function on the inner-term.
The general equation for nested chain rule for n-nested functions is as follows:
y = f1 ( f2 ( f3 ( ... fn ( x ) ... )
dy/dx = y' = f1' ( f2 ( f3 ( ... fn ( x ) ... ) * f2' ( f3 ( ... fn ( x ) ... ) * ... fn' ( x )
You can run through the individual steps of the logic of the above general equation but it will work for this problem.
y = f ( g ( sin ( x ) ) ) ⇒ dy/dx = y' = f ' ( g ( sin ( x ) ) ) * g' ( sin ( x ) ) * cos ( x ).
y' ( 0 ) = f' ( g ( sin ( 0 ) ) ) * g' ( sin ( 0 ) ) * cos ( 0 )
y' ( 0 ) = f' ( g ( 0 ) ) * g' ( 0 ) * 1
y' ( 0 ) = f' ( 0 ) * 2
y' ( 0 ) = 2 * 5
∴ y' ( 0 ) = 10
I hope this helps! Let me know if you have questions in the comments!