Cursed polynomials

Algebra Level 5

p ( u , p ( v , w ) ) = p ( u + v , w ) \large p\Big(u, p(v, w)\Big) = p(u+v, w)

Given p ( 2016 , 1 ) = 4033 , p(2016, 1)=4033, how many real multivariable polynomials satisfy the above?


The answer is 2.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Sharky Kesa
Dec 28, 2016

Let the polynomial have two variables, x x and y y , such that it is of the form p ( x , y ) p(x, y) . We will now compare degrees of both sides. Let deg x ( p ) = d \deg_x (p)=d and deg y ( p ) = e \deg_y (p)=e . We have p ( u , p ( v , w ) ) = p ( u + v , w ) p(u, p(v,w)) = p(u+v, w) , so

LHS RHS deg ( u ) = d d deg ( v ) = d e d deg ( w ) = e 2 e \begin{array}{c c c} & \text{LHS} & \text{RHS}\\ \deg(u) = & d & d\\ \deg(v) = & de & d\\ \deg(w) = & e^2 & e\\ \end{array}

Equating degrees, we have d = d e d = de , so d = 0 d=0 or e = 1 e=1 . We also have e = e 2 e=e^2 , so e = 0 e=0 or e = 1 e=1 .

If e = 0 e=0 , we must have d = 0 d=0 , so p ( x , y ) = c p(x, y)=c . Combining this with p ( 2016 , 1 ) = 4033 p(2016, 1)=4033 , we get p ( x , y ) = 4033 p(x, y) = 4033 , which satisfies the polynomial equation.

If e = 1 e=1 , p ( x , y ) = a ( x ) y + b ( x ) p(x, y) = a(x) y + b(x) for a , b R [ x ] a, b \in \mathbb{R}[x] . Substituting this into the polynomial equation, we have

p ( u , p ( v , w ) ) = p ( u + v , w ) p ( u , a ( v ) w + b ( v ) ) = a ( u + v ) w + b ( u + v ) a ( u ) ( a ( v ) w + b ( v ) ) + b ( u ) = a ( u + v ) w + b ( u + v ) a ( u ) a ( v ) w + a ( u ) b ( v ) + b ( u ) = a ( u + v ) w + b ( u + v ) \begin{aligned} p(u, p(v, w)) &= p(u+v, w)\\ p(u, a(v) w + b(v)) &= a(u+v) w + b(u+v)\\ a(u) (a(v) w + b(v)) + b(u) &= a(u+v) w + b(u+v)\\ a(u) a(v) w + a(u) b(v) + b(u) &= a(u+v) w + b(u+v)\\ \end{aligned}

Equating similar parts results in

a ( u ) a ( v ) = a ( u + v ) a ( u ) b ( v ) + b ( u ) = b ( u + v ) \begin{aligned} a(u) a(v) &= a(u+v)\\ a(u) b(v) + b(u) &= b(u+v)\\ \end{aligned}

Substituting u = v u=v in the first equation gives us a ( u ) 2 = a ( 2 u ) a(u)^2 = a(2u) , so either a a is constant or linear. If a a is constant, b b must be constant. If a a is linear, b b will follow to be either linear or constant, so b ( x ) = c x b(x)=cx .

Thus, substituting these results back into the original equation gives us either p ( x , y ) = c x + y p(x, y)=cx + y or p ( x , y ) = c p(x, y)=c . Since p ( 2016 , 1 ) = 4033 p(2016, 1) = 4033 , we must have p ( x , y ) = 2 x + y p(x, y)=2x+y or p ( x , y ) = 4033 p(x, y) = 4033 as the only possible polynomials which satisfy.

Note: When doing degree analysis, be very careful with the constant polynomial case. In particular, one reason why people say that "degree of the 0 polynomial is negative infinity", is to make it so that "degree of f ( x ) g ( x ) = f(x) g(x) = degree of f ( x ) × f(x) \times degree of g ( x ) g(x) " is always true. If so, when solving equations, we have to account for the possibility of - \infty .

In single variable polynomials, it is often easier to deal with the constant polynomial case separately, and then take deg f 1 \deg f \geq 1 .

Calvin Lin Staff - 4 years, 5 months ago
Yong See Foo
Jan 5, 2017

Let u = v = 0 u=v=0 . Then p ( 0 , p ( 0 , w ) ) = p ( 0 , w ) p\left(0,p(0,w)\right)=p(0,w) . If we then set p ( 0 , w ) = r ( w ) p(0,w)=r(w) , we get the identity r ( r ( x ) ) = r ( x ) r\left(r(x)\right)=r(x) . If the degree of r r is at least 1 1 , it must be a linear function when we compare the degrees of both sides. Setting r ( x ) = a x + b r(x)=ax+b and solving r ( r ( x ) ) = r ( x ) r\left(r(x)\right)=r(x) gives r ( x ) = x r(x)=x or that r ( x ) r(x) is constant.

Case 1: r ( x ) = x r(x)=x

This implies that p ( x , y ) = y + x q ( x , y ) p(x,y)=y+xq(x,y) for some real multivariate polynomial q q . Substituting this result to the given condition yields v q ( v , w ) + u q ( u , w + v q ( v , w ) ) = ( u + v ) q ( u + v , w ) . vq(v,w)+uq\left(u,w+vq(v,w)\right)=(u+v)q(u+v,w). Let deg x q ( x , y ) = d x \text{deg}_xq(x,y)=d_x and deg y q ( x , y ) = d y \text{deg}_yq(x,y)=d_y . Comparing the degree of v v in the last identity above we get d y ( d x + 1 ) = 0 d_y(d_x+1)=0 . This tells us that q ( x , y ) q(x,y) is independent of y y . Setting q ( x , y ) = Q ( x ) q(x,y)=Q(x) simplifies the identity to Q q ( v ) + u Q ( u ) + ( u + v ) Q ( u + v ) Qq(v)+uQ(u)+(u+v)Q(u+v) .Let u = v u=v and we obtain Q ( u ) = Q ( 2 u ) Q(u)=Q(2u) for any nonzero u u , hence Q Q must be constant. p ( 2016 , 1 ) = 4033 Q ( x ) = 2 p ( x , y ) = x + 2 y p(2016,1)=4033\Rightarrow Q(x)=2\Rightarrow p(x,y)=x+2y .

Case 2: r ( x ) = c r(x)=c where c c is some constant.

Let u = 0 u=0 . Then p ( v , w ) = p ( 0 , p ( v , w ) ) = c p(v,w)=p(0,p(v,w))=c . This c c has to be 4033 4033 , so p ( x , y ) = 4033 p(x,y)=4033 is the only other solution.

Hence there are 2 2 possible polynomials p p .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...