To solve the given logarithmic equation analytically, we can use the properties of logarithms to combine the terms and then solve for x.
- Use the product rule of logarithms: logb(a)+logb(c)=logb(ac).
- Set the combined logarithm equal to the given value.
- Convert the logarithmic equation to its exponential form.
- Solve the resulting quadratic equation for x.
We start with the equation:
log4(x−3)+log4(x+3)=2
Using the product rule of logarithms, we can combine the left side:
log4((x−3)(x+3))=2
Next, we convert the logarithmic equation to its exponential form:
(x−3)(x+3)=42
This simplifies to:
(x−3)(x+3)=16
Expanding the left side gives us:
x2−9=16
Rearranging this leads to:
x2−25=0
Factoring the quadratic equation, we have:
(x−5)(x+5)=0
Thus, the solutions are:
x=5orx=−5
Since we are dealing with logarithms, we need to ensure that the arguments of the logarithms are positive:
- For x=5: x−3=2>0 and x+3=8>0 (valid)
- For x=−5: x−3=−8<0 and x+3=−2<0 (invalid)
Thus, the only valid solution is x=5.