Skip to main content
Best answer by RichardJ

Sometimes it's a question of finding the right way to manipulate the result.

2 replies

25-Diamond I
March 17, 2013

What is the question? The errormessage says it all, doesn't it?

So it depends what you are going to to with that integral.

You can assign it to a function by typing I(x):= in front and evaluate it numerically.

You may even apply symbolic operations to I(x). So you will be able to see the denominator by evaluating denom(I(x)). Trying to see the nominator (numer(I(x)) will fail again as the expression being too large.

If you really want to just SEE the result, one way would be to use Wolfram Alpha

http://www.wolframalpha.com/input/?i=int%28%2812*%28x^2%2B10%29%29%2F%28x^3-12*x^2%2B60*x-120%29%2Cx%29

RichardJ19-TanzaniteAnswer
19-Tanzanite
March 17, 2013

Sometimes it's a question of finding the right way to manipulate the result.

25-Diamond I
March 17, 2013

I tried numer and denom, too, but without factor with no success. (Along with a complex manual parfrac to no avail)

Knowing now thanks your investigations that factor works, we can do without those functions (Think on can omit "max" without disadvantages):

integ1.png

19-Tanzanite
March 17, 2013

I thought I tried factor with the whole integral. I guess not