Key Concepts and Formulas
- Absolute Value Function: The definition of ∣x∣ is crucial: ∣x∣=−x for x<0 and ∣x∣=x for x≥0. When integrating a function involving ∣x∣ over an interval containing 0, the integral must be split at x=0.
- Integration of Exponential Functions: The general formula for integrating an exponential function is ∫eaxdx=aeax+C.
- Definite Integral Evaluation: The value of a definite integral ∫abf(x)dx is found by evaluating the antiderivative F(x) at the upper and lower limits: F(b)−F(a).
- Logarithm Properties: Key properties include ln(ek)=k and ln(a/b)=lna−lnb, which can be used to simplify logarithmic expressions. Also, ex>0 for all real x.
Step-by-Step Solution
We are asked to find the value of α for which 4α−1∫2e−α∣x∣dx=5.
Step 1: Handling the Absolute Value in the Integral
The integrand contains ∣x∣. Since the interval of integration is [−1,2], which includes 0, we must split the integral at x=0.
For x∈[−1,0), ∣x∣=−x. So, e−α∣x∣=e−α(−x)=eαx.
For x∈[0,2], ∣x∣=x. So, e−α∣x∣=e−αx.
Therefore, the integral can be rewritten as:
−1∫2e−α∣x∣dx=−1∫0eαxdx+0∫2e−αxdx
The given equation becomes:
4α(−1∫0eαxdx+0∫2e−αxdx)=5
Step 2: Evaluating the Integrals
We apply the integration formula ∫eaxdx=aeax.
For the first integral, −1∫0eαxdx:
[αeαx]−10=αeα(0)−αeα(−1)=α1−αe−α=α1−e−α
For the second integral, 0∫2e−αxdx:
[−αe−αx]02=−αe−α(2)−−αe−α(0)=−αe−2α−−α1=α1−e−2α
Substitute these results back into the main equation:
4α(α1−e−α+α1−e−2α)=5
We can factor out α1 from the terms inside the parenthesis:
4α⋅α1((1−e−α)+(1−e−2α))=5
The α terms cancel out:
4(1−e−α+1−e−2α)=5
Step 3: Simplifying and Forming a Quadratic Equation
Simplify the expression inside the parenthesis:
4(2−e−α−e−2α)=5
Distribute the 4:
8−4e−α−4e−2α=5
Rearrange the terms to form a quadratic equation in terms of e−α:
4e−2α+4e−α−3=0
Step 4: Solving the Quadratic Equation
Let t=e−α. Then e−2α=(e−α)2=t2. Substituting this into the equation gives:
4t2+4t−3=0
We can solve this quadratic equation by factoring. We look for two numbers that multiply to 4×(−3)=−12 and add to 4. These numbers are 6 and −2.
4t2+6t−2t−3=0
Factor by grouping:
2t(2t+3)−1(2t+3)=0
(2t−1)(2t+3)=0
This yields two possible solutions for t:
2t−1=0⇒t=21
2t+3=0⇒t=−23
Step 5: Determining the Valid Solution for α
Recall that we defined t=e−α. Since the exponential function ex is always positive for any real number x, t must be positive. Therefore, t=−23 is an extraneous solution and must be rejected.
The valid solution is t=21.
Substitute back t=e−α:
e−α=21
To solve for α, take the natural logarithm of both sides:
ln(e−α)=ln(21)
Using the property ln(ek)=k:
−α=ln(21)
Using the property ln(1/b)=−lnb:
−α=−ln(2)
Multiply by −1:
α=ln(2)
This can also be written as α=loge2.
Common Mistakes & Tips
- Absolute Value Splitting: Failing to split the integral at x=0 when ∣x∣ is involved is a common oversight.
- Sign Errors: Be extremely careful with negative signs during integration and when evaluating definite integrals, especially with terms like e−αx.
- Extraneous Solutions: Always check the validity of solutions obtained from algebraic equations, particularly when dealing with exponential functions where the base is positive.
Summary
The problem requires careful handling of an integral involving an absolute value function. By splitting the integral at x=0, integrating the exponential terms, and simplifying the resulting equation, we obtained a quadratic equation in terms of e−α. Solving this quadratic equation and considering the domain of the exponential function allowed us to find the unique valid value for α.
The final answer is loge2.