1 / | | sin(x) | ------------ dx | 2 | x - 4*x + 5 | / 0
Integral(sin(x)/(x^2 - 4*x + 5), (x, 0, 1))
/ / | | | sin(x) | sin(x) | ------------ dx = C + | ------------ dx | 2 | 2 | x - 4*x + 5 | 5 + x - 4*x | | / /
1 / | | sin(x) | ------------ dx | 2 | 5 + x - 4*x | / 0
=
1 / | | sin(x) | ------------ dx | 2 | 5 + x - 4*x | / 0
Integral(sin(x)/(5 + x^2 - 4*x), (x, 0, 1))
Use the examples entering the upper and lower limits of integration.