I'm a high school student that learning exponential equations. In my book there is a mathematic problem about exponential equations written as following format : $$h(x)^{f(x)}=h(x)^{g(x)}$$ The solutions of x can be found in these ways :
- $f(x) = g(x)$
- $h(x) = 1$
- $h(x) = -1$ , with $f(x)$ and $g(x)$ are all even or odd
- $h(x) = 0$ , with $f(x)$ and $g(x)$ are all positive
Example problem : Find the solution set of :
$$(x-3)^{2x+5}=(x-3)^{5x+2}$$
Solution :
- f(x) = g(x)
2x+5 = 5x+2
3x = 3
x = 1 - h(x) = 1
x-3 = 1
x = 4 - h(x) = -1
x-3 = -1
x = 2
check f(2) = 9 (odd)
check g(2) = 12 (even)
so x = 2 isn't a solution - h(x) = 0
x-3 = 0
x = 3
check f(3) = 11 (positive)
check g(3) = 17 (positive)
so x = 3 is a solution
The solution set is {1, 3, 4}.
I learned that in an exponential function $f(x)=b^x$ , the conditions for the base are b>0 and b$\neq$1.
In the solutions number 2, 3, and 4 of the Exponential Equation above, h(x) doesn't deal with the base conditions of exponential function. Is the exponential equation format wrong? Or is there something that I don't know yet?
Thanks for your attentions and I'm waiting for the explanations.
You write
That sounds strange to me (but my English language knowledge is very limited, so maybe I am wrong). Is seems that you say one can select one of these ways to find the set of solutions. But actually one has to try all ways.
You ask
Exponentiation is written as $u^v$, this is exactly the way as your equation is written. So nothing is wrong with it. You should find all values of $x$ such that
$$h(x)^{f(x)}=h(x)^{g(x)} $$
if you substitute $x$ by one of these values.
What happens is that "exponential function" is a definition. You (or your book) give a name to a set of functions that uses exponentiation. If $b>0$ and $b\ne 1$ than a function $$\begin{array}\\ f: &\mathbb{R} &\to &\mathbb{R^+} \\ &x &\mapsto& b^x \end{array} $$ is called an exonential function. Note that I added the domain and the codomain to the function definition.
But not all number pairs u,v that can be exponentiated (= where $u^v$ can be calculated) are covered by "exponential functions". E.g. $(-3)^2$ is not because our definiton does not allow a negative $b$. This has practical reasons that this definiton of "exponential function" is used. Of course we could use a more comrehensive definition of "exponential function", but the functions we exclude are far less interesting nad most theorems are easier formulate if one uses the narrower definition given in the book.
A conflict may arise by the fact that there seems to be some natural definiton of "exponential function":
$$\begin{array}\\ f: &\mathbb{Z} &\to &\mathbb{R} \\ &x &\mapsto& (-2)^x \end{array} $$
we will call this an exponentiation function because its formula consists of an exponentiation. But this is a problem of language and the human mind that he will use such a word in this situation. In the sense of your book's definition this is not an exponentiation function, even if it is a function.
How can we solve the equation $$h(x)^{f(x)}=h(x)^{g(x)} \tag{1}$$ for $x \in \mathbb{R}?$
We know that if $$f(x) \ne g(x) \tag{2},$$ then $$h(x)^{f(x)} \ne h(x)^{g(x)},$$ except in the case that $x \in \{-1,0,1\}.$ Can you prove this? In the latter case it is possible that $(1)$ is true even if $(2)$ holds. These are your 4 steps. In any case you should check if an $x$ that you have found is really a solution of the equation, even in your first step. You did not mention this.
Try to solve the equation
$$(3x+1)^{4x+1}=(3x+1)^{2x-1}$$
Solving $$4x+1=2x-1 \tag{3}$$ gives $x=-\dfrac{1}{2}$, but if we substitute this in $(3)$ we get $$(-\frac{1}{2})^{-\frac{1}{2}}$$ for the LHS and the RHS of the equation and this is not defined. So $x=-\dfrac{1}{2}$ is not a solution. So you should update the step 1 of your recipe.