MHB How to Solve Logarithmic Equation log4x-log4(x+3)=-1?

  • Thread starter Thread starter arl2267
  • Start date Start date
  • Tags Tags
    Logarithmic
arl2267
Messages
15
Reaction score
0
log4x-log4(x+3)=-1

This is what I have so far:

=log4(x)(x-3)=-1
=(x)(x-3)= 4-1
=(x)(x-3)= 1/4
= x2+3x-1/4=0

Now do I use the quadratic equation to solve? Thanks.
 
Mathematics news on Phys.org
We are given to solve:

$\displaystyle \log_4(x)-\log_4(x+3)=-1$

We want to first apply the logarithmic property:

$\displaystyle \log_a(b)-\log_a(c)=\log_a\left(\frac{b}{c} \right)$

What does this give us?
 
I already solved part of the equation, I'm just not sure what to do once I get to

= x2+3x-1/4=0

When I solve using the quadratic equation after this I end up with:

-3 +/- 2squareroot2/2
 
arl2267 said:
I already solved part of the equation, I'm just not sure what to do once I get to

= x2+3x-1/4=0

When I solve using the quadratic equation after this I end up with:

-3 +/- 2squareroot2/2

That's not the equation you should solve.

$\displaystyle \log_4(x)-\log_4(x+3)=-1$. Using MarkFL's suggestion we simplify this to [math]\log_{4}\left( \frac{x}{x+3} \right)=-1[/math]. Using the definition of a logarithm this becomes [math]4^{-1}=\frac{x}{x+3}[/math].

Can you finish from here?
 
Do I multiply each side by 1/4?
 
[math]\frac{1}{4}=\frac{x}{x+3}[/math]

Here you can simplify a few ways. Maybe you're familiar with the idea of cross-multiplication of fractions.

[math]1(x+3)=4x[/math] or simply [math]x+3=4x[/math]
 
So the answer is x=1?
 
Back
Top