InterviewSolution
Saved Bookmarks
| 1. |
Find derivatives of the following functions.sqrt(ax^2 + bx + c) |
|
Answer» SOLUTION :`y = sqrt(ax^2 + BX + c) dy/dx = d/dx(ax^2 + bx + c)^(1/2) 1/2(ax^2 + bx +c)^(1/2-1)xx d/dx(ax^2 + bx+ c) (2ax + B)/{2sqrt (ax^2 + bx + c)}` |
|