Associativity Puzzle: Solving the Thread on Another Forum

  • MHB
  • Thread starter I like Serena
  • Start date
  • Tags
    Puzzle
In summary: This means that $f(x,y)$ is associative because $\sinh$ is an isomorphism between the two groups, and therefore the operation is preserved. In summary, the function $f(x,y) = x \sqrt{1+y^2} + y \sqrt{1+x^2}$ is associative for all $x, y \in \mathbb{R}$ because it can be written as $f(x,y) = \sinh(\sinh^{-1}x+\sinh^{-1}y)$, making it a composition of two functions ($\sinh$ and $\sinh^{-1}$) which are associative.
  • #1
I like Serena
Homework Helper
MHB
16,336
258
There was a thread on another forum that I'd like to share.

Is $f(x,y) = x \sqrt{1+y^2} + y \sqrt{1+x^2}$ associative?
 
Mathematics news on Phys.org
  • #2
what do you mean by associative function ? I know the associative property
 
  • #3
Amer said:
what do you mean by associative function ? I know the associative property

I think in this case the associative property is $f(f(a, b), c) = f(a, f(b, c))$? My best guess :confused:
 
  • #4
Yep. That's the one.

Does $f(x,f(y,z)) = f(f(x,y),z)$ hold for all $x, y, z \in \mathbb R$?
 
  • #5
As the famous math joke goes, "Yes, it IS obvious!" (Notices of the AMS, 52:1, PDF).

Use hyperbolic functions.
 
  • #6
That's right!
But how? :rolleyes:
 
  • #7
I like Serena said:
There was a thread on another forum that I'd like to share.

Is $f(x,y) = x \sqrt{1+y^2} + y \sqrt{1+x^2}$ associative?

[tex] f(f(x,y),z) = f \sqrt{ 1 + z^2} + z \sqrt{1 + f^2 } [/tex]

[tex] f(f(x,y),z) = \left( x \sqrt{1+y^2} + y \sqrt{1+x^2}\right) \sqrt{ 1 + z^2} + z \sqrt{1 + \left( x \sqrt{1+y^2} + y \sqrt{1+x^2}\right)^2 } [/tex]
Let
[tex] x = \sinh u , y = \sinh v , z = \sinh w [/tex]
and note
[tex] \sinh^2 a + 1 = \cosh^2 a [/tex]

[tex] f(f(u,v),w) = \left( \sinh u \mid \cosh v \mid + \sinh v \mid \cosh u \mid\right) \mid \cosh w \mid + \sinh w \sqrt{1 + \left( \sinh u \mid \cosh v \mid + \sinh v \mid \cosh u \mid \right)^2 } [/tex]

the other one
[tex] f(x, f(y,z)) = x \sqrt{ 1 + f^2} + f \sqrt{1 + x^2 } [/tex]
as the previous
[tex]f(y,z) = y \sqrt{ 1 + z^2} + z\sqrt{1+ y^2} [/tex]
[tex] f(v,w) = \sinh u \mid \cosh w \mid + \sinh w \mid \cosh v \mid [/tex]

[tex] f(u,f(v,w)) = \sinh u \sqrt{ 1 + \left( \sinh v \mid \cosh w \mid + \sinh w \mid \cosh v\mid \right)^2 } + \left(\sinh u \mid \cosh w \mid + \sinh w \mid \cosh v \mid \right) \mid \cosh u \mid [/tex]

i can't see how they are the same, if i did it right at the first place :D
 
  • #8
Amer said:
[tex] f(f(x,y),z) = f \sqrt{ 1 + z^2} + z \sqrt{1 + f^2 } [/tex]

