how to prove a spanning set of polynomial
$begingroup$
I am struggling so much understanding this concept of subspace and span.
The question is, Given that
$P2:W={(x+1)(ax+b)| a,b in R}$
show that
${x^2+x, x^2+2x+1}$
is a spanning set of $W$.
I don't know if I got this concept right, but I've tried to do things by letting
$p(x)=x^2+x$
$q(x)=x^2+2x+1$
then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.
but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?
linear-algebra vector-spaces
New contributor
nokdoo 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 am struggling so much understanding this concept of subspace and span.
The question is, Given that
$P2:W={(x+1)(ax+b)| a,b in R}$
show that
${x^2+x, x^2+2x+1}$
is a spanning set of $W$.
I don't know if I got this concept right, but I've tried to do things by letting
$p(x)=x^2+x$
$q(x)=x^2+2x+1$
then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.
but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?
linear-algebra vector-spaces
New contributor
nokdoo 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 am struggling so much understanding this concept of subspace and span.
The question is, Given that
$P2:W={(x+1)(ax+b)| a,b in R}$
show that
${x^2+x, x^2+2x+1}$
is a spanning set of $W$.
I don't know if I got this concept right, but I've tried to do things by letting
$p(x)=x^2+x$
$q(x)=x^2+2x+1$
then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.
but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?
linear-algebra vector-spaces
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I am struggling so much understanding this concept of subspace and span.
The question is, Given that
$P2:W={(x+1)(ax+b)| a,b in R}$
show that
${x^2+x, x^2+2x+1}$
is a spanning set of $W$.
I don't know if I got this concept right, but I've tried to do things by letting
$p(x)=x^2+x$
$q(x)=x^2+2x+1$
then multiplying them a coefficient $alpha$ and $beta$ each and adding to fit in with $W$.
but then I got an answer saying $a=alpha + beta$, $a+b = alpha+ 2beta, b=beta$, which means... no solution? I am guessing? so this does not span $W$. Am I right?
linear-algebra vector-spaces
linear-algebra vector-spaces
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
Thomas Shelby
2,685421
2,685421
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 hours ago
nokdoonokdoo
161
161
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
nokdoo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
$(x+1)(ax+b)=ax^2+(b+a)x+b.$
Claim: There exists $alpha, betain Bbb R $ such that
$$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
$$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
Comparing coefficients, we get
$$a=alpha+betatag2$$
$$b+a=alpha+2betatag3$$
$$b=beta tag4$$
Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.
$endgroup$
add a comment |
$begingroup$
No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.
On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.
$endgroup$
add a comment |
$begingroup$
Hint: First, $W$ is a $2$-dimensional vector space (easy to see).
Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)
Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.
Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
.
$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
});
}
});
nokdoo 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%2f3090901%2fhow-to-prove-a-spanning-set-of-polynomial%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$(x+1)(ax+b)=ax^2+(b+a)x+b.$
Claim: There exists $alpha, betain Bbb R $ such that
$$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
$$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
Comparing coefficients, we get
$$a=alpha+betatag2$$
$$b+a=alpha+2betatag3$$
$$b=beta tag4$$
Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.
$endgroup$
add a comment |
$begingroup$
$(x+1)(ax+b)=ax^2+(b+a)x+b.$
Claim: There exists $alpha, betain Bbb R $ such that
$$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
$$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
Comparing coefficients, we get
$$a=alpha+betatag2$$
$$b+a=alpha+2betatag3$$
$$b=beta tag4$$
Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.
$endgroup$
add a comment |
$begingroup$
$(x+1)(ax+b)=ax^2+(b+a)x+b.$
Claim: There exists $alpha, betain Bbb R $ such that
$$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
$$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
Comparing coefficients, we get
$$a=alpha+betatag2$$
$$b+a=alpha+2betatag3$$
$$b=beta tag4$$
Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.
$endgroup$
$(x+1)(ax+b)=ax^2+(b+a)x+b.$
Claim: There exists $alpha, betain Bbb R $ such that
$$ax^2+(b+a)x+b=alpha(x^2+x)+beta( x^2+2x+1)tag1$$
$$ax^2+(b+a)x+b=(alpha+beta)x^2+(alpha+2beta)x+beta$$
Comparing coefficients, we get
$$a=alpha+betatag2$$
$$b+a=alpha+2betatag3$$
$$b=beta tag4$$
Substituting $(4) $ in $(1) $ gives $alpha=a-b$ (you can verify the solution using $(3)$).
In other words, $forall a,binBbb R $, there exists $alpha=a-b, beta =b $ such that $(1) $ holds. Hence ${x^2+x,x^2+2x+1} $ is indeed a spanning set.
answered 3 hours ago
Thomas ShelbyThomas Shelby
2,685421
2,685421
add a comment |
add a comment |
$begingroup$
No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.
On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.
$endgroup$
add a comment |
$begingroup$
No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.
On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.
$endgroup$
add a comment |
$begingroup$
No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.
On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.
$endgroup$
No, you are wrong. Note that$$x^2+x=(x+1)xtext{ and that }x^2+2x+1=(x+1)(x+1).$$So, both polynomails $x^2+x$ and $x^2+2x+1$ belong indeed to $W$ and therefore they span a subspace of $W$.
On the other hand, if $(x+1)(ax+b)in W$, thenbegin{align}(x+1)(ax+b)&=(a-b)(x+1)x+b(x+1)(x+1)\&=(a-b)(x^2+x)+b(x^2+2x+1)end{align}which belongs, of course, to $operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$. So, $W=operatorname{span}bigl({x^2+x,x^2+2x+1}bigr)$.
edited 3 hours ago
answered 4 hours ago
José Carlos SantosJosé Carlos Santos
157k22126227
157k22126227
add a comment |
add a comment |
$begingroup$
Hint: First, $W$ is a $2$-dimensional vector space (easy to see).
Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)
Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.
Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
.
$endgroup$
add a comment |
$begingroup$
Hint: First, $W$ is a $2$-dimensional vector space (easy to see).
Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)
Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.
Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
.
$endgroup$
add a comment |
$begingroup$
Hint: First, $W$ is a $2$-dimensional vector space (easy to see).
Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)
Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.
Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
.
$endgroup$
Hint: First, $W$ is a $2$-dimensional vector space (easy to see).
Now, ${x^2+x,x^2+2x+1}$ is linearly independent (easy to see)
Let $a=1,b=0$. We get $x^2+x$. Now let $a=1,b=1$. We get $x^2+2x+1$.
Thus $W=operatorname{span} {x^2+x,x^2+2x+1}$.
.
edited 3 hours ago
answered 3 hours ago
Chris CusterChris Custer
11.8k3825
11.8k3825
add a comment |
add a comment |
nokdoo is a new contributor. Be nice, and check out our Code of Conduct.
nokdoo is a new contributor. Be nice, and check out our Code of Conduct.
nokdoo is a new contributor. Be nice, and check out our Code of Conduct.
nokdoo 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%2f3090901%2fhow-to-prove-a-spanning-set-of-polynomial%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