Please refer to my attachment - how come my method only gives one solution rather than two?
Thank you!
When you DIVIDED by loge(x)You had assumed that:
\(\displaystyle log_e(x) \ \ne \ 0 \)
Thus you DISCARDED one of the solutions.
Whenever you divide, you need to be always aware of these "unspoken" assumption/s.
However, excellent job in "questioning" methods!!
No, you are making the same mistake again, dividing by ln(x). If ln(x) were 0 you couldn't divide by ln(x)= 0 at all! If x= 1 so that ln(x)= 0, the equation becomes 0= 0 which is a true equation.
The natural number system has a useful property, namely there is a smallest number.f ln(x) were 0 you couldn't divide by ln(x)= 0 at all!
^ Why can't you divide by 0?
The natural number system has a useful property, namely there is a smallest number.
6 - 7 is not a natural number.
You can create a number system, namely the integers, where 6 - 7 is a number. But then you lose that important property that there is a smallest number.
Can you create a number system where division of a non-zero real number by zero is a number? Yes, you can. But then we are not dealing with the real number system at all. We lose certain properties of the real numbers. In one of the ways to create a number system that allows (with a single exception) division by zero, we lose for example the distinction between smaller and bigger. Or to put it another way, - 3 is both bigger and smaller than 3. Most mathematicians do not think the cost of permitting division by zero is worth the gain.
If we want to have the attributes of number that are present in the real number system, division by zero cannot be not a defined operation. Permitting it would lead to bizarre and highly undesirable results.
[MATH]a = b \implies a^2 = ab \implies a^2 - b^2 = ab - b^2 \implies [/MATH]
[MATH](a - b)(a + b) = b(a - b) \implies a + b = b \implies a + a = a \implies 2a = a \implies 2 = 1.[/MATH]
Now that result is clearly wrong; it is the result of dividing by (a - b), which is zero because a = b.
So, unless you want learn a whole different kind of math, never divide by zero. If you do, your results will be wrong.
If x= 1 so that ln(x)= 0, the equation becomes 0= 0 which is a true equation.
^ If x =1 then that makes it 0^2/0 = 1 which 0 = 1 is not true...
A division by zero is not defined. If a division by 0 is made then problems may arise.f ln(x) were 0 you couldn't divide by ln(x)= 0 at all!
^ Why can't you divide by 0?
10/2 = 5, since only 2*5=10Oh I should have rephrased my question differently... I meant why can't you divide by 0 in the context that it would be 0/0 which would just be 0
Technically its because any division by 0 is undefined. But yes, you are correct.My understanding from this is that when I divided the left-hand-side by loge(x), I (unknowingly) assumed that loge(x) is not equal to 0, otherwise the division cannot be done due to the fact that 0/0 is indeterminate (which I did not know until now!).
Technically its because any division by 0 is undefined. But yes, you are correct.
A simple example to show this is
x2 - x = 0
If you divide both sides by x (invalid) you get:
x - 1 = 0
x = 1 (but a quadratic can have 2 solutions)
Hence why we factorise (valid):
x(x-1) = 0 and apply the null - factor theroem
x-1 = 0
x = 1
or: x = 0
I’d rather say that when you seem to need to divide by a function of a variable, you always need to consider the cases where the value of the function is zero as special cases and solve those special cases without division. So I would not say not to use division. Just consider the special cases separately and avoid division there.