Kako ločite f (x) = sin (sqrt (arccosx ^ 2)) z verigo?

Kako ločite f (x) = sin (sqrt (arccosx ^ 2)) z verigo?
Anonim

Odgovor:

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

Pojasnilo:

Razlikovati #f (x) # razčleniti jo moramo v funkcije, nato pa ga ločiti z verigo:

Naj:

#u (x) = arccosx ^ 2 #

#g (x) = sqrt (x) #

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

Izvedba sestavljene funkcije s pravilom verige je navedena kot sledi:

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

Najdemo derivat vsake funkcije zgoraj:

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

#barva (modra) (u '(x) = - 1 / (sqrt (1-x ^ 4)) * 2x #

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

Subtituting # x # jo #u (x) # imamo:

#barva (modra) (g '(u (x)) = 1 / (2sqrt (arccosx ^ 2)) #

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

Zamenjava # x # jo #g (u (x)) # moramo najti #barva (rdeča) (g (u (x))) #:

#barva (rdeča) (g (u (x)) = sqrt (arccosx ^ 2)) #

Torej, #f '(g (u (x))) = cos (g (u (x)) #

#barva (modra) (f '(g (u (x))) = cos (sqrt (arccosx ^ 2)) #

Če nadomestimo izračunane izvedene finančne instrumente po zgornjem verigi, imamo:

#color (modra) ((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 (modra) (= - (xcos (sqrt (arccosx ^ 2))) / (sqrt (1-x ^ 4) * sqrt (arccosx ^ 2))) #