Exponential Equations with Constraints: Finding the Sum of Two Exponents

  • Thread starter Thread starter yoleven
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
To solve the equations x - y = 2 and 2^x - 2^y = 6, substitution is key. By expressing x as y + 2, the second equation simplifies to 2^(y+2) - 2^y = 6. This leads to the equation 4*2^y - 2^y = 6, which simplifies to 3*2^y = 6. Solving gives 2^y = 2, leading to y = 1 and consequently x = 3. Thus, 2^x + 2^y equals 8.
yoleven
Messages
78
Reaction score
1

Homework Statement


for x and y satisfying x-y=2 and 2^{x}-2^{y}=6
find 2^{x}+2^{y}.






The Attempt at a Solution


x-y=2 ; x=2+y
log_{2} 2^{x}-log_{2}2^{y}=log_{2}6

log 6/log2=2.585

x-y=2.585 but this violates the intitial condition x-y=2

where am i going wrong?
 
Physics news on Phys.org
I don't think you need to use logs.

x-y=2
x=y+2

2^(y+2) - 2^y = 6

I think you should be able to figure it out from that.
 
Yes, use substitution. Also
log2(a + b) \neq log2a + log2b
 
I'm not seeing what to do. I see the substitution but then I don't know what to do.
 
Let's take
x - y = 2
x = y + 2

substitute into your equation

2y+2 - 2y = 6
(2y)(22) - 2y = 6
2y(4-1) = 6
...

You don't even have to solve for x and y explicitly.
 
thank you very much.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top