문제

This is findind limit calculus one. This would be very easy but i never factor high degrees. can anyone show me how to factor it.

lim((x^5-32)/(x-2),x=2)

lim((x^5-2^5)/(x-2),x=2)

도움이 되었습니까?

해결책

As John suggested in the comments above: when x-->2 we handle a limit of type 0/0. In order to calculate it we use the derivative of the numerator and a derivative of the denominator:

f'(X^5-2^5) = 5x^4
----------    ----
f'(x-2)     = 1

if we'll substitute x with 2 we'll get:

5*2^4
----- = 80
1
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top