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. Rate of Change
ds/dt represents velocity, and dv/dt represents acceleration.
2. Tangents and Normals
- Slope of tangent (m) = dy/dx at (x₁, y₁).
- Slope of normal = -1 / (dy/dx).
3. Maxima and Minima
- Find f'(x) and set it to 0 to find critical points.
- Second Derivative Test: If f''(c) < 0, it's a maximum. If f''(c) > 0, it's a minimum.