Show this function is associative (or provide a counter example)

AI Thread Summary
The discussion revolves around proving the associativity of the function f(x,y) = x√(1+y²) + y√(1+x²). Participants are attempting to show that f(x,f(y,z)) equals f(f(x,y),z) for real numbers x, y, and z. While numerical experiments suggest the function behaves associatively, a formal algebraic proof remains elusive, with attempts involving expansion and squaring yielding complex results. The use of computer algebra systems like Maple has provided some numerical confirmations, but symbolic proof appears challenging. Ultimately, the conversation highlights the difficulty of proving associativity for this specific function, with suggestions for alternative approaches and the potential for geometric interpretations.
  • #51
SammyS said:
Well, it does give ##\displaystyle \ f(x,y)=\sinh(\text{arcsinh}(x)+\text{arcsinh}(y)) \ ## rather easily.

To get texy inverse hyperbolics I use

\text{arcsinh} .

Yeah, I see what you are doing now. And thanks for the texy tip.
 
Physics news on Phys.org
  • #52
Just confirmed with the professor, hyperbolic trig is the way to go. *still trying to get it*
 
  • #53
ArcanaNoir said:
Just confirmed with the professor, hyperbolic trig is the way to go. *still trying to get it*

Use ##\cosh^2 a - \sinh^2 a = 1##.

Btw, according to wiki, ##\text{arcsinh}## is a misnomer. It should be ##\text{arsinh}##.
 
  • #54
Okay, you guys have been wonderful, especially Dick and Micro. Although I'm beginning to suspect Micro is a genius, in which case he sneezes and answers pop out of him, so it's not like he has to try really hard. :P j/k I appreciate your tireless efforts Micro! (not kidding about thinking you're a genius...)
Anyway I'm trying to use Micro's hint but I feel like I'm slipping past the part where I'm supposed to rearrange the expressions to show they are equivalent. I will show my simplification for the expressions, maybe someone can point out where I was supposed to do something trig-y.

I have verified that \cosh (\sinh ^{-1}(x))=\sqrt{1+x^2} and that f(x,y)=\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))

A:
(x\ast y)\ast z = \sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))\ast z \\ <br /> = \sinh (\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]+\sinh ^{-1} (z)) \\<br /> =\sinh [\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]]\cosh (\sinh ^{-1} (z))+\\<br /> \cosh [\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]]\sinh (\sinh ^{-1} (z)) \\ <br /> =\sinh [\sinh ^{-1} [\sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1} (y))+\cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1} (y))]]\cdot \sqrt{1+z^2} +\\<br /> \cosh [\sinh ^{-1} [ \sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1}(y))+\cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1} (y))]]\cdot z \\<br /> \sinh [\sinh ^{-1} [x\sqrt{1+y^2}+y\sqrt{1+x^2}]]\sqrt{1+z^2}+\cosh [\sinh ^{-1} [x\sqrt{1+y^2}+y\sqrt{1+x^2}]]z

B:
x\ast (y\ast z) = \sinh (\sinh ^{-1} (x)+\sinh ^{-1}(y\ast z)) \\<br /> =\sinh (\sinh ^{-1}(x)+\sinh ^{-1} [\sinh (\sinh ^{-1}(y) + \sinh ^{-1}(z))]) \\<br /> =\sinh [\sinh ^{-1} (x) + \sinh ^{-1} [\sinh (\sinh ^{-1}(y))\cosh (\sinh ^{-1} (z))+\\<br /> \cosh (\sinh ^{-1} (y))\sinh (\sinh ^{-1} (z))]] \\<br /> =\sinh [ \sinh ^{-1}(x)+\sinh ^{-1} [y\sqrt{1+z^2}+z\sqrt{1+y^2}]] \\<br /> =\sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1} [y\sqrt{1+z^2}+z\sqrt{1+y^2}])+\\<br /> \cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1}[y\sqrt{1+z^2}+z\sqrt{1+y^2}]) \\<br /> =x\sqrt{1+(y\sqrt{1+z^2}+z\sqrt{1+y^2})^2}+[y\sqrt{1+z^2}+z\sqrt{1+y^2}]\sqrt{1+x^2}

So it seems to me that this isn't going to end any better than when I didn't use hyp. trig, Hence why I think I'm missing the critical point.
 
Last edited:
  • #55
You've already typed too much. Stop! Look at your second line. The first argument to the outer sinh is arcsinh(sinh('something')). Just replace that with 'something'. You are overshooting!
 
  • #56
