Solve logarithmic equations by applying domain restrictions, combining logs with the same base, exponentiating carefully, checking bases, rejecting extraneous candidates, and graphing the two sides.
Logarithmic Equation Solver
Math Algebra • Equations
Frequently Asked Questions
What is a logarithmic equation?
A logarithmic equation is an equation that contains one or more logarithms involving a variable, such as log2(x + 1) + log2(x - 1) = 3.
What is the solution of log2(x + 1) + log2(x - 1) = 3?
The domain is x > 1. Combining logs gives log2((x + 1)(x - 1)) = 3, so x^2 - 1 = 8 and x = ±3. The domain rejects -3, so the verified solution is x = 3.
Why does the solver reject some candidates?
Logarithmic equations can produce candidates that make a log argument zero or negative. Such values are outside the original domain and must be rejected.
What domain restrictions apply to logarithms?
Every logarithm argument must be greater than zero. The base must also be positive and not equal to 1.
How do I type a base-2 logarithm?
Type log2(x). The solver also accepts subscript-style digits such as log₂(x) by converting them internally.
How do I type the natural logarithm?
Type ln(x).
What does log(x) mean in this calculator?
log(x) means common logarithm, base 10. You can also type log10(x).
When can logarithms be combined?
Logarithms can be combined with product and quotient rules when they have the same base and their original arguments are positive.
What is the product rule for logarithms?
The product rule is log_b(M) + log_b(N) = log_b(MN), provided M > 0, N > 0, b > 0, and b is not 1.
What is the quotient rule for logarithms?
The quotient rule is log_b(M) - log_b(N) = log_b(M/N), provided M > 0, N > 0, b > 0, and b is not 1.
What is change of base?
Change of base rewrites log_b(A) as ln(A) / ln(b). It allows logarithms with different bases to be evaluated or compared.
What is a Lambert W hybrid logarithmic equation?
A hybrid equation such as ln(x) = ax + b mixes a logarithm and a linear expression. It may require the Lambert W function or numerical solving.
Why is the graph shaded red?
Red shading marks x-values where at least one logarithmic argument is not positive, so the original equation is undefined there.
Can the calculator solve every logarithmic equation symbolically?
No. Some logarithmic equations are too complex for direct symbolic solving. The calculator combines log-law transformations, Lambert W recognition, numerical scanning, and final verification.
Can I zoom and pan the graph?
Yes. You can drag to pan, use the mouse wheel or trackpad to zoom, pinch on touch screens, or use the graph control buttons.