BigBeachBanana
Senior Member
- Joined
- Nov 19, 2021
- Messages
- 2,277
You're correct that without the absolute value, you're implying x>0 only, but you can do without it. You're going to have to consider 3 cases.Those are the only ones I found. How can you tell if there's more, or not?
The reason I introduced the absolute value right off the bat is that, without it, I'm only assuming x>0, which cut off the other branch of the solution, i.e. x<0. I didn't consider that it would introduce the extraneous solution(s). However, from the check, in this case, it didn't. Is there a better way to solve it?
1) For x>0:
logx×(x−1)=0⟹x=12) For x<0, multiply both sides by -1:
−xx=−x(−x)x=−xxlog(−x)=log(−x)xlog(−x)−log(−x)=0log(−x)×(x−1)=0⟹x=±13) For x=0, we get 00, which can be undefined or 1. In either case, it's not a solution.