Concavity and Inflection Points
# concave up and concave down
# f''(x)
# examples of all possibilities concave up/down increasing/decreasing
# minimum or maximum based on concavity
# If f has a point of inflection at c then either f''(c)=0 or f''(c) doesn't exist
# task: locate inflection points and sketch functions' graphs