Answer:
the only way for a*f₁(x) + b*f₂(x) to equal zero for all values of x is if a = b = 0. This means that the pair of functions f₁(x) = e^(3x) and f₂(x) = e^(-3x) are linearly independent.
Step-by-step explanation:
The pair of functions f₁(x) = e^(3x) and f₂(x) = e^(-3x) are linearly independent. To determine this, we need to check if there exist constants a and b, not both zero, such that a*f₁(x) + b*f₂(x) = 0 for all values of x.
Let's assume a and b are constants and substitute f₁(x) and f₂(x) into the equation:
a*e^(3x) + b*e^(-3x) = 0
To find the values of a and b, we can try substituting different values of x. Let's start with x = 0:
a*e^(0) + b*e^(0) = a + b = 0
From this equation, we can see that a = -b. Therefore, if a and b are not both zero, then a = -b = k, where k is a non-zero constant.
Now, substituting this value of a into the equation, we have:
k*e^(3x) - k*e^(-3x) = k*(e^(3x) - e^(-3x))
We know that e^(3x) and e^(-3x) are always positive. Therefore, for the expression k*(e^(3x) - e^(-3x)) to equal zero for all values of x, k must be zero. But this contradicts our assumption that k is non-zero.