f(x) = \frac{2x - 5}{x + 3}
The graph obviously has a vertical asymptote x = -3.
- - - - - - - - - - - - - - - - - - - - - - - - - -
f'(x) = \frac{11}{(x+3)^2}
Find the critical points, which occur at values of x that make f '(x) zero or undefined.
Set f'(x) = 0:
\frac{11}{(x+3)^2} \not= 0
(so there are no points on the graph of f(x) for which the slope of the tangent line is zero)
Set the denominator equal to 0 to find what x makes f '(x) undefined:
(x+3)^2 = 0
x = -3
Apply the first derivative test.
On the interval (-\infty, -3), f'(x) > 0, which implies that f(x) is increasing over this interval.
On the interval (-3, \infty), f'(x) > 0, so f(x) is still increasing over this interval.
It should make sense to you that f is constantly increasing for the intervals on which f is defined, since the function has a positive integer in the numerator and a squared, positive quantity in the denominator.
- - - - - - - - - - - - - - - - - - - - - - - - - -
f''(x) = - \frac{22}{(x+3)^3}
Find x values for possible inflection points, which will occur for the x values that make f "(x) zero or undefined.
As with f '(x), f "(x) is never equal to zero.
Find the values that make f "(x) undefined:
As before, it's x = -3.
Set up some intervals and apply the second derivative test.
On the interval (-\infty, -3), f''(x) > 0. This is because any value within this interval, such as x = -4, gives you -22/(-negative number) = positive number. In the case of x = -4, f(-4) = (-22)/(-1)3 = 22. So, since f "(x) is positive, this means that f(x) is concave up over this interval.
On the interval (-3, \infty), f''(x) < 0, so f(x) is concave down over this interval.
And there you have it, f(x) is increasing over (-\infty, -3) \cup (-3, \infty), but is also concave up only over (-\infty, -3).
***NOTE: I'd like to add that the list of possible points of inflection are those x-values for which the concavity of f(x) may change, and not that f(x) is continuous at those points.***