Jonathanjc
- 8
- 0
Homework Statement
Remember to show your working explicitly throughout your answer to this question.
(a) (i) Use the Composite Rule to differentiate the function f(x) = (x^2− 6x + 23)^(3/2)
(ii) Use the Quotient Rule and your answer to part (a)(i) to show that the function:
g(x) = (x − 2)/(x^2 − 6x + 23)^(3/2)
has derivative
g'(x) = (5 + 9x − 2x^2)/(x2 − 6x + 23)^(5/2)
Homework Equations
(a)(i) Composite Rule (Leibniz form) (Chain Rule)
If y = g(u), where u = f(x), then
dy/dx=(dy/du)(du/dx)
(ii) Quotient Rule (Leibniz form)
If y = u/v, where u = f(x) and v = g(x), then
dy/dx = 1/v^2(v(du/dx)-u(dv/dx)
The Attempt at a Solution
Using the leibniz form of the composite rule, otherwise known as the chain rule:
We have: d/dx(f(x)) = d/dx((x^2-6x+23)^(3/2))
- The derivative of f(x) is f'(x)
=f'(x) =d/dx((x^2-6x+23)^(3/2))
-Using the chain rule:
d/dx((x^2-6x+23)^(3/2))=(du^(3/2)/du)(du/dx)
Where, u = x^2-6x+23, and
(du^(3/2)/du)(3(sqrt)u/2)
=f'(x) = 3/2(sqrtx^2-6x+23)(d/dx(x^2-6x+23))
= f'(x) = 3/2(sqrtx^2-6x+23)(2x-6)
My problem now is that for part (ii) the f'(x) is not in the form for the quotient rule and I am having trouble re-arranging it to get the appropriate form.
Can you please enlighten me as I have been staring at it for hrs with no concept in how to approach it.