alex123aaa
- 5
- 0
how can i find the local extrema of x-coordinates in this equation?
f(x)=x^4-3x^2+2x
f(x)=x^4-3x^2+2x
"If ab= 0 then either a= 0 or b= 0". Not ab equal to anything other than 0!alex123aaa said:here's my solution i really don't know if this is correct but please correct me so
take the derivative = 4x^3-6x+2
Set it equal to zero and begin solving. 4x^3-6x+2 = 0
4x^3-6x = -2
2x(2x^2-3) = -2
2x^2 - 3 = 0 | 2x = 0
Did you notice that 4(1)^3- 6(1)+ 2= 0? Once you know that 1 is a root, you know that x- 1 is a factor. Divide 4x^2- 6x+ 2 by x- 1 to reduce to a quadratic equation for the other roots.2x^2 = 3 | x = 0
x^2 = 3/2
x = plus or minus the square root of 3/2 and x = 0
alex123aaa said:x = 0
x = plus or minus the square root of 3/2 and x = 0