Problem 48
Question
Solve the logarithmic equation for \(x\) $$ \log x+\log (x-3)=1 $$
Step-by-Step Solution
Verified Answer
The solution is \(x = 5\).
1Step 1: Apply Logarithmic Identity
We start by applying the logarithmic identity \( ext{log} (a) + ext{log} (b) = ext{log} (ab)\). Using this identity, we can combine the two logarithms on the left side of the equation as follows:\[\log (x) + \log (x-3) = \log (x(x-3))\] This simplifies our equation to:\[\log(x(x-3)) = 1\]
2Step 2: Convert to Exponential Form
To remove the logarithm, we convert the equation from logarithmic to exponential form. If \(\log (y) = a\), then \(y = 10^a\). Applying this to our equation, we get:\[x(x-3) = 10^1\]Which simplifies to:\[x(x-3) = 10\]
3Step 3: Expand and Rearrange the Equation
Expand the equation \(x(x-3) = 10\) to get:\[x^2 - 3x = 10\]Rearrange it to form a standard quadratic equation:\[x^2 - 3x - 10 = 0\]
4Step 4: Solve the Quadratic Equation
We will use the quadratic formula to solve for \(x\), where the quadratic equation is of the form \(ax^2 + bx + c = 0\). Here, \(a = 1\), \(b = -3\), and \(c = -10\). The quadratic formula is:\[x = \frac{{-b \pm \sqrt{{b^2 - 4ac}}}}{2a}\]Substitute the values into the formula:\[x = \frac{{3 \pm \sqrt{{(-3)^2 - 4 \cdot 1 \cdot (-10)}}}}{2 \cdot 1}\]\[x = \frac{{3 \pm \sqrt{{9 + 40}}}}{2}\]\[x = \frac{{3 \pm \sqrt{49}}}{2}\]\[x = \frac{{3 \pm 7}}{2}\]This gives two potential solutions:1. \(x = \frac{{3 + 7}}{2} = 5\)2. \(x = \frac{{3 - 7}}{2} = -2\)
5Step 5: Verify the Solutions and Exclude Non-Domain Values
The solution \(x = -2\) is not valid since we cannot take the logarithm of a negative number or zero. Thus, only \(x = 5\) is in the domain of the original equation. We verify this by substitution:\[\log 5 + \log (5-3) = \log 5 + \log 2 = \log (5 \times 2) = \log 10 = 1\]Therefore, \(x = 5\) satisfies the original equation.
Key Concepts
Logarithmic IdentityQuadratic FormulaExponential Form Conversion
Logarithmic Identity
When working with logarithmic equations, a common tool you'll use is the logarithmic identity. This identity states that the sum of two logarithms can be expressed as a single logarithm by multiplying their arguments. In mathematical terms, if you have
It is essential to ensure the domain of the original expressions are considered valid throughout the calculations. With logarithmic expressions, avoid taking the logarithm of a negative number or zero, as they are not within the domain of the logarithmic function.
- \( \log(a) + \log(b) \)
- \( \log(ab) \).
- \( \log(x) + \log(x-3) \)
- into \( \log(x(x-3)) \),
It is essential to ensure the domain of the original expressions are considered valid throughout the calculations. With logarithmic expressions, avoid taking the logarithm of a negative number or zero, as they are not within the domain of the logarithmic function.
Quadratic Formula
The quadratic formula is a standard method used to find the solutions of quadratic equations, which are polynomials of the form
- \( ax^2 + bx + c = 0 \).
- \[ x = \frac{{-b \pm \sqrt{{b^2 - 4ac}}}}{2a} \]
- \( x^2 - 3x - 10 = 0 \),
Exponential Form Conversion
Converting logarithmic equations to exponential form is a key step in many problems. This conversion uses the idea that if you have
- \( \log_b(y) = a \),
- \( y = b^a \).
- \( \log(x(x-3)) = 1 \).
- \( x(x-3) = 10^1 \) or \( x(x-3) = 10 \).
Other exercises in this chapter
Problem 47
Solve the logarithmic equation for \(x\) $$ \log _{5}(x+1)-\log _{5}(x-1)=2 $$
View solution Problem 47
Use the Laws of Logarithms to combine the expression. $$ \frac{1}{3} \log (2 x+1)+\frac{1}{2}\left[\log (x-4)-\log \left(x^{4}-x^{2}-1\right)\right] $$
View solution Problem 48
Use the Laws of Logarithms to combine the expression. $$ \log _{a} b+c \log _{a} d-r \log _{a} s $$
View solution Problem 48
Draw the graph of \(y=3^{x},\) then use it to draw the graph of \(y=\log _{3} x .\)
View solution