Solving for X: The Logarithmic Equations

  • Thread starter Thread starter Alykayy
  • Start date Start date
  • Tags Tags
    Log Logarithmic
AI Thread Summary
The discussion focuses on solving two logarithmic equations: logx - log(x+11) = -1 and log4x - log4(x+15) = -1. The first equation simplifies to x/(x+11) = 0.1, leading to the solution x ≈ 1.222. The second equation simplifies to x/(x+15) = 0.25, resulting in the solution x = 5. Key points include the importance of correctly applying logarithmic properties and ensuring clarity in notation. The solutions demonstrate the process of isolating x through algebraic manipulation.
Alykayy
Messages
2
Reaction score
0

Homework Statement


Solve for X

logx-log(x+11) = -1

and

log4x-log4(x+15) = -1

Homework Equations

The Attempt at a Solution


log x - log (x+11) = -1
log (x/x+11) = -1

I don't know how to solve for X after this point

log4x-log4(x+15) = -1
log4 x/(x+15) = -1I don't know how to get the X out of the log to solve for X
 
Last edited:
Physics news on Phys.org
Alykayy said:

Homework Statement


Solve for X

logx-log(x+11) = -1

and

log4x-log4(x+15) = -1

Homework Equations

The Attempt at a Solution


log x - log (x+11) = -1
log (x/x+11) = -1

I don't know how to solve for X after this point

log4x-log4(x+15) = -1
log4 x/(x+15) = -1I don't know how to get the X out of the log to solve for X
The relationship you need for both problems is this one:
loga(x) = y is equivalent to x = ay.

For your first problem, log means log10 (lob base 10).
 
Alykayy said:

Homework Statement


Solve for X

logx-log(x+11) = -1

and

log4x-log4(x+15) = -1

Homework Equations

The Attempt at a Solution


log x - log (x+11) = -1
log (x/x+11) = -1

I don't know how to solve for X after this point

log4x-log4(x+15) = -1
log4 x/(x+15) = -1I don't know how to get the X out of the log to solve for X

What "base" of logs is used in the first question?

Anyway, you certainly cannot have what you wrote, which was
\log \left( \frac{x}{x} + 11 \right) = -1
which gives ##\log(12) = -1##. Did you mean
\log\left( \frac{x}{x+11} \right) = -1?
If so, use parentheses, like this: log(x/(x+11)) = -1. At his point it matters what base you are using for log.

For a given base ##b##, what number, ##y##, has ##\log_b(y) = -1##? Think about what that actually means.

BTW: either use X or x, but not both in the same problem.
 
I figured them out, thank you.

log x - log (x+11) = -1
log (x / (x+11)) = -1
x/(x+11) = 10-1
x/(x+11) = 0.1
x=0.1(x+11)
x=0.1x+1.1
x-0.1x=1.1
0.9x=1.1
x=1.222...

log4x-log4(x+15) =-1
log4(x/(x+15) = -1
x/(x+15)= 4-1
x/(x+15) = 0.25
x=0.25(x+15)
x=0.25x+3.75
x-0.25x=3.75
0.75x=3.75
x=5
 
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
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top