Bagaimana Anda membedakan f (x) = sqrt (e ^ cot (x)) menggunakan aturan rantai?

Bagaimana Anda membedakan f (x) = sqrt (e ^ cot (x)) menggunakan aturan rantai?
Anonim

Menjawab:

f '(x) == -# (sqrt (e ^ cot (x)). csc ^ 2 (x)) / 2 #

Penjelasan:

#f (x) = sqrt (e ^ cot (x)) #

Untuk menemukan turunan dari f (x), kita perlu menggunakan aturan rantai.

#color (red) "aturan rantai: f (g (x)) '= f' (g (x)). g '(x)" #

Membiarkan #u (x) = cot (x) => u '(x) = - csc ^ 2 (x) #

dan # g (x) = e ^ (x) => g '(x) = e ^ (x).g' (u (x)) = e ^ cot (x) #

#f (x) = sqrt (x) => f '(x) = 1 / (2sqrt (x)) => f' (g (u (x))) = 1 / (2sqrt (e ^ cot (x))) #

# d / dx (f (g (u (x))) = f '(g (u (x))). g' (u (x)). u '(x) #

=# 1 / (sqrt (e ^ cot (x))) e ^ cot (x).- cos ^ 2 (x) #

=# (- e ^ cot (x) csc ^ 2x) / sqrt (e ^ cot (x)) #

#color (blue) "batalkan e ^ cot (x) dengan sqrt (e ^ cot (x)) di penyebutnya" #

=-# (sqrt (e ^ cot (x)). csc ^ 2 (x)) / 2 #