Nathan B. answered 04/13/15
Tutor
5
(20)
Elementary and Algebraic skilled
The first thing we need to do is factor out the denominator We need to see if any of the factors cancel with the numerator and figure out the VA:
4x3 - 14x2 + 18x
x(4x2 - 14x + 18)
2x(2x2 - 7x + 9)
Let's use the quadratic formula to see if we can factor any further:
(-b ± √(b2 - 4ac)) / 2a
(7 ± √(72 - 4*2*9) / (2 * 2)
(7 ± √(49 - 72) / 4
(7 ± √-23) / 4
We can't take the square root of a negative, so we're done there.
We can factor then numerator as well:
4x + 4
4(x + 1)
So now we check for cancellations:
4(x + 1) / 2x(2x2 - 7x + 9)
2(x + 1) / x(2x2 - 7x + 9)
To find the HA, we take a look at the highest powers and Coefficients:
4x / 4x3
Since the denominator has a higher power, the HA is 0
To find the VA, we set the denominator to 0:
x(2x2 - 7x + 9) = 0
x = 0, and as we found out with the quadratic formula, 2x2 - 7x + 9 is never 0, so the VA is 0.
To find the x-intercept, we set the numerator to 0:
2(x + 1) = 0
x + 1 = 0
x = -1
To find the y-intercept, we set x to 0, but we can save ourselves some trouble--we discovered the VA at 0, so it will never actually cross the y-intercept.