For "find where f is not differentiable":
- Find all corner points (absolute value expressions change sign)
- Find all cusp points (fractional power functions at zero)
- Find all vertical tangent points (like x^ at 0)
- Check piecewise function junction points
- Check where floor/ceiling functions have jumps
For "find parameters for differentiability":
- Set LHL = RHL = f(a) (continuity equation)
- Set left derivative = right derivative (differentiability equation)
- Solve the system
For "is f differentiable at a?":
- First check continuity (necessary condition)
- If continuous, compute f'(a) using the limit definition
- Do NOT rely on computing lim f'(x) — this can fail ( sin example)