Was ist die Ableitung von f (x) = (x ^ 3- (lnx) ^ 2) / (lnx ^ 2)?

Was ist die Ableitung von f (x) = (x ^ 3- (lnx) ^ 2) / (lnx ^ 2)?
Anonim

Antworten:

Verwenden Sie Quotierungsregel und Kettenregel. Antwort ist:

#f '(x) = (3x ^ 3lnx ^ 2-2 (Inx) ^ 2-2x ^ 3) / (x (Inx ^ 2) ^ 2) #

Dies ist eine vereinfachte Version. Sehen Erläuterung beobachten, bis zu welchem Punkt es als Ableitung akzeptiert werden kann.

Erläuterung:

#f (x) = (x ^ 3- (lnx) ^ 2) / lnx ^ 2 #

#f '(x) = ((x ^ 3- (Inx) ^ 2)' * Inx ^ 2- (x ^ 3- (Inx) ^ 2) (Inx ^ 2) ') / (Inx ^ 2) ^ 2 #

#f '(x) = ((3x ^ 2-2lnx * (Inx)') * Inx ^ 2- (x ^ 3- (Inx) ^ 2) 1 / x ^ 2 (x ^ 2) ') / (lnx ^ 2) ^ 2 #

#f '(x) = ((3x ^ 2-2lnx * 1 / x) * Inx ^ 2- (x ^ 3- (Inx) ^ 2) 1 / x ^ 2 * 2x) / (Inx ^ 2) ^ 2 #

Bei dieser Form ist es eigentlich akzeptabel. Um es weiter zu vereinfachen:

#f '(x) = ((3x ^ 2-2nnx / x) * Inx ^ 2- (x ^ 3- (Inx) ^ 2) 2 / x) / (Inx ^ 2) ^ 2 #

#f '(x) = (3x ^ 2lnx ^ 2-2lnx / xlnx ^ 2-x ^ 3 * 2 / x + (Inx) ^ 2 * 2 / x) / (Inx ^ 2) ^ 2 #

#f '(x) = (3x ^ 2lnx ^ 2-2lnx / xlnx ^ 2-x ^ 3 * 2 / x + (Inx) ^ 2 * 2 / x) / (Inx ^ 2) ^ 2 #

#f '(x) = (3x ^ 3lnx ^ 2-2lnxlnx ^ 2-x ^ 3 * 2 + (Inx) ^ 2 * 2) / (x (Inx ^ 2) ^ 2) #

#f '(x) = (3x ^ 3lnx ^ 2-4 (Inx) ^ 2-2x ^ 3 + 2 (Inx) ^ 2) / (x (Inx ^ 2) ^ 2) #

#f '(x) = (3x ^ 3lnx ^ 2-2 (Inx) ^ 2-2x ^ 3) / (x (Inx ^ 2) ^ 2) #