Consider the function f:R→R defined as follows:
f(x)={c1ex−c2loge(x1),3 if x>0 otherwise where c1,c2∈R . If f is continuous at x=0 , then c1+c2= ________. (answer in integer)
📖 Explanation
For a function to be continuous at a point, in this case x=0, its Left-Hand Limit (LHL), Right-Hand Limit (RHL), and the function's value at that point must all be equal.
limx→0−f(x)=limx→0+f(x)=f(0)
The function is given as:
$
First,let′ssimplifytheexpressionforx > 0usingthelogarithmproperty\log_e(1/x) = -\log_e(x)$:
f(x)=c1ex+c2loge(x),for x>0
Now, let's evaluate the limits and the function value.
-
Left-Hand Limit (LHL) and Function Value:
For x≤0, the function is defined as f(x)=3.
Therefore, limx→0−f(x)=3 and f(0)=3. -
Right-Hand Limit (RHL):
For x>0, we have f(x)=c1ex+c2loge(x).
limx→0+f(x)=limx→0+(c1ex+c2loge(x))
As x→0+, we know that ex→1 and loge(x)→−∞. The limit becomes c1(1)+c2(−∞). For this limit to be finite and equal to 3 (to ensure continuity), the term that goes to infinity must be eliminated. This is only possible if its coefficient, c2, is zero.
So, we must have c2=0. -
Solving for the Constants:
With c2=0, the RHL simplifies to:
limx→0+(c1ex)=c1e0=c1
For continuity, we equate the LHL, RHL, and f(0):
3=c1=3
This gives us c1=3. -
Final Calculation:
We found that c1=3 and c2=0. The required sum is:
c1+c2=3+0=3