To solve a quadratic inequality \( ay^2 + by + c < 0 \) (or \( > 0 \)):
1. Find the roots (\( y_1, y_2 \)) of the equation \( ay^2 + by + c = 0 \).
2. If \( a > 0 \), the parabola opens upwards. The inequality \( ay^2 + by + c < 0 \) holds for \( y \) between the roots (\( y_1 < y < y_2 \)), and \( ay^2 + by + c > 0 \) holds for \( y \) outside the roots (\( y < y_1 \) or \( y > y_2 \)).
3. If \( a < 0 \), the parabola opens downwards, and the conditions are reversed.