MHB Determine the Number of Real Roots

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
The discussion revolves around determining the number of real roots for the equation derived from a cubic polynomial with three distinct real roots. It is established that the left-hand side of the equation has four roots, while the right-hand side has two repeated roots. Through analysis, it is concluded that the quartic equation has two real roots based on the behavior of the function and its derivative. The participants emphasize the importance of understanding the relationship between the cubic and quartic forms and the implications of their derivatives. Overall, the conclusion is that the equation has two real roots, providing clarity on the problem.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Hi MHB,

This is the second headache problem that I wish to get some insight from MHB today...

Problem:
It is known that the equation $$ax^3+bx^2+cx+d=0$$ has three distinct real roots. How many real roots does the following equation have?

$$4(ax^3+bx^2+cx+d)(3ax+b)=(3ax^2+2bx+c)^2$$

Attempt:

I observed that if we let $$f(x)=ax^3+bx^2+cx+d$$, then the given second equation can be rewritten as

$$6f(x)f''(x)=(f'(x))^2$$

That is, the LHS of the equation has a total of 4 roots, and the RHS of the equation has a total of 2 repeated roots and the range of it is $[0, \infty)$. But I know I need to figure out how many times the curve of the LHS function cuts the curve of the RHS function, but not finding out their roots.

I don't see even a single way to proceed from there and I feel so supremely stupid now.

Can anyone please help me?

Thanks.
 
Mathematics news on Phys.org
anemone said:
Problem:
It is known that the equation $$ax^3+bx^2+cx+d=0$$ has three distinct real roots. How many real roots does the following equation have?

$$4(ax^3+bx^2+cx+d)(3ax+b)=(3ax^2+2bx+c)^2$$

Attempt:

I observed that if we let $$f(x)=ax^3+bx^2+cx+d$$, then the given second equation can be rewritten as

$$6f(x)f''(x)=(f'(x))^2$$ That 6 should be a 2.

That is, the LHS of the equation has a total of 4 roots, and the RHS of the equation has a total of 2 repeated roots and the range of it is $[0, \infty)$. But I know I need to figure out how many times the curve of the LHS function cuts the curve of the RHS function, but not finding out their roots.
We are not told how many real roots the quartic equation should have, so let's start with a simple numerical experiment. The simplest cubic polynomial with three distinct real roots is $f(x) = x^3 - x$ (with roots $0,\,\pm1$). Then the equation $2f(x)f''(x)=(f'(x))^2$ becomes $$2(x^3-x)(6x) = (3x^2-1)^2$$. That simplifies to $3x^4 - 6x^2 - 1 = 0$, a quadratic with real solutions $x^2 = \frac16(6\pm4\sqrt3)$. one of those solutions for $x^2$ is positive, the other one is negative. So when we take square roots, we see that the quartic equation has two real roots. Thus it looks as though the answer to our problem should be that the equation $$4(ax^3+bx^2+cx+d)(3ax+b)=(3ax^2+2bx+c)^2$$ has two real roots.

When doing that calculation, I noticed that if I differentiate the quartic polynomial $3x^4 - 6x^2 - 1$ then I get $12(x^3-x)$, which is exactly 12 times the polynomial that I started with. Interesting!

Now let $f(x)$ be a cubic polynomial with three distinct real roots. Since those roots are not repeated, the derivative $f'(x)$ must be nonzero at each of them. Let $g(x) = 2f(x)f''(x) - \bigl(f'(x)\bigr)^2$. Then $g'(x) = 2f(x)f'''(x) + 2f'(x)f''(x) - 2f'(x)f''(x) = 2f(x)f'''(x).$ But $f'''(x)$ is a nonzero constant. Therefore $g'(x)=0$ at the points where $f(x)=0$; and if $f(x) = 0$ then $g(x) = -\bigl(f'(x)\bigr)^2 < 0.$

