Jaký je derivát arcsinu (1 / x)?

Jaký je derivát arcsinu (1 / x)?
Anonim

Odpovědět:

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

Vysvětlení:

Abychom to odlišili, budeme aplikovat a řetězové pravidlo:

Začněte tím, že necháte # theta = arcsin (1 / x) #

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

Nyní rozlišujte každý termín na obou stranách rovnice s ohledem na #X#

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

Použití identity: # 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) #

Odvolání: #sin (theta) = 1 / x "" # a # "" theta = arcsin (1 / x) #

Můžeme tedy psát, # (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) = barva (modrá) (- 1 / (xsqrt (x ^ 2-1))) nebo "-sqrt (x ^ 2-1)) / (x (x ^ 2-1)) #