Alternative way to add numbers

  • Thread starter Gerenuk
  • Start date
  • Tags
    Numbers
In summary, you are looking for a function that satisfies the three following conditions:1. af(b,c)=f(ab,ac)2. f(a,b)=f(b,a)3. f(a,f(b,c))=f(f(a,b),c)
  • #1
Gerenuk
1,034
5
For complex numbers or quaternions, is there another two variable function, that behaves like addition? I mean a function f with
[tex]
af(b,c)=f(ab,ac)
[/tex]
[tex]
f(a,b)=f(b,a)
[/tex]
[tex]
f(a,f(b,c))=f(f(a,b),c)
[/tex]

And which conditions have to be imposed to make this function uniquely [itex]f(a,b)=a+b[/itex]?
 
Physics news on Phys.org
  • #2
You mean like 2x2 matrices?
 
  • #3
Not sure what you ask.
a, b and c are complex numbers (first case) or quaternions (second case).
So in fact these variables are either *special* 2x2 matrices or 4x4 matrices. But I don't see how this matters.
 
  • #4
If you represent them matrices, addition and multiplication is also defined by matrix algebra.
 
  • #5
I'm not sure what you mean. I need an answer for the function f. So [itex]f(a,b)=?[/itex]
apart from normal addition.
 
  • #6
Let [itex]f:\mathbb{C}\times\mathbb{C}\to \mathbb{R}^{2\times 2},\ \ z=a+ib, w=c +id[/itex],

[itex]f(z,w) = \begin{pmatrix}a &-b\\ b &a \end{pmatrix}+
\begin{pmatrix}c &-d\\ d &c \end{pmatrix} =
\begin{pmatrix}a+c &-(b+d)\\ (b+d) &a+c \end{pmatrix} \Longrightarrow z+w = (a+c) +i(b+d)
[/itex]

Similarly, for multiplication

[itex]g(z,w) = \begin{pmatrix}a &-b\\ b &a \end{pmatrix}
\begin{pmatrix}c &-d\\ d &c \end{pmatrix} =
\begin{pmatrix}ac-bd &-ad-bc\\ ad+bc &ac-bd \end{pmatrix} \Longrightarrow z\cdot w = (ac-bd) +i(ad+bc)
[/itex]

I think I made my point and I am running out of arguments. Can you also be specific about what you are asking for?
 
  • #7
I really don't understand what you read in my question. Feel free to let me know where I missed out a point.

I try to repeat it more precisely: Find _all_ functions
[itex]f:\mathbb{C}\times\mathbb{C}\to \mathbb{C}[/itex]
which for all complex numbers a, b, c satisfy
[tex]
af(b,c)=f(ab,ac)
[/tex]
[tex]
f(a,b)=f(b,a)
[/tex]
[tex]
f(a,f(b,c))=f(f(a,b),c)
[/tex]
This function should not be trivial addition.
[tex]
f(a,b)\neq a+b
[/tex]
 
  • #8
Gerenuk said:
For complex numbers or quaternions, is there another two variable function, that behaves like addition?

I guess another means you look for something else than plain addition. And in the last post you ask all the functions. Are you trying to ask something about the underlying algebra? The set you are looking for is the set of all linear, commutative and associative functions.

Or you want to find an isomorphism for complex numbers other than 2x2 matrices?
 
  • #9
trambolin said:
The set you are looking for is the set of all linear, commutative and associative functions.

I think that's what I am looking for. Can you give one example?

And second question: Which additional contraints do I have to add, so the there will be no solution to f apart from the trivial addition example.
 
  • #10
You don't want linear functions, but rather homogeneous functions of degree 1. Specifically, symmetric, associative, first-order homogeneous functions. Here's one example:

[tex]f(a,b) = \sqrt{a^2 + b^2}[/tex]

and here's another

[tex]f(a,b) = \frac{ab}{a + b}[/tex]

These work for a, b real; haven't tried for complex, but I would assume that either they work or they can easily be modified to work. The first is the cartesian distance function. The second is an operation known in electrical engineering as "parallel", often written

[tex]a \; || \; b[/tex]

which is used to find the equivalent resistance of several resistors in parallel.

You can probably come up with more examples. As for what property would restrict f(a,b) to be simply addition, I'm not sure.
 
  • #11
Thanks! I thought about the examples more. The question now is if there are any solutions which are not related by
[tex]
h(f(a,b))=h(a)+h(b)
[/tex]
for a special function h(x). In particular
[tex]
h(x)=x^n
[/tex]
seems to work, but this structure is isomorphic to the normal multiplication and addition.
 

1. How is "Alternative way to add numbers" different from traditional addition?

The traditional way of adding numbers involves carrying over numbers from one place value to another. "Alternative way to add numbers" uses a different method that eliminates the need for carrying over.

2. What is the benefit of using "Alternative way to add numbers"?

One of the benefits of using "Alternative way to add numbers" is that it can be more efficient and faster than traditional addition. It also allows for mental math strategies to be used, making it easier for some individuals.

3. How does "Alternative way to add numbers" work?

"Alternative way to add numbers" uses a combination of breaking numbers down into smaller parts and then adding them together. This method is also referred to as decomposition and recomposition.

4. Can "Alternative way to add numbers" be used for all types of numbers?

Yes, "Alternative way to add numbers" can be used for all types of numbers, including whole numbers, decimals, and fractions. It can also be used for addition of negative numbers.

5. Are there any disadvantages to using "Alternative way to add numbers"?

One potential disadvantage of using "Alternative way to add numbers" is that it may take some time to get used to the method and may be challenging for some individuals to understand. It may also not be suitable for complex addition problems.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
15
Views
4K
  • Linear and Abstract Algebra
Replies
1
Views
923
  • Calculus and Beyond Homework Help
Replies
3
Views
288
  • Calculus
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • General Math
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
2K
Back
Top