y = (x3 + 6x2 - 9x - 54) / (x2 + 3x - 10)
Domain (set of all possible input values, i.e. all values of argument x is allowed to take).
x3+ 6x2 - 9x - 54 x3 + 6x2 - 9x - 54
y = ---------------------- = -----------------------
x2 + 3x - 10 (x + 5)(x - 2)
Dividing by 0 is undefined, therefore x can't be -5 or 2, hence:
Domain of this function is all real numbers, except -5 and 2.
Using set notation, we can put it: {∀ x ∈ R | x ≠ -5, x ≠ 2}
Range (set of all possible output values, i.e. all values of function y produced by all the domain values):
To find the range we'll start with dividing the leading terms of the polynomials in numerator and denominator:
x3
---- = x, and note that coefficient is positive, which tells us that
x2
When x tends to infinity, y tends to infinity, x → ∞ , y → ∞
and
when x tends to negative infinity, y tends to negative infinity, x → -∞ , y → -∞
Range of this function is all real numbers.
Using set notation, we can put it: {∀ y ∈ R}
The answer can also be stated with the interval notation
Domain: (-∞, -5) ∪ (-5, 2) ∪ (2, ∞)
Range: (-∞, ∞)