Čo je derivát arcsinu (1 / x)?

Čo je derivát arcsinu (1 / x)?
Anonim

odpoveď:

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

vysvetlenie:

Aby sme to mohli odlíšiť, budeme uplatňovať a pravidlo reťazca:

Začnite tým, že necháte # Theta = arcsin (1 / x) #

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

Teraz rozlišujte každý termín na oboch stranách rovnice vzhľadom na. t #X#

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

Použitie 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) #

Obnoviť: #sin (theta) = 1 / x "" # a # "" theta = arcsin (1 / x) #

Takže môžeme písať, # (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) = farba (modrá) (- 1 / (xsqrt (x ^ 2-1))) alebo "-sqrt (x ^ 2-1)) / (x (x ^ 2-1)) #