What that tells us is that the quartic polynomial $g(x)$ has three turning points (which must be a local min., then a local max., then a local min.), and at each of them $g(x)$ is negative. On the other hand, $g(x)\to\infty$ as $x\to\pm\infty$. It follows that the graph of $g$ crosses the $x$-axis exactly twice, and so the equation $g(x)=0$ has two real roots.
 
Thank you so so much for the reply, Opalg!

Opalg said:
We are not told how many real roots the quartic equation should have, so let's start with a simple numerical experiment.
Hmm...I don't quite get this, Opalg. The problem told us $f(x)$ has three distinct real roots, let's say it takes the form $f(x)=a(x-p)(x-q)(x-r)$, then when we multiply it with another linear function, says, $(x-k)$, this yields a quartic expression which when we set it equals zero, a quartic function of $g(x)=a(x-p)(x-q)(x-r)(x-k)$ and this function surely has 4 distinct real roots...Ah, I see where it went wrong already! We are not entirely sure if the value of $k$ matches anyone of the three distinct real roots of the function of f! I'm sorry, Opalg! And I'll be more careful next time, try my best not to assume something which isn't correct thus leads to a bunch of useless work. (I mean to say, I even drew some graphs out on my own before asking for help at MHB based on my silly assumption.)

Opalg said:
The simplest cubic polynomial with three distinct real roots is $f(x) = x^3 - x$ (with roots $0,\,\pm1$). Then the equation $2f(x)f''(x)=(f'(x))^2$ becomes $$2(x^3-x)(6x) = (3x^2-1)^2$$. That simplifies to $3x^4 - 6x^2 - 1 = 0$, a quadratic with real solutions $x^2 = \frac16(6\pm4\sqrt3)$. one of those solutions for $x^2$ is positive, the other one is negative. So when we take square roots, we see that the quartic equation has two real roots. Thus it looks as though the answer to our problem should be that the equation $$4(ax^3+bx^2+cx+d)(3ax+b)=(3ax^2+2bx+c)^2$$ has two real roots.

When doing that calculation, I noticed that if I differentiate the quartic polynomial $3x^4 - 6x^2 - 1$ then I get $12(x^3-x)$, which is exactly 12 times the polynomial that I started with. Interesting!

WOW...I like your way of approaching the problem by trying some simple cubic function out in the first place...and I chide myself why I thought of doing the same for another problem (another headache problem of the same type) but not for this one, though I haven't cracked that problem yet!

You have made my understanding to the problem to 100%!

Opalg said:
Now let $f(x)$ be a cubic polynomial with three distinct real roots. Since those roots are not repeated, the derivative $f'(x)$ must be nonzero at each of them. Let $g(x) = 2f(x)f''(x) - \bigl(f'(x)\bigr)^2$. Then $g'(x) = 2f(x)f'''(x) + 2f'(x)f''(x) - 2f'(x)f''(x) = 2f(x)f'''(x).$ But $f'''(x)$ is a nonzero constant. Therefore $g'(x)=0$ at the points where $f(x)=0$; and if $f(x) = 0$ then $g(x) = -\bigl(f'(x)\bigr)^2 < 0.$

What that tells us is that the quartic polynomial $g(x)$ has three turning points (which must be a local min., then a local max., then a local min.), and at each of them $g(x)$ is negative. On the other hand, $g(x)\to\infty$ as $x\to\pm\infty$. It follows that the graph of $g$ crosses the $x$-axis exactly twice, and so the equation $g(x)=0$ has two real roots.

I must admit, even if I tried out myself by using the example of some simple cubic equation, I know I won't think of differentiating the equation $g(x)=2f(x)f''(x)-(f'(x))^2$ again, just to study the behavior of the curve of g(x) to draw the conclusion on how many times the function of $g(x)$ cuts the x-axis!

I've learned a great deal from you ever since I joined MHB, and you're my hero! I truly like you, as a mentor!
 
Last edited:
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
1
Views
1K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
6
Views
2K
Replies
4
Views
1K
Replies
5
Views
2K
Replies
1
Views
1K
Back
Top