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

Click For Summary
SUMMARY

The function f(x,y) = x√(1+y²) + y√(1+x²) is under scrutiny for its associativity. The discussion reveals that proving its associativity algebraically is complex, despite numerical evidence suggesting equality for specific values. Participants suggest using algebraic manipulation techniques such as isolating terms and squaring both sides to simplify the proof. Additionally, numerical methods using Maple 11 confirm that the function behaves consistently under certain conditions, although a symbolic proof remains elusive.

PREREQUISITES
  • Understanding of algebraic manipulation techniques
  • Familiarity with square root properties and operations
  • Basic knowledge of multivariable calculus and Taylor expansions
  • Experience with computer algebra systems, particularly Maple 11
NEXT STEPS
  • Explore algebraic techniques for proving function properties, such as isolating terms and squaring equations
  • Learn about multivariable Taylor expansions and their applications in function analysis
  • Investigate the capabilities of computer algebra systems like Maple for symbolic computation
  • Research the geometric interpretations of functions to gain insights into their properties
USEFUL FOR

Mathematicians, students in advanced algebra or calculus courses, and anyone interested in exploring the properties of complex functions and their proofs.

  • #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.
 
Physics news on Phys.org
  • #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!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
4K