Citat:
Ursprungligen postat av
obobson
Någon som kan förklara hur jag ska lösa följande problem med Maclaurinutvecklingar:
lim sinx-xcosx/x^3
x->0
sin x = x - x^3/3! + O(x^5)
cos x = 1-x^2/2! + O(x^3) => x cos x = x - x^3/2! + O(x^4)
(sin x - x cos x ) = (x - x^3/3! + O(x^5) - x + x^3/2! - O(x^4)) = (x^3/2!-x^3/3! + O(x^5))
Dela med x^3 och låt x -> 0 så blir svar 1/2!-1/3!.