Cum găsiți int 3 / ((1 + x) (1 - 2x)) dx folosind fracții parțiale?

Cum găsiți int 3 / ((1 + x) (1 - 2x)) dx folosind fracții parțiale?
Anonim

Răspuns:

#n ((1 + x) / (1 - 2x)) + C #

Explicaţie:

Lăsa # 3 / ((1 + x) * (1 - 2x)) # be = # (A / (1 + x) + B / (1 - 2x)) #

Extinzând partea dreaptă, ajungem

# (A * (1 - 2x) + B * (1 + x)) / ((1 + x)

Ecuația, ajungem

# (A * (1 - 2x) + B * (1 + x)) / ((1 + x) = # 3 / ((1 + x) * (1 - 2x)) #

și anume #A * (1 - 2x) + B * (1 + x) = 3 #

sau #A - 2Ax + B + Bx = 3 #

sau # (A + B) + x * (- 2A + B) = 3 #

echivalând coeficientul de la x la 0 și constantele de egalitate, obținem

#A + B = 3 # și

# -2A + B = 0 #

Rezolvarea pentru A & B, ajungem

#A = 1 și B = 2 #

Înlocuindu-ne în integrare, ajungem

#int 3 / ((1 + x) * (1 - 2x)) dx # = #int (1 / (1 + x) + 2 / (1 - 2 x)) dx #

= #int (1 / (1 + x)) dx + int (2 / (1 - 2x)) dx #

= #n (1 + x) + 2 * ln (1 - 2x) * (-1 / 2) #

= #n (1 + x) - ln (1 - 2x) #

= #n ((1 + x) / (1 - 2x)) + C #