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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top