Any way to solve $\sqrt{x} + \sqrt{x+1} + \sqrt{x+2} = \sqrt{x+7}$?

316 Views Asked by At

I was solving a radical equation $x+ \sqrt{x(x+1)} + \sqrt{(x+1)(x+2)} + \sqrt{x(x+2)} = 2$. I deduced it to $\sqrt{x } + \sqrt{x+1} + \sqrt{x+2} = \sqrt{x+7}.$ Answer is $\frac1{24}$.

The first equation has two solutions however the latter one has only one solution. I lossed up one solution but still, I'm interested in solving it.

I wish if someone could help me in solving any of the above equations.

Here's my work:

$$\begin{align}x+ \sqrt{x(x+1)} + \sqrt{(x+1)(x+2)} + \sqrt{x(x+2)} &= 2\\x + \frac{1}{2}\left(2 \sqrt{x}\sqrt{x+1} + 2\sqrt{x+1}\sqrt{x+2} + 2\sqrt{x}\sqrt{x+2}\right) &=2\tag{1}\\x + \frac{1}{2}\Big[(\sqrt{x} + \sqrt{x+1} + \sqrt{x+2})^2 - (x + x + 1 + x + 2)\Big]& = 2\tag{2}\\x + \frac{1}{2}\Big[(\sqrt{x} + \sqrt{x+1} + \sqrt{x+2})^2 - (3x + 3)\Big]& = 2\\2x + \Big[(\sqrt{x} + \sqrt{x+1} + \sqrt{x+2})^2 - (3x + 3)\Big]& = 4\\(\sqrt{x} + \sqrt{x+1} + \sqrt{x+2})^2 & = x + 7\\\sqrt{x} + \sqrt{x+1} + \sqrt{x+2} & = \sqrt{x+7}\end{align}$$ Moving from $(1)$ to $(2)$, I used $2(ab + bc + ca) = (a+b+c)^2 - (a^2+b^2+c^2)$.


In general, is it possible to solve $\sqrt{x} + \sqrt{x+1} + \sqrt{x+2} = \sqrt{x+k}$ by hand?

4

There are 4 best solutions below

0
On BEST ANSWER

Given the equation $$ \sqrt{x} + \sqrt{x+1} + \sqrt{x+2} = \sqrt{x+7} $$ consider it in the form $$ \sqrt{x} + \sqrt{x+1} = \sqrt{x+7} - \sqrt{x+2} $$ then by squaring both sides the result is $$ \sqrt{x (x+1)} = 4 - \sqrt{(x+2)(x+7)}. $$ Now, with this equation written as $4 = \sqrt{x (x+1)} + \sqrt{(x+2)(x+7)}$ then, by squaring both sides, $$ \sqrt{x (x+1) (x+2) (x+7)} = x^2 + 5 x -1. $$ Again squaring both sides leads to $$ x (x+1) (x+2)(x+7) = x^4 + 10 x^3 + 23 x^2 - 10 x + 1 = x(x+1)(x+2)(x+7) - 24 x + 1$$ which gives the equation $$24 x = 1 \hspace{5mm} \text{and the result} \, x = \frac{1}{24}. $$

1
On

There is a fairly simple approach to this:

$\sqrt{x}+\sqrt{x+1}+\sqrt{x+2}=\sqrt{x+7}$

$\sqrt{x}+\sqrt{x+1}=\sqrt{x+7}-\sqrt{x+2}$

Now, squaring both sides, we get:

$2x+1+2\sqrt{x(x+1)}=2x+9-2\sqrt{(x+2)(x+7)}$

$\sqrt{x(x+1)}=4-\sqrt{(x+2)(x+7)}$

Squaring once again:

$x(x+1)=16-8\sqrt{(x+2)(x+7)}+(x+2)(x+7)$

$x^2+x=16-8\sqrt{(x+2)(x+7)}+x^2+9x+14$

$8\sqrt{(x+2)(x+7)}=30+8x$

$4\sqrt{(x+2)(x+7)}=15+4x$

Squaring once again:

$16(x+2)(x+7)=225+120x+16x^2$

$16(x^2+9x+14)=225+120x+16x^2$

From here, the solution is very straight forward with a simple quadratic equation that you can solve easily. Make sure to verify the roots you get by plugging them in and checking if they satisfy the original equation. Some of them could be extraneous due to squaring of both sides.

0
On

Let $x+1=y, \;y\geqslant 1$, then you have:

$$ \begin{align}\sqrt y+\sqrt {y-1}+\sqrt {y+1}=\sqrt {y+6}\end{align} $$

Dividing both side of the equation by $\sqrt y$ and using the substitution $\dfrac 1y=u,\;u>0$, then you obtain:

$$ \begin{align}&\sqrt {1-u}+\sqrt {1+u}=\sqrt {1+6u}-1\\ \implies &\sqrt {1-u^2}=3u-\sqrt {1+6u}\\ \implies &10u^2+6u=6u\sqrt {1+6u}\\ \implies &3\sqrt {6u+1}=5u+3\\ \implies &9(6u+1)=(5u+3)^2\\ \implies &u=\frac {24}{25}\\ \implies &x=\frac {1}{24}.\end{align} $$

0
On

We have $x\ge0$. Dividing by the right hand side we have $$\sqrt{\frac{x}{x+7}}+\sqrt{\frac{x+1}{x+7}}+\sqrt{\frac{x+2}{x+7}}=1.$$ Note that the left is monotonic, so there is at most one solution. Further note that $1/24$ is a solution. Therefore it is the only solution.