Do the zeroes of this polynomial lie inside, outside, or on the unit circle? $P_n(z)=1^3 z + 2^3 z^2 + 3^3...
For each positive integer $n$, let's define the polynomial $$P_n(z)=1^3 z + 2^3 z^2 + 3^3 z^3 + cdots + n^3 z^n$$
Do the zeroes of $P_n$ lie inside, outside, or on the unit circle $|z|=1$?
I tried to find a formula for $displaystyle sum_{k=1}^n k^3 z^k$ by repeatedly taking derivatives of $z^k$ but it was so tough. Initial investigation showed that the zeroes lie inside the unit circle but I couldn't generalize the result.
Any help would be appreciated!
Source : The Arts and Crafts of Problem Solving
polynomials power-series roots roots-of-unity
add a comment |
For each positive integer $n$, let's define the polynomial $$P_n(z)=1^3 z + 2^3 z^2 + 3^3 z^3 + cdots + n^3 z^n$$
Do the zeroes of $P_n$ lie inside, outside, or on the unit circle $|z|=1$?
I tried to find a formula for $displaystyle sum_{k=1}^n k^3 z^k$ by repeatedly taking derivatives of $z^k$ but it was so tough. Initial investigation showed that the zeroes lie inside the unit circle but I couldn't generalize the result.
Any help would be appreciated!
Source : The Arts and Crafts of Problem Solving
polynomials power-series roots roots-of-unity
2
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday
add a comment |
For each positive integer $n$, let's define the polynomial $$P_n(z)=1^3 z + 2^3 z^2 + 3^3 z^3 + cdots + n^3 z^n$$
Do the zeroes of $P_n$ lie inside, outside, or on the unit circle $|z|=1$?
I tried to find a formula for $displaystyle sum_{k=1}^n k^3 z^k$ by repeatedly taking derivatives of $z^k$ but it was so tough. Initial investigation showed that the zeroes lie inside the unit circle but I couldn't generalize the result.
Any help would be appreciated!
Source : The Arts and Crafts of Problem Solving
polynomials power-series roots roots-of-unity
For each positive integer $n$, let's define the polynomial $$P_n(z)=1^3 z + 2^3 z^2 + 3^3 z^3 + cdots + n^3 z^n$$
Do the zeroes of $P_n$ lie inside, outside, or on the unit circle $|z|=1$?
I tried to find a formula for $displaystyle sum_{k=1}^n k^3 z^k$ by repeatedly taking derivatives of $z^k$ but it was so tough. Initial investigation showed that the zeroes lie inside the unit circle but I couldn't generalize the result.
Any help would be appreciated!
Source : The Arts and Crafts of Problem Solving
polynomials power-series roots roots-of-unity
polynomials power-series roots roots-of-unity
edited 18 hours ago
Blue
47.7k870151
47.7k870151
asked yesterday
Atiq Rahman
1043
1043
2
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday
add a comment |
2
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday
2
2
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Let $$g(z) = sum_{k=0}^n z^k = frac{z^{n+1}-1}{z-1}$$
It is easy to see the roots of $g(z)$ lie on the unit circle $|z|= 1 $ and all of them are simple.
By Gauss-Lucas theorem, the roots of $g'(z)$ belong to the convex hull of the roots of $g$. Since the closed unit disk $|z| le 1$ is convex, this convex hull is a subset of the closed unit disk.
Notice the convex hull is a $n$-gon which intersect the unit circle $|z| = 1$ only at the roots of $g(z)$. Since the roots of $g(z)$ are simple, none of them can be root of $g'(z)$. As a result, the roots of $g'(z)$ belongs to the open unit disk $|z| < 1$.
Since $zg'(z)$ differs from $g'(z)$ by only a root at $0$, the roots of
$$zg'(z) = sum_{k=1}^n k z^k$$
belong to the open unit disk $|z| < 1$.
Apply Gauss-Lucas theorem again and then add a root at $z = 0$, we find the roots of
$$left(zfrac{d}{dz}right)^2 g(z) = sum_{k=1}^n k^2 z^k$$
belong to the open unit disk $|z| < 1$.
Repeat this process one more time, we find all the zeros of
$$left(zfrac{d}{dz}right)^3 g(z) = sum_{k=1}^n k^3 z^k = P_n(z)$$
lie inside the unit circle.
Notes
There are other ways to arrive at same conclusion. In particular, we can use following results:
Let $displaystyle;f(z) = sum_{k=0}^m a_k z^k$ be any polynomial with real and positive coefficients.
If the coefficients $a_k$ are non-descending,
$$0 < a_0 le a_2 le cdots le a_m$$
then roots of $f(z)$ belong to the closed unit disk $|z| le 1$.
If the coefficients $a_k$ are non-ascending,
$$ a_0 ge a_1 ge cdots ge a_m > 0$$
then roots of $f(z)$ lie outside the open unit disk (i.e. $|z| ge 1$ for all the roots)
In general, the roots of $f(z)$ belong to the closed annulus
$$min_{1le k le m} frac{a_{k-1}}{a_k} le |z| le max_{1 le k le m}frac{a_{k-1}}{a_k}$$
Since it is easy to derive any one of these results from the other two,
these results are typically treated as a single theorem known as the Eneström-Kakeya Theorem.
For a proof of the first result, see answers of a related question. In particular, the answer by Ayman Hourieh which uses Rouché's theorem.
Back to the problem at hand. It is easy to see we can rewrite $P_n(z)$ as $z f(z)$ for some polynomial $f(z)$ with real and positive coefficients. Apply the third result, we immediately find aside from a root at $z = 0$, the remaining $n-1$ roots of $P_n(z)$ lies within the closed annulus $$frac18 le |z| le left(frac{n-1
}{n}right)^3 < 1$$
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%2f3062568%2fdo-the-zeroes-of-this-polynomial-lie-inside-outside-or-on-the-unit-circle-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Let $$g(z) = sum_{k=0}^n z^k = frac{z^{n+1}-1}{z-1}$$
It is easy to see the roots of $g(z)$ lie on the unit circle $|z|= 1 $ and all of them are simple.
By Gauss-Lucas theorem, the roots of $g'(z)$ belong to the convex hull of the roots of $g$. Since the closed unit disk $|z| le 1$ is convex, this convex hull is a subset of the closed unit disk.
Notice the convex hull is a $n$-gon which intersect the unit circle $|z| = 1$ only at the roots of $g(z)$. Since the roots of $g(z)$ are simple, none of them can be root of $g'(z)$. As a result, the roots of $g'(z)$ belongs to the open unit disk $|z| < 1$.
Since $zg'(z)$ differs from $g'(z)$ by only a root at $0$, the roots of
$$zg'(z) = sum_{k=1}^n k z^k$$
belong to the open unit disk $|z| < 1$.
Apply Gauss-Lucas theorem again and then add a root at $z = 0$, we find the roots of
$$left(zfrac{d}{dz}right)^2 g(z) = sum_{k=1}^n k^2 z^k$$
belong to the open unit disk $|z| < 1$.
Repeat this process one more time, we find all the zeros of
$$left(zfrac{d}{dz}right)^3 g(z) = sum_{k=1}^n k^3 z^k = P_n(z)$$
lie inside the unit circle.
Notes
There are other ways to arrive at same conclusion. In particular, we can use following results:
Let $displaystyle;f(z) = sum_{k=0}^m a_k z^k$ be any polynomial with real and positive coefficients.
If the coefficients $a_k$ are non-descending,
$$0 < a_0 le a_2 le cdots le a_m$$
then roots of $f(z)$ belong to the closed unit disk $|z| le 1$.
If the coefficients $a_k$ are non-ascending,
$$ a_0 ge a_1 ge cdots ge a_m > 0$$
then roots of $f(z)$ lie outside the open unit disk (i.e. $|z| ge 1$ for all the roots)
In general, the roots of $f(z)$ belong to the closed annulus
$$min_{1le k le m} frac{a_{k-1}}{a_k} le |z| le max_{1 le k le m}frac{a_{k-1}}{a_k}$$
Since it is easy to derive any one of these results from the other two,
these results are typically treated as a single theorem known as the Eneström-Kakeya Theorem.
For a proof of the first result, see answers of a related question. In particular, the answer by Ayman Hourieh which uses Rouché's theorem.
Back to the problem at hand. It is easy to see we can rewrite $P_n(z)$ as $z f(z)$ for some polynomial $f(z)$ with real and positive coefficients. Apply the third result, we immediately find aside from a root at $z = 0$, the remaining $n-1$ roots of $P_n(z)$ lies within the closed annulus $$frac18 le |z| le left(frac{n-1
}{n}right)^3 < 1$$
add a comment |
Let $$g(z) = sum_{k=0}^n z^k = frac{z^{n+1}-1}{z-1}$$
It is easy to see the roots of $g(z)$ lie on the unit circle $|z|= 1 $ and all of them are simple.
By Gauss-Lucas theorem, the roots of $g'(z)$ belong to the convex hull of the roots of $g$. Since the closed unit disk $|z| le 1$ is convex, this convex hull is a subset of the closed unit disk.
Notice the convex hull is a $n$-gon which intersect the unit circle $|z| = 1$ only at the roots of $g(z)$. Since the roots of $g(z)$ are simple, none of them can be root of $g'(z)$. As a result, the roots of $g'(z)$ belongs to the open unit disk $|z| < 1$.
Since $zg'(z)$ differs from $g'(z)$ by only a root at $0$, the roots of
$$zg'(z) = sum_{k=1}^n k z^k$$
belong to the open unit disk $|z| < 1$.
Apply Gauss-Lucas theorem again and then add a root at $z = 0$, we find the roots of
$$left(zfrac{d}{dz}right)^2 g(z) = sum_{k=1}^n k^2 z^k$$
belong to the open unit disk $|z| < 1$.
Repeat this process one more time, we find all the zeros of
$$left(zfrac{d}{dz}right)^3 g(z) = sum_{k=1}^n k^3 z^k = P_n(z)$$
lie inside the unit circle.
Notes
There are other ways to arrive at same conclusion. In particular, we can use following results:
Let $displaystyle;f(z) = sum_{k=0}^m a_k z^k$ be any polynomial with real and positive coefficients.
If the coefficients $a_k$ are non-descending,
$$0 < a_0 le a_2 le cdots le a_m$$
then roots of $f(z)$ belong to the closed unit disk $|z| le 1$.
If the coefficients $a_k$ are non-ascending,
$$ a_0 ge a_1 ge cdots ge a_m > 0$$
then roots of $f(z)$ lie outside the open unit disk (i.e. $|z| ge 1$ for all the roots)
In general, the roots of $f(z)$ belong to the closed annulus
$$min_{1le k le m} frac{a_{k-1}}{a_k} le |z| le max_{1 le k le m}frac{a_{k-1}}{a_k}$$
Since it is easy to derive any one of these results from the other two,
these results are typically treated as a single theorem known as the Eneström-Kakeya Theorem.
For a proof of the first result, see answers of a related question. In particular, the answer by Ayman Hourieh which uses Rouché's theorem.
Back to the problem at hand. It is easy to see we can rewrite $P_n(z)$ as $z f(z)$ for some polynomial $f(z)$ with real and positive coefficients. Apply the third result, we immediately find aside from a root at $z = 0$, the remaining $n-1$ roots of $P_n(z)$ lies within the closed annulus $$frac18 le |z| le left(frac{n-1
}{n}right)^3 < 1$$
add a comment |
Let $$g(z) = sum_{k=0}^n z^k = frac{z^{n+1}-1}{z-1}$$
It is easy to see the roots of $g(z)$ lie on the unit circle $|z|= 1 $ and all of them are simple.
By Gauss-Lucas theorem, the roots of $g'(z)$ belong to the convex hull of the roots of $g$. Since the closed unit disk $|z| le 1$ is convex, this convex hull is a subset of the closed unit disk.
Notice the convex hull is a $n$-gon which intersect the unit circle $|z| = 1$ only at the roots of $g(z)$. Since the roots of $g(z)$ are simple, none of them can be root of $g'(z)$. As a result, the roots of $g'(z)$ belongs to the open unit disk $|z| < 1$.
Since $zg'(z)$ differs from $g'(z)$ by only a root at $0$, the roots of
$$zg'(z) = sum_{k=1}^n k z^k$$
belong to the open unit disk $|z| < 1$.
Apply Gauss-Lucas theorem again and then add a root at $z = 0$, we find the roots of
$$left(zfrac{d}{dz}right)^2 g(z) = sum_{k=1}^n k^2 z^k$$
belong to the open unit disk $|z| < 1$.
Repeat this process one more time, we find all the zeros of
$$left(zfrac{d}{dz}right)^3 g(z) = sum_{k=1}^n k^3 z^k = P_n(z)$$
lie inside the unit circle.
Notes
There are other ways to arrive at same conclusion. In particular, we can use following results:
Let $displaystyle;f(z) = sum_{k=0}^m a_k z^k$ be any polynomial with real and positive coefficients.
If the coefficients $a_k$ are non-descending,
$$0 < a_0 le a_2 le cdots le a_m$$
then roots of $f(z)$ belong to the closed unit disk $|z| le 1$.
If the coefficients $a_k$ are non-ascending,
$$ a_0 ge a_1 ge cdots ge a_m > 0$$
then roots of $f(z)$ lie outside the open unit disk (i.e. $|z| ge 1$ for all the roots)
In general, the roots of $f(z)$ belong to the closed annulus
$$min_{1le k le m} frac{a_{k-1}}{a_k} le |z| le max_{1 le k le m}frac{a_{k-1}}{a_k}$$
Since it is easy to derive any one of these results from the other two,
these results are typically treated as a single theorem known as the Eneström-Kakeya Theorem.
For a proof of the first result, see answers of a related question. In particular, the answer by Ayman Hourieh which uses Rouché's theorem.
Back to the problem at hand. It is easy to see we can rewrite $P_n(z)$ as $z f(z)$ for some polynomial $f(z)$ with real and positive coefficients. Apply the third result, we immediately find aside from a root at $z = 0$, the remaining $n-1$ roots of $P_n(z)$ lies within the closed annulus $$frac18 le |z| le left(frac{n-1
}{n}right)^3 < 1$$
Let $$g(z) = sum_{k=0}^n z^k = frac{z^{n+1}-1}{z-1}$$
It is easy to see the roots of $g(z)$ lie on the unit circle $|z|= 1 $ and all of them are simple.
By Gauss-Lucas theorem, the roots of $g'(z)$ belong to the convex hull of the roots of $g$. Since the closed unit disk $|z| le 1$ is convex, this convex hull is a subset of the closed unit disk.
Notice the convex hull is a $n$-gon which intersect the unit circle $|z| = 1$ only at the roots of $g(z)$. Since the roots of $g(z)$ are simple, none of them can be root of $g'(z)$. As a result, the roots of $g'(z)$ belongs to the open unit disk $|z| < 1$.
Since $zg'(z)$ differs from $g'(z)$ by only a root at $0$, the roots of
$$zg'(z) = sum_{k=1}^n k z^k$$
belong to the open unit disk $|z| < 1$.
Apply Gauss-Lucas theorem again and then add a root at $z = 0$, we find the roots of
$$left(zfrac{d}{dz}right)^2 g(z) = sum_{k=1}^n k^2 z^k$$
belong to the open unit disk $|z| < 1$.
Repeat this process one more time, we find all the zeros of
$$left(zfrac{d}{dz}right)^3 g(z) = sum_{k=1}^n k^3 z^k = P_n(z)$$
lie inside the unit circle.
Notes
There are other ways to arrive at same conclusion. In particular, we can use following results:
Let $displaystyle;f(z) = sum_{k=0}^m a_k z^k$ be any polynomial with real and positive coefficients.
If the coefficients $a_k$ are non-descending,
$$0 < a_0 le a_2 le cdots le a_m$$
then roots of $f(z)$ belong to the closed unit disk $|z| le 1$.
If the coefficients $a_k$ are non-ascending,
$$ a_0 ge a_1 ge cdots ge a_m > 0$$
then roots of $f(z)$ lie outside the open unit disk (i.e. $|z| ge 1$ for all the roots)
In general, the roots of $f(z)$ belong to the closed annulus
$$min_{1le k le m} frac{a_{k-1}}{a_k} le |z| le max_{1 le k le m}frac{a_{k-1}}{a_k}$$
Since it is easy to derive any one of these results from the other two,
these results are typically treated as a single theorem known as the Eneström-Kakeya Theorem.
For a proof of the first result, see answers of a related question. In particular, the answer by Ayman Hourieh which uses Rouché's theorem.
Back to the problem at hand. It is easy to see we can rewrite $P_n(z)$ as $z f(z)$ for some polynomial $f(z)$ with real and positive coefficients. Apply the third result, we immediately find aside from a root at $z = 0$, the remaining $n-1$ roots of $P_n(z)$ lies within the closed annulus $$frac18 le |z| le left(frac{n-1
}{n}right)^3 < 1$$
edited 18 hours ago
answered yesterday
achille hui
95.6k5130257
95.6k5130257
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3062568%2fdo-the-zeroes-of-this-polynomial-lie-inside-outside-or-on-the-unit-circle-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
2
hint: have you heard of Rouché's theorem? mathworld.wolfram.com/RouchesTheorem.html this might help
– Pink Panther
yesterday