Question 107605: I am to graph the polynomial
f(x)=3x2 - x3
im completely lost
Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! Pick a series of values for x and evaluate to determine the corresponding y. Plot those points on a graph and draw a smooth curve.
if x = 0, y = 0, so the point (0,0) is on the graph
if x = 1, then y = 2 => (1,2)
if x = -1, then y = 4 => (-1,4)
if x = 2, then y = 12-8 = 4 => (2, 4)
if x = -2, then y = 12+8 = 20 => (-2, 20)
if x = 3, then y = 0 => (3, 0)
if x = -3 then y = 54 => (-3, 54)
Plot as many points as you think you need to define the curve. It should look something like this:

|
|
|