MHB Why Extraneous Solutions Occur w/ Equations & Injective Functions

  • Thread starter Thread starter SweatingBear
  • Start date Start date
SweatingBear
Messages
119
Reaction score
0
Suppose we have two expressions, $$e_1$$ and $$e_2$$, and apply a function $$f$$ to both expressions (or both sides of the equation). First

$$e_1 = e_2 \, ,$$

and then

$$f(e_1) = f(e_2) \, ,$$

The way I have understood this concept is that if you have two expressions and apply a function, you can always reverse the step as long as the function is injective (or one-to-one). This is why squaring can yield extraneous solutions because $$f(x) := x^2$$ is not injective.

For example if we have

$$\ln (x - 4) = \ln (2x - 6) \, .$$

Let us apply $$f(x) := e^x$$ (the function is injective!) and thus have

$$x - 4 = 2x - 6 \, .$$

But the equation we have arrived does not provide a solution to the original equation, in spite of the fact that we applied a one-to-one function.

I already understand that it can be comprehended if one thinks in terms of functions and their domains, but I am strictly speaking interested in thinking in terms of applying functions to both sides of an equation.

Why did it not work to apply the exponential function despite the function being injective?
 
Physics news on Phys.org
$e^x$ is not defined if $x$ is not defined.
You can apply 1-1 (bijective) functions all you like, but you still have to check if the argument was defined in the first place.

Now if we extend the domains and ranges to the complex numbers, we can get some more results. Although we will still not have neat 1-1 inversions.
 
Ok but if we for example have

$$x = \sinh (\theta) \, ,$$

and then apply $$f(z) := z^2$$, it would yield

$$x^2 = \sinh^2 (\theta) \, .$$

Now I am worried whether $$x^2 = \sinh^2 (\theta) \, .$$ contains some extraneous solutions or something else hidden that I should heed...

Sidenote: I am working on the indefinite integral of $$\sqrt{1+x^2}$$.
 
Yes, you are introducing extraneous solutions, since a square introduces indeed an extra solution.
At least you don't lose solutions, so when you check your final solutions against your original equation, you're good to go.
 
I like Serena said:
Yes, you are introducing extraneous solutions, since a square introduces indeed an extra solution.
At least you don't lose solutions, so when you check your final solutions against your original equation, you're good to go.

Alright thanks
 
Back
Top