How do I solve for x in this log equation?

  • Thread starter Thread starter Cuisine123
  • Start date Start date
  • Tags Tags
    Log
AI Thread Summary
To solve the log equation 0.5log(2x-1) + log√(x-9) = 1, first rewrite the square root as an exponent and express 1 as log(10), resulting in 0.5log(2x-1) + 0.5log(x-9) = log(10). By multiplying both sides by 2, the equation simplifies to log((2x-1)(x-9)) = log(100). Taking the antilog leads to the equation (2x-1)(x-9) = 100, which expands to 2x^2 - 19x - 91 = 0. The solutions for x are 13 and -3.5.
Cuisine123
Messages
38
Reaction score
0

Homework Statement


0.5log(2x-1)+log\sqrt{x-9}=1


Homework Equations


N/A


The Attempt at a Solution


I have no idea how to approach this.
 
Physics news on Phys.org
use this laws:
alogb=logb^{a}
logm+logn=logmn
 
first, rewrite the square root as an exponent, and rewrite 1 as log(10), so you get

0.5log(2x-1) + log(x-9)^(1/2) = log(10)

Bring the exponent down to get 0.5log(x-9)

0.5log(2x-1) + 0.5log(x-9) = log(10)

multiply both sides by 2

log(2x-1) + log(x-9) = 2log(10)

Raise the 10 in the log function to the 2 (100) and multiply the two inner log functions

log[(2x-1)(x-9)] = log(100)

take the antilog of both sides and solve for x

(2x-1)(x-9) = 100

2x^2 - 19x - 91

X=13
X= -3.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