Jak znaleźć pochodną odwrotnej funkcji trig f (x) = arcsin (9x) + arccos (9x)?

Jak znaleźć pochodną odwrotnej funkcji trig f (x) = arcsin (9x) + arccos (9x)?
Anonim

Oto sposób, w jaki to robię:

- Pozwolę trochę # "" theta = arcsin (9x) "" # a niektóre # "" alpha = arccos (9x) #

  • Więc dostaję # "" sintheta = 9x "" # i # "" cosalpha = 9x #

  • Rozróżniam obydwie w ten sposób:

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

- Następnie rozróżniam # cosalpha = 9x #

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

  • Ogólny, # "" f (x) = theta + alfa #

  • Więc, #f ^ ('') (x) = (d (theta)) / (dx) + (d (alfa)) / (dx) = 9 / sqrt (1- (9x) ^ 2) -9 / sqrt (1- (9x) ^ 2) = 0 #