Cum diferentiati f (x) = sin (sqrt (arccosx ^ 2)) folosind regula de retea?

Cum diferentiati f (x) = sin (sqrt (arccosx ^ 2)) folosind regula de retea?
Anonim

Răspuns:

# - (xcos (sqrt (arccosx ^ 2))) / (sqrt (1-x ^ 4) * sqrt (arccosx ^ 2)) #

Explicaţie:

A diferentia #f (x) # trebuie să îl descompunem în funcții, apoi să-l diferențiem folosind regula lanțului:

Lăsa:

#u (x) = arccosx ^ 2 #

#G (x) = sqrt (x) #

Atunci, #f (x) = sin (x) #

Derivatul funcției compozite folosind regula lanțului este prezentat după cum urmează:

#color (albastru) ((f (g (u (x)))) '= f' (g (u (x))) * g '(u (x)) * u' (x)) #

Să găsim derivatul fiecărei funcții de mai sus:

#U '(x) = - 1 / sqrt (1- (x ^ 2) ^ 2) * 2x #

#color (albastru) (u '(x) = - 1 / (sqrt (1-x ^ 4)) * 2x #

#G '(x) = 1 / (2sqrt (x)) #

Subtituting #X# de #U (x) # noi avem:

#color (albastru), (g '(u (x)) = 1 / (2sqrt (arccosx ^ 2)) #

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

substituind #X# de #G (u (x)) # trebuie să găsim #color (roșu) (g (u (x))) #:

#color (roșu) (g (u (x)) = sqrt (arccosx ^ 2)) #

Asa de, #f '(g (u (x))) = cos (g (u (x)) #

#color (albastru) (f '(g (u (x))) = cos (sqrt (arccosx ^ 2)) #

Înlocuind derivații calculați cu regula de mai sus, avem:

#color (albastru) ((f (g (u (x)))) '= f' (g (u (x))) * g '(u (x)) * u' (x) #

# = (- 2xcos (sqrt (arccosx ^ 2))) / (2sqrt (1-x ^ 4) * sqrt (arccosx ^ 2)) #

#color (albastru) (= - (xcos (sqrt (arccosx ^ 2))) / (sqrt (1-x ^ 4) * sqrt (arccosx ^ 2))) #