How do you graph a polynomial function?

1 Answer
Aug 12, 2018

This is quite a broad question.
Tips below.

Explanation:

Let f(x)f(x) be a polynomial of n^(thnth degree with real coefficients.

To plot the graph of f(x)f(x) the following points are useful.

(i) Find the real zeros of f(x)f(x), if any.

Set f(x) =0f(x)=0 and solve for xx.
The real zeros are points on the x-xaxis.

(ii) Find the y-yintercept.
Find the point f(0)f(0). This is the intercept on the y-yaxis.

(iii) Find the turning points of f(x)f(x), if any.

Set f'(x) = 0 and solve for x. (Say, barx)

Then,
where f''(x_i)<0 -> f(x_i) is a local maximum value.
where f''(x_i)>0 -> f(x_i) is a local minimum value.
where f''(x_i)=0 -> f(x_i) is an inflection point.

(iv) Plot points.

Outside of the above simply compute f(x_j) and plot points (x_j, f(x_j)) as necessary to complete the graph.

I hope this helps.