y ( x ) = a /(  x - b ) + c
( x | y )
( -3 | 0 )
( 1 | -2 )
Eine Polstelle ist eine Stelle die nicht definiert ist
zum Beipiel bei Dvision durch 0.  Dies ist an der
Stelle x -  b = 0 Aus der Grafik zu ersehen : x  = - 1
x - b = 0
-1 - b = 0
b = -1
y ( x ) = a /(  x - (-1) ) + c
y ( x ) = a /(  x +1 ) + c
Die beiden Punkte einsetzen
y ( -3 ) = a /(  -3 + 1 ) + c = 0
y ( 1 ) = a /(  1 + 1 ) + c = -2
a / (  -3 + 1 ) + c = 0
a / (  1 + 1 ) + c = -2  | abziehen
--------------------------
a / -2 - ( a / 2 ) = 2
- a/2 - a/ 2 = 2
-a = 2
a = -2
Einsetzen
y ( x ) = -2 / (  x +1 ) + c
y ( 1 ) = -2 / ( 1 + 1 ) + c = -2
- 2 / 2  + c = -2
-1 + c = -2
c = -1
y ( x ) = -2 / ( x + 1 ) - 1