Kaj je derivat (sinx) ^ tanhx? Če mi pomagaš, sem hvaležna hvala ...

Kaj je derivat (sinx) ^ tanhx? Če mi pomagaš, sem hvaležna hvala ...
Anonim

Odgovor:

#sin (x) ^ tanh (x) * (1-tanh ^ 2 (x)) * ln (sin (x)) + "#

# "" sin (x) ^ (tanh (x) -1) * tanh (x) * cos (x) #

Pojasnilo:

# "Izpelj iz" #

#f (x) ^ g (x) #

# "je težko zapomniti." #

# "Če se ne morete dobro spomniti, ga lahko sklepate na naslednji način:" #

# x ^ y = exp (y * ln (x)) #

# => f (x) ^ g (x) = exp (g (x) * ln (f (x))) #

# => (f (x) ^ g (x)) '= exp (g (x) * ln (f (x))) (g (x) * ln (f (x)))' #

# "(verižno pravilo + izpelj. exp (x))" #

# = exp (g (x) * ln (f (x))) (g '(x) * ln (f (x)) + g (x) (f' (x)) / f (x)) #

# = f (x) ^ g (x) * g '(x) * ln (f (x)) + f (x) ^ (g (x) - 1) * g (x) * f' (x) #

# "Tukaj imamo" #

#f (x) = sin (x) => f '(x) = cos (x) #

#g (x) = tanh (x) => g '(x) = 1 - tanh ^ 2 (x) #

# = sin (x) ^ tanh (x) * (1-tanh ^ 2 (x)) * ln (sin (x)) + "#

#sin (x) ^ (tanh (x) -1) * tanh (x) * cos (x) #