Posted by cathy on Wednesday, July 18, 2012 at 12:43pm.
Your brackets don't match , also there is no equal sign
is it ...
m(x) = (x^5 - 5x^3 + 7x - 4)^10 * (4x^9 + 19)^23 ??
(the * means multiplication)
the key, however, is the chain rule. If
f = u^n, then
df/dx = nu^n-1 * du/dx
It's just the familiar power rule, but you have to multiply by the derivative of what's raised to the power.
For example, if you have
f(x) = (3x^2-4x+5)^5, then
let u = 3x^2 - 4x + 5.
Then all you have is
f(x) = u^5
df/dx = 5u^4 du/dx
But that's easy, because du/dx = 6x-4, so the final answer is
df/dx = 5(3x^2-4x+5)^4 (6x-4)
Related Questions
Calculus (Derivatives) - What is the derivative of the this functon? g(x) = -500...
Calculus - What is wrong with the following reasoning??? f(x) = 2^x f'(x) = ...
Calculus - show that the curves r=asin(è) and r=acos(è) intersect ...
Calculus derivatives - f(a) = a + √a (a) Find the derivative of the ...
Calculus - derivatives - Okay, I want to find the derivative of (x^x)^(x^x)... ...
calculus - Differentiate both sides of the double angle identify sin 2x= 2 sin x...
Calculus/Derivatives - In addition, can you walk me through how to get the ...
math - I studied derivatives before, but kind of forgot them all, is there a ...
Calculus grade 12 - a) determine the derivative of y = sin2x b) determine the ...
Calculus (derivatives) - Find the derivative of cos^2(4x)
For Further Reading