$U={ pin P_{4}left( mathbb{R} right) : p''left( 6right) =0}$ Find a basis for $U$
$begingroup$
Find a basis for $U$, where
$$U={ pin P_{4}left( mathbb{R} right) : p''left( 6right) =0}.$$
This question is 2.C 5 of Linear Algebra Done right.
I would like to know how this person got the example basis: $${1, x, x^{3}-18x^{2},x^{4}-12x^{3}}.$$
My attempt:
Take $ fleft( xright) = ax^{4}+bx^{3}+cx^{2}+dx + e$
$f''= 12ax^{2}+6bx+2c $
$implies f''left( 6right) = 0 implies c = -6^{3}a-18b$
$implies fleft( xright) = a(x^{4}-6^{3}x^{2})+b(x^{3}-18x^{2})+dx + e$
$implies$ my basis is ${1, x, x^{3}-18x^{2},x^{4}-6^{3}x^{2}}$
Where have I gone wrong?
linear-algebra proof-verification polynomials vector-spaces hamel-basis
$endgroup$
add a comment |
$begingroup$
Find a basis for $U$, where
$$U={ pin P_{4}left( mathbb{R} right) : p''left( 6right) =0}.$$
This question is 2.C 5 of Linear Algebra Done right.
I would like to know how this person got the example basis: $${1, x, x^{3}-18x^{2},x^{4}-12x^{3}}.$$
My attempt:
Take $ fleft( xright) = ax^{4}+bx^{3}+cx^{2}+dx + e$
$f''= 12ax^{2}+6bx+2c $
$implies f''left( 6right) = 0 implies c = -6^{3}a-18b$
$implies fleft( xright) = a(x^{4}-6^{3}x^{2})+b(x^{3}-18x^{2})+dx + e$
$implies$ my basis is ${1, x, x^{3}-18x^{2},x^{4}-6^{3}x^{2}}$
Where have I gone wrong?
linear-algebra proof-verification polynomials vector-spaces hamel-basis
$endgroup$
1
$begingroup$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40
add a comment |
$begingroup$
Find a basis for $U$, where
$$U={ pin P_{4}left( mathbb{R} right) : p''left( 6right) =0}.$$
This question is 2.C 5 of Linear Algebra Done right.
I would like to know how this person got the example basis: $${1, x, x^{3}-18x^{2},x^{4}-12x^{3}}.$$
My attempt:
Take $ fleft( xright) = ax^{4}+bx^{3}+cx^{2}+dx + e$
$f''= 12ax^{2}+6bx+2c $
$implies f''left( 6right) = 0 implies c = -6^{3}a-18b$
$implies fleft( xright) = a(x^{4}-6^{3}x^{2})+b(x^{3}-18x^{2})+dx + e$
$implies$ my basis is ${1, x, x^{3}-18x^{2},x^{4}-6^{3}x^{2}}$
Where have I gone wrong?
linear-algebra proof-verification polynomials vector-spaces hamel-basis
$endgroup$
Find a basis for $U$, where
$$U={ pin P_{4}left( mathbb{R} right) : p''left( 6right) =0}.$$
This question is 2.C 5 of Linear Algebra Done right.
I would like to know how this person got the example basis: $${1, x, x^{3}-18x^{2},x^{4}-12x^{3}}.$$
My attempt:
Take $ fleft( xright) = ax^{4}+bx^{3}+cx^{2}+dx + e$
$f''= 12ax^{2}+6bx+2c $
$implies f''left( 6right) = 0 implies c = -6^{3}a-18b$
$implies fleft( xright) = a(x^{4}-6^{3}x^{2})+b(x^{3}-18x^{2})+dx + e$
$implies$ my basis is ${1, x, x^{3}-18x^{2},x^{4}-6^{3}x^{2}}$
Where have I gone wrong?
linear-algebra proof-verification polynomials vector-spaces hamel-basis
linear-algebra proof-verification polynomials vector-spaces hamel-basis
edited Dec 9 '18 at 19:10
user593746
asked Sep 17 '18 at 8:29
JimSiJimSi
19629
19629
1
$begingroup$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40
add a comment |
1
$begingroup$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40
1
1
$begingroup$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40
$begingroup$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
There is nothing wrong with both bases. Observe that your basis element $x^4-6^3x^2$ is a linear combination of the "other" basis:
$$x^4-6^3x^2=(x^4-12x^3)+12(x^3-18x^2),.$$
And vice versa, the basis element $x^4-12x^3$ of the "other" basis is obtained via a linear combination of your basis:
$$x^4-12x^3=(x^4-6^3x^2)-12(x^3-18x^2),.$$
As Kavi Rama Murthy said, a vector space does not have a unique basis.
$endgroup$
add a comment |
$begingroup$
Alternatively, write
$$f(x) = a_0 + a_1(x-6) + a_2(x-6)^2 + a_3(x-6)^3 + a_4(x-6)^4$$
so $f in U$ if and only if $$0 = f''(6) = Big(2a_2 + 6a_3(x-6) + 12a_4(x-6)^4Big)Bigg|_{x = 6} = 2a_2$$
meaning $a_2 = 0$. Therefore, another basis for $U$ is $$Big{1, x-6 , (x-6)^3, (x-6)^4Big}$$
$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%2f2919984%2fu-p-in-p-4-left-mathbbr-right-p-left-6-right-0-find-a-basi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is nothing wrong with both bases. Observe that your basis element $x^4-6^3x^2$ is a linear combination of the "other" basis:
$$x^4-6^3x^2=(x^4-12x^3)+12(x^3-18x^2),.$$
And vice versa, the basis element $x^4-12x^3$ of the "other" basis is obtained via a linear combination of your basis:
$$x^4-12x^3=(x^4-6^3x^2)-12(x^3-18x^2),.$$
As Kavi Rama Murthy said, a vector space does not have a unique basis.
$endgroup$
add a comment |
$begingroup$
There is nothing wrong with both bases. Observe that your basis element $x^4-6^3x^2$ is a linear combination of the "other" basis:
$$x^4-6^3x^2=(x^4-12x^3)+12(x^3-18x^2),.$$
And vice versa, the basis element $x^4-12x^3$ of the "other" basis is obtained via a linear combination of your basis:
$$x^4-12x^3=(x^4-6^3x^2)-12(x^3-18x^2),.$$
As Kavi Rama Murthy said, a vector space does not have a unique basis.
$endgroup$
add a comment |
$begingroup$
There is nothing wrong with both bases. Observe that your basis element $x^4-6^3x^2$ is a linear combination of the "other" basis:
$$x^4-6^3x^2=(x^4-12x^3)+12(x^3-18x^2),.$$
And vice versa, the basis element $x^4-12x^3$ of the "other" basis is obtained via a linear combination of your basis:
$$x^4-12x^3=(x^4-6^3x^2)-12(x^3-18x^2),.$$
As Kavi Rama Murthy said, a vector space does not have a unique basis.
$endgroup$
There is nothing wrong with both bases. Observe that your basis element $x^4-6^3x^2$ is a linear combination of the "other" basis:
$$x^4-6^3x^2=(x^4-12x^3)+12(x^3-18x^2),.$$
And vice versa, the basis element $x^4-12x^3$ of the "other" basis is obtained via a linear combination of your basis:
$$x^4-12x^3=(x^4-6^3x^2)-12(x^3-18x^2),.$$
As Kavi Rama Murthy said, a vector space does not have a unique basis.
answered Sep 17 '18 at 8:47
user593746
add a comment |
add a comment |
$begingroup$
Alternatively, write
$$f(x) = a_0 + a_1(x-6) + a_2(x-6)^2 + a_3(x-6)^3 + a_4(x-6)^4$$
so $f in U$ if and only if $$0 = f''(6) = Big(2a_2 + 6a_3(x-6) + 12a_4(x-6)^4Big)Bigg|_{x = 6} = 2a_2$$
meaning $a_2 = 0$. Therefore, another basis for $U$ is $$Big{1, x-6 , (x-6)^3, (x-6)^4Big}$$
$endgroup$
add a comment |
$begingroup$
Alternatively, write
$$f(x) = a_0 + a_1(x-6) + a_2(x-6)^2 + a_3(x-6)^3 + a_4(x-6)^4$$
so $f in U$ if and only if $$0 = f''(6) = Big(2a_2 + 6a_3(x-6) + 12a_4(x-6)^4Big)Bigg|_{x = 6} = 2a_2$$
meaning $a_2 = 0$. Therefore, another basis for $U$ is $$Big{1, x-6 , (x-6)^3, (x-6)^4Big}$$
$endgroup$
add a comment |
$begingroup$
Alternatively, write
$$f(x) = a_0 + a_1(x-6) + a_2(x-6)^2 + a_3(x-6)^3 + a_4(x-6)^4$$
so $f in U$ if and only if $$0 = f''(6) = Big(2a_2 + 6a_3(x-6) + 12a_4(x-6)^4Big)Bigg|_{x = 6} = 2a_2$$
meaning $a_2 = 0$. Therefore, another basis for $U$ is $$Big{1, x-6 , (x-6)^3, (x-6)^4Big}$$
$endgroup$
Alternatively, write
$$f(x) = a_0 + a_1(x-6) + a_2(x-6)^2 + a_3(x-6)^3 + a_4(x-6)^4$$
so $f in U$ if and only if $$0 = f''(6) = Big(2a_2 + 6a_3(x-6) + 12a_4(x-6)^4Big)Bigg|_{x = 6} = 2a_2$$
meaning $a_2 = 0$. Therefore, another basis for $U$ is $$Big{1, x-6 , (x-6)^3, (x-6)^4Big}$$
answered Sep 17 '18 at 9:28
mechanodroidmechanodroid
27.3k62446
27.3k62446
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%2f2919984%2fu-p-in-p-4-left-mathbbr-right-p-left-6-right-0-find-a-basi%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$
You haven't done anything wrong. Both answers are correct. Basis is not unique.
$endgroup$
– Kavi Rama Murthy
Sep 17 '18 at 8:40