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
The discussion revolves around finding the local extrema of the polynomial function f(x) = x^4 - 3x^2 + 2x. Participants explore methods for calculating the derivative, setting it to zero, and solving for x-coordinates of local extrema.
Participants do not reach a consensus on the correct roots of the polynomial equation, and there are multiple competing views on the steps needed to find the local extrema. The discussion remains unresolved regarding the correctness of the proposed solutions.
There are limitations in the participants' understanding of polynomial manipulation and solving cubic equations, with some steps remaining unclear or incorrect. The discussion reflects varying levels of confidence in the mathematical processes involved.
"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 [itex]4(1)^3- 6(1)+ 2= 0[/itex]? Once you know that 1 is a root, you know that x- 1 is a factor. Divide [itex]4x^2- 6x+ 2[/itex] 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