Find all polynomials $P(x)$ with $P(x)P(1/x)=P(x)+P(1/x)$Count all degree 2 monic irreducible and not...
Why didn’t Eve recognize the little cockroach as a living organism?
Friend wants my recommendation but I don't want to give it to him
Why do Radio Buttons not fill the entire outer circle?
Air travel with refrigerated insulin
Why doesn't Gödel's incompleteness theorem apply to false statements?
What is the meaning of "You've never met a graph you didn't like?"
Do I have to take mana from my deck or hand when tapping this card?
How do you justify more code being written by following clean code practices?
Sort with assumptions
PTIJ: Which Dr. Seuss books should one obtain?
How would a solely written language work mechanically
New Order #2: Turn My Way
Is there a POSIX way to shutdown a UNIX machine?
Does capillary rise violate hydrostatic paradox?
Capacitor electron flow
How to get directions in deep space?
Would a primitive species be able to learn English from reading books alone?
Put the phone down / Put down the phone
Can you take a "free object interaction" while incapacitated?
"Marked down as someone wanting to sell shares." What does that mean?
What do the positive and negative (+/-) transmit and receive pins mean on Ethernet cables?
Reason why a kingside attack is not justified
Mortal danger in mid-grade literature
Is there a distance limit for minecart tracks?
Find all polynomials $P(x)$ with $P(x)P(1/x)=P(x)+P(1/x)$
Count all degree 2 monic irreducible and not irreducible polynomialsFind all polynomials $P(x)$ satisfying this functional equationwhy I always thought polynomials as a functionPolynomials as vector spaces?Find all Real polynomials.Find all polynomials $P(x)$ such that $P(x^2+1)=P(x)^2+1$ and $P(0)=0$Find GCD of polynomials over GF(101)Two polynomials that touch (but don't cross) have the same gradient at that point?Find all Polynomials P(x) with real coefficientsFinding the kernel of a matrix with enteries in the ring of Laurent polynomials in 2+ variables over the integers
$begingroup$
Find all polynomials $P(x)$ with
$$P(x)P({1over x})=P(x)+P({1over x})$$
First I choose $x=1$, so $P(1)=0$ or $P(1)=2$. So I choose $x=-1$ too, but it's the same. I'm very stuck on this because when I substitute any $x$ it's got reciprocal always.
polynomials functional-equations
$endgroup$
add a comment |
$begingroup$
Find all polynomials $P(x)$ with
$$P(x)P({1over x})=P(x)+P({1over x})$$
First I choose $x=1$, so $P(1)=0$ or $P(1)=2$. So I choose $x=-1$ too, but it's the same. I'm very stuck on this because when I substitute any $x$ it's got reciprocal always.
polynomials functional-equations
$endgroup$
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35
add a comment |
$begingroup$
Find all polynomials $P(x)$ with
$$P(x)P({1over x})=P(x)+P({1over x})$$
First I choose $x=1$, so $P(1)=0$ or $P(1)=2$. So I choose $x=-1$ too, but it's the same. I'm very stuck on this because when I substitute any $x$ it's got reciprocal always.
polynomials functional-equations
$endgroup$
Find all polynomials $P(x)$ with
$$P(x)P({1over x})=P(x)+P({1over x})$$
First I choose $x=1$, so $P(1)=0$ or $P(1)=2$. So I choose $x=-1$ too, but it's the same. I'm very stuck on this because when I substitute any $x$ it's got reciprocal always.
polynomials functional-equations
polynomials functional-equations
edited Mar 12 at 18:19
Maria Mazur
47.7k1260120
47.7k1260120
asked Mar 12 at 11:30
HeartHeart
30819
30819
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35
add a comment |
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Rewrite the equation like this:
$$ P(x)P({1over x})-P(x)-P({1over x})+1=1 $$
so $$Big(P(x)-1Big)Big(P({1over x})-1Big)=1$$
Put $Q(x)= P(x)-1$ and we get $$Q(x)Q({1over x})=1$$
If $Q(x)= a_nx^n+...a_1x+a_0$ and $a_nne 0$ we have $$ Q(x)x^nQ({1over x})=x^n$$ so
$$(a_nx^n+...a_1x+a_0)(a_0x^n+...a_{n-1}x+a_n) = x^n$$
If any $a_kne 0$ for $k<n$ then we have on a left the degree $>n$ which is impossibile. So $$Q(x)=ax^n$$
for some number $a$. Since for $x=1$ we get $a^2 =Q(1)^2=1$ and thus $P(x) = pm x^n+1$.
$endgroup$
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
add a comment |
$begingroup$
Consider P(x) to be a n-degree polynomial. P(x) = $a_{n}x^{n} + a_{n-1}x^{n-1} +.....+a_{0}$. now, P(x)*P($frac{1}{x}$) = $a_{0}*a_{n}x^{n} + (a_{1}*a_{n} + a_{0}*a_{n-1})x^{n-1} +.....+a_{0}a_{n}x^{-n}$. Compare the coefficients on LHS and RHS, you'll get the desired result. P(x) = 1 + $x^{n}$ or P(x) = 1 - $x^{n}$. Note that P(x) $equiv$ 0 is also a solution.
$endgroup$
add a comment |
$begingroup$
Find all polynomials $Pin mathbb{R}[x]$ such that $P(x)Pleft(frac 1xright) = P(x)+Pleft(frac 1xright)$.
The null polynomial satisfies the relation. Let $P(x)=sum_{i=0}^n a_ix^iin mathbb{R}[x]$ with $ngeq 0$ and $a_nneq 0$. Thus
$$
Pleft(frac 1xright) = frac{1}{x^n} sum_{i=0}^n a_{n-i}x^i.
$$
Note that
$$
P(x)+Pleft(frac 1xright) = frac{1}{x^n} left(sum_{i=0}^{n-1} a_{n-1}x^i + 2a_0x^n + sum_{i=1}^n a_ix^{n+i}right),
$$
and that
$$
P(x)Pleft(frac 1xright) = sum_{i=0}^n left(sum_{j=0}^i a_ja_{n+j-i}right)x^i + sum_{i=n+1}^{2n}c_ix^i,
$$
for some $c_iin mathbb{R}$. Since two polynomials are equal if and only if they have the same coefficients for the same powers of $x$, we have:
$a_0a_n=a_n$ that implies $a_0=1$ since $a_nneq 0$;
$a_i=0$ for all $i=1,,ldots,,n-1$, that can be proved inductively;
$a_0^2+a_1^2+cdots +a_n^2=2a_0$, that is $a_n^2=1$, that is $a_n=1$ or $a_n=-1$.
Thus a polynomial $P$ satisfies the relation if and only if it is the null polynomial or if it is of the form $P(x)=1pm x^n$.
$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%2f3144979%2ffind-all-polynomials-px-with-pxp1-x-pxp1-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Rewrite the equation like this:
$$ P(x)P({1over x})-P(x)-P({1over x})+1=1 $$
so $$Big(P(x)-1Big)Big(P({1over x})-1Big)=1$$
Put $Q(x)= P(x)-1$ and we get $$Q(x)Q({1over x})=1$$
If $Q(x)= a_nx^n+...a_1x+a_0$ and $a_nne 0$ we have $$ Q(x)x^nQ({1over x})=x^n$$ so
$$(a_nx^n+...a_1x+a_0)(a_0x^n+...a_{n-1}x+a_n) = x^n$$
If any $a_kne 0$ for $k<n$ then we have on a left the degree $>n$ which is impossibile. So $$Q(x)=ax^n$$
for some number $a$. Since for $x=1$ we get $a^2 =Q(1)^2=1$ and thus $P(x) = pm x^n+1$.
$endgroup$
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
add a comment |
$begingroup$
Rewrite the equation like this:
$$ P(x)P({1over x})-P(x)-P({1over x})+1=1 $$
so $$Big(P(x)-1Big)Big(P({1over x})-1Big)=1$$
Put $Q(x)= P(x)-1$ and we get $$Q(x)Q({1over x})=1$$
If $Q(x)= a_nx^n+...a_1x+a_0$ and $a_nne 0$ we have $$ Q(x)x^nQ({1over x})=x^n$$ so
$$(a_nx^n+...a_1x+a_0)(a_0x^n+...a_{n-1}x+a_n) = x^n$$
If any $a_kne 0$ for $k<n$ then we have on a left the degree $>n$ which is impossibile. So $$Q(x)=ax^n$$
for some number $a$. Since for $x=1$ we get $a^2 =Q(1)^2=1$ and thus $P(x) = pm x^n+1$.
$endgroup$
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
add a comment |
$begingroup$
Rewrite the equation like this:
$$ P(x)P({1over x})-P(x)-P({1over x})+1=1 $$
so $$Big(P(x)-1Big)Big(P({1over x})-1Big)=1$$
Put $Q(x)= P(x)-1$ and we get $$Q(x)Q({1over x})=1$$
If $Q(x)= a_nx^n+...a_1x+a_0$ and $a_nne 0$ we have $$ Q(x)x^nQ({1over x})=x^n$$ so
$$(a_nx^n+...a_1x+a_0)(a_0x^n+...a_{n-1}x+a_n) = x^n$$
If any $a_kne 0$ for $k<n$ then we have on a left the degree $>n$ which is impossibile. So $$Q(x)=ax^n$$
for some number $a$. Since for $x=1$ we get $a^2 =Q(1)^2=1$ and thus $P(x) = pm x^n+1$.
$endgroup$
Rewrite the equation like this:
$$ P(x)P({1over x})-P(x)-P({1over x})+1=1 $$
so $$Big(P(x)-1Big)Big(P({1over x})-1Big)=1$$
Put $Q(x)= P(x)-1$ and we get $$Q(x)Q({1over x})=1$$
If $Q(x)= a_nx^n+...a_1x+a_0$ and $a_nne 0$ we have $$ Q(x)x^nQ({1over x})=x^n$$ so
$$(a_nx^n+...a_1x+a_0)(a_0x^n+...a_{n-1}x+a_n) = x^n$$
If any $a_kne 0$ for $k<n$ then we have on a left the degree $>n$ which is impossibile. So $$Q(x)=ax^n$$
for some number $a$. Since for $x=1$ we get $a^2 =Q(1)^2=1$ and thus $P(x) = pm x^n+1$.
edited Mar 12 at 18:57
answered Mar 12 at 15:24
Maria MazurMaria Mazur
47.7k1260120
47.7k1260120
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
add a comment |
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
$begingroup$
The polynomial $P$ must satisfy $P(1)=0$ or $P(1)=2$, from which $a=pm 1$ and the solution is complete. Anyway, this is a very nice approach!
$endgroup$
– AlessioDV
Mar 12 at 15:38
add a comment |
$begingroup$
Consider P(x) to be a n-degree polynomial. P(x) = $a_{n}x^{n} + a_{n-1}x^{n-1} +.....+a_{0}$. now, P(x)*P($frac{1}{x}$) = $a_{0}*a_{n}x^{n} + (a_{1}*a_{n} + a_{0}*a_{n-1})x^{n-1} +.....+a_{0}a_{n}x^{-n}$. Compare the coefficients on LHS and RHS, you'll get the desired result. P(x) = 1 + $x^{n}$ or P(x) = 1 - $x^{n}$. Note that P(x) $equiv$ 0 is also a solution.
$endgroup$
add a comment |
$begingroup$
Consider P(x) to be a n-degree polynomial. P(x) = $a_{n}x^{n} + a_{n-1}x^{n-1} +.....+a_{0}$. now, P(x)*P($frac{1}{x}$) = $a_{0}*a_{n}x^{n} + (a_{1}*a_{n} + a_{0}*a_{n-1})x^{n-1} +.....+a_{0}a_{n}x^{-n}$. Compare the coefficients on LHS and RHS, you'll get the desired result. P(x) = 1 + $x^{n}$ or P(x) = 1 - $x^{n}$. Note that P(x) $equiv$ 0 is also a solution.
$endgroup$
add a comment |
$begingroup$
Consider P(x) to be a n-degree polynomial. P(x) = $a_{n}x^{n} + a_{n-1}x^{n-1} +.....+a_{0}$. now, P(x)*P($frac{1}{x}$) = $a_{0}*a_{n}x^{n} + (a_{1}*a_{n} + a_{0}*a_{n-1})x^{n-1} +.....+a_{0}a_{n}x^{-n}$. Compare the coefficients on LHS and RHS, you'll get the desired result. P(x) = 1 + $x^{n}$ or P(x) = 1 - $x^{n}$. Note that P(x) $equiv$ 0 is also a solution.
$endgroup$
Consider P(x) to be a n-degree polynomial. P(x) = $a_{n}x^{n} + a_{n-1}x^{n-1} +.....+a_{0}$. now, P(x)*P($frac{1}{x}$) = $a_{0}*a_{n}x^{n} + (a_{1}*a_{n} + a_{0}*a_{n-1})x^{n-1} +.....+a_{0}a_{n}x^{-n}$. Compare the coefficients on LHS and RHS, you'll get the desired result. P(x) = 1 + $x^{n}$ or P(x) = 1 - $x^{n}$. Note that P(x) $equiv$ 0 is also a solution.
answered Mar 12 at 12:29
Prakhar NeemaPrakhar Neema
1074
1074
add a comment |
add a comment |
$begingroup$
Find all polynomials $Pin mathbb{R}[x]$ such that $P(x)Pleft(frac 1xright) = P(x)+Pleft(frac 1xright)$.
The null polynomial satisfies the relation. Let $P(x)=sum_{i=0}^n a_ix^iin mathbb{R}[x]$ with $ngeq 0$ and $a_nneq 0$. Thus
$$
Pleft(frac 1xright) = frac{1}{x^n} sum_{i=0}^n a_{n-i}x^i.
$$
Note that
$$
P(x)+Pleft(frac 1xright) = frac{1}{x^n} left(sum_{i=0}^{n-1} a_{n-1}x^i + 2a_0x^n + sum_{i=1}^n a_ix^{n+i}right),
$$
and that
$$
P(x)Pleft(frac 1xright) = sum_{i=0}^n left(sum_{j=0}^i a_ja_{n+j-i}right)x^i + sum_{i=n+1}^{2n}c_ix^i,
$$
for some $c_iin mathbb{R}$. Since two polynomials are equal if and only if they have the same coefficients for the same powers of $x$, we have:
$a_0a_n=a_n$ that implies $a_0=1$ since $a_nneq 0$;
$a_i=0$ for all $i=1,,ldots,,n-1$, that can be proved inductively;
$a_0^2+a_1^2+cdots +a_n^2=2a_0$, that is $a_n^2=1$, that is $a_n=1$ or $a_n=-1$.
Thus a polynomial $P$ satisfies the relation if and only if it is the null polynomial or if it is of the form $P(x)=1pm x^n$.
$endgroup$
add a comment |
$begingroup$
Find all polynomials $Pin mathbb{R}[x]$ such that $P(x)Pleft(frac 1xright) = P(x)+Pleft(frac 1xright)$.
The null polynomial satisfies the relation. Let $P(x)=sum_{i=0}^n a_ix^iin mathbb{R}[x]$ with $ngeq 0$ and $a_nneq 0$. Thus
$$
Pleft(frac 1xright) = frac{1}{x^n} sum_{i=0}^n a_{n-i}x^i.
$$
Note that
$$
P(x)+Pleft(frac 1xright) = frac{1}{x^n} left(sum_{i=0}^{n-1} a_{n-1}x^i + 2a_0x^n + sum_{i=1}^n a_ix^{n+i}right),
$$
and that
$$
P(x)Pleft(frac 1xright) = sum_{i=0}^n left(sum_{j=0}^i a_ja_{n+j-i}right)x^i + sum_{i=n+1}^{2n}c_ix^i,
$$
for some $c_iin mathbb{R}$. Since two polynomials are equal if and only if they have the same coefficients for the same powers of $x$, we have:
$a_0a_n=a_n$ that implies $a_0=1$ since $a_nneq 0$;
$a_i=0$ for all $i=1,,ldots,,n-1$, that can be proved inductively;
$a_0^2+a_1^2+cdots +a_n^2=2a_0$, that is $a_n^2=1$, that is $a_n=1$ or $a_n=-1$.
Thus a polynomial $P$ satisfies the relation if and only if it is the null polynomial or if it is of the form $P(x)=1pm x^n$.
$endgroup$
add a comment |
$begingroup$
Find all polynomials $Pin mathbb{R}[x]$ such that $P(x)Pleft(frac 1xright) = P(x)+Pleft(frac 1xright)$.
The null polynomial satisfies the relation. Let $P(x)=sum_{i=0}^n a_ix^iin mathbb{R}[x]$ with $ngeq 0$ and $a_nneq 0$. Thus
$$
Pleft(frac 1xright) = frac{1}{x^n} sum_{i=0}^n a_{n-i}x^i.
$$
Note that
$$
P(x)+Pleft(frac 1xright) = frac{1}{x^n} left(sum_{i=0}^{n-1} a_{n-1}x^i + 2a_0x^n + sum_{i=1}^n a_ix^{n+i}right),
$$
and that
$$
P(x)Pleft(frac 1xright) = sum_{i=0}^n left(sum_{j=0}^i a_ja_{n+j-i}right)x^i + sum_{i=n+1}^{2n}c_ix^i,
$$
for some $c_iin mathbb{R}$. Since two polynomials are equal if and only if they have the same coefficients for the same powers of $x$, we have:
$a_0a_n=a_n$ that implies $a_0=1$ since $a_nneq 0$;
$a_i=0$ for all $i=1,,ldots,,n-1$, that can be proved inductively;
$a_0^2+a_1^2+cdots +a_n^2=2a_0$, that is $a_n^2=1$, that is $a_n=1$ or $a_n=-1$.
Thus a polynomial $P$ satisfies the relation if and only if it is the null polynomial or if it is of the form $P(x)=1pm x^n$.
$endgroup$
Find all polynomials $Pin mathbb{R}[x]$ such that $P(x)Pleft(frac 1xright) = P(x)+Pleft(frac 1xright)$.
The null polynomial satisfies the relation. Let $P(x)=sum_{i=0}^n a_ix^iin mathbb{R}[x]$ with $ngeq 0$ and $a_nneq 0$. Thus
$$
Pleft(frac 1xright) = frac{1}{x^n} sum_{i=0}^n a_{n-i}x^i.
$$
Note that
$$
P(x)+Pleft(frac 1xright) = frac{1}{x^n} left(sum_{i=0}^{n-1} a_{n-1}x^i + 2a_0x^n + sum_{i=1}^n a_ix^{n+i}right),
$$
and that
$$
P(x)Pleft(frac 1xright) = sum_{i=0}^n left(sum_{j=0}^i a_ja_{n+j-i}right)x^i + sum_{i=n+1}^{2n}c_ix^i,
$$
for some $c_iin mathbb{R}$. Since two polynomials are equal if and only if they have the same coefficients for the same powers of $x$, we have:
$a_0a_n=a_n$ that implies $a_0=1$ since $a_nneq 0$;
$a_i=0$ for all $i=1,,ldots,,n-1$, that can be proved inductively;
$a_0^2+a_1^2+cdots +a_n^2=2a_0$, that is $a_n^2=1$, that is $a_n=1$ or $a_n=-1$.
Thus a polynomial $P$ satisfies the relation if and only if it is the null polynomial or if it is of the form $P(x)=1pm x^n$.
answered Mar 12 at 15:34
AlessioDVAlessioDV
970114
970114
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%2f3144979%2ffind-all-polynomials-px-with-pxp1-x-pxp1-x%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
$begingroup$
First comment: with the substitution $x=1$ you obtain that $P(1)$ is either $0$ or $2$.
$endgroup$
– AlessioDV
Mar 12 at 11:35