Key Concepts and Formulas
- Differentiability at a Point: A function f(t) is differentiable at a point t=a if the limit of the difference quotient exists. For a function involving absolute values and piecewise definitions, differentiability at the point where the definition changes (here, t=0) requires the left-hand derivative (LHD) to be equal to the right-hand derivative (RHD).
- Derivative of ∣t∣: The derivative of ∣t∣ is sgn(t), which is 1 for t>0 and -1 for t<0. It is undefined at t=0.
- Chain Rule: If y=g(u) and u=h(t), then dtdy=dudy⋅dtdu.
- Product Rule: If f(t)=u(t)v(t), then f′(t)=u′(t)v(t)+u(t)v′(t).
Step-by-Step Solution
Step 1: Analyze the function f(t) and its form for t>0 and t<0.
The given function is f(t)=(∣λ∣e∣t∣−μ)sin(2∣t∣). We need to consider the cases t>0 and t<0 separately because of the ∣t∣ term.
For t>0, ∣t∣=t. So, f(t)=(∣λ∣et−μ)sin(2t).
For t<0, ∣t∣=−t. So, f(t)=(∣λ∣e−t−μ)sin(2(−t))=(∣λ∣e−t−μ)(−sin(2t)).
We can write f(t) as:
f(t)={(∣λ∣et−μ)sin(2t)(∣λ∣e−t−μ)(−sin(2t))if t>0if t<0
Note that f(0)=(∣λ∣e0−μ)sin(0)=(∣λ∣−μ)⋅0=0.
Step 2: Calculate the derivative of f(t) for t>0 and t<0.
We will use the product rule and the chain rule.
For t>0:
Let u(t)=∣λ∣et−μ and v(t)=sin(2t).
Then u′(t)=∣λ∣et and v′(t)=cos(2t)⋅2=2cos(2t).
So, f′(t)=u′(t)v(t)+u(t)v′(t)=(∣λ∣et)sin(2t)+(∣λ∣et−μ)(2cos(2t)).
For t<0:
Let p(t)=∣λ∣e−t−μ and q(t)=−sin(2t).
Then p′(t)=∣λ∣e−t⋅(−1)=−∣λ∣e−t and q′(t)=−cos(2t)⋅2=−2cos(2t).
So, f′(t)=p′(t)q(t)+p(t)q′(t)=(−∣λ∣e−t)(−sin(2t))+(∣λ∣e−t−μ)(−2cos(2t))
f′(t)=∣λ∣e−tsin(2t)−2(∣λ∣e−t−μ)cos(2t).
We can write f′(t) as:
f′(t)={∣λ∣etsin(2t)+2(∣λ∣et−μ)cos(2t)∣λ∣e−tsin(2t)−2(∣λ∣e−t−μ)cos(2t)if t>0if t<0
Step 3: Apply the condition for differentiability at t=0.
For f(t) to be differentiable at t=0, the left-hand derivative (LHD) must equal the right-hand derivative (RHD) at t=0.
The RHD at t=0 is the limit of f′(t) as t→0+:
RHD=limt→0+[∣λ∣etsin(2t)+2(∣λ∣et−μ)cos(2t)]
RHD=∣λ∣e0sin(0)+2(∣λ∣e0−μ)cos(0)
RHD=∣λ∣⋅1⋅0+2(∣λ∣−μ)⋅1=0+2(∣λ∣−μ)=2(∣λ∣−μ)
The LHD at t=0 is the limit of f′(t) as t→0−:
LHD=limt→0−[∣λ∣e−tsin(2t)−2(∣λ∣e−t−μ)cos(2t)]
LHD=∣λ∣e0sin(0)−2(∣λ∣e0−μ)cos(0)
LHD=∣λ∣⋅1⋅0−2(∣λ∣−μ)⋅1=0−2(∣λ∣−μ)=−2(∣λ∣−μ)
For f(t) to be differentiable at t=0, we must have LHD = RHD:
2(∣λ∣−μ)=−2(∣λ∣−μ)
4(∣λ∣−μ)=0
∣λ∣−μ=0
∣λ∣=μ
Step 4: Determine the set S based on the condition found.
The set S consists of pairs (λ,μ)∈R×R such that f(t) is differentiable. We found that the condition for differentiability is ∣λ∣=μ.
This means that μ must be non-negative, since ∣λ∣≥0.
So, μ∈[0,∞).
The value of λ can be any real number, λ∈R.
Therefore, the set S is given by:
S={(λ,μ)∈R×R∣μ=∣λ∣}
This set can be described as λ∈R and μ∈[0,∞).
Step 5: Identify which option the set S is a subset of.
We need to find the option that contains all pairs (λ,μ) where λ∈R and μ∈[0,∞).
Option (A) is R×[0,∞). This means λ∈R and μ∈[0,∞). This matches our findings for S.
Option (B) is [0,∞)×R. This means λ∈[0,∞) and μ∈R, which is incorrect as λ can be negative.
Option (C) is R×(−∞,0). This means λ∈R and μ∈(−∞,0), which is incorrect as μ must be non-negative.
Option (D) is (−∞,0)×R. This means λ∈(−∞,0) and μ∈R, which is incorrect as λ can be positive and μ has restrictions.
Thus, S is a subset of R×[0,∞).
Common Mistakes & Tips
- Incorrectly handling ∣t∣ derivative: Remember that the derivative of ∣t∣ is sgn(t), not simply 1. Also, be careful when differentiating composite functions involving ∣t∣.
- Forgetting continuity requirement: While the question asks for differentiability, which implies continuity, it's good practice to mentally check continuity at t=0. In this case, f(0)=0, and the limits of the piecewise functions as t→0+ and t→0− also yield 0, so continuity holds.
- Algebraic errors in LHD=RHD: The calculation of LHD and RHD and setting them equal requires careful algebraic manipulation. Double-checking the signs and terms is crucial.
Summary
To determine the set S of pairs (λ,μ) for which f(t)=(∣λ∣e∣t∣−μ)sin(2∣t∣) is differentiable, we analyzed the function's behavior for t>0 and t<0. We then derived the expressions for the right-hand derivative (RHD) and the left-hand derivative (LHD) at t=0. For differentiability, these two must be equal. Setting RHD = LHD led to the condition μ=∣λ∣. This implies that λ can be any real number, while μ must be a non-negative real number. Therefore, the set S is a subset of R×[0,∞).
The final answer is \boxed{A}.