Com s'integren int dx / (x ^ 2 + 1) ^ 2 utilitzant substitucions de trigues?

Com s'integren int dx / (x ^ 2 + 1) ^ 2 utilitzant substitucions de trigues?
Anonim

Resposta:

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

Explicació:

#int dx / (x ^ 2 + 1) ^ 2 #

Ús # x = tan (a) #

# dx = sec ^ 2 (a) da #

# intdx / (x ^ 2 + 1) ^ 2 = int (sec ^ 2 (a) da) / (1 + tan ^ 2a) ^ 2 #

Utilitzeu la identitat # 1 + tan ^ 2 (a) = sec ^ 2 (a) #

# intdx / (x ^ 2 + 1) ^ 2 = int (sec ^ 2 (a) da) / sec ^ 4 (a) #

# = int (da) / sec ^ 2 (a) #

# = int cos ^ 2 (a) da #

# = int ((1 + cos (2a)) / 2) no

# = (1/2) (int (da) + int cos (2a) da) #

# = (1/2) (a + sin (2a) / 2) #

# = (1/2) (a + (2sin (a) cos (a)) / 2) #

# = (1/2) (a + sin (a).cos (a)) #

Ho sabem # a = tan ^ -1 (x) #

#sin (a) = x / (sqrt (1 + x ^ 2) #

#cos (a) = x / (sqrt (1 + x ^ 2 #

#int dx / (x ^ 2 + 1) ^ 2 = (1/2) (tan ^ -1 (x) + sin (sin ^ -1 (x / (sqrt (1 + x ^ 2))) cos (cos ^ -1 (1 / (sqrt (1 + x ^ 2)))) #

# = (1/2) (tan ^ -1 (x) + (x / (sqrt (1 + x ^ 2)) 1 / sqrt (1 + x ^ 2)) #

# = (1/2) (tan ^ -1 (x) + x / (1 + x ^ 2)) #

Resposta:

#int dx / (x ^ 2 + 1) ^ 2 = 1/2 (arctan (x) + x / (x ^ 2 + 1)) #

Explicació:

#int dx / (x ^ 2 + 1) ^ 2 # realitzar la substitució

#x = tan (y) # i en conseqüència

#dx = dy / (cos (i) ^ 2) #

tenim

#int dx / (x ^ 2 + 1) ^ 2 equivint int dy / (cos (i) ^ 2 (1 / cos (i) ^ 4) = int cos (i) ^ 2dy #

però

# d / (dy) (sin (y) cos (i)) = cos (i) ^ 2-sin (i) ^ 2 = 2 cos (i) ^ 2-1 #

llavors

#int cos (y) ^ 2 dy = 1/2 (y + sin (y) cos (i)) #

Finalment, recordant #y = arctan (x) # tenim

#int dx / (x ^ 2 + 1) ^ 2 = 1/2 (arctan (x) + x / (x ^ 2 + 1)) #