Què és la derivada de arcsin (1 / x)?

Què és la derivada de arcsin (1 / x)?
Anonim

Resposta:

# -1 / (xsqrt (x ^ 2-1)) #

Explicació:

Per diferenciar-lo, aplicarem un regla de la cadena:

Comenceu amb Letting # theta = arcsin (1 / x) #

# => sin (theta) = 1 / x #

Ara diferenciar cada terme a banda i banda de l’equació amb respecte a # x #

# => cos (theta) * (d (theta)) / (dx) = - 1 / x ^ 2 #

Utilitzant la identitat: # cos ^ 2theta + sin ^ 2theta = 1 => costheta = sqrt (1-sin ^ 2theta) #

# => sqrt (1-sin ^ 2theta) * (d (theta)) / (dx) = - 1 / x ^ 2 #

# => (d (theta)) / (dx) = - 1 / x ^ 2 * 1 / sqrt (1-sin ^ 2theta) #

Recordar: #sin (theta) = 1 / x "" # i # "" theta = arcsin (1 / x) #

Així que podem escriure, # (d (arcsin (1 / x))) / (dx) = - 1 / x ^ 2 * 1 / sqrt (1- (1 / x) ^ 2) = - 1 / x ^ 2 * 1 / sqrt ((x ^ 2-1) / x ^ 2) #

# = - 1 / x ^ 2 * x / sqrt (x ^ 2-1) = color (blau) (- 1 / (xsqrt (x ^ 2-1))) "o" -sqrt (x ^ 2-1) / (x (x ^ 2-1)) #