MHB Determine all real x for a given radical equation.

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Radical
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Determine all real $$x$$ satisfying the equation $$\sqrt[5]{x^3+2x}=\sqrt[3]{x^5-2x}$$
 
Mathematics news on Phys.org
Just a note: Wolfram|Alpha will not give you correct solutions as written. It will give x = 0 as the only real solution. There are three real solutions. So no cheating!

-Dan
 
Last edited by a moderator:
topsquark said:
Just a note: Wolfram|Alpha will not give you correct solutions as written. It will give x = 0 as the only real solution. There are three real solutions. So no cheating!

-Dan

Wolfram|Alpha also gives $x = \sqrt{2}$ as a real solution. One step closer to brute-forcing the problem! (Smoking)
 
Bacterius said:
Wolfram|Alpha also gives $x = \sqrt{2}$ as a real solution. One step closer to brute-forcing the problem! (Smoking)
Actually that one ( and -\sqrt{2}) aren't that hard to find. We know that there has to be more than x = 0, otherwise the problem is too simple. There are a number of 2's floating around there so it would seem wise to check solutions of the form 2^{a/b}. This yields the \pm \sqrt{2} solutions, but really doesn't address the general problem.

Then we have to prove that there are only three real solutions...

-Dan
 
Last edited by a moderator:
I find that when I raise both sides to the 15th power, divide through by $x^3$ (which gives the root $x=0$, and may the substitution $t=x^2$, I have:

$$t^{11}-10t^9+40t^7-80t^5+79t^3-6t^2-44t-8=0$$

and the rational roots theorem then allows me to factor this as:

$$(t+1)(t-2)(t^9+t^8-7t^7-5t^6+21t^5+11t^4-27t^3-5t^2+20t+4)=0$$

So now we have the real roots $$x=\pm\sqrt{2}$$, and I am left to show that:

$$t^9+t^8-7t^7-5t^6+21t^5+11t^4-27t^3-5t^2+20t+4=0$$

has no positive real roots. (Thinking)

Descartes' rule of signs tells us there are 0, 2, or 4 positive real roots, so no help there.
 
MarkFL said:
I find that when I raise both sides to the 15th power, divide through by $x^3$
I thought of that approach as well. The original equation is odd on both sides, so we know that any roots will be of the form y = x0, -x0. But note that when you raise the equation to the 15th power only the positive solutions survive.

eg
(x^2 + 2)^3 = x^2(x^4 - 2)^5
Both sides must be positive so the RHS implies that x > 2^{1/4}

Nice thought about that t substitution...I left it in terms of x^2 but for some reason didn't see that.

-Dan

Edit: My graph shows that there is a real solution for t (as there must be), but it's negative. So x is imaginary for this case.
 
Last edited by a moderator:
Yes, I graphed it too and saw only 1 real negative root for $t$, but I was trying to find a way to algebraically demonstrate it, but the derivative is of course an 8th degree polynomial for whom Descartes shows has 0,2, or 4 positive roots. (Rofl)

Are you certin raising the original equation to the 15th power loses negative roots? Recall, we still found $x=-\sqrt{2}$ after doing so.
 
MarkFL said:
Are you certin raising the original equation to the 15th power loses negative roots? Recall, we still found $x=-\sqrt{2}$ after doing so.
Hey, it's been a long couple of days... (Sleepy)

Thanks for the catch!

-Dan
 
Thanks to all who shared their thoughts with us in this thread.

Now without any further ado, here is my solution to this problem...

From the given equation, we raise both sides to the 15th power and get:

$$\sqrt[5]{x^3+2x}=\sqrt[3]{x^5-2x}$$

$$(x^3+2x)^3=(x^5-2x)^5$$

We then factor out the common factor from both sides of the equation and simplify:

$$(x^2+2)^3=x^2(x^4-2)^5$$

If we let $$k=x^2$$, the above equation becomes $$(k+2)^3=k(k^2-2)^5$$.

My first instinct when I saw this form of equation was to relate the LHS of the equation as the product of two factors, i.e. $$a=b(c)$$ and hoped that if $$a=b$$ then $$c=1$$...thus, we try to algebraically modify the RHS of the equation and the best plan is to transfrom the RHS of the equation be the product of something raised to the third power and some other factor. Let's see...

$$(k+2)^3=k(k^2-2)^5$$

$$(k+2)^3=\frac{k^2}{k^2}\left(k(k^2-2)^3(k^2-2)^2\right)$$

$$(k+2)^3=k^3(k^2-2)^3\left(\frac{k^2-2}{k}\right)^2$$

$$(k+2)^3=(k(k^2-2))^3\left(\frac{k^2-2}{k}\right)^2$$

Now, let $$ k+2=k(k^2-2)$$ and we should expect to find such a solution where when $$ k+2=k(k^2-2)$$ is true for some k values, and when we substitute those k value(s) to other expression, we will end up with $$\left(\frac{k^2-2}{k}\right)^2=1$$.

We solve the equation $$ k+2=k(k^2-2)$$ by trial and error method and obtain:

$$ k^3-3k-2=0$$

$$ (k+1)^2(k-2)=0$$

Thus, $$k=-1$$ or $$k=2$$ but $$k=x^2(\ge0)$$, we then eliminate $$k=-1$$ as one of the solutions to this problem.

In order to tell if $$k=2$$ is the solution to the equation $$(k+2)^3=(k(k^2-2))^3\left(\frac{k^2-2}{k}\right)^2$$, we still need to substitute $$k=2$$ into another factor of the RHS's expression and make sure we gotten 1 from it.

So, when $$k=2$$, we see that $$ \left(\frac{k^2-2}{k}\right)^2=\left(\frac{2^2-2}{2}\right)^2=(1)^2=1$$ which proves that $$k=x^2=2$$ or $$x=\pm \sqrt{2}$$ are the solutions to the original radical equation. Also, observe that x=0 is another solution to the equation
$$\sqrt[5]{x^3+2x}=\sqrt[3]{x^5-2x}$$ as well.By combining all the x values that we found, the solutions to this problem are $$x=0$$ and $$x=\pm \sqrt{2}$$.
 

Similar threads

Replies
13
Views
2K
Replies
20
Views
2K
Replies
4
Views
1K
Replies
3
Views
1K
Back
Top