This may well be a bit late, but I was bored and browsing through some old posts.
Using a+b = ab, we get a = ab-b = b(a-1)
So, ab = b(a-1)b
But, b*b(a-1)b = ab, so, a = b*(a-1)b
Now, b*(a-1)b = b(a-1), so (a-1)b = (a-1)
This is true if a=2, or b=1.
Substituting b=1 into ab = a+b, a*1 = a+1, which leads to 0=1, a contradiction, thus b is not 1.
Substituting a=2 into ab = a+b, 2b = b+2, so b=2.
Substituting these two values into ab= ab = a+b
22 = 2*2 = 2+2, as required. Thus, a=b=2.
I figured where I went wrong. It was my dodgy handwriting...
a=b(a-1)
ab=bb(a-1)b
ab=b2(a-1)=bb(a-1)b
So, (a-1) = bb-2(a-1)b
Then, 1 = bb-2(a-1)b-1
This is true if bb-2 is 1, and (a-1)b-1 is 1.
bb-2 = 1 if b-2=0, so b=2. (a-1)=1, so a=2.
I think it's good up until here. The b should be in the brackets to make
ln([b/(b-1)]b)
This problem is harder than it first seems
There are other inverses to my equation after all...take b=1, then a could be any real number, except 1...oh well. I think Thoth's onto something though.
I think your flaw may be in making the transition above, I don't know Bernoulli's rule or how you changed the ln's into a limit, but the limits don't match up:
Lonewolf, you are probably right and I might need to change my classes . But as far as I can tell , the result of both ln(b/(b-1))b and what you wrote comes out the same, which is: ln(bb/(b-1)b))=ln(b2/(b-1). However I give your opinion the benefit of the doubt since typing mathematics does not come easy for me .
A major factor is to look at a=b/(b-1) and ln(a)=ln(b/(b-1)) and ask what values for b make sense for a?
Here a=b/(b-1) first we notice that b cannot be =1 because of the singularity at b=1.
After noticing this we then have to ask how about if b>1 and b<1 what would happen then. As b increases in value how a is being effected. We also need to know what values for both a and b satisfies the given conditions in the problem.
In ln(bb/(b-1)b))=ln(b2/(b-1) means this: bb/(b-1)b=b2/(b-1). (By using eln definition). If bb=b2 then b=2 and if (b-1)b=(b-1)1 then b=1. however, we knew already that b cannot be 1.
Originally posted by Thoth
In ln(bb/(b-1)b))=ln(b2/(b-1) means this: bb/(b-1)b=b2/(b-1). (By using eln definition). If bb=b2 then b=2 and if (b-1)b=(b-1)1 then b=1. however, we knew already that b cannot be 1.
Unfortunantly, for that last equation to be true, bb does not need to equal b2 and (b-1)b need not equal (b-1). As long as the ratio between the pairs is satisfied, the equation can be satisfied and so we haven't yet proved no other real numbers can satisfy the last equation.
Since f''(x) is the only function we really recognize, we us it to find out what f'(x) looks like and then we use that to find out what f(x) looks like.
This means that f'(x) must have only two zero which exist on (0,1) and (1,2) (because f' is continuous within the intervals inbetween) which we will label c1 and c2 respectively. This in turn implies that the sign chart of f'(x) looks as follows:
Code:
+ - + + -
f'(x) <---------|---------|---------|---------|--------->
0(und) c1 1(und) c2(c2<2)
Limit[ x->1, f(x) ] = 0 (though not defined at 1)
f(-4) < 0 and f(-3) > 0
f(0.1) > 0 and f(0.9) < 0
f(1.1) > 0 and f(2.1) < 0
Finally, we use the last set of information to note that there are precisely three zeros of f(x). Since limit of f(x) as x approaches 1 is zero and f(x) is increasing on c1 to c2 there can't be a zero within this interval. However the other three intervals do have zeros because f(x) is continuous on them and changes sign: (-inf, 0), (0, c1), (c2, +inf).
We can label these zeros as b1, b2, and b3 respectively.
b1, b2, and b3 are the only possible solutions for b because f(b) must equal zero as I stated above. But also remember that b > 0 so that b1, which is in (-inf, 0), is ruled out.
If we assume b2 is correct than a is negative:
0<b2<c1<1 -> a = |b|/(|b|-1) = pos/neg = neg.
But this would mean that ab has a negative base. This leads to a complex number for ab which certainly cannot equal a+b. (Although if you simply take the neg base as meaning -|a|b, then this actually would look like a solution as i tried plugging in numbers and it comes extremely close).
Anyways, now we have eliminated all but one possible solution, b3, which exists in the interval [c2, +inf) where c2 is less than 2. By inspection we know f(2) = 0 and therefore b3 must equal 2.
We now try setting b=2 and seeing if this really is a solution:
a = 2/(2-1) = 2
2 +2 = 22 = 2*2 = 4
I know this has to be the ugliest solution you would ever want to see, and I've omitted some of the stuff to keep this from being any longer... but i think this really proves that (a=2,b=2) is the only solution.
Actually, like i said, b2 might work. Switch your calculator out of complex mode and into real mode and try it out:
(a=-3.14104155643, b=.75851486)
If both a and b are integers, then a must equal to b.
ab=ba
by the fundamental theorem of arithmetic, a = b
On one hand, y=ab where y is an integer and it can be uniquely factorized. (a is a prime number)
On the other hand, y = ba where b is a prime number.
We can prove my contradition that a and b are even numbers.
Therefore a=b=2
quote:
--------------------------------------------------------------------------------
Originally posted by KL Kam
...
a log b = b log a
log a / a = log b / b
a=b (as the function f(x)=logx/x is strictly increasing)
I'm sorry to cause confusion here. Yes, f(x) is strictly increasing when e>x>0 and it is strictly decreasing when x>e. It seems that we have infinitely many solutions if a and b aren't integers.
Originally posted by KL Kam If both a and b are integers
ok.
On one hand, y=ab where y is an integer and it can be uniquely factorized. (a is a prime number)
On the other hand, y = ba where b is a prime number.
We can prove my contradition that a and b are even numbers.
Therefore a=b=2
I understand that y (where y=ab) can be uniquely factorized, but I don't see how that means abis the unique factorization of y. For example 729 = 93 but its unique factorization is 36. In other words, I don't see why a and b have to be prime numbers.
Also, how do you prove that a, b must be even? I understand that a,b must both be even or odd for both sides to be even or odd respectively but not why they must just be even.
Also, if we take a=2 and b=4, then
16 = 24 = ab = ba = 42 = 16
And we have a integral solution in which both a and b are not prime and not both 2.
I'm sorry to cause confusion here. Yes, f(x) is strictly increasing when e>x>0 and it is strictly decreasing when x>e. It seems that we have infinitely many solutions if a and b aren't integers.
To the problem ln(a)/a = ln(b)/b, yeah, i agree but this doesn't mean the original problem has infinitely many solutions (see my post right above your last one).
I hope I don't sound like I'm rebuking you, I certainly don't mean to.
Also, how do you prove that a, b must be even? I understand that a,b must both be even or odd for both sides to be even or odd respectively but not why they must just be even
a+b=ab=a^b
odd + odd = even
odd * odd = odd
so a, b can't be both odd
I would like to remember one fact
x^2-3*x+2=0 then x=1,2
x^2-3*x+2=0 if u take other than 1 & 2 this equation don't satisfy
ex x=3
3^2-3*3+2=0
2=0
it doesn't satisfy other than solutions for that equation
those are just eqs just like our above example
a^b=ab=ba=b^a
here I didn't assume anything I came for fact i.e, ab=ba
they gave that is true. our duty is to find values which satisfy those conditions
here our solution is 2. other than 2 no number can satisfy those conditions
Nice doubt thanks for make answer for that nice question