Today, I came across this problem. $$(x+1)\sqrt{2(x^2 + 1)} + \sqrt{6x^2 + 18x +12} = \dfrac{3x^2 + 7x + 10}{2}$$ We are asked to find the possible values of $x$ satisfying this equation.
The first thought which came to my mind is to use some kind of factorisation. I tried for like an hour but all in vain.
Then, I tried to solve the problem by multiplying both sides by 2 and then squaring both sides. The equation became too complicated.
By using some hit and trial, I get to know that $x = 1$ satisfies the equation. But what about complex solutions. So this method is also of no use.
I am sure this question has to be solved using some special equality which I'm unaware of. I want a method so that, I could obtain all the possible values. Can anyone help me or just give some hints?

Part 1: real solution
From $6x^2 + 18x + 12 = 6(x + 1)(x + 2) \ge 0$, we have $x \le -2$ or $x \ge -1$.
We have $$6x^2 + 18x + 12 = 6(x + 1)(x + 2) \le 6(x + 1)^2 < 9(x + 1)^2.$$ Thus, we have $$\sqrt{6x^2 + 18x + 12} < \sqrt{9(x + 1)^2} = -3(x + 1).$$ Using $(x + 1)\sqrt{2(x^2 + 1)} < 0$, we have $$\mathrm{RHS} - \mathrm{LHS} > \frac{3x^2 + 7x + 10}{2} + 3(x + 1) = \frac{3x^2 + 13x + 16}{2} > 0.$$ Thus, no real solution.
We have $$\left(\frac{7 + 5x}{2}\right)^2 - (6x^2 + 18x + 12) = \frac14(x - 1)^2 \ge 0.$$ Remark: $\frac{7 + 5x}{2}$ is the first order Taylor approximation of $\sqrt{6x^2 + 18x + 12}$ around $x = 1$.
Thus, we have $$\frac{7 + 5x}{2} \ge\sqrt{6x^2 + 18x + 12}. $$ We have \begin{align*} \mathrm{RHS} - \mathrm{LHS} &\ge \frac{3x^2 + 7x + 10}{2} - \frac{7 + 5x}{2} - (x + 1)\sqrt{2(1 + x^2)}\\ &= \frac{3x^2 + 2x + 3}{2} - (x + 1)\sqrt{2(1 + x^2)}\\ &= \frac{(x - 1)^4/4}{(3x^2 + 2x + 3)/2 + (x + 1)\sqrt{2(1 + x^2)}}\\ &\ge 0 \end{align*} with equality if and only if $x = 1$.
Thus, $x = 1$ is the unique real solution.
$\phantom{2}$
Part 2: non-real complex solution
Perhaps we have to do something similar to that Donald Splutterwit has done. With the help of CAS (Computer Algebra System), we have $$(x^6 + 54x^5 + 153x^4 + 104x^3 - 72x^2 + 400)(x - 1)^2 = 0.$$ Consider the equation $$x^6 + 54x^5 + 153x^4 + 104x^3 - 72x^2 + 400 = 0. \tag{1}$$ Using SageMath, the roots of (1) cannot be expressed using radicals.
(1) has exactly two real roots $x_1 \approx -51.04298389, x_2 \approx -2.074797947$ which are discarded directly. We need to check each non-real complex root of (1).