Wat is de afgeleide van arcsin (1 / x)?

Wat is de afgeleide van arcsin (1 / x)?
Anonim

Antwoord:

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

Uitleg:

Om dit te onderscheiden, zullen we een kettingregel:

Begin met te laten # Theta = arcsin (1 / x) #

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

Onderscheid nu elke term aan beide kanten van de vergelijking rekeninghoudend met #X#

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

De identiteit gebruiken: # cos ^ 2theta + sin ^ 2theta = 1 => costheta = sqrt (1-sin ^ 2theta) #

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

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

Terugroepen: #sin (theta) = 1 / x "" # en # "" theta = arcsin (1 / x) #

Dus we kunnen schrijven, # (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) = kleur (blauw) (- 1 / (xsqrt (x ^ 2-1))) "of" -sqrt (x ^ 2-1) / (x (x ^ 2-1)) #