Polynomial equation in several variables

  • Context: Graduate 
  • Thread starter Thread starter GargleBlast42
  • Start date Start date
  • Tags Tags
    Polynomial Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
GargleBlast42
Messages
28
Reaction score
0
What is the most general solution to an equation of the form:

[tex]a_1 p_1 + \ldots + a_n p_n =0[/tex]

where [tex]p_i[/tex] are given polynomials in several (N) variables with no common factor (i.e. their GCD is 1) and [tex]a_n[/tex] are the polynomials we are looking for (again in the same N variables). Of course, I'm asking for a nontrivial solution, i.e. not all a's are zero.

For the case where n=2, i.e. where I only have [tex]a_1 p_1+a_2 p_2 =0[/tex], this is easy - we obtain that [tex]a_1=-c p_2, a_2=c p_1[/tex], where c is an arbitrary polynomial (recall that [tex]p_1, p_2[/tex] have no common factor). Does something simmilar hold also for n>2?
 
Physics news on Phys.org
There can be so many. If all you want is a nontrivial solution, then just use the a1, a2 as in your example, and set a3=...=an=0.
 
Well, that is certainly a solution, but I would like to obtain the most general form.

Could one, for example, show that all such solutions have to have the form [tex]a_i=\sum_{j\neq i} c_j p_j[/tex], with the [tex]c_j[/tex] being some polynomials obeying some further relation (which is obtained by substituting this ansatz to the equation).

I know probably to little from algebra to be able to prove something like that. Or maybe it's just trivial and I don't see it?