Solving Exponential Equations: 2 Problems with Multiple Solutions

  • Thread starter Thread starter EternityMech
  • Start date Start date
  • Tags Tags
    Log
AI Thread Summary
The discussion focuses on solving two exponential equations and finding the sum of all solutions. The first equation simplifies to 7 * 2^x = 2^6, leading to the solution for x. The second inequality, 8/(3^x + 2) ≥ 3^x, can be transformed into a quadratic form by multiplying both sides, which is essential for finding additional solutions. Participants are encouraged to share their methods and solutions for both problems. The thread highlights the importance of manipulating exponential forms to uncover all possible solutions.
EternityMech
Messages
95
Reaction score
0

Homework Statement



it wants the sum of all solutions

2 different problems 1. and 2.

1. 2^x + 2^(x+1) + 2^(x+2) = 2^6.

2. 8/(3^x +2)>=3^x

>= meaning equal or greater than 3^x

Homework Equations



should i come up with a summa equation?

The Attempt at a Solution



i switched 3^x=y and solved it but i only got 1 solution and apparently there are more. if anyone can help. thanks.
 
Physics news on Phys.org
EternityMech said:
1. 2^x + 2^(x+1) + 2^(x+2) = 2^6.

Note that
2^{x+2} = 2^2 \cdot 2^x = 4 \cdot 2^x
and
2^{x+1} = 2^1 \cdot 2^x = 2 \cdot 2^x.

So
2^x + 2^{x+1} + 2^{x+2} = 2^x + 2 \cdot 2^x + 4 \cdot 2^x = 7 \cdot 2^x.
Take it from there.
 
EternityMech said:

Homework Statement



it wants the sum of all solutions

2 different problems 1. and 2.

1. 2^x + 2^(x+1) + 2^(x+2) = 2^6.

2. 8/(3^x +2)>=3^x

>= meaning equal or greater than 3^x

Homework Equations



should i come up with a summa equation?

The Attempt at a Solution



i switched 3^x=y and solved it but i only got 1 solution and apparently there are more. if anyone can help. thanks.
In #1, the equation is the same as 2x + 2*2x + 4*2x = 26. Can you solve that one?

In #2, 3x > 0 for all x, so 3x + 2 > 2 for all x.
Multiplying both sides of the inequality by 3x + 2 won't change the direction of the inequality. If you do this, you get an inequality that is quadratic in form. Can you show us what you did?
 
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