How to express a quadric equation from canonical form to a different basis.
$begingroup$
I have the quadric $3X^2-Y^2-Z^2=0$ expressed in the canonical form, and the matrix of change of basis from a basis B to the canonical form is
$$P=begin{bmatrix}frac{1}{sqrt{2}} & frac{1}{sqrt{2}} & 0\ frac{1}{sqrt{2}} & -frac{1}{sqrt{2}} &0\ 0 & 0 &-1end{bmatrix}$$
Now, I would like to express the quadric in respect to the basis B. How do I do that?
linear-algebra quadrics
$endgroup$
add a comment |
$begingroup$
I have the quadric $3X^2-Y^2-Z^2=0$ expressed in the canonical form, and the matrix of change of basis from a basis B to the canonical form is
$$P=begin{bmatrix}frac{1}{sqrt{2}} & frac{1}{sqrt{2}} & 0\ frac{1}{sqrt{2}} & -frac{1}{sqrt{2}} &0\ 0 & 0 &-1end{bmatrix}$$
Now, I would like to express the quadric in respect to the basis B. How do I do that?
linear-algebra quadrics
$endgroup$
$begingroup$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45
add a comment |
$begingroup$
I have the quadric $3X^2-Y^2-Z^2=0$ expressed in the canonical form, and the matrix of change of basis from a basis B to the canonical form is
$$P=begin{bmatrix}frac{1}{sqrt{2}} & frac{1}{sqrt{2}} & 0\ frac{1}{sqrt{2}} & -frac{1}{sqrt{2}} &0\ 0 & 0 &-1end{bmatrix}$$
Now, I would like to express the quadric in respect to the basis B. How do I do that?
linear-algebra quadrics
$endgroup$
I have the quadric $3X^2-Y^2-Z^2=0$ expressed in the canonical form, and the matrix of change of basis from a basis B to the canonical form is
$$P=begin{bmatrix}frac{1}{sqrt{2}} & frac{1}{sqrt{2}} & 0\ frac{1}{sqrt{2}} & -frac{1}{sqrt{2}} &0\ 0 & 0 &-1end{bmatrix}$$
Now, I would like to express the quadric in respect to the basis B. How do I do that?
linear-algebra quadrics
linear-algebra quadrics
asked Jan 20 at 22:15


KevinKevin
16211
16211
$begingroup$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45
add a comment |
$begingroup$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45
$begingroup$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Notation: I will use the subscript c meaning that the object is considered in the canonical basis, while b if considered in basis b, and $x_c=(X,Y,Z)$.
The quadratic form is indipendent from basis, so we can write
$x_c^tA_cx_c=x_b^tA_bx_b$.
Using the relation $Px_c=x_b$, we get:
$(Px_c)^tA_b(Px_c)=x_c^t left(P^t A_b Pright)x_c=x_c^tA_cx_c$
Thus, $A_b=left(P^{-1}right)^tA_cP^{-1}$
Note: while in this case your change of basis matrix was symmetric and orthogonal,so there was no difference in $P, P^{-1}, P^t$, you have in general to pay close attention to this differences. Those difficulties lead to the concept of contravariant and covariant transformation
$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%2f3081197%2fhow-to-express-a-quadric-equation-from-canonical-form-to-a-different-basis%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$
Notation: I will use the subscript c meaning that the object is considered in the canonical basis, while b if considered in basis b, and $x_c=(X,Y,Z)$.
The quadratic form is indipendent from basis, so we can write
$x_c^tA_cx_c=x_b^tA_bx_b$.
Using the relation $Px_c=x_b$, we get:
$(Px_c)^tA_b(Px_c)=x_c^t left(P^t A_b Pright)x_c=x_c^tA_cx_c$
Thus, $A_b=left(P^{-1}right)^tA_cP^{-1}$
Note: while in this case your change of basis matrix was symmetric and orthogonal,so there was no difference in $P, P^{-1}, P^t$, you have in general to pay close attention to this differences. Those difficulties lead to the concept of contravariant and covariant transformation
$endgroup$
add a comment |
$begingroup$
Notation: I will use the subscript c meaning that the object is considered in the canonical basis, while b if considered in basis b, and $x_c=(X,Y,Z)$.
The quadratic form is indipendent from basis, so we can write
$x_c^tA_cx_c=x_b^tA_bx_b$.
Using the relation $Px_c=x_b$, we get:
$(Px_c)^tA_b(Px_c)=x_c^t left(P^t A_b Pright)x_c=x_c^tA_cx_c$
Thus, $A_b=left(P^{-1}right)^tA_cP^{-1}$
Note: while in this case your change of basis matrix was symmetric and orthogonal,so there was no difference in $P, P^{-1}, P^t$, you have in general to pay close attention to this differences. Those difficulties lead to the concept of contravariant and covariant transformation
$endgroup$
add a comment |
$begingroup$
Notation: I will use the subscript c meaning that the object is considered in the canonical basis, while b if considered in basis b, and $x_c=(X,Y,Z)$.
The quadratic form is indipendent from basis, so we can write
$x_c^tA_cx_c=x_b^tA_bx_b$.
Using the relation $Px_c=x_b$, we get:
$(Px_c)^tA_b(Px_c)=x_c^t left(P^t A_b Pright)x_c=x_c^tA_cx_c$
Thus, $A_b=left(P^{-1}right)^tA_cP^{-1}$
Note: while in this case your change of basis matrix was symmetric and orthogonal,so there was no difference in $P, P^{-1}, P^t$, you have in general to pay close attention to this differences. Those difficulties lead to the concept of contravariant and covariant transformation
$endgroup$
Notation: I will use the subscript c meaning that the object is considered in the canonical basis, while b if considered in basis b, and $x_c=(X,Y,Z)$.
The quadratic form is indipendent from basis, so we can write
$x_c^tA_cx_c=x_b^tA_bx_b$.
Using the relation $Px_c=x_b$, we get:
$(Px_c)^tA_b(Px_c)=x_c^t left(P^t A_b Pright)x_c=x_c^tA_cx_c$
Thus, $A_b=left(P^{-1}right)^tA_cP^{-1}$
Note: while in this case your change of basis matrix was symmetric and orthogonal,so there was no difference in $P, P^{-1}, P^t$, you have in general to pay close attention to this differences. Those difficulties lead to the concept of contravariant and covariant transformation
edited Jan 21 at 20:23
answered Jan 21 at 7:12
gabriele cassesegabriele cassese
870314
870314
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%2f3081197%2fhow-to-express-a-quadric-equation-from-canonical-form-to-a-different-basis%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$
If $Px_B=x_c$ (the subscripts B and c meaning that the object is considered with basis B or canonical) then, being $A$ the matrix associated to the quadratic form, $(Px_B)^tA_c(Px_B)=x_B^t(P^tA_cP)x_B=x_B^t(A_B)x_B$
$endgroup$
– gabriele cassese
Jan 20 at 22:21
$begingroup$
@gabrielecassese You should write that up as an answer instead of a comment.
$endgroup$
– amd
Jan 20 at 23:45