Key Concepts and Formulas
- Continuity of a Function: A function f(x) is continuous at a point x=c if the following three conditions are met:
- f(c) is defined.
- limx→cf(x) exists. This means limx→c−f(x)=limx→c+f(x).
- limx→cf(x)=f(c).
- Standard Limits:
- limx→0xsin(ax)=a
- limx→0xln(1+ax)=a
Step-by-Step Solution
The problem states that the function f(x) is continuous at x=0. This means that the left-hand limit, the right-hand limit, and the function value at x=0 must all be equal. We are given that f(0)=4. Therefore, we must have:
limx→0−f(x)=4
and
limx→0+f(x)=4
Step 1: Evaluate the left-hand limit.
For x<0, f(x)=x2{sin(k1+1)x+sin(k2−1)x}.
We need to find limx→0−x2{sin(k1+1)x+sin(k2−1)x}.
We can rewrite this limit by separating the terms and using the standard limit limy→0ysin(ay)=a.
limx→0−x2{sin(k1+1)x+sin(k2−1)x}=2limx→0−{xsin(k1+1)x+xsin(k2−1)x}
Applying the standard limit formula, we get:
=2{(k1+1)+(k2−1)}
=2(k1+k2)
Since the function is continuous at x=0, this left-hand limit must be equal to f(0)=4.
2(k1+k2)=4
k1+k2=2(∗)
Step 2: Evaluate the right-hand limit.
For x>0, f(x)=x2loge(2+k2x2+k1x).
We need to find limx→0+x2loge(2+k2x2+k1x).
We can rewrite the argument of the logarithm:
2+k2x2+k1x=2(1+2k2x)2(1+2k1x)=1+2k2x1+2k1x
So, the limit becomes:
limx→0+x2loge(1+2k2x1+2k1x)
Using the property of logarithms, loge(a/b)=loge(a)−loge(b):
=2limx→0+x1{loge(1+2k1x)−loge(1+2k2x)}
=2{limx→0+xloge(1+2k1x)−limx→0+xloge(1+2k2x)}
We use the standard limit limy→0yln(1+ay)=a.
=2{2k1−2k2}
=2⋅21(k1−k2)
=k1−k2
Since the function is continuous at x=0, this right-hand limit must be equal to f(0)=4.
k1−k2=4(∗∗)
Step 3: Solve the system of equations for k1 and k2.
We have two equations:
- k1+k2=2
- k1−k2=4
Adding equation (1) and equation (2):
(k1+k2)+(k1−k2)=2+4
2k1=6
k1=3
Substituting k1=3 into equation (1):
3+k2=2
k2=2−3
k2=−1
Step 4: Calculate k12+k22.
Now that we have the values of k1 and k2, we can find k12+k22.
k12+k22=(3)2+(−1)2
=9+1
=10
Common Mistakes & Tips
- Incorrect application of standard limits: Ensure you are using the correct form of the standard limits, especially when the argument of sin or ln is not simply x. For example, sin(ax) requires the denominator to be x and the limit to be a, not ax.
- Algebraic errors with logarithms: Be careful when simplifying logarithmic expressions. Using properties like log(a/b)=log(a)−log(b) and log(1+y)≈y for small y are crucial.
- Mistakes in solving simultaneous equations: Double-check your arithmetic when solving the system of linear equations for k1 and k2.
Summary
For the function to be continuous at x=0, the left-hand limit, the right-hand limit, and the function value at x=0 must be equal. We used the given function value f(0)=4 and evaluated the left-hand limit using the standard limit for sine functions, which yielded the equation k1+k2=2. We then evaluated the right-hand limit using the standard limit for logarithmic functions, resulting in the equation k1−k2=4. Solving these two simultaneous equations, we found k1=3 and k2=−1. Finally, we calculated k12+k22=32+(−1)2=9+1=10.
The final answer is 10.