jeca86 said:
*What does the f'(x) sign represent? That is what I don't understand mostly.
It's the first derivative of the function f(x). Are you sure you're in the right class. You should not have missed that.
1) Sketch the graph of a function g for which g(0)=g'(0)=0, g'(-1)= -1, g'(1)=3, and g'(2)=1.
Count up the clues. I get 5. If we use a polynomial, we'll need at least a quartic.
g(x) = a*x<sup>4</sup> + b*x<sup>3</sup> + c*x<sup>2</sup> + d*x + e
Now use the clues;
g(0) = 0 = a*0<sup>4</sup> + b*0<sup>3</sup> + c*0<sup>2</sup> + d*0 + e = e, so e = 0
g(x) = a*x<sup>4</sup> + b*x<sup>3</sup> + c*x<sup>2</sup> + d*x
g'(0) = 0 g'(x) = 4*a*x<sup>3</sup> + 3*b*x<sup>2</sup> + 2*c*x + d
g'(0) = 0 = 4*a*0<sup>3</sup> + 3*b*0<sup>2</sup> + 2*c*0 + d = d, so d = 0
g(x) = a*x<sup>4</sup> + b*x<sup>3</sup> + c*x<sup>2</sup>
g'(x) = 4*a*x<sup>3</sup> + 3*b*x<sup>2</sup> + 2*c*x
g'(-1) = -1 = 4*a*(-1)<sup>3</sup> + 3*b*(-1)<sup>2</sup> + 2*c*(-1) = -4a + 3b - 2c
g'(1) = 3 = 4*a*(1)<sup>3</sup> + 3*b*(1)<sup>2</sup> + 2*c*(1) = 4a + 3b + 2c
g'(2) = 1 = 4*a*(2)<sup>3</sup> + 3*b*(2)<sup>2</sup> + 2*c*(2) = 32a + 12b + 4c
There are three equations to solve simultaneously.