How to Solve Exponential Equations?

  • Context: High School 
  • Thread starter Thread starter froilan041
  • 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
2 replies · 2K views
froilan041
Messages
1
Reaction score
0
Can anyone show me how to solve the following equations:

2^(x-1)-2^(x)=2^(-3)

3^(x+1)+3^(x)=36

I would greatly appreciate your assistance.
 
Mathematics news on Phys.org
Here is a general way to solve things like this
1. [tex]2^{x-1}-2^{x} = 2^{-3}[/tex]
Now factor out a [tex]2^{x-1}[/tex]
[tex]2^{x-1}(1 - 2) = 2^{3} \rightarrow 2^{x - 1} = -\frac{1}{8}[/tex]
You can take the logarithm at this point or you could notice that [tex]-\frac{1}{8}[/tex] is out of the range of [tex]2^{x}[/tex]

Similar approach
2. [tex]3^{x+1} + 3^{x} = 36 \rightarrow<br /> 3^{x}(3 + 1) = 36 \rightarrow<br /> 3^{x} = 9 \rightarrow<br /> x = 2[/tex]