Finding a Unique Solution for a Polynomial Equation

  • Thread starter Thread starter robbycon
  • Start date Start date
  • Tags Tags
    Polynomial
robbycon
Messages
3
Reaction score
0
So I have an equation:
h(x) = \sum a_{i}x^{i} from i=0 to d.

I know a_{i} and x.
I am trying to prove that there is a y where g(x) = \sum a_{i}y^{i} from i=0 to d, g(x) = h(x), and y does not = x.

How do I do this? Sorry for the bad use of Latex.
 
Physics news on Phys.org
In general? You can't, for example, the polynomial x3 is 1-1. It's unclear what you mean here, g(x) is not actually a function of x, and in fact seems to be h(y). So what you really want is to find x and y so that h(x)=h(y) right?
 
Yes, sorry. That was a typo. That is g(y), not g(x).
 
It's still not clear what you want to prove. If you have h(x)= \sum_{i=0}^d a_i x^i and you replace the variable x by any y, you get h(y)= \sum_{i=0}^d a_iy^i. It is the same function, just written differently.

If you mean x and y to be specific numbers and want to prove that there exist y\ne x such that h(y)= h(x), you can't- it is not, in general, true. As Office Shredder says, polynomials can be one-to-one. His example of h(x)= x3/sup] shows that.
 
I am looking for a y in terms of a_{i} and x^{i} in a solution that contains no polynomial equation. The most important thing I think is to figure out the properties of the summation of a_{i} (which I don't know at all). I know I can't just divide that out, but there has to be a way to separate it from the summation of y.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top