Quadratic form as a homogenous polynomial
$begingroup$
Let $Q(v)=v'Av$, where$v=begin{pmatrix}x&y&z&wend{pmatrix} A=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&1\0&0&1&0end{pmatrix}$, then does there exist an invertible matrix $P$ such that $Q(Pv)=x^2+y^2-zw$? Note that all terms are in $mathbb{R}$. I think we should use orthogonal diagonalization of $A$. But, the term $zw$ is intriguing
linear-algebra quadratic-forms
$endgroup$
add a comment |
$begingroup$
Let $Q(v)=v'Av$, where$v=begin{pmatrix}x&y&z&wend{pmatrix} A=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&1\0&0&1&0end{pmatrix}$, then does there exist an invertible matrix $P$ such that $Q(Pv)=x^2+y^2-zw$? Note that all terms are in $mathbb{R}$. I think we should use orthogonal diagonalization of $A$. But, the term $zw$ is intriguing
linear-algebra quadratic-forms
$endgroup$
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36
add a comment |
$begingroup$
Let $Q(v)=v'Av$, where$v=begin{pmatrix}x&y&z&wend{pmatrix} A=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&1\0&0&1&0end{pmatrix}$, then does there exist an invertible matrix $P$ such that $Q(Pv)=x^2+y^2-zw$? Note that all terms are in $mathbb{R}$. I think we should use orthogonal diagonalization of $A$. But, the term $zw$ is intriguing
linear-algebra quadratic-forms
$endgroup$
Let $Q(v)=v'Av$, where$v=begin{pmatrix}x&y&z&wend{pmatrix} A=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&1\0&0&1&0end{pmatrix}$, then does there exist an invertible matrix $P$ such that $Q(Pv)=x^2+y^2-zw$? Note that all terms are in $mathbb{R}$. I think we should use orthogonal diagonalization of $A$. But, the term $zw$ is intriguing
linear-algebra quadratic-forms
linear-algebra quadratic-forms
edited Dec 12 '18 at 14:37
vidyarthi
asked Dec 12 '18 at 10:47
vidyarthividyarthi
2,9641832
2,9641832
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36
add a comment |
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Note that $Q(Pv)=v^{top}P^{top}APv$, so one approach is to find $P$ such that
$$P^{top}AP=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&-frac{1}{2}\0&0&-frac{1}{2}&0end{pmatrix}.$$
As the first two rows and columns of $P^{top}AP$ are the same as those of $A$, it makes sense to have $P$ leave those alone, i.e. to take $P$ of the form
$$P=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&a&b\0&0&c&dend{pmatrix}.$$
This reduces the problem to a problem on $2times2$-matrices, which is very manageable without any theory. We get the system of equations
begin{eqnarray*}
ac+ba&=&0,\
c^2+ad&=&-frac{1}{2},\
b^2+ad&=&-frac{1}{2},\
cd+bd&=&0
end{eqnarray*}
which immediately implies $b^2=c^2$, and $b+c=0$ or $a=d=0$. This immediately shows the easy solution $a=d=0$ and $b=c=frac{1}{sqrt{2}}i$. The remaining (family of) solutions is not hard to determine from the system above.
$endgroup$
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
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%2f3036526%2fquadratic-form-as-a-homogenous-polynomial%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$
Note that $Q(Pv)=v^{top}P^{top}APv$, so one approach is to find $P$ such that
$$P^{top}AP=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&-frac{1}{2}\0&0&-frac{1}{2}&0end{pmatrix}.$$
As the first two rows and columns of $P^{top}AP$ are the same as those of $A$, it makes sense to have $P$ leave those alone, i.e. to take $P$ of the form
$$P=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&a&b\0&0&c&dend{pmatrix}.$$
This reduces the problem to a problem on $2times2$-matrices, which is very manageable without any theory. We get the system of equations
begin{eqnarray*}
ac+ba&=&0,\
c^2+ad&=&-frac{1}{2},\
b^2+ad&=&-frac{1}{2},\
cd+bd&=&0
end{eqnarray*}
which immediately implies $b^2=c^2$, and $b+c=0$ or $a=d=0$. This immediately shows the easy solution $a=d=0$ and $b=c=frac{1}{sqrt{2}}i$. The remaining (family of) solutions is not hard to determine from the system above.
$endgroup$
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
add a comment |
$begingroup$
Note that $Q(Pv)=v^{top}P^{top}APv$, so one approach is to find $P$ such that
$$P^{top}AP=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&-frac{1}{2}\0&0&-frac{1}{2}&0end{pmatrix}.$$
As the first two rows and columns of $P^{top}AP$ are the same as those of $A$, it makes sense to have $P$ leave those alone, i.e. to take $P$ of the form
$$P=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&a&b\0&0&c&dend{pmatrix}.$$
This reduces the problem to a problem on $2times2$-matrices, which is very manageable without any theory. We get the system of equations
begin{eqnarray*}
ac+ba&=&0,\
c^2+ad&=&-frac{1}{2},\
b^2+ad&=&-frac{1}{2},\
cd+bd&=&0
end{eqnarray*}
which immediately implies $b^2=c^2$, and $b+c=0$ or $a=d=0$. This immediately shows the easy solution $a=d=0$ and $b=c=frac{1}{sqrt{2}}i$. The remaining (family of) solutions is not hard to determine from the system above.
$endgroup$
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
add a comment |
$begingroup$
Note that $Q(Pv)=v^{top}P^{top}APv$, so one approach is to find $P$ such that
$$P^{top}AP=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&-frac{1}{2}\0&0&-frac{1}{2}&0end{pmatrix}.$$
As the first two rows and columns of $P^{top}AP$ are the same as those of $A$, it makes sense to have $P$ leave those alone, i.e. to take $P$ of the form
$$P=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&a&b\0&0&c&dend{pmatrix}.$$
This reduces the problem to a problem on $2times2$-matrices, which is very manageable without any theory. We get the system of equations
begin{eqnarray*}
ac+ba&=&0,\
c^2+ad&=&-frac{1}{2},\
b^2+ad&=&-frac{1}{2},\
cd+bd&=&0
end{eqnarray*}
which immediately implies $b^2=c^2$, and $b+c=0$ or $a=d=0$. This immediately shows the easy solution $a=d=0$ and $b=c=frac{1}{sqrt{2}}i$. The remaining (family of) solutions is not hard to determine from the system above.
$endgroup$
Note that $Q(Pv)=v^{top}P^{top}APv$, so one approach is to find $P$ such that
$$P^{top}AP=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&0&-frac{1}{2}\0&0&-frac{1}{2}&0end{pmatrix}.$$
As the first two rows and columns of $P^{top}AP$ are the same as those of $A$, it makes sense to have $P$ leave those alone, i.e. to take $P$ of the form
$$P=begin{pmatrix}1&0&0&0\0&1&0&0\0&0&a&b\0&0&c&dend{pmatrix}.$$
This reduces the problem to a problem on $2times2$-matrices, which is very manageable without any theory. We get the system of equations
begin{eqnarray*}
ac+ba&=&0,\
c^2+ad&=&-frac{1}{2},\
b^2+ad&=&-frac{1}{2},\
cd+bd&=&0
end{eqnarray*}
which immediately implies $b^2=c^2$, and $b+c=0$ or $a=d=0$. This immediately shows the easy solution $a=d=0$ and $b=c=frac{1}{sqrt{2}}i$. The remaining (family of) solutions is not hard to determine from the system above.
answered Dec 12 '18 at 11:28
ServaesServaes
24.9k33893
24.9k33893
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
add a comment |
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
$begingroup$
great and succinct answer
$endgroup$
– vidyarthi
Dec 12 '18 at 11:37
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%2f3036526%2fquadratic-form-as-a-homogenous-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
$begingroup$
Are you working over the reals, the complex numbers, or some other field?
$endgroup$
– Servaes
Dec 12 '18 at 11:24
$begingroup$
@Servaes Oh! sorry, I am working over reals
$endgroup$
– vidyarthi
Dec 12 '18 at 14:36