Find $P$ such that $P' | P$sufficient condition for a polynomial to have roots in $[0,1]$Calculate determinant of Vandermonde using specified steps.Estimate the difference between $f$ and $p$ interpolating $f$Find the value of $(1-a_1)(1-a_2)(1-a_3)(1-a_4)$ given that $a_1,a_2,a_3,a_4$ are roots of a biquadratic equation.Calculating $a_1^4+a_2^4+a_3^4$ of the roots of a polynomialConstruct a degree $n$ polynomial with roots $a_1, a_2, a_3, ldots, a_n$Prove that the polynomial $prodlimits_i=1^n,left(x-a_iright)-1$ is irreducible in $mathbbZ[x]$.Find Jacobian and rank of differential. Inverse function theorem.Using polynomial $x^n+ax+b=0$ and proving an equationProof verification about a property of the topological space $[0,1]$
Does the feature within Tides of Chaos bypass the limitation of 1/day?
OP Amp not amplifying audio signal
How can I prove that a state of equilibrium is unstable?
How badly should I try to prevent a user from XSSing themselves?
Why is the sentence "Das ist eine Nase" correct?
Did 'Cinema Songs' exist during Hiranyakshipu's time?
What is the fastest integer factorization to break RSA?
Can I hook these wires up to find the connection to a dead outlet?
Why can't we say "I have been having a dog"?
Are British MPs missing the point, with these 'Indicative Votes'?
How do I exit BASH while loop using modulus operator?
Unlock My Phone! February 2018
Can a virus destroy the BIOS of a modern computer?
Knowledge-based authentication using Domain-driven Design in C#
Getting extremely large arrows with tikzcd
Blending or harmonizing
How to prevent "they're falling in love" trope
Could the museum Saturn V's be refitted for one more flight?
Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?
When handwriting 黄 (huáng; yellow) is it incorrect to have a disconnected 草 (cǎo; grass) radical on top?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Obtaining database information and values in extended properties
What's the meaning of "Sollensaussagen"?
Does int main() need a declaration on C++?
Find $P$ such that $P' | P$
sufficient condition for a polynomial to have roots in $[0,1]$Calculate determinant of Vandermonde using specified steps.Estimate the difference between $f$ and $p$ interpolating $f$Find the value of $(1-a_1)(1-a_2)(1-a_3)(1-a_4)$ given that $a_1,a_2,a_3,a_4$ are roots of a biquadratic equation.Calculating $a_1^4+a_2^4+a_3^4$ of the roots of a polynomialConstruct a degree $n$ polynomial with roots $a_1, a_2, a_3, ldots, a_n$Prove that the polynomial $prodlimits_i=1^n,left(x-a_iright)-1$ is irreducible in $mathbbZ[x]$.Find Jacobian and rank of differential. Inverse function theorem.Using polynomial $x^n+ax+b=0$ and proving an equationProof verification about a property of the topological space $[0,1]$
$begingroup$
I want to know how to answer this question:
Find all polynomial in $mathbbR[X]$ such that the derivative $P' | P$.
My effort:
We know that
An $n$ degree polynomial has $n$ roots in $mathbbC$.
$P(x) = P'(x) cdot (ax+b).$
Thus we can suppose that
$$P' = b(x-a_1)(x-a_2)dots(x-a_n-1),$$
and
$$P = c(x-a_1)(x-a_2)dots(x-a_n-1) (x-a_n)$$
where $b, cin mathbbR$ and $a_1,dots,a_n in mathbbC$.
Take the derivative we have
$$P' = c(x-a_2)(x-a_3)dots(x-a_n)+c(x-a_1)(x-a_2)dots(x-a_n)+ dots + c(x-a_2)(x-a_3)dots(x-a_n-1).$$
Since $P'(a_1) = 0$, we then have $c(a_1-a_2)dots(a_1-a_n) = 0$, thus $xin a_2,dots, a_n$. Suppose that $a_1=a_2$.
Then $$P = c(x-a_1)^2(x-a_3)dots(x-a_n-1) (x-a_n).$$
Hopefully at some point, I can get $P = c(x-a_1)^n$.
calculus polynomials
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I want to know how to answer this question:
Find all polynomial in $mathbbR[X]$ such that the derivative $P' | P$.
My effort:
We know that
An $n$ degree polynomial has $n$ roots in $mathbbC$.
$P(x) = P'(x) cdot (ax+b).$
Thus we can suppose that
$$P' = b(x-a_1)(x-a_2)dots(x-a_n-1),$$
and
$$P = c(x-a_1)(x-a_2)dots(x-a_n-1) (x-a_n)$$
where $b, cin mathbbR$ and $a_1,dots,a_n in mathbbC$.
Take the derivative we have
$$P' = c(x-a_2)(x-a_3)dots(x-a_n)+c(x-a_1)(x-a_2)dots(x-a_n)+ dots + c(x-a_2)(x-a_3)dots(x-a_n-1).$$
Since $P'(a_1) = 0$, we then have $c(a_1-a_2)dots(a_1-a_n) = 0$, thus $xin a_2,dots, a_n$. Suppose that $a_1=a_2$.
Then $$P = c(x-a_1)^2(x-a_3)dots(x-a_n-1) (x-a_n).$$
Hopefully at some point, I can get $P = c(x-a_1)^n$.
calculus polynomials
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
1
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29
add a comment |
$begingroup$
I want to know how to answer this question:
Find all polynomial in $mathbbR[X]$ such that the derivative $P' | P$.
My effort:
We know that
An $n$ degree polynomial has $n$ roots in $mathbbC$.
$P(x) = P'(x) cdot (ax+b).$
Thus we can suppose that
$$P' = b(x-a_1)(x-a_2)dots(x-a_n-1),$$
and
$$P = c(x-a_1)(x-a_2)dots(x-a_n-1) (x-a_n)$$
where $b, cin mathbbR$ and $a_1,dots,a_n in mathbbC$.
Take the derivative we have
$$P' = c(x-a_2)(x-a_3)dots(x-a_n)+c(x-a_1)(x-a_2)dots(x-a_n)+ dots + c(x-a_2)(x-a_3)dots(x-a_n-1).$$
Since $P'(a_1) = 0$, we then have $c(a_1-a_2)dots(a_1-a_n) = 0$, thus $xin a_2,dots, a_n$. Suppose that $a_1=a_2$.
Then $$P = c(x-a_1)^2(x-a_3)dots(x-a_n-1) (x-a_n).$$
Hopefully at some point, I can get $P = c(x-a_1)^n$.
calculus polynomials
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I want to know how to answer this question:
Find all polynomial in $mathbbR[X]$ such that the derivative $P' | P$.
My effort:
We know that
An $n$ degree polynomial has $n$ roots in $mathbbC$.
$P(x) = P'(x) cdot (ax+b).$
Thus we can suppose that
$$P' = b(x-a_1)(x-a_2)dots(x-a_n-1),$$
and
$$P = c(x-a_1)(x-a_2)dots(x-a_n-1) (x-a_n)$$
where $b, cin mathbbR$ and $a_1,dots,a_n in mathbbC$.
Take the derivative we have
$$P' = c(x-a_2)(x-a_3)dots(x-a_n)+c(x-a_1)(x-a_2)dots(x-a_n)+ dots + c(x-a_2)(x-a_3)dots(x-a_n-1).$$
Since $P'(a_1) = 0$, we then have $c(a_1-a_2)dots(a_1-a_n) = 0$, thus $xin a_2,dots, a_n$. Suppose that $a_1=a_2$.
Then $$P = c(x-a_1)^2(x-a_3)dots(x-a_n-1) (x-a_n).$$
Hopefully at some point, I can get $P = c(x-a_1)^n$.
calculus polynomials
calculus polynomials
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Mar 28 at 15:22
Maria Mazur
49.5k1361124
49.5k1361124
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Mar 28 at 14:06
HaitrungHaitrung
283
283
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Haitrung is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29
add a comment |
1
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29
1
1
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
Write $P(x) = P'(x) L(x)$, where $L$ has degree $1$.
Write $P(x) = L(x)^m Q(x)$, where $Q$ is coprime with $L$.
Then $P' = m L^m-1 L' Q + L^m Q'$ and so $L^m Q = P = P'L = m L^m L' Q + L^m+1 Q'$.
Therefore, $Q$ divides $ L^m+1 Q'$. Since, $Q$ is coprime with $L$, $Q$ must divide $Q'$, and this happens iff $Q$ is constant.
Thus, $P=q L^m$.
$endgroup$
add a comment |
$begingroup$
Let $$P(x) = a_nx^n+....+a_1x+a_0,$$ then we have $$ a_nx^n + ...+a_1x+a_0 = (a_ncdot ncdot a) x^n+...+(aa_1+2a_2b)x+a_1b$$ Since $a_nneq 0$ we get $an=1$, so $a=1/n$
Write $$ P'(x) over P(x) = 1over ax+b$$
Then $$a(ln P(x))' = (ln(ax+b))'$$ and thus $$aln(P(x) = ln(ax+b) + c$$
So $$P(x) = (ax+b)^1over a e^c = (ax+b)^ne^c$$
$endgroup$
add a comment |
$begingroup$
For a polynomial $P$ of degree $n$, we always have
$$P'(x)over P(x)=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
where $r_1,r_2,ldots,r_n$ are the roots of $P$. If, at the same time, we have $P'mid P$, then $P(x)=1over n(x-r)P'(x)$ for some $r$ (since $P'$ is of degree $n-1$ with lead coefficient that is $n$ times the lead coefficient of $P$). This gives us
$$nover x-r=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
If we do not have $r_1=r_2=cdots=r_n=r$, then the right hand side has a singularity where the left hand side does not. Thus if $P'mid P$, we must have $r_1=r_2=cdots=r_n=r$, and so $P$ must have the form $P(x)=a(x-r)^n$. We also need $a,rinmathbbR$ in order for $P$ to have real coefficients.
Remark: The key equality can be proved by induction: If $P(x)=(x-r_n)Q(x)$ with
$$Q'(x)over Q(x))=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1$$
then
$$beginalign
P'(x)over P(x)
&=((x-r_n)Q(x))'over(x-r_n)Q(x)\
&=(x-r_n)Q'(x)+Q(x)over(x-r_n)Q(x)\
&=Q'(x)over Q(x)+1over x-r_n\
&=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1+1over x-r_n
endalign$$
(with the base case, $P(x)=a(x-r_1)$, being straightforward to check).
$endgroup$
add a comment |
$begingroup$
Assume $P$ is of degree $n$. Then $P'$ is of degree $n-1$. Then of course, $P'| P$, means that there is a polinomial $Q$ of degree 1 such that $P'Q = P$. (Otherwise the degree of $QP'$ would not be the same as the one of $P$)
Let's write $P = a_n x^n + ... + a_1x + a_0$. Then $P' = n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1$
We can write $Q$ as $bx + c$, so $Q P' = (bx+c)(n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1) = $ $= a_n n b x^n + (a_n-1(n-1)b + na_n c)x^n-1+... + (a_i-1 (i-1)b+a_i ic)x^i-1 + (a_1 b + a_2 2 c )x+a_1 c $
Then, since $QP' = P$, we must have
begincases a_n = a_n n b \ ... \ a_i-1 = a_i-1 (i-1) b + a_i i c \ ... \ a_0 = a_1c endcases
For the first equation we know we must have $b = frac1n$ and from the last $c = fraca_0a_1$
Then, if all the other $a_i-1 = a_i-1 (i-1) b + a_i i c$ for $i = 1... n-1$ are good with that, we reach our goal. That means they have to solve $a_i-1 = a_i-1 (i-1) frac1n + a_i i fraca_0a_1$
That is $a_i-1 (1 - fraci-1n) = a_i i fraca_0a_1$, which is $a_i-1 = a_i i fraca_0a_1fracnn-i+1= a_i fraca_0a_1fracinn-i+1$
That gives us a way to find, with free $a_0, a_1, a_n$ all the others $a_i$. However, if we apply that to $a_1$, it gives us $a_1=a_2 fraca_0a_1fracnn $, which means $a_1 ^2 = a_2 a_0$
$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
);
);
Haitrung is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3165923%2ffind-p-such-that-p-p%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Write $P(x) = P'(x) L(x)$, where $L$ has degree $1$.
Write $P(x) = L(x)^m Q(x)$, where $Q$ is coprime with $L$.
Then $P' = m L^m-1 L' Q + L^m Q'$ and so $L^m Q = P = P'L = m L^m L' Q + L^m+1 Q'$.
Therefore, $Q$ divides $ L^m+1 Q'$. Since, $Q$ is coprime with $L$, $Q$ must divide $Q'$, and this happens iff $Q$ is constant.
Thus, $P=q L^m$.
$endgroup$
add a comment |
$begingroup$
Write $P(x) = P'(x) L(x)$, where $L$ has degree $1$.
Write $P(x) = L(x)^m Q(x)$, where $Q$ is coprime with $L$.
Then $P' = m L^m-1 L' Q + L^m Q'$ and so $L^m Q = P = P'L = m L^m L' Q + L^m+1 Q'$.
Therefore, $Q$ divides $ L^m+1 Q'$. Since, $Q$ is coprime with $L$, $Q$ must divide $Q'$, and this happens iff $Q$ is constant.
Thus, $P=q L^m$.
$endgroup$
add a comment |
$begingroup$
Write $P(x) = P'(x) L(x)$, where $L$ has degree $1$.
Write $P(x) = L(x)^m Q(x)$, where $Q$ is coprime with $L$.
Then $P' = m L^m-1 L' Q + L^m Q'$ and so $L^m Q = P = P'L = m L^m L' Q + L^m+1 Q'$.
Therefore, $Q$ divides $ L^m+1 Q'$. Since, $Q$ is coprime with $L$, $Q$ must divide $Q'$, and this happens iff $Q$ is constant.
Thus, $P=q L^m$.
$endgroup$
Write $P(x) = P'(x) L(x)$, where $L$ has degree $1$.
Write $P(x) = L(x)^m Q(x)$, where $Q$ is coprime with $L$.
Then $P' = m L^m-1 L' Q + L^m Q'$ and so $L^m Q = P = P'L = m L^m L' Q + L^m+1 Q'$.
Therefore, $Q$ divides $ L^m+1 Q'$. Since, $Q$ is coprime with $L$, $Q$ must divide $Q'$, and this happens iff $Q$ is constant.
Thus, $P=q L^m$.
edited Mar 28 at 16:13
answered Mar 28 at 16:02
lhflhf
167k11172403
167k11172403
add a comment |
add a comment |
$begingroup$
Let $$P(x) = a_nx^n+....+a_1x+a_0,$$ then we have $$ a_nx^n + ...+a_1x+a_0 = (a_ncdot ncdot a) x^n+...+(aa_1+2a_2b)x+a_1b$$ Since $a_nneq 0$ we get $an=1$, so $a=1/n$
Write $$ P'(x) over P(x) = 1over ax+b$$
Then $$a(ln P(x))' = (ln(ax+b))'$$ and thus $$aln(P(x) = ln(ax+b) + c$$
So $$P(x) = (ax+b)^1over a e^c = (ax+b)^ne^c$$
$endgroup$
add a comment |
$begingroup$
Let $$P(x) = a_nx^n+....+a_1x+a_0,$$ then we have $$ a_nx^n + ...+a_1x+a_0 = (a_ncdot ncdot a) x^n+...+(aa_1+2a_2b)x+a_1b$$ Since $a_nneq 0$ we get $an=1$, so $a=1/n$
Write $$ P'(x) over P(x) = 1over ax+b$$
Then $$a(ln P(x))' = (ln(ax+b))'$$ and thus $$aln(P(x) = ln(ax+b) + c$$
So $$P(x) = (ax+b)^1over a e^c = (ax+b)^ne^c$$
$endgroup$
add a comment |
$begingroup$
Let $$P(x) = a_nx^n+....+a_1x+a_0,$$ then we have $$ a_nx^n + ...+a_1x+a_0 = (a_ncdot ncdot a) x^n+...+(aa_1+2a_2b)x+a_1b$$ Since $a_nneq 0$ we get $an=1$, so $a=1/n$
Write $$ P'(x) over P(x) = 1over ax+b$$
Then $$a(ln P(x))' = (ln(ax+b))'$$ and thus $$aln(P(x) = ln(ax+b) + c$$
So $$P(x) = (ax+b)^1over a e^c = (ax+b)^ne^c$$
$endgroup$
Let $$P(x) = a_nx^n+....+a_1x+a_0,$$ then we have $$ a_nx^n + ...+a_1x+a_0 = (a_ncdot ncdot a) x^n+...+(aa_1+2a_2b)x+a_1b$$ Since $a_nneq 0$ we get $an=1$, so $a=1/n$
Write $$ P'(x) over P(x) = 1over ax+b$$
Then $$a(ln P(x))' = (ln(ax+b))'$$ and thus $$aln(P(x) = ln(ax+b) + c$$
So $$P(x) = (ax+b)^1over a e^c = (ax+b)^ne^c$$
edited Mar 28 at 14:52
answered Mar 28 at 14:33
Maria MazurMaria Mazur
49.5k1361124
49.5k1361124
add a comment |
add a comment |
$begingroup$
For a polynomial $P$ of degree $n$, we always have
$$P'(x)over P(x)=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
where $r_1,r_2,ldots,r_n$ are the roots of $P$. If, at the same time, we have $P'mid P$, then $P(x)=1over n(x-r)P'(x)$ for some $r$ (since $P'$ is of degree $n-1$ with lead coefficient that is $n$ times the lead coefficient of $P$). This gives us
$$nover x-r=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
If we do not have $r_1=r_2=cdots=r_n=r$, then the right hand side has a singularity where the left hand side does not. Thus if $P'mid P$, we must have $r_1=r_2=cdots=r_n=r$, and so $P$ must have the form $P(x)=a(x-r)^n$. We also need $a,rinmathbbR$ in order for $P$ to have real coefficients.
Remark: The key equality can be proved by induction: If $P(x)=(x-r_n)Q(x)$ with
$$Q'(x)over Q(x))=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1$$
then
$$beginalign
P'(x)over P(x)
&=((x-r_n)Q(x))'over(x-r_n)Q(x)\
&=(x-r_n)Q'(x)+Q(x)over(x-r_n)Q(x)\
&=Q'(x)over Q(x)+1over x-r_n\
&=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1+1over x-r_n
endalign$$
(with the base case, $P(x)=a(x-r_1)$, being straightforward to check).
$endgroup$
add a comment |
$begingroup$
For a polynomial $P$ of degree $n$, we always have
$$P'(x)over P(x)=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
where $r_1,r_2,ldots,r_n$ are the roots of $P$. If, at the same time, we have $P'mid P$, then $P(x)=1over n(x-r)P'(x)$ for some $r$ (since $P'$ is of degree $n-1$ with lead coefficient that is $n$ times the lead coefficient of $P$). This gives us
$$nover x-r=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
If we do not have $r_1=r_2=cdots=r_n=r$, then the right hand side has a singularity where the left hand side does not. Thus if $P'mid P$, we must have $r_1=r_2=cdots=r_n=r$, and so $P$ must have the form $P(x)=a(x-r)^n$. We also need $a,rinmathbbR$ in order for $P$ to have real coefficients.
Remark: The key equality can be proved by induction: If $P(x)=(x-r_n)Q(x)$ with
$$Q'(x)over Q(x))=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1$$
then
$$beginalign
P'(x)over P(x)
&=((x-r_n)Q(x))'over(x-r_n)Q(x)\
&=(x-r_n)Q'(x)+Q(x)over(x-r_n)Q(x)\
&=Q'(x)over Q(x)+1over x-r_n\
&=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1+1over x-r_n
endalign$$
(with the base case, $P(x)=a(x-r_1)$, being straightforward to check).
$endgroup$
add a comment |
$begingroup$
For a polynomial $P$ of degree $n$, we always have
$$P'(x)over P(x)=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
where $r_1,r_2,ldots,r_n$ are the roots of $P$. If, at the same time, we have $P'mid P$, then $P(x)=1over n(x-r)P'(x)$ for some $r$ (since $P'$ is of degree $n-1$ with lead coefficient that is $n$ times the lead coefficient of $P$). This gives us
$$nover x-r=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
If we do not have $r_1=r_2=cdots=r_n=r$, then the right hand side has a singularity where the left hand side does not. Thus if $P'mid P$, we must have $r_1=r_2=cdots=r_n=r$, and so $P$ must have the form $P(x)=a(x-r)^n$. We also need $a,rinmathbbR$ in order for $P$ to have real coefficients.
Remark: The key equality can be proved by induction: If $P(x)=(x-r_n)Q(x)$ with
$$Q'(x)over Q(x))=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1$$
then
$$beginalign
P'(x)over P(x)
&=((x-r_n)Q(x))'over(x-r_n)Q(x)\
&=(x-r_n)Q'(x)+Q(x)over(x-r_n)Q(x)\
&=Q'(x)over Q(x)+1over x-r_n\
&=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1+1over x-r_n
endalign$$
(with the base case, $P(x)=a(x-r_1)$, being straightforward to check).
$endgroup$
For a polynomial $P$ of degree $n$, we always have
$$P'(x)over P(x)=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
where $r_1,r_2,ldots,r_n$ are the roots of $P$. If, at the same time, we have $P'mid P$, then $P(x)=1over n(x-r)P'(x)$ for some $r$ (since $P'$ is of degree $n-1$ with lead coefficient that is $n$ times the lead coefficient of $P$). This gives us
$$nover x-r=1over x-r_1+1over x-r_2+cdots+1over x-r_n$$
If we do not have $r_1=r_2=cdots=r_n=r$, then the right hand side has a singularity where the left hand side does not. Thus if $P'mid P$, we must have $r_1=r_2=cdots=r_n=r$, and so $P$ must have the form $P(x)=a(x-r)^n$. We also need $a,rinmathbbR$ in order for $P$ to have real coefficients.
Remark: The key equality can be proved by induction: If $P(x)=(x-r_n)Q(x)$ with
$$Q'(x)over Q(x))=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1$$
then
$$beginalign
P'(x)over P(x)
&=((x-r_n)Q(x))'over(x-r_n)Q(x)\
&=(x-r_n)Q'(x)+Q(x)over(x-r_n)Q(x)\
&=Q'(x)over Q(x)+1over x-r_n\
&=1over x-r_1+1over x-r_2+cdots+1over x-r_n-1+1over x-r_n
endalign$$
(with the base case, $P(x)=a(x-r_1)$, being straightforward to check).
answered Mar 28 at 15:21
Barry CipraBarry Cipra
60.5k655129
60.5k655129
add a comment |
add a comment |
$begingroup$
Assume $P$ is of degree $n$. Then $P'$ is of degree $n-1$. Then of course, $P'| P$, means that there is a polinomial $Q$ of degree 1 such that $P'Q = P$. (Otherwise the degree of $QP'$ would not be the same as the one of $P$)
Let's write $P = a_n x^n + ... + a_1x + a_0$. Then $P' = n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1$
We can write $Q$ as $bx + c$, so $Q P' = (bx+c)(n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1) = $ $= a_n n b x^n + (a_n-1(n-1)b + na_n c)x^n-1+... + (a_i-1 (i-1)b+a_i ic)x^i-1 + (a_1 b + a_2 2 c )x+a_1 c $
Then, since $QP' = P$, we must have
begincases a_n = a_n n b \ ... \ a_i-1 = a_i-1 (i-1) b + a_i i c \ ... \ a_0 = a_1c endcases
For the first equation we know we must have $b = frac1n$ and from the last $c = fraca_0a_1$
Then, if all the other $a_i-1 = a_i-1 (i-1) b + a_i i c$ for $i = 1... n-1$ are good with that, we reach our goal. That means they have to solve $a_i-1 = a_i-1 (i-1) frac1n + a_i i fraca_0a_1$
That is $a_i-1 (1 - fraci-1n) = a_i i fraca_0a_1$, which is $a_i-1 = a_i i fraca_0a_1fracnn-i+1= a_i fraca_0a_1fracinn-i+1$
That gives us a way to find, with free $a_0, a_1, a_n$ all the others $a_i$. However, if we apply that to $a_1$, it gives us $a_1=a_2 fraca_0a_1fracnn $, which means $a_1 ^2 = a_2 a_0$
$endgroup$
add a comment |
$begingroup$
Assume $P$ is of degree $n$. Then $P'$ is of degree $n-1$. Then of course, $P'| P$, means that there is a polinomial $Q$ of degree 1 such that $P'Q = P$. (Otherwise the degree of $QP'$ would not be the same as the one of $P$)
Let's write $P = a_n x^n + ... + a_1x + a_0$. Then $P' = n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1$
We can write $Q$ as $bx + c$, so $Q P' = (bx+c)(n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1) = $ $= a_n n b x^n + (a_n-1(n-1)b + na_n c)x^n-1+... + (a_i-1 (i-1)b+a_i ic)x^i-1 + (a_1 b + a_2 2 c )x+a_1 c $
Then, since $QP' = P$, we must have
begincases a_n = a_n n b \ ... \ a_i-1 = a_i-1 (i-1) b + a_i i c \ ... \ a_0 = a_1c endcases
For the first equation we know we must have $b = frac1n$ and from the last $c = fraca_0a_1$
Then, if all the other $a_i-1 = a_i-1 (i-1) b + a_i i c$ for $i = 1... n-1$ are good with that, we reach our goal. That means they have to solve $a_i-1 = a_i-1 (i-1) frac1n + a_i i fraca_0a_1$
That is $a_i-1 (1 - fraci-1n) = a_i i fraca_0a_1$, which is $a_i-1 = a_i i fraca_0a_1fracnn-i+1= a_i fraca_0a_1fracinn-i+1$
That gives us a way to find, with free $a_0, a_1, a_n$ all the others $a_i$. However, if we apply that to $a_1$, it gives us $a_1=a_2 fraca_0a_1fracnn $, which means $a_1 ^2 = a_2 a_0$
$endgroup$
add a comment |
$begingroup$
Assume $P$ is of degree $n$. Then $P'$ is of degree $n-1$. Then of course, $P'| P$, means that there is a polinomial $Q$ of degree 1 such that $P'Q = P$. (Otherwise the degree of $QP'$ would not be the same as the one of $P$)
Let's write $P = a_n x^n + ... + a_1x + a_0$. Then $P' = n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1$
We can write $Q$ as $bx + c$, so $Q P' = (bx+c)(n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1) = $ $= a_n n b x^n + (a_n-1(n-1)b + na_n c)x^n-1+... + (a_i-1 (i-1)b+a_i ic)x^i-1 + (a_1 b + a_2 2 c )x+a_1 c $
Then, since $QP' = P$, we must have
begincases a_n = a_n n b \ ... \ a_i-1 = a_i-1 (i-1) b + a_i i c \ ... \ a_0 = a_1c endcases
For the first equation we know we must have $b = frac1n$ and from the last $c = fraca_0a_1$
Then, if all the other $a_i-1 = a_i-1 (i-1) b + a_i i c$ for $i = 1... n-1$ are good with that, we reach our goal. That means they have to solve $a_i-1 = a_i-1 (i-1) frac1n + a_i i fraca_0a_1$
That is $a_i-1 (1 - fraci-1n) = a_i i fraca_0a_1$, which is $a_i-1 = a_i i fraca_0a_1fracnn-i+1= a_i fraca_0a_1fracinn-i+1$
That gives us a way to find, with free $a_0, a_1, a_n$ all the others $a_i$. However, if we apply that to $a_1$, it gives us $a_1=a_2 fraca_0a_1fracnn $, which means $a_1 ^2 = a_2 a_0$
$endgroup$
Assume $P$ is of degree $n$. Then $P'$ is of degree $n-1$. Then of course, $P'| P$, means that there is a polinomial $Q$ of degree 1 such that $P'Q = P$. (Otherwise the degree of $QP'$ would not be the same as the one of $P$)
Let's write $P = a_n x^n + ... + a_1x + a_0$. Then $P' = n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1$
We can write $Q$ as $bx + c$, so $Q P' = (bx+c)(n a_n x^n-1 + (n-1)a_n-1x^n-2+... + a_1) = $ $= a_n n b x^n + (a_n-1(n-1)b + na_n c)x^n-1+... + (a_i-1 (i-1)b+a_i ic)x^i-1 + (a_1 b + a_2 2 c )x+a_1 c $
Then, since $QP' = P$, we must have
begincases a_n = a_n n b \ ... \ a_i-1 = a_i-1 (i-1) b + a_i i c \ ... \ a_0 = a_1c endcases
For the first equation we know we must have $b = frac1n$ and from the last $c = fraca_0a_1$
Then, if all the other $a_i-1 = a_i-1 (i-1) b + a_i i c$ for $i = 1... n-1$ are good with that, we reach our goal. That means they have to solve $a_i-1 = a_i-1 (i-1) frac1n + a_i i fraca_0a_1$
That is $a_i-1 (1 - fraci-1n) = a_i i fraca_0a_1$, which is $a_i-1 = a_i i fraca_0a_1fracnn-i+1= a_i fraca_0a_1fracinn-i+1$
That gives us a way to find, with free $a_0, a_1, a_n$ all the others $a_i$. However, if we apply that to $a_1$, it gives us $a_1=a_2 fraca_0a_1fracnn $, which means $a_1 ^2 = a_2 a_0$
answered Mar 28 at 15:44
MarMikMarMik
265
265
add a comment |
add a comment |
Haitrung is a new contributor. Be nice, and check out our Code of Conduct.
Haitrung is a new contributor. Be nice, and check out our Code of Conduct.
Haitrung is a new contributor. Be nice, and check out our Code of Conduct.
Haitrung is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3165923%2ffind-p-such-that-p-p%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
1
$begingroup$
Note first that a linear factor $x - a$ divides both $P$ and $P'$ iff $(x - a)^2$ divides $P$.
$endgroup$
– anomaly
Mar 28 at 14:29