Solo in termini di xey, come scriveresti la seguente espressione? #sin (tan ^ -1 x + cos ^ -1 y) #
#sin(tan^-1x+cos^-1y)#
lasciare #tan^-1x=A=>x=tanA#
Adesso
#sinA=tanAcosA=tanA/secA#
#=tanA/sqrt(1+tan^2A)#
#=x/sqrt(1+x^2)#
#cosA=1/secA=1/sqrt(1+tan^2A)=1/sqrt(1+x^2)#
Di nuovo let #cos^-1y=B=>y=cosB#
So #sinB=sqrt(1-cos^2B)=sqrt(1-y^2)#
Ora l'espressione data
#=sin(tan^-1x+cos^-1y)#
#=sin(A+B)=sinAcosB+cosAsinB#
#=x/sqrt(1+x^2)xxy+1/sqrt(1+x^2)xxsqrt(1-y^2)#
#=(xy+sqrt(1-y^2))/sqrt(1+x^2)#