Mistake in calculations related to vectors and norms The 2019 Stack Overflow Developer Survey...
What is the meaning of Triage in Cybersec world?
Match Roman Numerals
Likelihood that a superbug or lethal virus could come from a landfill
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
writing variables above the numbers in tikz picture
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
How to type a long/em dash `—`
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Does HR tell a hiring manager about salary negotiations?
Why couldn't they take pictures of a closer black hole?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
What is the most efficient way to store a numeric range?
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Getting crown tickets for Statue of Liberty
What is this sharp, curved notch on my knife for?
Why is the maximum length of OpenWrt’s root password 8 characters?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Is bread bad for ducks?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Can there be female White Walkers?
Falsification in Math vs Science
How to charge AirPods to keep battery healthy?
Pokemon Turn Based battle (Python)
Mistake in calculations related to vectors and norms
The 2019 Stack Overflow Developer Survey Results Are InIs this approach for testing orthogonality/parallelity of vectors wrong as I think?Absolute value of vector not equal to magnitude of vectorEquivalent norms without Cauchy-Schwarz inequalityFind all algebraic vectorsMinimizing vector normVectors or vector fields? (Notation, physics example)Projection of vector onto another vector alternate equationA little puzzle with the way to compute the formula for Surface Integral of a Vectors FieldHow is the (global) $L^2$ norm defined for a discrete vector field?Sum of multiple vectors that equals a specific vector but their sum of norms is equal another number
$begingroup$
I am rather new to calculus, and am trying to resolve the following question. I have come to an answer, but it is not listed amongst the possible answers, so I would love to know where my reasoning failed...
Vector $mathbf u = (1,0,1)$ is split into two perpendicular vectors where one is in the direction of vector $mathbf b = (1,1,2)$. Calculate the value of $leftlVert mathbf u rightrVert ^2$$leftlVert mathbf b rightrVert ^2$$leftlVert mathbf v rightrVert ^2$$leftlVert mathbf w rightrVert ^2$.
$leftlVert mathbf b rightrVert=sqrt6$
$leftlVert mathbf u rightrVert=sqrt2$
$cosθ = frac {u·b}{leftlVert mathbf u rightrVert leftlVert mathbf b rightrVert }$=$frac{(1,0,1)(1,1,2)}{sqrt12}$=$frac {sqrt 3}{2}$, where θ refers to the angle between $mathbf u$ and $mathbf b$; therefore θ = 30 degrees.
Therefore $leftlVert mathbf v rightrVert$ is equal to $sqrt 2 · cos60^circ$=$frac {1}{2}sqrt2$.
Therefore $leftlVert mathbf w rightrVert$ is equal to $sqrt 2 · sin60^circ$=$frac {sqrt6}{2}$.
However, that leads to a result of 9 when put the norms into the equation mentioned above, and the options given are 1,2,3 and 4.
Can anybody please let me know where I went wrong?
Thank you!
calculus vectors norm
$endgroup$
add a comment |
$begingroup$
I am rather new to calculus, and am trying to resolve the following question. I have come to an answer, but it is not listed amongst the possible answers, so I would love to know where my reasoning failed...
Vector $mathbf u = (1,0,1)$ is split into two perpendicular vectors where one is in the direction of vector $mathbf b = (1,1,2)$. Calculate the value of $leftlVert mathbf u rightrVert ^2$$leftlVert mathbf b rightrVert ^2$$leftlVert mathbf v rightrVert ^2$$leftlVert mathbf w rightrVert ^2$.
$leftlVert mathbf b rightrVert=sqrt6$
$leftlVert mathbf u rightrVert=sqrt2$
$cosθ = frac {u·b}{leftlVert mathbf u rightrVert leftlVert mathbf b rightrVert }$=$frac{(1,0,1)(1,1,2)}{sqrt12}$=$frac {sqrt 3}{2}$, where θ refers to the angle between $mathbf u$ and $mathbf b$; therefore θ = 30 degrees.
Therefore $leftlVert mathbf v rightrVert$ is equal to $sqrt 2 · cos60^circ$=$frac {1}{2}sqrt2$.
Therefore $leftlVert mathbf w rightrVert$ is equal to $sqrt 2 · sin60^circ$=$frac {sqrt6}{2}$.
However, that leads to a result of 9 when put the norms into the equation mentioned above, and the options given are 1,2,3 and 4.
Can anybody please let me know where I went wrong?
Thank you!
calculus vectors norm
$endgroup$
1
$begingroup$
Your solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08
add a comment |
$begingroup$
I am rather new to calculus, and am trying to resolve the following question. I have come to an answer, but it is not listed amongst the possible answers, so I would love to know where my reasoning failed...
Vector $mathbf u = (1,0,1)$ is split into two perpendicular vectors where one is in the direction of vector $mathbf b = (1,1,2)$. Calculate the value of $leftlVert mathbf u rightrVert ^2$$leftlVert mathbf b rightrVert ^2$$leftlVert mathbf v rightrVert ^2$$leftlVert mathbf w rightrVert ^2$.
$leftlVert mathbf b rightrVert=sqrt6$
$leftlVert mathbf u rightrVert=sqrt2$
$cosθ = frac {u·b}{leftlVert mathbf u rightrVert leftlVert mathbf b rightrVert }$=$frac{(1,0,1)(1,1,2)}{sqrt12}$=$frac {sqrt 3}{2}$, where θ refers to the angle between $mathbf u$ and $mathbf b$; therefore θ = 30 degrees.
Therefore $leftlVert mathbf v rightrVert$ is equal to $sqrt 2 · cos60^circ$=$frac {1}{2}sqrt2$.
Therefore $leftlVert mathbf w rightrVert$ is equal to $sqrt 2 · sin60^circ$=$frac {sqrt6}{2}$.
However, that leads to a result of 9 when put the norms into the equation mentioned above, and the options given are 1,2,3 and 4.
Can anybody please let me know where I went wrong?
Thank you!
calculus vectors norm
$endgroup$
I am rather new to calculus, and am trying to resolve the following question. I have come to an answer, but it is not listed amongst the possible answers, so I would love to know where my reasoning failed...
Vector $mathbf u = (1,0,1)$ is split into two perpendicular vectors where one is in the direction of vector $mathbf b = (1,1,2)$. Calculate the value of $leftlVert mathbf u rightrVert ^2$$leftlVert mathbf b rightrVert ^2$$leftlVert mathbf v rightrVert ^2$$leftlVert mathbf w rightrVert ^2$.
$leftlVert mathbf b rightrVert=sqrt6$
$leftlVert mathbf u rightrVert=sqrt2$
$cosθ = frac {u·b}{leftlVert mathbf u rightrVert leftlVert mathbf b rightrVert }$=$frac{(1,0,1)(1,1,2)}{sqrt12}$=$frac {sqrt 3}{2}$, where θ refers to the angle between $mathbf u$ and $mathbf b$; therefore θ = 30 degrees.
Therefore $leftlVert mathbf v rightrVert$ is equal to $sqrt 2 · cos60^circ$=$frac {1}{2}sqrt2$.
Therefore $leftlVert mathbf w rightrVert$ is equal to $sqrt 2 · sin60^circ$=$frac {sqrt6}{2}$.
However, that leads to a result of 9 when put the norms into the equation mentioned above, and the options given are 1,2,3 and 4.
Can anybody please let me know where I went wrong?
Thank you!
calculus vectors norm
calculus vectors norm
asked Mar 21 at 21:53
daltadalta
1508
1508
1
$begingroup$
Your solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08
add a comment |
1
$begingroup$
Your solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08
1
1
$begingroup$
Your solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08
add a comment |
0
active
oldest
votes
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%2f3157438%2fmistake-in-calculations-related-to-vectors-and-norms%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3157438%2fmistake-in-calculations-related-to-vectors-and-norms%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 solution looks correct to me. Double-check the problem itself. If, for instance, those norms weren’t squared, then the result would be $3$ instead.
$endgroup$
– amd
Mar 21 at 22:43
$begingroup$
Your solution also looks correct to me, with your result of $9$ matching what I got.
$endgroup$
– John Omielan
Mar 21 at 23:08