G
Guest
Guest
I just want to know if I am on the right page for this problem.
. . .f(x) = (x^3 + 3x^2) / (2*(x^2 + x - 6))
Once I simplify, I get:
. . .f'(x) = 2x^2 - 8x / ((2x - 4)^2)
. . .f"(x) = 32 / ((2x - 4)^3)
The x- and y-intercepts are (0,0); vertical asymptote at x = 2, no horizontal asymptote, but a slant asymptote at y = x (2x - 4/x^2), using long division); a hole on the graph at x = -3.
By using f'(x), I get critical numbers: x = 4, 0, 2--------->putting them into a table
By using f"(x), critical numbers are x = -2, 2
inflection point at x=2
Am I understanding this stuff correctly????
. . .f(x) = (x^3 + 3x^2) / (2*(x^2 + x - 6))
Once I simplify, I get:
. . .f'(x) = 2x^2 - 8x / ((2x - 4)^2)
. . .f"(x) = 32 / ((2x - 4)^3)
The x- and y-intercepts are (0,0); vertical asymptote at x = 2, no horizontal asymptote, but a slant asymptote at y = x (2x - 4/x^2), using long division); a hole on the graph at x = -3.
By using f'(x), I get critical numbers: x = 4, 0, 2--------->putting them into a table
Code:
| interval | (-inf., 0) | (0, 2) | (2, 4) | (4, inf.) |
| test numb. | -1 | 1 | 3 | 5 |
| sign f'(x) | + | - | - | + |
| conclusion | increasing | decreasing | decreasing | increasing |
Code:
| interval | (-inf., -2) | (-2,2) | (2, inf.) |
| test numb. | -3 | 1 | 3 |
| sign f'(x) | - | - | + |
| conclusion | concave | concave | concave |
| | down | down | up |
Am I understanding this stuff correctly????