Chapter 12: Problem 29
Solve each equation. \(\log _{4}\left(x^{2}-3 x\right)=1\)
Short Answer
Expert verified
The solution is \(x = 4\).
Step by step solution
01
Convert the Logarithmic Equation to Exponential Form
Given the equation \(\log_{4}(x^2 - 3x) = 1\), we can convert the logarithmic form to exponential form. The equation \(\log_b(a) = c\) can be rewritten as \(a = b^c\). Therefore, \(x^2 - 3x = 4^1\).
02
Simplify the Exponential Form Equation
From the previous step, we now have \(x^2 - 3x = 4\). Re-arrange this into a standard quadratic equation form: \(x^2 - 3x - 4 = 0\).
03
Solve the Quadratic Equation Using the Quadratic Formula
Apply the quadratic formula \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), where \(a = 1\), \(b = -3\), and \(c = -4\). Calculate inside the square root: \((-3)^2 - 4(1)(-4) = 9 + 16 = 25\).
04
Calculation of the Solutions
Plug these values into the quadratic formula: \(x = \frac{3 \pm \sqrt{25}}{2}\). Calculate the solutions: \(x = \frac{3 + 5}{2} = 4\) and \(x = \frac{3 - 5}{2} = -1\).
05
Verify Possible Solutions
Check the solutions to ensure they don't make the original logarithmic expression undefined. Substitute \(x = 4\) into the original expression, \(x^2 - 3x = 4\times1\), which is valid. Substitute \(x = -1\), and \(x^2 - 3x = 1\times4\), which leads to a non-existent logarithm of a negative, thus \(x = -1\) is not valid.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Exponential Form
Converting from a logarithm to an exponential form is a fundamental step in solving logarithmic equations. The given equation is \(\log_{4}(x^2 - 3x) = 1\). This tells us that \(x^2 - 3x\) is an operation that results in the value 1 when considered in logarithm base 4.
Using the property of logarithms, where \(\log_b(a) = c\) is equivalent to \(a = b^c\), we can convert it into exponential form. Thus, \(x^2 - 3x = 4^1\), or simply \(x^2 - 3x = 4\).
This conversion is essential as it transforms the problem from a logarithmic equation into a form which is easier to handle, specifically a quadratic equation, allowing for more standard solution methods.
Using the property of logarithms, where \(\log_b(a) = c\) is equivalent to \(a = b^c\), we can convert it into exponential form. Thus, \(x^2 - 3x = 4^1\), or simply \(x^2 - 3x = 4\).
This conversion is essential as it transforms the problem from a logarithmic equation into a form which is easier to handle, specifically a quadratic equation, allowing for more standard solution methods.
Quadratic Formula
When confronted with a quadratic equation like \(x^2 - 3x - 4 = 0\), the quadratic formula is a reliable tool to find the roots. Quadratic equations take the general form \(ax^2 + bx + c = 0\). Here, \(a = 1\), \(b = -3\), and \(c = -4\).
The quadratic formula is \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). It's a handy formula that computes the roots based on the coefficients of the quadratic equation.
Substitute these values into the formula:
The quadratic formula is \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). It's a handy formula that computes the roots based on the coefficients of the quadratic equation.
Substitute these values into the formula:
- Calculate \(b^2 - 4ac = (-3)^2 - 4(1)(-4) = 9 + 16 = 25\)
- Find the roots using \(x = \frac{3 \pm \sqrt{25}}{2}\)
- Compute: \(x = 4\) and \(x = -1\)
Solution Verification
After finding possible solutions for the quadratic equation, there's an important step: solution verification. Not every calculated root will be valid in the original logarithmic context.
Insert \(x = 4\) into the original equation \(\log_{4}(x^2 - 3x)\). This results in \(\log_{4}(4)\), which indeed equals 1, confirming \(x = 4\) is a valid solution.
Now, check \(x = -1\). Substituting it back, the expression \(x^2 - 3x\) would yield a negative value, making it impossible in the context of logarithms, as logarithms of negative numbers are undefined. Thus, \(x = -1\) is not a suitable solution.
Verification ensures that the mathematical solutions make sense within the specific constraints of the problem, particularly avoiding undefined or non-real results.
Insert \(x = 4\) into the original equation \(\log_{4}(x^2 - 3x)\). This results in \(\log_{4}(4)\), which indeed equals 1, confirming \(x = 4\) is a valid solution.
Now, check \(x = -1\). Substituting it back, the expression \(x^2 - 3x\) would yield a negative value, making it impossible in the context of logarithms, as logarithms of negative numbers are undefined. Thus, \(x = -1\) is not a suitable solution.
Verification ensures that the mathematical solutions make sense within the specific constraints of the problem, particularly avoiding undefined or non-real results.
Undefined Expressions
In mathematics, certain operations result in what are termed as undefined expressions. While solving \(\log_{4}(x^2 - 3x) = 1\), one must watch out for invalid logarithmic values.
The concept of a logarithm requires that its argument – in this case, \(x^2 - 3x\) – is positive. Logarithms of zero or negative numbers do not exist in the realm of real numbers, leading to an undefined state.
In our exercise:
The concept of a logarithm requires that its argument – in this case, \(x^2 - 3x\) – is positive. Logarithms of zero or negative numbers do not exist in the realm of real numbers, leading to an undefined state.
In our exercise:
- For \(x = 4\), \(x^2 - 3x = 4\), which is valid as it results in a positive number.
- However, \(x = -1\), results in the expression \(-1^2 - 3(-1)\), which is negative, rendering it undefined for logarithmic purposes.