Solution
To determine if the function is continuous or differentiable at x=0, we must analyze the limit as x→0.
1. Checking Continuity
For f(x) to be continuous at x=0, we need limx→0f(x)=f(0).
The value of f(0) is given as e2.
Now, calculate the limit:
x→0lim(1+2x)x1
This is in the indeterminate form 1∞. We use the standard limit formula limu→0(1+u)u1=e.
Let u=2x. As x→0, u→0. Also, x1=u2.
u→0lim(1+u)u2=(u→0lim(1+u)u1)2=e2
Since limx→0f(x)=f(0)=e2, the function is continuous at x=0.
2. Checking Differentiability
To check differentiability, we calculate the derivative at x=0 using the definition:
f′(0)=h→0limhf(h)−f(0)
f′(0)=h→0limh(1+2h)h1−e2
Using Taylor series expansion for (1+2h)h1=eh1ln(1+2h):
ln(1+2h)=2h−2(2h)2+3(2h)3−⋯=2h−2h2+38h3−…
h1ln(1+2h)=2−2h+38h2−…
f(h)=e2−2h+38h2=e2⋅e−2h+38h2≈e2(1−2h+38h2+2(−2h)2)=e2(1−2h+314h2)
Substituting this into the derivative limit:
f′(0)=h→0limhe2(1−2h+…)−e2=h→0limh−2he2=−2e2
Since the derivative exists, the function is differentiable at x=0.
Correct Option: B) continuous at x=0