Find all values of a for which the system has trivial solutions
$begingroup$
$$begin{pmatrix}1+a & 1 & 1 & 1\ 1 & 1-a & 1 & 1\1 & 1 & 1 & a\1 & 2 & 2 & 1\end{pmatrix}$$
As the title says, find all values of a for which the system has trivial solutions.
I have tried row reduction but I haven't gotten anywhere with it. So what I have done is calculate the determinant, which is:
2 a^3 - a
From what I understand system has trivial solutions if and only if det(A) != 0.
So the solution for this problem would be every ${rm I!R}$ number except where det(A) == 0 ?
matrices
$endgroup$
add a comment |
$begingroup$
$$begin{pmatrix}1+a & 1 & 1 & 1\ 1 & 1-a & 1 & 1\1 & 1 & 1 & a\1 & 2 & 2 & 1\end{pmatrix}$$
As the title says, find all values of a for which the system has trivial solutions.
I have tried row reduction but I haven't gotten anywhere with it. So what I have done is calculate the determinant, which is:
2 a^3 - a
From what I understand system has trivial solutions if and only if det(A) != 0.
So the solution for this problem would be every ${rm I!R}$ number except where det(A) == 0 ?
matrices
$endgroup$
1
$begingroup$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08
add a comment |
$begingroup$
$$begin{pmatrix}1+a & 1 & 1 & 1\ 1 & 1-a & 1 & 1\1 & 1 & 1 & a\1 & 2 & 2 & 1\end{pmatrix}$$
As the title says, find all values of a for which the system has trivial solutions.
I have tried row reduction but I haven't gotten anywhere with it. So what I have done is calculate the determinant, which is:
2 a^3 - a
From what I understand system has trivial solutions if and only if det(A) != 0.
So the solution for this problem would be every ${rm I!R}$ number except where det(A) == 0 ?
matrices
$endgroup$
$$begin{pmatrix}1+a & 1 & 1 & 1\ 1 & 1-a & 1 & 1\1 & 1 & 1 & a\1 & 2 & 2 & 1\end{pmatrix}$$
As the title says, find all values of a for which the system has trivial solutions.
I have tried row reduction but I haven't gotten anywhere with it. So what I have done is calculate the determinant, which is:
2 a^3 - a
From what I understand system has trivial solutions if and only if det(A) != 0.
So the solution for this problem would be every ${rm I!R}$ number except where det(A) == 0 ?
matrices
matrices
asked Feb 3 at 1:21
IronCanTacoIronCanTaco
134
134
1
$begingroup$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08
add a comment |
1
$begingroup$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08
1
1
$begingroup$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your determinant is correct, so we get some values to check
$$det A = a left(2 a^2-1right) implies a = 0, pm dfrac{1}{sqrt{2}}$$
If $a = 0$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 1 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & sqrt{2}-1 \
0 & 1 & 0 & 1-sqrt{2} \
0 & 0 & 1 & frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = -dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & -sqrt{2}-1 \
0 & 1 & 0 & sqrt{2}+1 \
0 & 0 & 1 & -frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a ne 0, a ne pm dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 1 & 0 \
0 & 0 & 0 & 1 \
end{bmatrix}$$
Hopefully you can complete the question now.
$endgroup$
add a comment |
Your Answer
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%2f3098042%2ffind-all-values-of-a-for-which-the-system-has-trivial-solutions%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$
Your determinant is correct, so we get some values to check
$$det A = a left(2 a^2-1right) implies a = 0, pm dfrac{1}{sqrt{2}}$$
If $a = 0$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 1 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & sqrt{2}-1 \
0 & 1 & 0 & 1-sqrt{2} \
0 & 0 & 1 & frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = -dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & -sqrt{2}-1 \
0 & 1 & 0 & sqrt{2}+1 \
0 & 0 & 1 & -frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a ne 0, a ne pm dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 1 & 0 \
0 & 0 & 0 & 1 \
end{bmatrix}$$
Hopefully you can complete the question now.
$endgroup$
add a comment |
$begingroup$
Your determinant is correct, so we get some values to check
$$det A = a left(2 a^2-1right) implies a = 0, pm dfrac{1}{sqrt{2}}$$
If $a = 0$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 1 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & sqrt{2}-1 \
0 & 1 & 0 & 1-sqrt{2} \
0 & 0 & 1 & frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = -dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & -sqrt{2}-1 \
0 & 1 & 0 & sqrt{2}+1 \
0 & 0 & 1 & -frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a ne 0, a ne pm dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 1 & 0 \
0 & 0 & 0 & 1 \
end{bmatrix}$$
Hopefully you can complete the question now.
$endgroup$
add a comment |
$begingroup$
Your determinant is correct, so we get some values to check
$$det A = a left(2 a^2-1right) implies a = 0, pm dfrac{1}{sqrt{2}}$$
If $a = 0$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 1 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & sqrt{2}-1 \
0 & 1 & 0 & 1-sqrt{2} \
0 & 0 & 1 & frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = -dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & -sqrt{2}-1 \
0 & 1 & 0 & sqrt{2}+1 \
0 & 0 & 1 & -frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a ne 0, a ne pm dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 1 & 0 \
0 & 0 & 0 & 1 \
end{bmatrix}$$
Hopefully you can complete the question now.
$endgroup$
Your determinant is correct, so we get some values to check
$$det A = a left(2 a^2-1right) implies a = 0, pm dfrac{1}{sqrt{2}}$$
If $a = 0$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 1 & 0 \
0 & 0 & 0 & 1 \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & sqrt{2}-1 \
0 & 1 & 0 & 1-sqrt{2} \
0 & 0 & 1 & frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a = -dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & -sqrt{2}-1 \
0 & 1 & 0 & sqrt{2}+1 \
0 & 0 & 1 & -frac{1}{sqrt{2}} \
0 & 0 & 0 & 0 \
end{bmatrix}$$
If $a ne 0, a ne pm dfrac{1}{sqrt{2}}$, the RREF is
$$begin{bmatrix}
1 & 0 & 0 & 0 \
0 & 1 & 0 & 0 \
0 & 0 & 1 & 0 \
0 & 0 & 0 & 1 \
end{bmatrix}$$
Hopefully you can complete the question now.
answered Feb 3 at 6:26


MooMoo
5,64031020
5,64031020
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%2f3098042%2ffind-all-values-of-a-for-which-the-system-has-trivial-solutions%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$
Your reasoning seems correct.
$endgroup$
– Hanul Jeon
Feb 3 at 1:29
$begingroup$
What do you mean by “trivial solutions?” That usually means that the zero vector is a solution, which is true for every homogeneous system. Perhaps you meant “unique” instead of “trivial?”
$endgroup$
– amd
Feb 3 at 2:08