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.
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...