How do I find $[T]_E$ when given this linear transformation $T(p(x)) = (1+2x^2)p''(x)+(1-2x)p'(x)+p(x)+p(0)$?
In this question I have been asked to find $[T]_E$.
I was given that $T: R_3[x] rightarrow R_3[x]$ is a linear transformation
defined as: $T(p(x)) = (1+2x^2)p''(x)+(1-2x)p'(x)+p(x)+p(0)$,
$p(x),p(x)',p(x)'' in R_3[x]$ and $E = { 1,x,x^2 }$ is the basis of the transformation.
For solving this question I went to the definition of matrix that represents a transformation that says:
$[T]_E = [[Te_1],[Te_2],[Te_3]]$
Now, my problem is how do I map each vector in E with this transformation (first time seeing transformation with derivatives)
Thank you in advance.
linear-algebra
add a comment |
In this question I have been asked to find $[T]_E$.
I was given that $T: R_3[x] rightarrow R_3[x]$ is a linear transformation
defined as: $T(p(x)) = (1+2x^2)p''(x)+(1-2x)p'(x)+p(x)+p(0)$,
$p(x),p(x)',p(x)'' in R_3[x]$ and $E = { 1,x,x^2 }$ is the basis of the transformation.
For solving this question I went to the definition of matrix that represents a transformation that says:
$[T]_E = [[Te_1],[Te_2],[Te_3]]$
Now, my problem is how do I map each vector in E with this transformation (first time seeing transformation with derivatives)
Thank you in advance.
linear-algebra
1
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
1
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28
add a comment |
In this question I have been asked to find $[T]_E$.
I was given that $T: R_3[x] rightarrow R_3[x]$ is a linear transformation
defined as: $T(p(x)) = (1+2x^2)p''(x)+(1-2x)p'(x)+p(x)+p(0)$,
$p(x),p(x)',p(x)'' in R_3[x]$ and $E = { 1,x,x^2 }$ is the basis of the transformation.
For solving this question I went to the definition of matrix that represents a transformation that says:
$[T]_E = [[Te_1],[Te_2],[Te_3]]$
Now, my problem is how do I map each vector in E with this transformation (first time seeing transformation with derivatives)
Thank you in advance.
linear-algebra
In this question I have been asked to find $[T]_E$.
I was given that $T: R_3[x] rightarrow R_3[x]$ is a linear transformation
defined as: $T(p(x)) = (1+2x^2)p''(x)+(1-2x)p'(x)+p(x)+p(0)$,
$p(x),p(x)',p(x)'' in R_3[x]$ and $E = { 1,x,x^2 }$ is the basis of the transformation.
For solving this question I went to the definition of matrix that represents a transformation that says:
$[T]_E = [[Te_1],[Te_2],[Te_3]]$
Now, my problem is how do I map each vector in E with this transformation (first time seeing transformation with derivatives)
Thank you in advance.
linear-algebra
linear-algebra
asked Apr 21 '16 at 16:55
LiziPizi
1,3682824
1,3682824
1
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
1
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28
add a comment |
1
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
1
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28
1
1
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
1
1
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28
add a comment |
1 Answer
1
active
oldest
votes
Actually, $[T]_E = [[Te_1]_E,[Te_2]_E,[Te_3]_E].$ Compute
$$begin{align}
Te_1 & = T(1)\
& = (1 + 2x^2)1'' + (1 - 2x)1' + 1 + 1\
& = 2\
& = color{#08F}2 cdot 1 + color{#08F}0 cdot x + color{#08F}0 cdot x^2\
& = color{#08F}2 e_1 + color{#08F}0e_2 + color{#08F}0e_3\
[Te_1]_E & = begin{bmatrix}color{#08F}{2\ 0\ 0}end{bmatrix}\\
Te_2 & = T(x)\
& = (1 + 2x^2)x'' + (1 - 2x)x' + x + 0\
& = 1 - x\
& = color{#08F}1 cdot 1 color{#08F}{- 1} cdot x + color{#08F}0 cdot x^2\
& = color{#08F}1 e_1 color{#08F}{- 1}e_2 + color{#08F}0e_3\
[Te_2]_E & = begin{bmatrix}color{#08F}{1\ -1\ 0}end{bmatrix}\\
Te_3 & = T(x^2)\
& = (1 + 2x^2)(x^2)'' + (1 - 2x)(x^2)' + x^2 + 0^2\
& = 2 - 2x + x^2\
& = color{#08F}2 cdot 1 color{#08F}{- 2} cdot x + color{#08F}1 cdot x^2\
& = color{#08F}2 e_1 color{#08F}{- 2}e_2 + color{#08F}1e_3\
[Te_3]_E & = begin{bmatrix}color{#08F}{2\ -2\ 1}end{bmatrix}.end{align}$$
Thus,
$$[T]_E = begin{bmatrix}
2 & 1 & 2\
0 & -1 & -2\
0 & 0 & 1end{bmatrix}.$$
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%2f1753028%2fhow-do-i-find-t-e-when-given-this-linear-transformation-tpx-12x2p%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
Actually, $[T]_E = [[Te_1]_E,[Te_2]_E,[Te_3]_E].$ Compute
$$begin{align}
Te_1 & = T(1)\
& = (1 + 2x^2)1'' + (1 - 2x)1' + 1 + 1\
& = 2\
& = color{#08F}2 cdot 1 + color{#08F}0 cdot x + color{#08F}0 cdot x^2\
& = color{#08F}2 e_1 + color{#08F}0e_2 + color{#08F}0e_3\
[Te_1]_E & = begin{bmatrix}color{#08F}{2\ 0\ 0}end{bmatrix}\\
Te_2 & = T(x)\
& = (1 + 2x^2)x'' + (1 - 2x)x' + x + 0\
& = 1 - x\
& = color{#08F}1 cdot 1 color{#08F}{- 1} cdot x + color{#08F}0 cdot x^2\
& = color{#08F}1 e_1 color{#08F}{- 1}e_2 + color{#08F}0e_3\
[Te_2]_E & = begin{bmatrix}color{#08F}{1\ -1\ 0}end{bmatrix}\\
Te_3 & = T(x^2)\
& = (1 + 2x^2)(x^2)'' + (1 - 2x)(x^2)' + x^2 + 0^2\
& = 2 - 2x + x^2\
& = color{#08F}2 cdot 1 color{#08F}{- 2} cdot x + color{#08F}1 cdot x^2\
& = color{#08F}2 e_1 color{#08F}{- 2}e_2 + color{#08F}1e_3\
[Te_3]_E & = begin{bmatrix}color{#08F}{2\ -2\ 1}end{bmatrix}.end{align}$$
Thus,
$$[T]_E = begin{bmatrix}
2 & 1 & 2\
0 & -1 & -2\
0 & 0 & 1end{bmatrix}.$$
add a comment |
Actually, $[T]_E = [[Te_1]_E,[Te_2]_E,[Te_3]_E].$ Compute
$$begin{align}
Te_1 & = T(1)\
& = (1 + 2x^2)1'' + (1 - 2x)1' + 1 + 1\
& = 2\
& = color{#08F}2 cdot 1 + color{#08F}0 cdot x + color{#08F}0 cdot x^2\
& = color{#08F}2 e_1 + color{#08F}0e_2 + color{#08F}0e_3\
[Te_1]_E & = begin{bmatrix}color{#08F}{2\ 0\ 0}end{bmatrix}\\
Te_2 & = T(x)\
& = (1 + 2x^2)x'' + (1 - 2x)x' + x + 0\
& = 1 - x\
& = color{#08F}1 cdot 1 color{#08F}{- 1} cdot x + color{#08F}0 cdot x^2\
& = color{#08F}1 e_1 color{#08F}{- 1}e_2 + color{#08F}0e_3\
[Te_2]_E & = begin{bmatrix}color{#08F}{1\ -1\ 0}end{bmatrix}\\
Te_3 & = T(x^2)\
& = (1 + 2x^2)(x^2)'' + (1 - 2x)(x^2)' + x^2 + 0^2\
& = 2 - 2x + x^2\
& = color{#08F}2 cdot 1 color{#08F}{- 2} cdot x + color{#08F}1 cdot x^2\
& = color{#08F}2 e_1 color{#08F}{- 2}e_2 + color{#08F}1e_3\
[Te_3]_E & = begin{bmatrix}color{#08F}{2\ -2\ 1}end{bmatrix}.end{align}$$
Thus,
$$[T]_E = begin{bmatrix}
2 & 1 & 2\
0 & -1 & -2\
0 & 0 & 1end{bmatrix}.$$
add a comment |
Actually, $[T]_E = [[Te_1]_E,[Te_2]_E,[Te_3]_E].$ Compute
$$begin{align}
Te_1 & = T(1)\
& = (1 + 2x^2)1'' + (1 - 2x)1' + 1 + 1\
& = 2\
& = color{#08F}2 cdot 1 + color{#08F}0 cdot x + color{#08F}0 cdot x^2\
& = color{#08F}2 e_1 + color{#08F}0e_2 + color{#08F}0e_3\
[Te_1]_E & = begin{bmatrix}color{#08F}{2\ 0\ 0}end{bmatrix}\\
Te_2 & = T(x)\
& = (1 + 2x^2)x'' + (1 - 2x)x' + x + 0\
& = 1 - x\
& = color{#08F}1 cdot 1 color{#08F}{- 1} cdot x + color{#08F}0 cdot x^2\
& = color{#08F}1 e_1 color{#08F}{- 1}e_2 + color{#08F}0e_3\
[Te_2]_E & = begin{bmatrix}color{#08F}{1\ -1\ 0}end{bmatrix}\\
Te_3 & = T(x^2)\
& = (1 + 2x^2)(x^2)'' + (1 - 2x)(x^2)' + x^2 + 0^2\
& = 2 - 2x + x^2\
& = color{#08F}2 cdot 1 color{#08F}{- 2} cdot x + color{#08F}1 cdot x^2\
& = color{#08F}2 e_1 color{#08F}{- 2}e_2 + color{#08F}1e_3\
[Te_3]_E & = begin{bmatrix}color{#08F}{2\ -2\ 1}end{bmatrix}.end{align}$$
Thus,
$$[T]_E = begin{bmatrix}
2 & 1 & 2\
0 & -1 & -2\
0 & 0 & 1end{bmatrix}.$$
Actually, $[T]_E = [[Te_1]_E,[Te_2]_E,[Te_3]_E].$ Compute
$$begin{align}
Te_1 & = T(1)\
& = (1 + 2x^2)1'' + (1 - 2x)1' + 1 + 1\
& = 2\
& = color{#08F}2 cdot 1 + color{#08F}0 cdot x + color{#08F}0 cdot x^2\
& = color{#08F}2 e_1 + color{#08F}0e_2 + color{#08F}0e_3\
[Te_1]_E & = begin{bmatrix}color{#08F}{2\ 0\ 0}end{bmatrix}\\
Te_2 & = T(x)\
& = (1 + 2x^2)x'' + (1 - 2x)x' + x + 0\
& = 1 - x\
& = color{#08F}1 cdot 1 color{#08F}{- 1} cdot x + color{#08F}0 cdot x^2\
& = color{#08F}1 e_1 color{#08F}{- 1}e_2 + color{#08F}0e_3\
[Te_2]_E & = begin{bmatrix}color{#08F}{1\ -1\ 0}end{bmatrix}\\
Te_3 & = T(x^2)\
& = (1 + 2x^2)(x^2)'' + (1 - 2x)(x^2)' + x^2 + 0^2\
& = 2 - 2x + x^2\
& = color{#08F}2 cdot 1 color{#08F}{- 2} cdot x + color{#08F}1 cdot x^2\
& = color{#08F}2 e_1 color{#08F}{- 2}e_2 + color{#08F}1e_3\
[Te_3]_E & = begin{bmatrix}color{#08F}{2\ -2\ 1}end{bmatrix}.end{align}$$
Thus,
$$[T]_E = begin{bmatrix}
2 & 1 & 2\
0 & -1 & -2\
0 & 0 & 1end{bmatrix}.$$
edited Nov 26 at 14:44
answered Nov 25 at 18:50
Maurice P
1,3651732
1,3651732
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%2f1753028%2fhow-do-i-find-t-e-when-given-this-linear-transformation-tpx-12x2p%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
The derivative map $D : p(x) mapsto p'(x)$ is a perfectly good linear transformation of $R_3[x]$. Can you compute the matrix representation $[D]_E$ of $D$?
– Travis
Apr 21 '16 at 16:58
1
You're welcome, I hope the suggestion was useful.
– Travis
Apr 21 '16 at 17:28