lightbulb
Key Concepts
< div id = "study-notes" style = "background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; line-height: 1.6;" >
1. Definition of Derivative
The derivative of f(x) at x = a is the slope of the tangent to the curve at that point.
f'(x) = lim (h→0) [f(x+h) - f(x)] / h
2. Differentiation Rules
- Product Rule: (uv)' = u'v + uv'
- Quotient Rule: (u/v)' = (u'v - uv') / v²
- Chain Rule: d/dx [f(g(x))] = f'(g(x)) · g'(x)
3. Standard Derivatives
- d/dx (xⁿ) = nxⁿ⁻¹
- d/dx (sin x) = cos x
- d/dx (cos x) = -sin x
- d/dx (eˣ) = eˣ
- d/dx (log x) = 1/x