I have an integration with assumptions and limits of integration. I tried to use Mathematica to solve this problem, but I cannot get any results.
Integrate[1/(w^4 + 2 (2 ξ^2 - 1) w^2 ω1^2 + ω1^4), {ω1, 0, t},
Assumptions -> {w > 0, 1 > ξ > 0}]]
What should I do?