mustang said:
The problem our teacher gave us to help explain how to solve polynomial function:
y=x(x+2)(x-4)
x-intercept:1,-2,4
x(x+2)(x-4)
x(x^2-2x-8)
x^3-2x-8
3x^2-4x-8=0 <====The derivative
x=-b+/-sqrt(b^2-4ac) 4+/- sqrt[(-4)^2-4(3)(-8)]
-------------------- = ----------------------------= 4+/-sqrt(112)
2a 2(3) ------------
6
4+/-sqrt(112)
------------
6
this value was then plug back into x^3-2x-8 so to know the y-axis value of this x-coordnate.
After that i plot the x and y intercepts and the points found using the quardratic forumla to draw the graph.
First off, read this:
https://www.physicsforums.com/misc/howtolatex.pdf
using tex will make your presentation much easier to read. Go through a couple of threads such as this:
https://www.physicsforums.com/showthread.php?t=8997 for further information. You can click on the code Click\ Here to see how to enter the correct statements.
You have x-intercept:1,-2,4 . It shoud be 0,-2,4 because to find the x-int we set the y value to zero and set each term x equal to that:
y=x(x+2)(x-4) thus 0=x,\ \ 0=(x+2),\ \ 0=(x-4) then solve each term for x.
x(x+2)(x-4)
x(x^2-2x-8)
x^3-2x-8
3x^2-4x-8=0 <====The derivative
how did you get this? I hope this is a type-o because you shouls have x^3-2x^2-8x. You got the correct derivative so I'm "assuming" you had the correct polynomial otherwise your derivative is wrong for x^3-2x-8.
The general procedure is take the first derivative and solve for all values of x. Plug each x value back into the original equation to get the associated y values. Take the second derivative (if you've studied using this for graphing otherwise disregard) to find concavity and local min/max values.
What you entered above was correct except for the things I pointed out. Just a hint for graphing, learn the basic shapes for polynomials of different powers, log function shapes, the shapes of square and cube root functions, and the shape of exponential functions, oh and the trig functions. If you know what to expect (ie even power polynomials have both legs pointing in the same direction) then you can check your work to see if it makes sense.
So, do you know what the first derivative for f(x)=x^3-2x^2-5x+6[/tex] is?