How to solve an exponential equation

  • Thread starter Thread starter Mr Davis 97
  • 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
Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement



Solve for x: 8100([itex]\frac{7}{6}[/itex])[itex]^{x}[/itex] = 11,000


2. The attempt at a solution

x = log[itex]_{9450}[/itex](11,000) = 1.02

I know this is not the right answer, but I am not sure what I am doing wrong.
 
Physics news on Phys.org
Where did the 9450 come from?

EDIT: Never mind. I figured it out.

Just take the natural log of both sides:
$$\ln \left[8100\left(\frac 76\right)^x\right] = \ln 11000.$$ What do you get when you use the properties of logarithms to expand the lefthand side?

(You could divide both sides by 8100 first, and then take the log of both sides.)
 
vela said:
Where did the 9450 come from?

EDIT: Never mind. I figured it out.

Just take the natural log of both sides:
$$\ln \left[8100\left(\frac 76\right)^x\right] = \ln 11000.$$ What do you get when you use the properties of logarithms to expand the lefthand side?

(You could divide both sides by 8100 first, and then take the log of both sides.)

Thank you, I solved it. the answer is approximately 2. However, why didn't my previous attempt work? What was wrong about it?
 
Because ##x = \log_{9450} 11000## corresponds to the exponential equation ##9450^x = 11000##, but ##9450^x = \left(8100\times \frac 76\right)^x = 8100^x \left(\frac 76\right)^x##. The last expression, though similar, doesn't match what you started with on the lefthand side.
 
  • Like
Likes   Reactions: 1 person
It would be simpler, and less error prone, to first divide both sides by 8100:
[tex]\left(\frac{7}{6}\right)^x= \frac{11000}{8100}= \frac{110}{81}[/tex]

Now take the logarithm of both sides.
 
  • Like
Likes   Reactions: 1 person