From: mike on
why isnt sqrt(x^2 + y^2) a polynomial?

Thanks in advance!

Mike
From: Gerry on
On Jul 4, 3:07 pm, mike <mike_newsgro...(a)yahoo.com> wrote:
> why isnt sqrt(x^2 + y^2) a polynomial?
>
> Thanks in advance!

Which polynomial do you think it should be?
--
GM
From: Edson on
Because, by definition, a polynomial in 2 variables is a function of the form

P(x, y) = Sum(i = 0, m) Sum(j = 0, n) c_i_j x^i y^j

f(x, y) = sqrt(x^2 + y^2) = (x^2 + y^2)^(1/2) is not of this form.

f^2 is, but not f.

Edson
From: Axel Vogt on
mike wrote:
> why isnt sqrt(x^2 + y^2) a polynomial?

The question is a bit ill-posed: what do you mean by 'sqrt'?
About what 'objects' you are talking?
From: Frederick Williams on
Edson wrote:
>
> Because, by definition, a polynomial in 2 variables is a function of the form
>
> P(x, y) = Sum(i = 0, m) Sum(j = 0, n) c_i_j x^i y^j
>
> f(x, y) = sqrt(x^2 + y^2) = (x^2 + y^2)^(1/2) is not of this form.

Maybe the OP wants a proof that (x^2 + y^2)^(1/2) can't be put in the
form P(x, y).

> f^2 is, but not f.

--
I can't go on, I'll go on.