Given the function:
f(x)=x1ln(1−2x1+3x) for xeq0
And the condition
f(0)=k, we must solve for
k using the following limit:
k=x→0limx1ln(1−2x1+3x)
The expression inside the logarithm is a quotient. We apply the logarithmic property
ln(A/B)=lnA−lnB to simplify the expression:
x→0limxln(1+3x)−ln(1−2x)
Next, we distribute the denominator
x to both terms to split the limit into two distinct parts:
k=x→0limxln(1+3x)−x→0limxln(1−2x)
We utilize the fundamental standard limit identity:
u→0limuln(1+u)=1
For the first term,
xln(1+3x), we multiply and divide by
3 to match the argument of the logarithm:
3⋅x→0lim3xln(1+3x)=3⋅1=3
For the second term,
xln(1−2x), we multiply and divide by
−2 to match the argument:
−2⋅x→0lim−2xln(1−2x)=−2⋅1=−2
Now, we substitute these evaluated limits back into our master equation:
k=3−(−2)
Simplifying the arithmetic, we find:
k=3+2=5