Squaring of vectors in absolute value

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
M. next
Messages
380
Reaction score
0
Is |[itex]\vec{a}[/itex]+[itex]\vec{b}[/itex]|[itex]^{2}[/itex] equal to the same thing as ([itex]\vec{a}[/itex]+[itex]\vec{b}[/itex])[itex]^{2}[/itex]? And when is it equal to √(a[itex]^{2}[/itex]+b[itex]^{2}[/itex])?

Thanks.
 
Physics news on Phys.org
M. next said:
Is |[itex]\vec{a}[/itex]+[itex]\vec{b}[/itex]|[itex]^{2}[/itex] equal to the same thing as ([itex]\vec{a}[/itex]+[itex]\vec{b}[/itex])[itex]^{2}[/itex]?
They're the same, assuming the implied multiplication in the expression on the right is the dot product. Otherwise, multiplication of one vector by another is not defined (with the exception of the cross product).
M. next said:
And when is it equal to √(a[itex]^{2}[/itex]+b[itex]^{2}[/itex])?

Tip: You don't need so many tex or itex tags. Your squared vector sum can be written like this:
[itex[/color]](\vec{a} +\vec{b})^2 [/itex]
Or instead of the itex tags, you can use ## delimiters at the front and back.
 
Thank you for the reply and the tip. But about the √(a^2+b^2)?? My second part of the question?
 
M. next said:
Thank you for the reply and the tip. But about the √(a^2+b^2)?? My second part of the question?

That is merely the magnitude of both vectors. Assuming that's what you mean? You were a little unclear on the second part. Think of magnitude as the size or length of those two vectors.
 
M. next said:
Thank you for the reply and the tip. But about the √(a^2+b^2)?? My second part of the question?

[itex]\sqrt{a^2+b^2}[/itex] is the magnitude of [itex]\vec{a}±\vec{b}[/itex],where [itex]\vec{a}[/itex] and [itex]\vec{b}[/itex] are orthogonal (perpendicular) vectors.
 
Okay. Thank you, yes, it is exactly what I meant.