Find real x such that $\sqrt[4]{97-x}+\sqrt[4]{x}=5$

1.9k Views Asked by At

I tried this: $$97-x=(5-\sqrt[4]{x})^4$$ But the expression became too complicated to manipulate, so maybe there's a better way to do this? I believe it can be done using Vieta's relations because the whole Exercise in the textbook was about roots of equations.

6

There are 6 best solutions below

1
On BEST ANSWER

Let $t=\sqrt[4]x$. Then, the equation can be written as,

$$(5-t)^4-(97-t^4)=0$$

Factorize to get

$$(t-2)(t-3)(t^2-5t+44)=0$$

which leads to $t=2,\>3$. Thus, the solutions are $x=t^4=16,\>81$.

2
On

Hint : Since the expression on the LHS is a increasing for the $0<x<48.5$ and decreasing for $48.5<x<97$ .Therefore , checking the values of the expression at $x=0$,$x=48.5$,$x=97$ , it is clear that this equation has only two real solution . Further , with a little inspection it is clear that if $k$ is a solution then $97-k$ is also a solution. Inspecting further(by error and trial with intentions of getting integer terms) $x=16$ is a solution , and thus $x=81$ is also a solution . And these are the only two real solution from the above argument.

0
On

An idea, starting from your equation: $$ 97-x=(5-\sqrt[4]{x})^4 $$ is to develop the right side of the equation as follows: $$(a-b)^{4}=a^{4}-4 a^{3} b+6 a^{2} b^{2}-4 a b^{3}+b^{4}$$ and then we set $a=\sqrt[4]{x}$ and we can rewrite the whole equation as a fourth order polynomial: $$97-a^4=625-500a+150a^2-20a^3+a^4$$ which can be simplified into: $$-2a^4 + 20a^3 -150a^2+500a-582 =0$$

1
On

By cheating:

It is likely that the solution is an integer. We will try all fourth powers until the expression under a radical is also a fourth power.

$$0\to97,\\1\to96,\\16\to81.$$

Bingo, $3+2=5$ !


By setting $x=t^4$, you have

$$\sqrt{97-t^4}+t=5$$

which implies

$$97-t^4=(t-5)^4.$$

You will get a quartic polynomial with extreme coefficients $2$ and $5^4-97=528=2^4\cdot3\cdot11.$ and you can use the rational root theorem, but there are many options, though you need only try those below $\sqrt[4]{97}$.

0
On

Let $\sqrt[4]{97-x}=a$ and $\sqrt[4]x=b$.

Thus, $$a+b=5$$ and $$a^4+b^4=97.$$ But $$a^4+b^4=(a^2+b^2)^2-2a^2b^2=((a+b)^2-2ab)^2-2a^2b^2=$$ $$=(25-2ab)^2-2a^2b^2=625-100ab+2a^2b^2.$$ Thus, $$a^2b^2-50ab+264=0$$ or $$(ab-25)^2=361,$$ which gives $$ab=44,$$ which is impossible, or $$ab=6.$$ Can you end it now?

I got the following answer. $$\{16,81\}$$

2
On

The right hand side has derivative $$-\frac{(5-x^{1/4})^3}{x^{3/4}},$$ which is negative for all $x$ satisfying $0<x<97.$ Thus the right hand side is decreasing in this range. The second derivative is given by $$\frac{3(5-x^{1/4})^2}{4x^{3/2}}+\frac{3(5-x^{1/4})^3}{4x^{1/4}},$$ which is also positive in the range considered. Thus it follows that the right hand side of the equation is convex. Thus there are at most two intersections of the curve $$y=\text{RHS}$$ with the line $y=97-x.$ This proves that there are at most two real solutions of the equation.

Indeed, some of the previous answers have found two solutions. This completes the case.