Problem 51456. Compute an improper integral of a ratio of algebraic functions

Write a function to compute the following integral:
integral(x^2 dx/(x^4 + (a^2+b^2)x^2 + a^2b^2),{x,0,infinity})
where a and b are positive real numbers. You may not use integral or quad.

Solution Stats

46.67% Correct | 53.33% Incorrect
Last Solution submitted on Jul 07, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers14

Suggested Problems

More from this Author244

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!