If α=x→4πlimcos(x+4π)tan3x−tanx and β=x→0lim(cosx)cotx are the roots of the equation, ax 2 + bx − 4 = 0, then the ordered pair (a, b) is :
Options
Solution
Key Concepts and Formulas
Limit Evaluation Techniques: Indeterminate forms (0/0, ∞/∞), L'Hôpital's Rule, standard limits like limx→0xsinx=1, limx→0xtanx=1, and limx→0x21−cosx=21.
Limits of the form 1∞: If limx→cf(x)=1 and limx→cg(x)=∞, then limx→c[f(x)]g(x)=elimx→cg(x)[f(x)−1]. Alternatively, limx→c[f(x)]g(x)=elimx→cg(x)ln(f(x)).
Quadratic Equations: If α and β are the roots of a quadratic equation ax2+bx+c=0, then the sum of the roots is α+β=−ab and the product of the roots is αβ=ac.
Step-by-Step Solution
Part 1: Evaluate α
Step 1: Analyze the limit for α.
The given limit for α is:
α=x→4πlimcos(x+4π)tan3x−tanx
As x→4π, tanx→tan(4π)=1. So, the numerator approaches 13−1=0.
As x→4π, x+4π→4π+4π=2π. So, cos(x+4π)→cos(2π)=0.
This is an indeterminate form of type 00.
Step 2: Apply L'Hôpital's Rule to evaluate α.
Since we have the 00 indeterminate form, we can apply L'Hôpital's Rule by differentiating the numerator and the denominator with respect to x.
Derivative of the numerator:
dxd(tan3x−tanx)=3tan2x⋅sec2x−sec2x
Derivative of the denominator:
dxd(cos(x+4π))=−sin(x+4π)⋅dxd(x+4π)=−sin(x+4π)⋅1
Applying L'Hôpital's Rule:
α=x→4πlim−sin(x+4π)3tan2xsec2x−sec2x
Step 3: Substitute the value of x after applying L'Hôpital's Rule.
Now, substitute x=4π:
tan(4π)=1sec(4π)=cos(4π)1=1/21=2, so sec2(4π)=(2)2=2.
x+4π=4π+4π=2π.
sin(2π)=1.
Plugging these values into the limit expression:
α=−sin(2π)3(1)2(2)−2=−13(2)−2=−16−2=−14=−4
So, α=−4.
Part 2: Evaluate β
Step 4: Analyze the limit for β.
The given limit for β is:
β=x→0lim(cosx)cotx
As x→0, cosx→cos(0)=1.
As x→0, cotx=sinxcosx→0+1, which approaches ∞.
This is an indeterminate form of type 1∞.
Step 5: Use the standard form for 1∞ limits to evaluate β.
We use the formula: If limx→cf(x)=1 and limx→cg(x)=∞, then limx→c[f(x)]g(x)=elimx→cg(x)[f(x)−1].
Here, f(x)=cosx and g(x)=cotx.
β=ex→0limcotx(cosx−1)
Step 6: Evaluate the exponent's limit.
Let's evaluate the limit in the exponent:
L=x→0limcotx(cosx−1)=x→0limsinxcosx(cosx−1)
We can rewrite this as:
L=x→0limsinxcosx−1⋅cosx
As x→0, cosx→1, so the limit becomes:
L=x→0limsinxcosx−1⋅1=x→0limsinxcosx−1
This is still a 00 indeterminate form. We can use L'Hôpital's Rule or manipulate it using standard limits. Let's use standard limits for practice.
We know limx→0xsinx=1 and limx→0x21−cosx=21.
L=x→0limsinx−(1−cosx)
Multiply and divide by x2 and x respectively to use the standard limits:
L=x→0limx2−(1−cosx)⋅sinxx2L=x→0lim(−x21−cosx)⋅(sinxx⋅x)L=(−x→0limx21−cosx)⋅(x→0limsinxx)⋅(x→0limx)
Using the standard limits: limx→0x21−cosx=21 and limx→0sinxx=1.
L=(−21)⋅(1)⋅(0)=0
Alternatively, using L'Hôpital's rule on x→0limsinxcosx−1:
L=x→0limcosx−sinx=cos0−sin0=10=0
So, the limit of the exponent is 0.
Step 7: Determine the value of β.
Since the limit of the exponent is 0, we have:
β=e0=1
So, β=1.
Part 3: Use the roots to find a and b
Step 8: Set up the quadratic equation using the roots α and β.
We found α=−4 and β=1. These are the roots of the equation ax2+bx−4=0.
For a quadratic equation Ax2+Bx+C=0, the sum of roots is −AB and the product of roots is AC.
In our equation ax2+bx−4=0, we have A=a, B=b, and C=−4.
Step 9: Use the sum and product of roots to form equations for a and b.
Sum of roots: α+β=−4+1=−3.
From the equation, the sum of roots is −ab.
So, −3=−ab⟹ab=3⟹b=3a. (Equation 1)
Product of roots: αβ=(−4)(1)=−4.
From the equation, the product of roots is a−4.
So, −4=a−4.
This implies a=1.
Step 10: Solve for b using the value of a.
Substitute a=1 into Equation 1:
b=3a=3(1)=3.
Thus, a=1 and b=3. The ordered pair is (a,b)=(1,3).
Step 11: Verify the result by substituting a and b back into the quadratic equation.
The equation is ax2+bx−4=0. With a=1 and b=3, the equation becomes 1x2+3x−4=0, or x2+3x−4=0.
We can factor this equation: (x+4)(x−1)=0.
The roots are x=−4 and x=1.
These are indeed our calculated values for α=−4 and β=1.
Common Mistakes & Tips
Incorrect application of L'Hôpital's Rule: Ensure that the limit is in an indeterminate form (0/0 or ∞/∞) before applying L'Hôpital's Rule. Differentiate the numerator and denominator separately.
Algebraic errors in limit evaluation: Be careful with signs and cancellations when manipulating expressions, especially when using standard limits.
Misinterpreting the 1∞ form: The formula elimg(x)(f(x)−1) is crucial for such limits. Do not directly substitute values when the form is 1∞.
Relating roots to coefficients: Remember that for ax2+bx+c=0, sum of roots is −b/a and product of roots is c/a. In this problem, the constant term is -4, which is directly related to the product of roots.
Summary
The problem requires us to first evaluate two limits, α and β. For α, we encountered a 00 indeterminate form, which we resolved using L'Hôpital's Rule to find α=−4. For β, we faced a 1∞ indeterminate form, which we converted to an exponential form using the standard limit formula elimg(x)(f(x)−1), and then evaluated the exponent's limit using standard trigonometric limits or L'Hôpital's Rule to find β=1. Once the roots α=−4 and β=1 were determined, we used Vieta's formulas for the quadratic equation ax2+bx−4=0. The product of roots αβ=a−4 gave us a=1, and the sum of roots α+β=−ab yielded b=3. Therefore, the ordered pair (a,b) is (1,3).