For a,b>0, let f(x)=⎩⎨⎧xtan((a+1)x)+btanx,3,baxxax+b2x2−ax,x<0x=0x>0 be a continuous function at x=0. Then ab is equal to :
Options
Solution
Key Concepts and Formulas
Continuity of a function: A function f(x) is continuous at a point x=c if limx→c−f(x)=limx→c+f(x)=f(c).
Limit of tanx: The standard limit limx→0xtanx=1.
Algebraic manipulation of limits involving square roots: To evaluate limits of the form CA−B, we often multiply the numerator and denominator by the conjugate, A+B.
Step-by-Step Solution
Step 1: Understand the condition for continuity.
The problem states that the function f(x) is continuous at x=0. This implies that the limit of the function as x approaches 0 from the left must be equal to the function's value at x=0, and this must also be equal to the limit of the function as x approaches 0 from the right. Mathematically, this is expressed as:
limx→0−f(x)=f(0)=limx→0+f(x)
We are given f(0)=3. Therefore, we must have:
limx→0−f(x)=3andlimx→0+f(x)=3
Step 2: Evaluate the left-hand limit and form an equation.
For x<0, f(x)=xtan((a+1)x)+btanx. We need to find the limit as x→0− and set it equal to 3.
limx→0−f(x)=limx→0−xtan((a+1)x)+btanx
To evaluate this limit, we can use the standard limit limx→0xtankx=k. We can split the fraction into two terms:
limx→0−(xtan((a+1)x)+xbtanx)
Applying the standard limit formula:
(a+1)⋅limx→0−(a+1)xtan((a+1)x)+b⋅limx→0−xtanx
Since limx→0−xtankx=k and limx→0−xtanx=1:
(a+1)⋅1+b⋅1=a+1+b
Since f(x) is continuous at x=0, this limit must be equal to f(0)=3.
a+1+b=3a+b=2⋯(1)
Step 3: Evaluate the right-hand limit and form another equation.
For x>0, f(x)=baxxax+b2x2−ax. We need to find the limit as x→0+ and set it equal to 3.
limx→0+f(x)=limx→0+baxxax+b2x2−ax
Let's simplify the terms inside the square root in the numerator:
ax+b2x2=x(a+b2x)=xa+b2x
Substituting this back into the limit expression:
limx→0+baxxxa+b2x−xa
We can factor out x from the numerator:
limx→0+baxxx(a+b2x−a)
Cancel x from the numerator and denominator:
limx→0+baxa+b2x−a
This limit is of the indeterminate form 00. To resolve this, we multiply the numerator and denominator by the conjugate of the numerator, which is a+b2x+a:
limx→0+bax(a+b2x+a)(a+b2x−a)(a+b2x+a)
Using the difference of squares formula (A−B)(A+B)=A2−B2:
limx→0+bax(a+b2x+a)(a+b2x)−a
Simplify the numerator:
limx→0+bax(a+b2x+a)b2x
Cancel x from the numerator and denominator (since x→0+, x=0):
limx→0+ba(a+b2x+a)b2
Now, substitute x=0 into the expression:
ba(a+b2(0)+a)b2=ba(a+a)b2=ba(2a)b2=2bab2
Simplify the expression:
2ab
Since f(x) is continuous at x=0, this limit must be equal to f(0)=3.
2ab=3ab=6⋯(2)
Step 4: Solve the system of equations for the required ratio.
We have two equations:
(1) a+b=2
(2) ab=6
From equation (2), we can express b in terms of a:
b=6a
Substitute this expression for b into equation (1):
a+(6a)=27a=2a=72
Now, substitute the value of a back into the expression for b:
b=6a=6(72)=712
We are asked to find the value of ab. We already found this in equation (2).
ab=6
Common Mistakes & Tips
Algebraic errors with square roots: Be careful when rationalizing the numerator involving square roots. Ensure the conjugate is applied correctly and the difference of squares formula is used properly.
Canceling terms prematurely: Ensure that any term being canceled (like x or x) is not zero at the limit point. For limits as x→0+, x is positive and non-zero.
Applying standard limits: Remember the standard limit limx→0xtankx=k. Incorrect application of this can lead to errors.
Summary
The problem requires us to use the condition of continuity of the function at x=0, which means the left-hand limit, the right-hand limit, and the function value at x=0 must all be equal. We calculated the left-hand limit using the standard tangent limit, which gave us the equation a+b=2. We calculated the right-hand limit by rationalizing the numerator and simplifying, which resulted in the equation ab=6. Solving these two equations simultaneously allowed us to determine the value of ab.