Ako riešite tento integrál?

Ako riešite tento integrál?
Anonim

odpoveď:

#int ("d" x) / (x ^ 2-1) ^ 2 #

# = 1/4 (ln (x + 1) -ln (x-1) - (2 x) / (x ^ 2-1)) + C #

vysvetlenie:

#int ("d" x) / (x ^ 2-1) ^ 2 #

# = int ("d" x) / ((x + 1) ^ 2 (x-1) ^ 2) #

Urobme teraz čiastkové zlomky. Predpokladám že

# 1 / ((x + 1) ^ 2 (x-1) ^ 2) = A / (x + 1) + B / (x + 1) ^ 2 + C / (x-1) + D / (x 1) ^ 2 #

pre niektoré konštanty #A B C D#.

potom

# 1 = A (x + 1) (x-1) ^ 2 + B (x-1) ^ 2 + C (x + 1) ^ 2 (x-1) + D (x + 1) ^ 2 #

Rozbaľte a získajte

# 1 = (A + C) x ^ 3 + (B + C + D-A) x ^ 2 + (2D-2B-A-C) x + A + B-C + D #.

Rovnocenné koeficienty:

# {(A + C = 0), (B + C + D-A = 0), (2D-2B-A-C = 0), (A + B-C + D = 1):} #

Riešenie dáva # A = B = D = 1/4 # a # C = -1/4 #.

Náš pôvodný integrál je teda

(1 / (4 (x + 1)) + 1 / (4 (x + 1) ^ 2) -1 / (4 (x-1)) + 1 / (4 (x-1) ^ 2)) d) x #

# = 1 / 4ln (x + 1) -1 / (4 (x + 1)) - 1 / 4ln (x-1) -1 / (4 (x-1)) + C #

zjednoduší:

# = 1/4 (ln (x + 1) -ln (x-1) - (2 x) / (x ^ 2-1)) + C #