InterviewSolution
Saved Bookmarks
| 1. |
For a differntiable function , define D^(**)f(x) = L t_(h to 0) (f^2(x + h) - f^2(x))/(h) where f'(x) = (f(x))^2 for example, D^(**)f(x) = 2x if f(x) = x, D^(**)f(x) = 2 sin x cos xif f(x) = sin xD^(**)f(x) = 2e^(2x) if f(x) = e^(x) If f(x) = sin x, g(x) = cos x then D^(**)(fog) |
|
Answer» `-SIN X sin (2 cos x)` |
|