Differentiation Flashcards
Differentiate y=[f(x)]^n
dy/dx=n[f(x)]^(n-1) f’(x)
Differentiate y=f[g(x)]
dy/dx=f’[g(x)] g’(x)
Differentiate y=uv
dy/dx=uv’ + vu’
Differentiate y=(u(x))/(v(x))
dy/dx= (vu’ - uv’) / v^2
Differentiate y=e^(f(x))
dy/dx= f’(x) e^(f(x))
Differentiate y=ln(x)
dy/dx= 1/x
Differentiate y=ln[f(x)]
dy/dx= f’(x) / f(x)
Differentiate y=a^x
dy/dx=a^x ln(a)
How do you differentiate a parametric equation with n variables? z=f(g(t),h(t))
dz/dtj = f’(x1) . [dx1/dtj] +⋯+f’xn . [dxn/dtj]
What is an implicit function?
A function with y and x in z=f(x,y)
How do you differentiate an implicit function? z=f(x,y)
- Differentiate both x + y terms → multiply differentiated y terms by dy/dx (chain rule)
- Make dy/dx the subject of the equation
f(y)→ f’(y) . dy/dx
How do you differentiate the implicit function f(x)∙g(y)?
f(x)∙g(y)→ f(x)∙g’(y)∙dy/dx +g(y)∙f’(x)
How do you differentiate the implicit function z=f(x,h(x)) ?
dz/dx=(∂z/∂x)+(∂z/∂y)∙(dy/dx)
→ since dx/dx = 1
What is a partial derivative?
A function differentiated with respect to 1 variable
What are the notations for partial, and cross partial, deviates.
∂f/x , f’1 , f’x or fx → 1st partial derivative taken with respect to the 1st variable (x)
∂^2f/x^2 , f’‘1 , f’‘xx or fxx → 2nd partial derivative taken with respect to 1st variable 2ce
∂^2f/∂xy , f’‘12 , f’‘y or fxy → cross partial derivative, 2nd argument is the one that is being differentiated 2nd