Problem 87
Question
Solve the equation: \(\log (x)+\log (x+3)=1\) for \(x\) Solution: Apply the product property (5). \(\quad \log \left(x^{2}+3 x\right)=1\) Exponentiate both sides (base 10 ). \(10^{\log \left(x^{2}+3 x\right)}=10^{1}\) Apply the property of inverses. \(x^{2}+3 x=10\) Factor. \(\quad(x+5)(x-2)=0\) Solve for \(x . \quad \quad x=-5\) and \(x=2\) This is incorrect. What mistake was made?
Step-by-Step Solution
Verified Answer
The mistake was including \(x=-5\) as a solution; only \(x=2\) is valid.
1Step 1: Apply the Product Property of Logarithms
We start by using the product property of logarithms, which states that \(\log(a) + \log(b) = \log(a \times b)\). In the given equation, this lets us rewrite \(\log(x) + \log(x+3) = \log(x(x+3)) = 1\).
2Step 2: Exponentiate to Eliminate the Logarithm
To remove the logarithm, exponentiate both sides of the equation with base 10. This results in \(10^{\log(x(x+3))} = 10^1\). The logarithmic function and exponential function are inverses, so \(x(x+3) = 10\).
3Step 3: Rearrange into a Standard Quadratic Equation
Expand the left side to get \(x^2 + 3x = 10\). Rearrange this into a standard quadratic form: \(x^2 + 3x - 10 = 0\).
4Step 4: Factor the Quadratic Equation
The quadratic equation can be factored into \((x+5)(x-2) = 0\).
5Step 5: Solve for x
Set each factor in the factored equation equal to zero: \(x+5=0\) and \(x-2=0\). Solving these gives \(x=-5\) and \(x=2\).
6Step 6: Check the Solutions
Substitute \(x=-5\) and \(x=2\) back into the original equation \(\log(x) + \log(x+3) = 1\). \(x=-5\) results in negative values inside the logarithms, which are undefined. Thus, \(x=-5\) is not a valid solution. \(x=2\) yields valid logarithmic expressions, so it is the only valid solution.
Key Concepts
Product Property of LogarithmsQuadratic EquationFactoring
Product Property of Logarithms
The product property of logarithms is a key tool in simplifying expressions. This property states that
In our original exercise, we applied this property to \(\log(x) + \log(x+3)\). By the product property, this becomes \(\log(x \times (x + 3))\), which simplifies to \(\log(x^2 + 3x)\).
Using properties like these can streamline equations, providing a handy shortcut when dealing with logarithmic expressions.
- \(\log(a) + \log(b) = \log(a \times b)\)
In our original exercise, we applied this property to \(\log(x) + \log(x+3)\). By the product property, this becomes \(\log(x \times (x + 3))\), which simplifies to \(\log(x^2 + 3x)\).
Using properties like these can streamline equations, providing a handy shortcut when dealing with logarithmic expressions.
Quadratic Equation
Quadratic equations are expressions that take the form of \(ax^2 + bx + c = 0\). Here,
Quadratic equations are a fundamental algebraic structure. Solving them is a valuable skill, often requiring further methods like factoring or using the quadratic formula.
- \(a\), \(b\), and \(c\) are constants,
- \(x^2\) is the variable raised to the second power.
Quadratic equations are a fundamental algebraic structure. Solving them is a valuable skill, often requiring further methods like factoring or using the quadratic formula.
Factoring
Factoring is a technique used to break down an expression into simpler terms, or factors, that multiply together to give the original expression. It is especially useful for solving quadratic equations. In our example,
However, always verify these solutions in the context of the original problem, as only \(x = 2\) is valid in this case, since logarithms of negative numbers are undefined.
- We started with \(x^2 + 3x - 10 = 0\).
- Through factoring, this quadratic splits into \((x + 5)(x - 2) = 0\).
However, always verify these solutions in the context of the original problem, as only \(x = 2\) is valid in this case, since logarithms of negative numbers are undefined.
Other exercises in this chapter
Problem 86
Use a graphing calculator to plot \(y=\log \left(\frac{x}{2}\right)\) and \(y=\log x-\log 2 .\) Are they the same graph?
View solution Problem 86
Plot \(y_{1}=e^{-x}\) and \(y_{2}=1-x+\frac{x^{2}}{2}-\frac{x^{3}}{6}+\frac{x^{4}}{24}\) in the same viewing screen. What do you notice?
View solution Problem 87
Use a graphing calculator to plot \(y=\ln \left(x^{2}\right)\) and \(y=2 \ln x\) Are they the same graph?
View solution Problem 87
Plot the functions \(f(x)=\left(1+\frac{1}{x}\right)^{x}, g(x)=\left(1+\frac{2}{x}\right)^{x},\) and \(h(x)=\left(1+\frac{2}{x}\right)^{2 x}\) in the same viewi
View solution