Đạo hàm thứ hai của y = x * sqrt (16-x ^ 2) là gì?

Đạo hàm thứ hai của y = x * sqrt (16-x ^ 2) là gì?
Anonim

Câu trả lời:

# y ^ ('') = (2 * x (x ^ 2 - 24)) / ((16-x ^ 2) * sqrt (16-x ^ 2)) #

Giải trình:

Bắt đầu bằng cách tính đạo hàm đầu tiên của hàm của bạn #y = x * sqrt (16-x ^ 2) # bằng cách sử dụng quy tắc sản phẩm.

Điều này sẽ giúp bạn

# d / dx (y) = d / dx (x) * sqrt (16 - x ^ 2) + x * d / dx (sqrt (16 - x ^ 2)) #

Bạn có thể phân biệt # d / dx (sqrt (16 -x ^ 2)) # bằng cách sử dụng quy tắc chuỗi cho #sqrt (u) #, với #u = 16 -x ^ 2 #.

# d / dx (sqrt (u)) = d / (du) sqrt (u) * d / dx (u) #

# d / dx (sqrt (u)) = 1/2 * 1 / sqrt (u) * d / dx (16-x ^ 2) #

# d / dx (sqrt (16-x ^ 2)) = 1 / màu (đỏ) (hủy (màu (đen) (2))) * 1 / sqrt (16-x ^ 2) * (-color (đỏ) (hủy (màu (đen) (2))) x) #

# d / dx (sqrt (1-x ^ 2)) = -x / sqrt (16-x ^ 2) #

Cắm lại vào tính toán của bạn về #y ^ '#.

# y ^ '= 1 * sqrt (16-x ^ 2) + x * (-x / sqrt (16-x ^ 2)) #

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

# y ^ '= (2 (8-x ^ 2)) / sqrt (16-x ^ 2) #

Để tìm #y ^ ('') # bạn cần tính toán # d / dx (y ^ ') # bằng cách sử dụng quy tắc thương

# d / dx (y ^ ') = 2 * (d / dx (8-x ^ 2) * sqrt (16-x ^ 2) - (8-x ^ 2) * d / dx (sqrt (16 -x ^ 2))) / (sqrt (16-x ^ 2)) ^ 2 #

# y ^ ('') = 2 * (-2x * sqrt (16-x ^ 2) - (8-x ^ 2) * (-x / sqrt (16-x ^ 2))) / (16-x ^ 2) #

# y ^ ('') = 2 * (1 / sqrt (16-x ^ 2) * -2x * (16-x ^ 2) + x * (8-x ^ 2)) / (16-x ^ 2) #

# y ^ ('') = 2 / (sqrt (16-x ^ 2) * (16-x ^ 2)) * (-32x + 2x ^ 3 + 8x - x ^ 3) #

Cuối cùng, bạn có

# y ^ ('') = màu (xanh) ((2 * x (x ^ 2 - 24)) / ((16-x ^ 2) * sqrt (16-x ^ 2))) #