Find all polynomials of following property
$begingroup$
Find all polynomials $P$ with real coefficients, such that for all real $x$:
$1+P(x)={P(x+1)+P(x-1)over 2}$
polynomials
$endgroup$
add a comment |
$begingroup$
Find all polynomials $P$ with real coefficients, such that for all real $x$:
$1+P(x)={P(x+1)+P(x-1)over 2}$
polynomials
$endgroup$
2
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
2
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02
add a comment |
$begingroup$
Find all polynomials $P$ with real coefficients, such that for all real $x$:
$1+P(x)={P(x+1)+P(x-1)over 2}$
polynomials
$endgroup$
Find all polynomials $P$ with real coefficients, such that for all real $x$:
$1+P(x)={P(x+1)+P(x-1)over 2}$
polynomials
polynomials
asked Dec 10 '18 at 21:41
James CaldyJames Caldy
191
191
2
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
2
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02
add a comment |
2
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
2
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02
2
2
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
2
2
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Solving the difference equation
$$
P(x+1)-2P(x)+P(x-1)=2
$$
we obtain
$$
P(x) = x^2-x + C_1 x + C_2
$$
$endgroup$
add a comment |
$begingroup$
$$forall x, 1+P(x)=frac12(P(x+1)+P(x-1)) tag{1}$$
Setting $Q:=P'$, (1) implies, by differentiation
$$forall x, Q(x)=frac12(Q(x+1)+Q(x-1)) tag{2}$$
but this is only possible for a degree 1 or degree 0 polynomial (see proof below).
Thus $P$ is at most a second degree polynomial ;
Plugging expression $P(x)=ax^2+bx+c$ into (1), we get :
$$1-a=0$$
Thus the set of solutions is all polynomials of the form
$$P(x)=1x^2+bx+c.$$
Proof that (2) is only possible for polynomial of degree $leq 1$:
If (2) is verified, it means in particular that
$$forall nin mathbb{Z} Q(n+1)-Q(n)=Q(n)-Q(n-1)=...=Q(2)-Q(1)=Q(1)-Q(0) tag{3}$$
Let $a=Q(1)-Q(0)$.
(3) implies that
$$Q(n+1)=Q(0)+na$$
which is verified only for polynomials of degree at most 1 (any polynomial of degree $geq 2$ has $lim_{x to infty}|Q(x)/x|=infty$).
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3034524%2ffind-all-polynomials-of-following-property%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Solving the difference equation
$$
P(x+1)-2P(x)+P(x-1)=2
$$
we obtain
$$
P(x) = x^2-x + C_1 x + C_2
$$
$endgroup$
add a comment |
$begingroup$
Solving the difference equation
$$
P(x+1)-2P(x)+P(x-1)=2
$$
we obtain
$$
P(x) = x^2-x + C_1 x + C_2
$$
$endgroup$
add a comment |
$begingroup$
Solving the difference equation
$$
P(x+1)-2P(x)+P(x-1)=2
$$
we obtain
$$
P(x) = x^2-x + C_1 x + C_2
$$
$endgroup$
Solving the difference equation
$$
P(x+1)-2P(x)+P(x-1)=2
$$
we obtain
$$
P(x) = x^2-x + C_1 x + C_2
$$
edited Dec 10 '18 at 22:28
answered Dec 10 '18 at 22:16
CesareoCesareo
8,6393516
8,6393516
add a comment |
add a comment |
$begingroup$
$$forall x, 1+P(x)=frac12(P(x+1)+P(x-1)) tag{1}$$
Setting $Q:=P'$, (1) implies, by differentiation
$$forall x, Q(x)=frac12(Q(x+1)+Q(x-1)) tag{2}$$
but this is only possible for a degree 1 or degree 0 polynomial (see proof below).
Thus $P$ is at most a second degree polynomial ;
Plugging expression $P(x)=ax^2+bx+c$ into (1), we get :
$$1-a=0$$
Thus the set of solutions is all polynomials of the form
$$P(x)=1x^2+bx+c.$$
Proof that (2) is only possible for polynomial of degree $leq 1$:
If (2) is verified, it means in particular that
$$forall nin mathbb{Z} Q(n+1)-Q(n)=Q(n)-Q(n-1)=...=Q(2)-Q(1)=Q(1)-Q(0) tag{3}$$
Let $a=Q(1)-Q(0)$.
(3) implies that
$$Q(n+1)=Q(0)+na$$
which is verified only for polynomials of degree at most 1 (any polynomial of degree $geq 2$ has $lim_{x to infty}|Q(x)/x|=infty$).
$endgroup$
add a comment |
$begingroup$
$$forall x, 1+P(x)=frac12(P(x+1)+P(x-1)) tag{1}$$
Setting $Q:=P'$, (1) implies, by differentiation
$$forall x, Q(x)=frac12(Q(x+1)+Q(x-1)) tag{2}$$
but this is only possible for a degree 1 or degree 0 polynomial (see proof below).
Thus $P$ is at most a second degree polynomial ;
Plugging expression $P(x)=ax^2+bx+c$ into (1), we get :
$$1-a=0$$
Thus the set of solutions is all polynomials of the form
$$P(x)=1x^2+bx+c.$$
Proof that (2) is only possible for polynomial of degree $leq 1$:
If (2) is verified, it means in particular that
$$forall nin mathbb{Z} Q(n+1)-Q(n)=Q(n)-Q(n-1)=...=Q(2)-Q(1)=Q(1)-Q(0) tag{3}$$
Let $a=Q(1)-Q(0)$.
(3) implies that
$$Q(n+1)=Q(0)+na$$
which is verified only for polynomials of degree at most 1 (any polynomial of degree $geq 2$ has $lim_{x to infty}|Q(x)/x|=infty$).
$endgroup$
add a comment |
$begingroup$
$$forall x, 1+P(x)=frac12(P(x+1)+P(x-1)) tag{1}$$
Setting $Q:=P'$, (1) implies, by differentiation
$$forall x, Q(x)=frac12(Q(x+1)+Q(x-1)) tag{2}$$
but this is only possible for a degree 1 or degree 0 polynomial (see proof below).
Thus $P$ is at most a second degree polynomial ;
Plugging expression $P(x)=ax^2+bx+c$ into (1), we get :
$$1-a=0$$
Thus the set of solutions is all polynomials of the form
$$P(x)=1x^2+bx+c.$$
Proof that (2) is only possible for polynomial of degree $leq 1$:
If (2) is verified, it means in particular that
$$forall nin mathbb{Z} Q(n+1)-Q(n)=Q(n)-Q(n-1)=...=Q(2)-Q(1)=Q(1)-Q(0) tag{3}$$
Let $a=Q(1)-Q(0)$.
(3) implies that
$$Q(n+1)=Q(0)+na$$
which is verified only for polynomials of degree at most 1 (any polynomial of degree $geq 2$ has $lim_{x to infty}|Q(x)/x|=infty$).
$endgroup$
$$forall x, 1+P(x)=frac12(P(x+1)+P(x-1)) tag{1}$$
Setting $Q:=P'$, (1) implies, by differentiation
$$forall x, Q(x)=frac12(Q(x+1)+Q(x-1)) tag{2}$$
but this is only possible for a degree 1 or degree 0 polynomial (see proof below).
Thus $P$ is at most a second degree polynomial ;
Plugging expression $P(x)=ax^2+bx+c$ into (1), we get :
$$1-a=0$$
Thus the set of solutions is all polynomials of the form
$$P(x)=1x^2+bx+c.$$
Proof that (2) is only possible for polynomial of degree $leq 1$:
If (2) is verified, it means in particular that
$$forall nin mathbb{Z} Q(n+1)-Q(n)=Q(n)-Q(n-1)=...=Q(2)-Q(1)=Q(1)-Q(0) tag{3}$$
Let $a=Q(1)-Q(0)$.
(3) implies that
$$Q(n+1)=Q(0)+na$$
which is verified only for polynomials of degree at most 1 (any polynomial of degree $geq 2$ has $lim_{x to infty}|Q(x)/x|=infty$).
edited Dec 10 '18 at 23:46
answered Dec 10 '18 at 22:46
Jean MarieJean Marie
29.5k42050
29.5k42050
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3034524%2ffind-all-polynomials-of-following-property%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
The second order difference is constant . So the third order difference is 0. So poly is at most quadratic.
$endgroup$
– Soumik Ghosh
Dec 10 '18 at 21:47
$begingroup$
Could you explain it somehow more precisely because I dont quite understand you
$endgroup$
– James Caldy
Dec 10 '18 at 21:50
2
$begingroup$
@JamesCaldy Rearrange the given eqn as $$ [P(x+1) - P(x)] - [P(x) - P(x-1)] = 2$$
$endgroup$
– rsadhvika
Dec 10 '18 at 21:51
$begingroup$
What am I supposed to do next though? I cant see yet
$endgroup$
– James Caldy
Dec 10 '18 at 22:01
$begingroup$
I mean for me it looks familliar to $f''(x)-2f'(x)+f(x)=0$ equation... however dont know how to connect those
$endgroup$
– James Caldy
Dec 10 '18 at 22:02