Asked by Constantine
Hello,
Could somebody please help me with the following question? It asks to differentiate the function below according to derivate rules of calculus such as the power rule (if f(x)=x^n, then f'(x)=nx^n-1), the product rule (if F(x)=f(x)g(x) then F'(x)=f(x)g'(x)+f'(x)g(x)) and the chain rule for polynomials (if F(x)=(f(x))^n then F'(x)=nf'(x)f(x)^n-1).
Here's the function:
f(x)=3x/x^2+4
My tentative solution:
f(x)=3x/x^2+4
f(x)=(3x)(x^2+4)^-2
f'(x)=(3x)(-2)(x^2+4)(x^2+4)^-2-1 (chain rule)
f'(x)=(3x)(-2)(x^2+4)(x^2+4)^-3
f'(x)=(-6x)(x^2+4)(x^2+4)^-3
I'm not sure whether to apply the chain rule of the product rule in step 2 or both of them.
Any help would be much appreciated!
Constantin
Could somebody please help me with the following question? It asks to differentiate the function below according to derivate rules of calculus such as the power rule (if f(x)=x^n, then f'(x)=nx^n-1), the product rule (if F(x)=f(x)g(x) then F'(x)=f(x)g'(x)+f'(x)g(x)) and the chain rule for polynomials (if F(x)=(f(x))^n then F'(x)=nf'(x)f(x)^n-1).
Here's the function:
f(x)=3x/x^2+4
My tentative solution:
f(x)=3x/x^2+4
f(x)=(3x)(x^2+4)^-2
f'(x)=(3x)(-2)(x^2+4)(x^2+4)^-2-1 (chain rule)
f'(x)=(3x)(-2)(x^2+4)(x^2+4)^-3
f'(x)=(-6x)(x^2+4)(x^2+4)^-3
I'm not sure whether to apply the chain rule of the product rule in step 2 or both of them.
Any help would be much appreciated!
Constantin
Answers
Answered by
Steve
you need both the product rule and the chain rule.
f(x) = (3x)(x^2+4)^-1
f'(x) = (3)(x^2+4)^-1 + (3x)(-1)(x^2+4)^-2(2x)
= 3/(x^2+4) - 6x^2/(x^2+4)^2
= (3(x^2+4)-6x^2)/(x^2+4)^2
= (12-3x^2)/(x^2+4)^2
The quotient rule produces the same result; in fact, you can see the intermediate steps in the calculations above, if you look carefully.
f(x) = (3x)(x^2+4)^-1
f'(x) = (3)(x^2+4)^-1 + (3x)(-1)(x^2+4)^-2(2x)
= 3/(x^2+4) - 6x^2/(x^2+4)^2
= (3(x^2+4)-6x^2)/(x^2+4)^2
= (12-3x^2)/(x^2+4)^2
The quotient rule produces the same result; in fact, you can see the intermediate steps in the calculations above, if you look carefully.
Answered by
Constantine
Thank you Steve! I understand it now.
Answered by
Jimmy johns
Given the function rule f(x) = 2x ^ 2 - 7x + 1 what is the
output of f(- 3) :
output of f(- 3) :
Answered by
Jimmy johns
Thanks u a life saver