Question
Question: If the equation \({2^x} + {4^y} = {2^y} + {4^x}\) is solved for y in terms of x, where \(x < 0\) , t...
If the equation 2x+4y=2y+4x is solved for y in terms of x, where x<0 , then the sum of the solution will be:
1.xlog2(1−2x)
2.x+log2(1−2x)
3.log2(1−2x)
4.xlog2(2x+1)
Solution
Hint : There are some properties of the logarithm that should be known to solve this problem like logyy=1 which we are going to use in this question. In some questions, if a variable is in power and constant is in the base then we can store this value in some other variable.
Complete step-by-step answer :
In the given question, we have
2x+4y=2y+4x
2x+22y=2y+22x
Let, a=2x,b=2y
a+b2=b+a2
a−b=a2−b2
a−b=(a−b)(a+b) (using the formula m2−n2=(m+n)(m−n) )
(a−b)−(a−b)(a+b)=0
Taking (a−b) common,
(a−b)[1−(a+b)]=0
Now, there are two cases:
Case: I a−b=0
a=b
Putting the values of a and b
2x=2y
If the bases are equal, then power should also be equal.
x=y
Case: II
a+b=1
Putting the values of a and b
2x+2y=1
2y=1−2x
Taking log in both sides with base 2
log22y=log2(1−2x)
Now, using property (logamn=nlogam)
ylog22=log2(1−2x)
Again, using property (logmm=1)
y=log2(1−2x)
Therefore, sum =x+log2(1−2x)
Hence, the sum of the solution of y in terms of x is x+log2(1−2x).
So, the correct answer is “Option B”.
Note : It is very important to remember all the properties of the logarithm. We must be careful of taking the base of the log while solving a question. It should be taken as per the requirement of the question. Don’t take natural log always. Algebraic identities are also important to remember.