hello
I understand derivatives, but that understanding ends when I get examples like the ones I posted in this thread.
I'm solving them like a trained monkey, meaning I have no clue of its "internal workings" ( why the procedure actually works).
1.Why do we first apply quotient rule and then chain rule? Why not the other way around?
2.Why is derivative of f(x)=e^(2x) equal to 2*e^(2x)? Can you explain the "internal workings" of this formula?
3-Why do we need to apply product rule first and then chain rule? Why not the other way around?
thank you
I understand derivatives, but that understanding ends when I get examples like the ones I posted in this thread.
I'm solving them like a trained monkey, meaning I have no clue of its "internal workings" ( why the procedure actually works).
1.Why do we first apply quotient rule and then chain rule? Why not the other way around?
Code:
(3x+4)^2 / (2x+1)
2.Why is derivative of f(x)=e^(2x) equal to 2*e^(2x)? Can you explain the "internal workings" of this formula?
Code:
(e^x)' = e^x
f'(x) = e^(2x) * (2x) = 2 * e^(2x) ?
3-Why do we need to apply product rule first and then chain rule? Why not the other way around?
Code:
x^4 * (2x+4)^7
thank you