Non-Standard Addition & Multiplication in R^2: Zero Vector

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
2 replies · 3K views
skydiver_spike
Messages
1
Reaction score
0
rather than use the standard definitons of addition and scalar multiplication in R^2, suppose these two operations are defined as follows.
(x1,y1)+(x2,y2)=(x1,0)
c(x,y)=(cx,y)

what would the zero vector be? can it be (0,-y1)? why or why not? I think it should fail this axiom u+0=u.
 
Physics news on Phys.org
skydiver_spike said:
rather than use the standard definitons of addition and scalar multiplication in R^2, suppose these two operations are defined as follows.
(x1,y1)+(x2,y2)=(x1,0)
c(x,y)=(cx,y)

what would the zero vector be? can it be (0,-y1)? why or why not? I think it should fail this axiom u+0=u.

First of all, your addition, as defined, is not commutative, i.e. (x1, y1) + (x2, y2) = (x1, 0) [itex]\neq[/itex] (x2, y2) + (x1, y1) = (x2, 0).
 
skydiver_spike said:
rather than use the standard definitons of addition and scalar multiplication in R^2, suppose these two operations are defined as follows.
(x1,y1)+(x2,y2)=(x1,0)
c(x,y)=(cx,y)

what would the zero vector be? can it be (0,-y1)? why or why not? I think it should fail this axiom u+0=u.

That is simply not a vector space. Not only is addition not commutative, as radou said, worse, there simply is NO additive identity. The equation (x1,y1)+ (x,y)= (x1,0)= (0,0) simply has no solution (x,y). This set is not a group with that addtion operation.