$(tx^2+c)^\frac{1}{2}$ is a member of bigger sum.
I want to convert whole sum into generic finite polynomial form.
How to do it?
I tried to find such a and b, where $(ax+b)^2$ would be equal to $tx^2+c$ to replace $(tx^2+c)^\frac{1}{2}$ with $((ax+b)^2)^\frac{1}{2}$ $=ax+b$ :
$tx^2+c=(ax+b)(ax+b)$
$(t-a^2)x^2+-2abx-(b^2-c)=0$
$D=(-2ab)^2+4(t-a^2)(b^2-c)$
$x=\frac{2ab+D^\frac{1}{2}}{2(t-a^2)}$
than I made substitution for x to get relationship between a and b, I always do have particular t and c. I can treat it as sum of squares. For $t=4$ and $c=2048$ I obtained this relationship for example:
$\frac{16b^2a+32768a^2+64b^2+16ab(8192a^2+16b^2-32768)^\frac{1}{2}}{4a^4-32a^2+64}=0$
Even if this my attempt is theoretically incorrect on your opinion, please ignore my attempt and tell how to do it in correct way on your opinion. The question is how to convert whole parent sum into finite polynomial form.
Well, as many said before, this is not a polynomial (as a function of $x$). Check that $$tx^2+c=a^2x+2abx+b^2$$ implies that $2ab$ has to be zero, so at least one of $a$ and $b$ has to be zero; this leaves as with $b$ or with $ax$. And it is clear that $tx^2+c$ is not $b^2$ nor $(ax)^2$.
About your procedure, even if you give $t$ and $c$ specific values (say $2$ and $3$), there's no point in solving for $x$, since you're not looking for the condition $$2x^2+3=a^2x+2abx+b^2$$ to hold for some specific value/s of $x$, but you want[ed] this to hold for every $x\in\mathbb R$.