1

The real values of $a$ for which the equation $x^3-3x+a=0$ has three real and distinct roots is

4 Answers4

1

The derivative cancels at $x=1$ and $x=-1$. To these correspond a maximum value of $a+2$ and a minimum value of $a-2$. In order to have three real roots, you need three $x$ intercepts; this means that you must have $a+2>0$ and $a-2<0$. So, the condition is $|a|<2$.

0

The discriminant of the polynomial is

$$108-27a^2$$

If the discriminant is positive, we have three distint real roots.

So, a must satisfy the condition |a|<2.

Peter
  • 84,454
0

If you want them to be real and distinct...

Natural choice would be to consider :$$(x-l)(x-m)(x-n)=(x^2-(l+m)x+lm)(x-n)=x^3-(l+m+n)x^2+(lm+n(l+m))x-lmn$$

Equating the coefficients we would have : $$l+m+n=0$$

$$lm+n(l+m)=-3\Rightarrow lm-n^2=-3\Rightarrow -lmn =n(3-n^2)$$

We need to find bound for $-lmn=n(3-n^2)$...

Can you do it by using derivative?

  • if we compare the coefficients we get contradicting values – kdfghdkljfgh Jan 30 '14 at 12:10
  • who said? what contradicting values are you getting? –  Jan 30 '14 at 12:10
  • i think i made a mistake... correct me if i am wrong... f'(x)=0 for 1 and -1. Doesn't that make them roots of the equation – kdfghdkljfgh Jan 30 '14 at 12:12
  • what equation are you considering??? you have to make $g'(x)=0$ for $g(x)=x(3-x^2)$ –  Jan 30 '14 at 12:13
  • Just tell me this: f(x)=0 say it is a quadratic equation. Now i find the derivative and put it equal to zero. Say i get two values of x. These would be the roots, right? – kdfghdkljfgh Jan 30 '14 at 12:16
  • No No.... take $f(x)=x^2+3\Rightarrow f'(x)=2x=0\Rightarrow x=0$ so we should get $f(0)=0$ i.e., $3=0$???? –  Jan 30 '14 at 12:25
  • k got it now. f'(x)=0 gives us some of the critical points where the curve becomes parallel to the x-axis. It is possible that the critical points are roots, but not always. Same goes for the roots. They are not always critical points – kdfghdkljfgh Jan 30 '14 at 12:28
  • yes but then??? –  Jan 30 '14 at 12:29
  • however the derivative does give us the clue of how the sign of the function changes within a given interval, leading to points of maxima and minima. Between two points of maxima always lies a point of minima. Check above where neofoxmulder tells something like that – kdfghdkljfgh Jan 30 '14 at 12:33
  • so can you conclude now?? –  Jan 30 '14 at 12:34
  • yeah i did below his comment – kdfghdkljfgh Jan 30 '14 at 12:34
-1

Here is a graphical approach. Note that '+ a' shifts the graph up or down.

1) Disregard '+ a'.

2) Graph $ f(x) = x^3 - 3x $

http://www.wolframalpha.com/input/?i=plot%28x%5E3+-+3x%29#

3) from the graph we see that we must find the y values at the local extrema. You did that already getting y = 2 and -2

4) It should be obvious now by inspection that a must be between -2 and 2

Final answer ,

-2 < a < 2

neofoxmulder
  • 1,166