Understanding Vector Products and Properties: Sorting Fact from Fiction

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
3 replies · 3K views
x^2
Messages
19
Reaction score
1

Homework Statement



Which of the following are true?
A) A vect. prod. C=C vect. prod. A
B) The x-component of a vector can be +, -, or zero
C) If A=BxC and C=64i, then Ax=0
D) If A perp to B, then B dot A =0
E) The magnitude of a vector is sometimes negative.
F) The scalar (or dot) product of two vectors can be +, -, or zero.


Homework Equations



BxC = BC*cos(theta) where theta = angle between vectors

The Attempt at a Solution


Below are my attempts at proving or disproving each statements.

A) False: Using the right hand rule, the direction of the resulting product will be inverted when comparing AxC and CxA
B) True: A vector could cover horizontal distance to the right (positive), to the left (negative), or be a vertical vector with an x component of zero.
C) False: 64i could potentially result in an answer where Ax = 64i
D) True: BxA = BAcos(90) = BA*0 = 0
E) False: A magnitude is the absolute value of a vector and therefore can never be negative.
F) False: A scalar product must always be positive as all scalars are positive--they would be the absolute value of a vector.

I tried answering B & D as true and the rest false but this was not correct. I am not sure which statements I am confused on. I'm fairly confident of my answers to A, B, D, and E while a little less sure on C and F.

Thanks,
x^2
 
Physics news on Phys.org
C)Since A=BXC. A is perpendicular to B and C. Since C = 64i is along x axis, Ax is zero.
F) A.B = ABcos(theta). ANd cos(theta) can be +, - or zero.
 
To emphasize more about F)

define 2 vectors A = (-1, 1) and B = (1, -1)

[tex]A \cdot B = -1 - 1 = -2[/tex]

Certainly negative.
 
Thanks for the replies! C definitely makes sense when using the right hand rule. For some reason I was still relating Ci to Ax without thinking that they were perpendicular. As for F I see what they are asking for--I guess I was thinking that scalar had to mean magnitude but in actuality they just meant dot product.

Thanks for the help,

x^2