[tex] f(f(x,y),z) = \left( x \sqrt{1+y^2} + y \sqrt{1+x^2}\right) \sqrt{ 1 + z^2} + z \sqrt{1 + \left( x \sqrt{1+y^2} + y \sqrt{1+x^2}\right)^2 } [/tex]
Let
[tex] x = \sinh u , y = \sinh v , z = \sinh w [/tex]
and note
[tex] \sinh^2 a + 1 = \cosh^2 a [/tex]
Also, $\cosh a$ is always positive, so we can write $\sqrt{\sinh^2 a + 1} = \cosh a$. Thus $$f(x,y) = \sinh u\cosh v + \cosh u\sinh v = \sinh(u+v).$$ It follows that $f(f(x,y),z) = \sinh((u+v)+w) = \ldots$.
 
  • #9
Yes, in other words, $\sinh$ is a surjective homomorphism (in fact, an isomorphism) from $\mathbb{R}$ with $+$ to $\mathbb{R}$ with $f$. For this problem, it is only important that $\sinh$ is surjective and respects the operations, but it can be viewed as an isomorphism of abelian groups $\langle\mathbb{R},{+},0,{-}\rangle$ and $\langle\mathbb{R},f,0,{-}\rangle$.
 
  • #10
Opalg said:
Also, $\cosh a$ is always positive, so we can write $\sqrt{\sinh^2 a + 1} = \cosh a$. Thus $$f(x,y) = \sinh u\cosh v + \cosh u\sinh v = \sinh(u+v).$$ It follows that $f(f(x,y),z) = \sinh((u+v)+w) = \ldots$.

Yep!
That takes care of it.Follow-up extended solution:
$$f(x,y) = \sinh(\sinh^{-1}x+\sinh^{-1}y)$$
So:
\begin{aligned}
f\big(x,f(y,z)\big) &= \sinh \Big(\sinh^{-1}x+\sinh^{-1}\big(\sinh(\sinh^{-1}y+\sinh^{-1}z)\big)\Big) \\
&= \sinh\big(\sinh^{-1}x+(\sinh^{-1}y+\sinh^{-1}z)\big) \\
&= \sinh\big((\sinh^{-1}x+\sinh^{-1}y)+\sinh^{-1}z)\big) \\
&= f\big(f(x,y),z\big) & \blacksquare
\end{aligned}More generally, any $f(x,y)$ of the form
$$f(x,y) = g\big(g^{-1}(x) + g^{-1}(y)\big)$$
is associative.

- - - Updated - - -

Evgeny.Makarov said:
Yes, in other words, $\sinh$ is a surjective homomorphism (in fact, an isomorphism) from $\mathbb{R}$ with $+$ to $\mathbb{R}$ with $f$. For this problem, it is only important that $\sinh$ is surjective and respects the operations, but it can be viewed as an isomorphism of abelian groups $\langle\mathbb{R},{+},0,{-}\rangle$ and $\langle\mathbb{R},f,0,{-}\rangle$.

Nice insight!
 
Last edited:

FAQ: Associativity Puzzle: Solving the Thread on Another Forum

What is an associativity puzzle?

An associativity puzzle is a type of mathematical puzzle that involves reorganizing a set of objects or symbols according to certain rules to find a hidden pattern or solution.

How is the puzzle solved?

The puzzle is solved by identifying the underlying mathematical operations and applying them in the correct order to reveal the solution. This typically involves trial and error and critical thinking skills.

What is the purpose of solving the puzzle on another forum?

Solving the puzzle on another forum allows for collaboration and the sharing of different strategies and approaches. It also provides a larger pool of people to work on the puzzle, increasing the chances of finding the solution.

Is there a specific strategy for solving the puzzle?

There is no one specific strategy for solving the puzzle, as it depends on the specific rules and operations involved. However, some common strategies include breaking the puzzle down into smaller parts, looking for patterns and using logic and deductive reasoning.

How can the skills used in solving an associativity puzzle be applied in real life?

Solving an associativity puzzle requires critical thinking, problem-solving, and pattern recognition skills, which are valuable in many real-life situations. These skills can be applied in fields such as mathematics, computer science, and even decision-making in daily life.

Similar threads

Replies
21
Views
845
Replies
3
Views
2K
Replies
1
Views
8K
Replies
2
Views
998
Replies
1
Views
995
Replies
1
Views
846
Back
Top