Wie findet man die Ableitung der inversen Triggerfunktion f (x) = arcsin (9x) + arccos (9x)?

Wie findet man die Ableitung der inversen Triggerfunktion f (x) = arcsin (9x) + arccos (9x)?
Anonim

Hier '/ so mache ich das:

- Ich lass etwas # "" theta = arcsin (9x) "" # und einige # "" alpha = arccos (9x) #

  • Also bekomme ich # "" sintheta = 9x "" # und # "" cosalpha = 9x #

  • Ich unterscheide beide implizit so:

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

- Als nächstes unterscheide ich # cosalpha = 9x #

# => (- sinalpha) * (d (alpha)) / (dx) = 9 "=> (d (alpha)) / (dx) = - 9 / (sin (alpha)) = - 9 / (sqrt (1-cosalpha)) = - 9 / sqrt (1- (9x) ^ 2) #

  • Insgesamt, # "" f (x) = theta + alpha #

  • So, #f ^ ('') (x) = (d (theta)) / (dx) + (d (alpha)) / (dx) = 9 / sqrt (1- (9x) ^ 2) -9 / sqrt (1- (9x) ^ 2) = 0 #