Exponential Equations with Constraints: Finding the Sum of Two Exponents

  • Thread starter Thread starter yoleven
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
yoleven
Messages
78
Reaction score
1

Homework Statement


for x and y satisfying x-y=2 and 2[tex]^{x}[/tex]-2[tex]^{y}[/tex]=6
find 2[tex]^{x}[/tex]+2[tex]^{y}[/tex].






The Attempt at a Solution


x-y=2 ; x=2+y
log[tex]_{2}[/tex] 2[tex]^{x}[/tex]-log[tex]_{2}[/tex]2[tex]^{y}[/tex]=log[tex]_{2}[/tex]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) [itex]\neq[/itex] 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.