a)
f ( x ) = ( x2 + 2x ) / x4
es gibt mehrere Varianten zur Lösung
zuerst Summandenweises teilen
f ( x ) = x2 / x4+ 2x / x4
f ( x ) = 1 / x2 + 2 / x3
f ( x ) = x-2 + 2 *x-3
Dann summandenweise Integrieren. Dann hast du
keine Verkettung.
Durch den negativen Exponenten wirds ein bißchen
komplizierter ist aber das gleiche Schema wie bei einem
positiven Exponenten
∫ xn = xn+1 / ( n + 1 )
∫ x-2 = x-2+1 / ( -2 + 1 ) = x-1 / ( -1 ) = - x-1 = - 1 / x
usw
∫ f ( x ) = x-1 / (-1 ) + 2 * x-2 / ( -2 ) = - x-1 - 1 * x-2
= - 1/x - 1 / x2
Bin bei Bedarf weiter behilflich