Dick said:
You've already typed too much. Stop! Look at your second line. The first argument to the outer sinh is arcsinh(sinh('something')). Just replace that with 'something'. You are overshooting!

whoops! lol didnt see you down here, was just trying to fix my tex :) *looking at second line*

Umm maybe I don't see what you mean, I can't simplify directly when there is a sum involved, right?
 
Last edited:
  • #57
ArcanaNoir said:
B:
x\ast (y\ast z) = \sinh (\sinh ^{-1} (x)+\sinh ^{-1}(y\ast z)) \\<br /> =\sinh (\sinh ^{-1}(x)+\sinh ^{-1} [\sinh (\sinh ^{-1}(y) + \sinh ^{-1}(z))]) \\<br /> =\sinh [\sinh ^{-1} (x) + \sinh ^{-1} [\sinh (\sinh ^{-1}(y))\cosh (\sinh ^{-1} (z))+\cosh (\sinh ^{-1} (y))\sinh (\sinh ^{-1} (z))]]

Le's go into a different direction:

B:
x\ast (y\ast z) = \sinh (\sinh ^{-1} (x)+\sinh ^{-1}(y\ast z)) \\<br /> =\sinh (\sinh ^{-1}(x)+\sinh ^{-1} [\sinh (\sinh ^{-1}(y) + \sinh ^{-1}(z))]) \\<br /> =\sinh (\sinh ^{-1}(x)+ \sinh ^{-1}(y) + \sinh ^{-1}(z))

EDIT: Ah. too late.
 
  • #58
ArcanaNoir said:
whoops! lol didnt see you down here, was just trying to fix my tex :) *looking at second line*

Umm maybe I don't see what you mean, I can't simplify directly when there is a sum involved, right?

arcsinh(sinh( arcsinh(x)+arcsinh(y) ))=arcsinh(x)+arcsinh(y) is what I and ILS mean.
 
  • #59
I like Serena said:
Le's go into a different direction:

B:
x\ast (y\ast z) = \sinh (\sinh ^{-1} (x)+\sinh ^{-1}(y\ast z)) \\<br /> =\sinh (\sinh ^{-1}(x)+\sinh ^{-1} [\sinh (\sinh ^{-1}(y) + \sinh ^{-1}(z))]) \\<br /> =\sinh (\sinh ^{-1}(x)+ \sinh ^{-1}(y) + \sinh ^{-1}(z))

EDIT: Ah. too late.

how did you get from your second line to your third line?
 
  • #60
Dick said:
arcsinh(sinh( arcsinh(x)+arcsinh(y) ))=arcsinh(x)+arcsinh(y) is what I and ILS mean.

What identity are you using?
 
  • #61
ArcanaNoir said:
What identity are you using?

The most basic one. sinh(arcsinh(A))=A. sinh and arcsinh are inverse functions. It doesn't matter that A is a sum.
 
  • #62
Dick said:
The most basic one. sinh(arcsinh(A))=A. sinh and arcsinh are inverse functions. It doesn't matter that A is a sum.

but is it true that sinh(a+b)= sinh(a)+sinh(b)?
 
  • #63
ArcanaNoir said:
but is it true that sinh(a+b)= sinh(a)+sinh(b)?

Definitely not! That's not what I'm doing. Look at it again.
 
  • #64
Dick said:
The most basic one. sinh(arcsinh(A))=A. sinh and arcsinh are inverse functions. It doesn't matter that A is a sum.

Dick said:
arcsinh(sinh( arcsinh(x)+arcsinh(y) ))=arcsinh(x)+arcsinh(y) is what I and ILS mean.
Honestly I don't see how you are getting there using only sinh(arcsinh(A))=A. Surely you are using an additional identity.
 
  • #65
ArcanaNoir said:
Honestly I don't see how you are getting there using only sinh(arcsinh(A))=A. Surely you are using an additional identity.

A=arcsinh(x)+arcsinh(y). This might be a little hard to see because it's really simple and you are expecting something complicated.
 
  • #66
Dick said:
A=arcsinh(x)+arcsinh(y). This might be a little hard to see because it's really simple and you are expecting something complicated.

ohhhh. thank you :) I was trying to work from the inside out.
 
  • #67
Holy crap, here it goes! Maybe I can be done with this problem now!

A:
(x*y)*z = sinh[arcsinh(x)+arcsinh(y)]*z
=sinh[arcsinh(sinh[arcsinh(x)+arcsinh(y)])+arcsinh(z)]
=sinh[arcsinh(x)+arcsinh(y)+arcsinh(z)]

