Respuesta :
Answer:
Look at changes of signs to find this has 1 positive zero, 1 or 3 negative zeros and 0 or 2 non-Real Complex zeros.
Then do some sums...
Explanation:f(x)=β3x4β5x3βx2β8x+4
Since there is one change of sign, f(x) has one positive zero.
f(βx)=β3x4+5x3βx2+8x+4
Since there are three changes of sign f(x) has between 1 and 3 negative zeros.
Since f(x) has Real coefficients, any non-Real Complex zeros will occur in conjugate pairs, so f(x) has exactly 1 or 3 negative zeros counting multiplicity, and 0 or 2 non-Real Complex zeros.
f'(x)=β12x3β15x2β2xβ8
Newton's method can be used to find approximate solutions.
Pick an initial approximation a0 .
Iterate using the formula:
ai+1=aiβf(ai)f'(ai)
Putting this into a spreadsheet and starting with a0=1 and a0=β2 , we find the following approximations within a few steps:
xβ0.41998457522194 xββ2.19460208831628We can then divide f(x) by (xβ0.42) and (x+2.195) to get an approximate quadratic β3x2+0.325xβ4.343 as follows:
Notice the remainder 0.013 of the second division. This indicates that the approximation is not too bad, but it is definitely an approximation.
Check the discriminant of the approximate quotient polynomial:
β3x2+0.325xβ4.343 Ξ=b2β4ac=0.3252β(4β β3β β4.343)=0.105625β52.116=β52.010375Since this is negative, this quadratic has no Real zeros and we can be confident that our original quartic has exactly 2 non-Real Complex zeros, 1 positive zero and 1 negative one.