What Are the Solutions to These Exponential Equations?

  • Thread starter Thread starter chowder
  • Start date Start date
chowder
Messages
3
Reaction score
0
This is not my day.

Solve for x.

1.) 9^2x+1 = 27

2.) 10^5x = 1000


Thanks again!
 
Physics news on Phys.org
assuming base 2:
log30=4x is equivalent to writing 2^4x=30
log30 is equivalent to writing (log30)/(log2)
This means (log30)/(log2)=4x

assuming base 8:
log12=5x+4 is equivalent to writing 8^(5x+4)=12
log12 is equivalent to writing (log12)/(log8)
This means (log12)/(log8)=5x+4


I hope those hints are enough. If you still can't figure it out just ask
 
You can also think about equating exponents:

Just to clarify, but in your first question, you must mean 9^(2x+1)=27

As an example,

4^(3x-1)=8

is equiv. to

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

equating exponents:

6x-2=3

which implies:

x=5/4

Now do the same for your problems...
 
chowder said:
This is not my day.

Solve for x.

1.) 9^2x+1 = 27

2.) 10^5x = 1000


Thanks again!
You should use logarithm to solve the problems above.
Say if you need to solve ax = b for x, where a and b are 2 constants. Then you can take loga both sides, like this:
ax = b
<=> loga(ax) = logab
<=> x = logab
I'll give you an example:
52x = 25
You can do this in 2 ways:
First way:
52x = 25 = 52
<=> 2x = 2
<=> x = 1
Second way:
52x = 25
<=> log5(52x) = log5(25)
<=> 2x = 2
<=> x = 1
Ok, can you do the problems? Just try it again and see. :)
 
Last edited:
Did you not just repeat the two methods which me and steve gave? :confused:
 
Whoops, I am sorry, didn't pay attention when posting it. :frown:
Please don't take it personally. :smile: o:)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top