Can the roots of this equation be obtained?

51 Views Asked by At

I have the following equation:

$$x \left[\frac{1}{\sqrt{1 + x^2}} + C1\right]^2 - C2 = 0$$

I need to find the roots for $x$ and I'm finding it to be rather difficult. Wolfram throws 6 roots in a format I don't understand:

enter image description here

Is there any somewhat simple (or at least not extremely complicated) way to present these roots?

1

There are 1 best solutions below

1
On BEST ANSWER

Poking at it quickly, it looks like the equation simplifies to a sixth-degree polynomial with essentially general coefficients (of course those coefficients depend only on $C_1$ and $C_2$, but they're still complicated). That means that solving likely reduces to solving an arbitrary sixth-degree polynomial, which is known to be impossible using elementary functions. That syntax from WolframAlpha looks like it's just saying "the roots are the first root of this polynomial, the second root of this polynomial, the third root of this polynomial...". If you choose particular values for $C_1$ and $C_2$, you can likely get WolframAlpha to give you approximate solutions; but it seems like there's no practical way to find an exact solution in general.