Roman C. answered 05/09/13
Masters of Education Graduate with Mathematics Expertise
First of all let's rewrite it with fewer parentheses to make things easier.
f(x) = (x3 - 13x2 + 26x + 112) / (x3 + 10x2 - 63x - 648)
The best way to find the domain is to find values that are absent from it first.
Those numbers with satisfy x3 + 10x2 - 63x - 648 = 0.
You can factor it using the rational root test. The candidates are
±1, ±2, ±3, ±4, ±6, ±8, ±9, ±12, ±18, ±24, ±27, ±36, ±54, ±72, ±81, ±108, ±162, ±216, ±324, ±648.
Checking each one shows that x = 8 and x = -9 both work.
You can factor to get (x - 8)(x + 9)2 = 0 so there are no other solutions.
Thus the domain is (-∞,-9) U (-9,8) U (8,+∞).