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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top