Hallo Vroni,
sin(x) + 1 / sin(x)  =  t       Dmax = ℝ \ {0}
sin2(x) + 1 = t * sin(x)     
sin2(x) - t * sin(x) + 1 = 0
setze z = sin(x) 
z2 - t * z  + t = 0
z2 + pz + q = 0
pq-Formel:  
z1,2 = - p/2 ± \(\sqrt{(p/2)^2 - q}\) 
Wenn (je nach t) der Term unter der Wurzel nicht negativ ist:
z1 = (√(t·(t - 4)) + t) / 2       ;     z2  = (t - √(t·(t - 4))) / 2 
sin(x) = (√(t·(t - 4)) + t) / 2  oder  sin(x) = (t - √(t·(t - 4))) / 2
Wenn die Terme in [-1 ; 1]  \ {0}  liegen:
x = arcsin( (√(t·(t - 4)) + t) / 2 ) + k * 2π   
           oder  x = π - arcsin( (√(t·(t - 4)) + t) / 2 ) + k * 2π  
           oder  x = arcsin( (t - √(t·(t - 4))) / 2 )  + k * 2π   
           oder   x = π - arcsin( (t - √(t·(t - 4))) / 2 )  + k * 2π
Je nach Definitionsbereich musst du dann passende k∈ℤ bestimmen.
Gruß Wolfgang