Co to jest druga pochodna y = x * sqrt (16-x ^ 2)?

Co to jest druga pochodna y = x * sqrt (16-x ^ 2)?
Anonim

Odpowiedź:

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

Wyjaśnienie:

Zacznij od obliczenia pierwszej pochodnej funkcji #y = x * sqrt (16-x ^ 2) # za pomocą reguły produktu.

To cię dopadnie

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

Możesz się rozróżnić # d / dx (sqrt (16-x ^ 2)) # używając reguły łańcucha dla #sqrt (u) #, z #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 / kolor (czerwony) (anuluj (kolor (czarny) (2))) * 1 / sqrt (16-x ^ 2) * (-kolor (czerwony) (anuluj (kolor (czarny) (2))) x) #

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

Podłącz to z powrotem do obliczeń #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) #

Znaleźć #y ^ ('') # musisz obliczyć # d / dx (y ^ ') # za pomocą reguły ilorazu

# 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) #

Wreszcie masz

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