B:
x*(y*z) = sinh(arcsinh(x)+arcsinh[y*z])
=sinh(arcsinh(x)+arcsinh[sinh(arcsinh(y)+arcsinh(z))])
=sinh(arcsinh(x)+arcsinh(y)+arcsinh(z))

Yeah?
 
  • #68
ArcanaNoir said:
Okay, you guys have been wonderful, especially Dick and Micro. Although I'm beginning to suspect Micro is a genius, in which case he sneezes and answers pop out of him, so it's not like he has to try really hard. :P j/k I appreciate your tireless efforts Micro! (not kidding about thinking you're a genius...)
Anyway I'm trying to use Micro's hint but I feel like I'm slipping past the part where I'm supposed to rearrange the expressions to show they are equivalent. I will show my simplification for the expressions, maybe someone can point out where I was supposed to do something trig-y.

I have verified that \cosh (\sinh ^{-1}(x))=\sqrt{1+x^2} and that f(x,y)=\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))

A:
(x\ast y)\ast z = \sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))\ast z \\ <br /> = \sinh (\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]+\sinh ^{-1} (z)) \\<br /> =\sinh [\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]]\cosh (\sinh ^{-1} (z))+\\<br /> \cosh [\sinh ^{-1} [\sinh (\sinh ^{-1}(x)+\sinh ^{-1}(y))]]\sinh (\sinh ^{-1} (z)) \\ <br /> =\sinh [\sinh ^{-1} [\sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1} (y))+\cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1} (y))]]\cdot \sqrt{1+z^2} +\\<br /> \cosh [\sinh ^{-1} [ \sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1}(y))+\cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1} (y))]]\cdot z \\<br /> \sinh [\sinh ^{-1} [x\sqrt{1+y^2}+y\sqrt{1+x^2}]]\sqrt{1+z^2}+\cosh [\sinh ^{-1} [x\sqrt{1+y^2}+y\sqrt{1+x^2}]]z

B:
x\ast (y\ast z) = \sinh (\sinh ^{-1} (x)+\sinh ^{-1}(y\ast z)) \\<br /> =\sinh (\sinh ^{-1}(x)+\sinh ^{-1} [\sinh (\sinh ^{-1}(y) + \sinh ^{-1}(z))]) \\<br /> =\sinh [\sinh ^{-1} (x) + \sinh ^{-1} [\sinh (\sinh ^{-1}(y))\cosh (\sinh ^{-1} (z))+\\<br /> \cosh (\sinh ^{-1} (y))\sinh (\sinh ^{-1} (z))]] \\<br /> =\sinh [ \sinh ^{-1}(x)+\sinh ^{-1} [y\sqrt{1+z^2}+z\sqrt{1+y^2}]] \\<br /> =\sinh (\sinh ^{-1} (x))\cosh (\sinh ^{-1} [y\sqrt{1+z^2}+z\sqrt{1+y^2}])+\\<br /> \cosh (\sinh ^{-1} (x))\sinh (\sinh ^{-1}[y\sqrt{1+z^2}+z\sqrt{1+y^2}]) \\<br /> =x\sqrt{1+(y\sqrt{1+z^2}+z\sqrt{1+y^2})^2}+[y\sqrt{1+z^2}+z\sqrt{1+y^2}]\sqrt{1+x^2}

So it seems to me that this isn't going to end any better than when I didn't use hyp. trig, Hence why I think I'm missing the critical point.

No! From ##f(u,v) = g\left( g^{-1}(u) + g^{-1}(v) \right)##, where ##g(.) = \sinh(.)##,
it follows that
f(f(x,y),z) = g\left( g^{-1}(f(x,y)) + g^{-1}(z)\right) = g \left( g^{-1}(x) + g^{-1}(y) + g^{-1}(z) \right) .
 
  • #69
Ray Vickson said:
No! From ##f(u,v) = g\left( g^{-1}(u) + g^{-1}(v) \right)##, where ##g(.) = \sinh(.)##,
it follows that
f(f(x,y),z) = g\left( g^{-1}(f(x,y)) + g^{-1}(z)\right) = g \left( g^{-1}(x) + g^{-1}(y) + g^{-1}(z) \right) .

Yeah... I got that finally.
 
  • #70
Another huge thank you to everyone who helped with this problem, especially Ray, Dick, and Micro, who invested quite some time in helping me. I really really appreciate it, I couldn't have done it without all the outstanding help!
 
Back
Top