Solve Polynomial Equations: P(x² - 2x) = [P(x-2)]²

  • Thread starter Thread starter Dinheiro
  • Start date Start date
AI Thread Summary
The discussion focuses on finding polynomials P(x) that satisfy the equation P(x² - 2x) = [P(x-2)]². Participants explore various approaches, including differentiation and analyzing polynomial degrees. They suggest substituting variables and considering roots to simplify the problem. The conversation highlights the importance of correctly evaluating polynomial degrees and coefficients. Ultimately, the participants make progress by transforming the equation and considering specific values to derive further insights.
Dinheiro
Messages
56
Reaction score
0

Homework Statement


Find all polynomials P(x), such that P(x² - 2x) = [P(x-2)]²

Homework Equations


Polynomial equations

The Attempt at a Solution


Let x = y+2, then
P(y²+2y) = P²(y)

I tried to analyse by derivating
P'(y²+2y)(2y+2) = 2P(y)P'(y)
P'(y²+2y)(y+1) = P'(y)P(y)
I am not sure if I derivated correctly, though

Yet, that's it. Any ideas?
 
Physics news on Phys.org
Dinheiro said:

Homework Statement


Find all polynomials P(x), such that P(x² - 2x) = [P(x-2)]²

Homework Equations


Polynomial equations

The Attempt at a Solution


Let x = y+2, then
P(y²+2y) = P²(y)

I tried to analyse by derivating
P'(y²+2y)(2y+2) = 2P(y)P'(y)
P'(y^2+2y)(y+1) = P'(y)P(y)
I am not sure if I derivated correctly, though

Yet, that's it. Any ideas?

I would consider what ##\deg\big( P(x)\big)## says about ##\deg\big(P'(y²+2y)(y+1)\big)## and ##\deg\big( P'(y)P(y)\big)##. I'm not 100% certain, but I'm guessing you will get a good constraint on ##\deg\big( P(x)\big)## which will make it easier to just brute force the coefficients.

Also, and this is just a pet peeve of mine, the appropriate verb and its tenses are differentiate, differentiating, and differentiated.
 
Good call, let deg(P(x)) = n, then
2(n-1) + 1 = n(n-1)
n² - 3n +1 = 0??
Did I differentiated correctly?
By the way, not peeve at all, my english is quite rusty and I miss sometimes some english technical terms, thanks for the correction xD
 
Last edited:
Dinheiro said:
Good call, let deg(P(x)) = n, then
2(n-1) + 1 = n(n-1)

Think again about the right hand side of that equation. (I think the corrected form will be tautology.)

Try some other lines:
- find a value of x for which P can be evaluated (or, at least, for which you can limit the possible values to a small set).
- suppose P has a root, α. What other roots are implied?
- what can you say about a local minimum of P?
 
Last edited:
... or consider P[x] = Q[x+c]. See if you can find a value of c which yields a simpler equation.
 
Why P(x) = Q(x+c)? Did you mean, if the function were periodic of period c, like P(x) = P(x + c)?

By the way, Could you say if I differentiated correctly at post #3? Shouldn't I get an integer n?
Thanks
 
The answer in my cousin's book seems to be

(x+1)^{n}

I really thought the answer would be a monster Oo
 
Dinheiro said:
Why P(x) = Q(x+c)? Did you mean, if the function were periodic of period c, like P(x) = P(x + c)?
No, not periodic:
P(y²+2y) = P²(y)
Q(y²+2y+c) = Q²(y+c)

Can you spot a value of c that makes that interesting?
By the way, Could you say if I differentiated correctly at post #3? Shouldn't I get an integer n?
You differentiated ok, but wrongly evaluated the highest power that would arise on the right hand side. If you do it correctly, you'll find that the equation doesn't tell you anything.
 
You differentiated ok, but wrongly evaluated the highest power that would arise on the right hand side. If you do it correctly, you'll find that the equation doesn't tell you anything.
Oh, I see now, thanks :redface:
 
  • #10
Dinheiro said:
Oh, I see now, thanks :redface:
Did you find the value of c in my Q()? I think I can help you find how to solve the problem.
 
  • #11
Let me retry the problem
 
  • #12
c = 1, so that Q(y²+2y+1) = Q[(y+1)²]
and, therefore,
Q[(y+1)²]=Q²[(y+1)]
Great, haruspex!
Now, Let y+1 = z
Q(z²)=Q²(z)
Now, I got stucked, how can I really prove Q(z) = (z+1)^n from it? I can guess the answer, but I couldn't really demonstrate it
 
  • #13
Dinheiro said:
c = 1, so that Q(y²+2y+1) = Q[(y+1)²]
and, therefore,
Q[(y+1)²]=Q²[(y+1)]
Great, haruspex!
Now, Let y+1 = z
Q(z²)=Q²(z)
Now, I got stucked, how can I really prove Q(z) = (z+1)^n from it? I can guess the answer, but I couldn't really demonstrate it
Good progress. Now you're in a better position to try one of my first suggestions. (It might have worked with P(), but it's easier with Q().) Suppose α is a root (not necessarily real). What other roots are implied?
 
  • #14
haruspex said:
Good progress. Now you're in a better position to try one of my first suggestions. (It might have worked with P(), but it's easier with Q().) Suppose α is a root (not necessarily real). What other roots are implied?
Edit: There's an easier way: just consider the lowest two degree terms in Q, ##a_r x^r + a_s x^s##, say. Equate the lowest two terms of Q(x2) with the lowest two of Q2(x).
 
  • Like
Likes 1 person
  • #15
Great! Thanks, haruspex!
 
Back
Top