Endomorphism on polynomial vector space $mathbb{R}_3[x]$
$begingroup$
Let $ mathbb{R}_3[x] $ be the vector space of the polynomials with the degree $ le 3$. Given the endomorphism on this vector space, $$ T:mathbb{R}_3[x] to mathbb{R}_3[x], T(f)(x) = f(x+1)-f(x), $$ calculate its eigenvalues, eigenvectors and also its matrix representation in the base $ {{1,x,x^2, x^3} } $ of this space.
So far I tried to calculate the eigenvalues using the basic formula $T(f)(x) = lambda x$. This resulted in an equation depending on $lambda : f(x+1)-f(x)(lambda-1)=0$. What should I do next?
Thank you!
linear-algebra vector-spaces eigenvalues-eigenvectors vector-space-isomorphism
$endgroup$
add a comment |
$begingroup$
Let $ mathbb{R}_3[x] $ be the vector space of the polynomials with the degree $ le 3$. Given the endomorphism on this vector space, $$ T:mathbb{R}_3[x] to mathbb{R}_3[x], T(f)(x) = f(x+1)-f(x), $$ calculate its eigenvalues, eigenvectors and also its matrix representation in the base $ {{1,x,x^2, x^3} } $ of this space.
So far I tried to calculate the eigenvalues using the basic formula $T(f)(x) = lambda x$. This resulted in an equation depending on $lambda : f(x+1)-f(x)(lambda-1)=0$. What should I do next?
Thank you!
linear-algebra vector-spaces eigenvalues-eigenvectors vector-space-isomorphism
$endgroup$
1
$begingroup$
Note that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29
add a comment |
$begingroup$
Let $ mathbb{R}_3[x] $ be the vector space of the polynomials with the degree $ le 3$. Given the endomorphism on this vector space, $$ T:mathbb{R}_3[x] to mathbb{R}_3[x], T(f)(x) = f(x+1)-f(x), $$ calculate its eigenvalues, eigenvectors and also its matrix representation in the base $ {{1,x,x^2, x^3} } $ of this space.
So far I tried to calculate the eigenvalues using the basic formula $T(f)(x) = lambda x$. This resulted in an equation depending on $lambda : f(x+1)-f(x)(lambda-1)=0$. What should I do next?
Thank you!
linear-algebra vector-spaces eigenvalues-eigenvectors vector-space-isomorphism
$endgroup$
Let $ mathbb{R}_3[x] $ be the vector space of the polynomials with the degree $ le 3$. Given the endomorphism on this vector space, $$ T:mathbb{R}_3[x] to mathbb{R}_3[x], T(f)(x) = f(x+1)-f(x), $$ calculate its eigenvalues, eigenvectors and also its matrix representation in the base $ {{1,x,x^2, x^3} } $ of this space.
So far I tried to calculate the eigenvalues using the basic formula $T(f)(x) = lambda x$. This resulted in an equation depending on $lambda : f(x+1)-f(x)(lambda-1)=0$. What should I do next?
Thank you!
linear-algebra vector-spaces eigenvalues-eigenvectors vector-space-isomorphism
linear-algebra vector-spaces eigenvalues-eigenvectors vector-space-isomorphism
asked Jan 21 at 10:17
Radu BouaruRadu Bouaru
747
747
1
$begingroup$
Note that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29
add a comment |
1
$begingroup$
Note that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29
1
1
$begingroup$
Note that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29
$begingroup$
Note that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There are two ways to see that only $ 0 $ is an eigenvalue, with eigenvectors the constant polynomials :
Consider your polynomial $ P = aX^k + R $ where $ k > 0 $ and $ operatorname{deg} R < k $. We have
$$ begin{align} T(P)&= a((X+1)^k - X^k) + T(R) \
&= a(X+1 -X)sum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R)\
&= asum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R) end{align}$$
which is of degree $ < k $, and thus cannot be equal to $ P $Consider your polynomial $ P $ in $ mathbb{C}[X] $ instead, then suppose $ T(P) = lambda P $ and $ P $ non-constant. It has one root $ z $ by d'Alembert-Gauss, and the functional equation gives you that $ z + 1 $ is another root. By induction $ P $ has an infinite number of roots and $ P = 0 $.
Calculation of $ T $ on constant polynomials then gives you the desired conclusion.
As for the matrix representation, just use the identity $ (a + b)^n = sum_{k=0}^n binom{n}{k}a^kb^{n-k}.$
$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%2f3081708%2fendomorphism-on-polynomial-vector-space-mathbbr-3x%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
$begingroup$
There are two ways to see that only $ 0 $ is an eigenvalue, with eigenvectors the constant polynomials :
Consider your polynomial $ P = aX^k + R $ where $ k > 0 $ and $ operatorname{deg} R < k $. We have
$$ begin{align} T(P)&= a((X+1)^k - X^k) + T(R) \
&= a(X+1 -X)sum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R)\
&= asum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R) end{align}$$
which is of degree $ < k $, and thus cannot be equal to $ P $Consider your polynomial $ P $ in $ mathbb{C}[X] $ instead, then suppose $ T(P) = lambda P $ and $ P $ non-constant. It has one root $ z $ by d'Alembert-Gauss, and the functional equation gives you that $ z + 1 $ is another root. By induction $ P $ has an infinite number of roots and $ P = 0 $.
Calculation of $ T $ on constant polynomials then gives you the desired conclusion.
As for the matrix representation, just use the identity $ (a + b)^n = sum_{k=0}^n binom{n}{k}a^kb^{n-k}.$
$endgroup$
add a comment |
$begingroup$
There are two ways to see that only $ 0 $ is an eigenvalue, with eigenvectors the constant polynomials :
Consider your polynomial $ P = aX^k + R $ where $ k > 0 $ and $ operatorname{deg} R < k $. We have
$$ begin{align} T(P)&= a((X+1)^k - X^k) + T(R) \
&= a(X+1 -X)sum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R)\
&= asum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R) end{align}$$
which is of degree $ < k $, and thus cannot be equal to $ P $Consider your polynomial $ P $ in $ mathbb{C}[X] $ instead, then suppose $ T(P) = lambda P $ and $ P $ non-constant. It has one root $ z $ by d'Alembert-Gauss, and the functional equation gives you that $ z + 1 $ is another root. By induction $ P $ has an infinite number of roots and $ P = 0 $.
Calculation of $ T $ on constant polynomials then gives you the desired conclusion.
As for the matrix representation, just use the identity $ (a + b)^n = sum_{k=0}^n binom{n}{k}a^kb^{n-k}.$
$endgroup$
add a comment |
$begingroup$
There are two ways to see that only $ 0 $ is an eigenvalue, with eigenvectors the constant polynomials :
Consider your polynomial $ P = aX^k + R $ where $ k > 0 $ and $ operatorname{deg} R < k $. We have
$$ begin{align} T(P)&= a((X+1)^k - X^k) + T(R) \
&= a(X+1 -X)sum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R)\
&= asum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R) end{align}$$
which is of degree $ < k $, and thus cannot be equal to $ P $Consider your polynomial $ P $ in $ mathbb{C}[X] $ instead, then suppose $ T(P) = lambda P $ and $ P $ non-constant. It has one root $ z $ by d'Alembert-Gauss, and the functional equation gives you that $ z + 1 $ is another root. By induction $ P $ has an infinite number of roots and $ P = 0 $.
Calculation of $ T $ on constant polynomials then gives you the desired conclusion.
As for the matrix representation, just use the identity $ (a + b)^n = sum_{k=0}^n binom{n}{k}a^kb^{n-k}.$
$endgroup$
There are two ways to see that only $ 0 $ is an eigenvalue, with eigenvectors the constant polynomials :
Consider your polynomial $ P = aX^k + R $ where $ k > 0 $ and $ operatorname{deg} R < k $. We have
$$ begin{align} T(P)&= a((X+1)^k - X^k) + T(R) \
&= a(X+1 -X)sum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R)\
&= asum_{i=0}^{k-1}(X+1)^iX^{k-1-i} + T(R) end{align}$$
which is of degree $ < k $, and thus cannot be equal to $ P $Consider your polynomial $ P $ in $ mathbb{C}[X] $ instead, then suppose $ T(P) = lambda P $ and $ P $ non-constant. It has one root $ z $ by d'Alembert-Gauss, and the functional equation gives you that $ z + 1 $ is another root. By induction $ P $ has an infinite number of roots and $ P = 0 $.
Calculation of $ T $ on constant polynomials then gives you the desired conclusion.
As for the matrix representation, just use the identity $ (a + b)^n = sum_{k=0}^n binom{n}{k}a^kb^{n-k}.$
answered Jan 21 at 10:43
FreeSaladFreeSalad
479211
479211
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%2f3081708%2fendomorphism-on-polynomial-vector-space-mathbbr-3x%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 that the formula you would get is $T(f) = lambda f$, or, equivalently, $T(f)(x) = (lambda f)(x) = lambda f(x)$. The obvious thing to do next is to write $f(x) = ax^3 + bx^2 + cx + d$, and then see what conditions you get on $a, b, c, d, lambda$ so that your equation holds. (Note that this is basically equivalent to writing $f$ using the basis coordinates ${1, x, x^2, x^3}$ and looking at $T$ as a mapping $mathbb R^4 to mathbb R^4$.)
$endgroup$
– Mees de Vries
Jan 21 at 10:29