Solving Equations with Exponents: How to Find the Value of x

  • Context:
  • Thread starter Thread starter tmt1
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
tmt1
Messages
230
Reaction score
0
Hi,

Is there a way to solve such an equation for x?

[a^(3x+1)][b^(2x-2)]Thanks,

Tim
 
Mathematics news on Phys.org
Re: SImple question

In this case, it could be any constant, either 0 or c, it is just because I am curious.

[a^(3x+1)][b^(2x-2)]=0

[a^(3x+1)][b^(2x-2)]=c
 
Re: SImple question

tmt said:
In this case, it could be any constant, either 0 or c, it is just because I am curious.

[a^(3x+1)][b^(2x-2)]=0

[a^(3x+1)][b^(2x-2)]=c

If we assume that $a$ and $b$ are positive real numbers, then it is not possible with 0.
That is because the power of a positive number is never 0.

With a positive constant $c$, I suggest you take the logarithm of both sides.
\begin{array}{}
a^{3x+1}b^{2x-2}&=& c \\
\ln \left( a^{3x+1}b^{2x-2}\right)&=&\ln c \\
(3x+1)\ln a + (2x-2)\ln b&=&\ln c
\end{array}
Perhaps you know how to solve that.
 
Re: SImple question

I like Serena said:
If we assume that $a$ and $b$ are positive real numbers, then it is not possible with 0.
That is because the power of a positive number is never 0.

With a positive constant $c$, I suggest you take the logarithm of both sides.
\begin{array}{}
a^{3x+1}b^{2x-2}&=& c \\
\ln \left( a^{3x+1}b^{2x-2}\right)&=&\ln c \\
(3x+1)\ln a + (2x-2)\ln b&=&\ln c
\end{array}
Perhaps you know how to solve that.

Okay, thanks that is helpful but I do not know how to solve it.

I could solve

(3x+1)ln a + (3x+1) ln b = lnc

x=[ln c / (ln a + ln b) -1 ] / 3

However since there are 2 different number in the brackets I don't know what to do.

Thanks,

Tim
 
$$(3x+1)\ln a + (2x-2)\ln b=\ln c $$

$$3x\ln a +\ln a+2x\ln b-2\ln b=\ln c$$

$$3x\ln a+2x\ln b=\ln c - \ln a+2\ln b$$

I think this should be a good hint but if not, see below. :)

$$x(3\ln a +2\ln b) = \ln c - \ln a+2\ln b $$