f(x) = 3 sin x + 3 cos x
0 ≤ x ≤ 2π
How do I use this to find local max & min, critical points, and inflection points?
I'm not sure of what you have to do, but if you have to graph f(x), you can convert it into a simple form:
The first and second derivative should also be easier to graph now, provided you know how to graph f(x).


"Critical points" are, by definition, points where the first derivative is 0. "Local max and min" are points where the first derivative changes sign (and so the second derivative is not 0), and inflection points are where the second derivative is 0.
f'(x)= 3cos(x)- 3 sin(x)
That will equal 0 when cos(x)- sin(x)= 0 or cos(x)= sin(x). That happens whenor
.
f''(x)= -3 sin(x)- 3cos(x)
That will equal 0 when sin(x)+ cos(x)= 0 or cos(x)=-sin(x). That happens whenor
.
(, not
.)