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:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

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