Miten erotat f (x) = (5-x ^ 2) (x ^ 3-3x + 3) tuotesääntöä käyttäen?

Miten erotat f (x) = (5-x ^ 2) (x ^ 3-3x + 3) tuotesääntöä käyttäen?
Anonim

Vastaus:

#f '(x) = -5x ^ 4 + 24x ^ 2 -6x-15 #

Selitys:

Tuotesääntöjen johdannainen

tietty # "" "h = f * g #

#h '= fg' + f'g #

Alkuperäinen ongelma

#f (x) = (5-x ^ 2) (x ^ 3-3x + 3) #

#f '(x) = (5-x ^ 2) d / dx (x ^ 3-3x + 3) + d / dx (5-x ^ 2) (x ^ 3-3x + 3) #

# => (5-x ^ 2) (3x ^ 2-3) + (-2x) (x ^ 3-3x + 3) #

Nyt voimme moninkertaistaa ja yhdistää samanlaisia termejä

# => (15x ^ 2 -15 -3x ^ 4 + 3x ^ 2) + (-2x ^ 4 + 6x ^ 2 -6x) #

# => -5x ^ 4 + 24x ^ 2 -6x-15 #