Math olympiad basic number theory problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
15 replies · 2K views
timetraveller123
Messages
620
Reaction score
45
so this is the question:
let a and b be real numbers such that 0<a<b. Suppose that a3 = 3a -1 and b3 = 3b -1. Find the value of b2 -a.
initially my line of thinking was that just solve the equation x3 - 3x +1 = 0
and take the roots which are more than 0 and then after that i got stuck

ok that was the question i also have the full worked solution to it but the thing is that i am almost 100% sure i wouldn't think of such a smart solution in the exam so i want some of you all to solve it post your method to see if anyone has different method.
if you want me to post the solution just ask me to post it below and i would gladly do so. but i am pretty sure many of you should have various other methods to this and no calculator is allowed on this exam and this meant for grade 9 and 10 so please don't use some super complicated methods thanks
 
Mathematics news on Phys.org
Here's how I did it. There are three roots of the equation, call these ##c, a, b##, where ##c## is the negative root. From the coefficients:

##c + a + b = 0## hence ##c = -(a+b)##

##ab + ac + bc = -3## hence (substituting ##c## above) ##a^2 + ab + b^2 = 3##

Now, if we let ##a = b^2 - \alpha## we get:

##b(b^3 + (1-2\alpha)b + (3-\alpha)) = 4 - \alpha^2##

Which has a solution of ##\alpha = 2##.
 
  • Like
Likes   Reactions: fresh_42 and mfb
but if a = 2 then the equation a3 = 3a -1 is not satisfied
 
wait your answer is correct this was the method provided
if t is a solution then t2 -2 is also one
then hence a , b , c = a2 -2 , b2 -2 , c2 then by matching the solution based on negative or positive then the answer follows
is this solution super hard to think of and by the way your solution is far more better at least some think i can think of
 
PeroK said:
Here's how I did it. There are three roots of the equation, call these ##c, a, b##, where ##c## is the negative root. From the coefficients:

##c + a + b = 0## hence ##c = -(a+b)##

##ab + ac + bc = -3## hence (substituting ##c## above) ##a^2 + ab + b^2 = 3##

Now, if we let ##a = b^2 - \alpha## we get:

##b(b^3 + (1-2\alpha)b + (3-\alpha)) = 4 - \alpha^2##

Which has a solution of ##\alpha = 2##.
i don't understand how you went from step 3 to 4
please help me thanks
 
ya i tried it but not getting what you get pls show your working thanks because i like your method over the given one
 
b2 - a =x
i don't how to type your a so i used x instead

b2 - x =a
substituing in
(b2 - x)2 + (b2 -x)b + b2 = 3
x2 + b4 - 2b2x +b(b2 -x) + b2 =3
then where do you go from here
 
vishnu 73 said:
b2 - a =x
i don't how to type your a so i used x instead

b2 - x =a
substituing in
(b2 - x)2 + (b2 -x)b + b2 = 3
x2 + b4 - 2b2x +b(b2 -x) + b2 =3
then where do you go from here

The next step is:

##b^4 - 2b^2x + b^3-xb + b^2 = 3 - x^2##

Now use ##b^3 = 3b - 1##
 
  • Like
Likes   Reactions: timetraveller123
ooh okay i will give it a try
ok i got how to get just realized how dumb i was sorry for that
b(b3 -b(1-2x) +3-x) = 4 - x2
but how do you solve it?
 
vishnu 73 said:
ooh okay i will give it a try
ok i got how to get just realized how dumb i was sorry for that
b(b3 -b(1-2x) +3-x) = 4 - x2
but how do you solve it?

I was trying to get a factor of ##b^3 - 3b + 1## and I saw that ##x=2## does that and solves the equation.

You have a sign wrong there. It should be:

##b(b^3 + b(1-2x) + 3-x) = 4-x^2##
 
oh you about the sign careless
but back to solving i noted that observation but how could you do it rigorously is there a method if there isn't i am okay with this method because it seems fair enough but if there is a method then please do tell me because the original solution has another method of letting b = 2sinΘ which i would never have thought of
 
vishnu 73 said:
oh you about the sign careless
but back to solving i noted that observation but how could you do it rigorously is there a method if there isn't i am okay with this method because it seems fair enough but if there is a method then please do tell me because the original solution has another method of letting b = 2sinΘ which i would never have thought of

The slow way is to solve the quadratic in ##x## and show, by whatever means, that ##x=2## is the only valid solution.
 
  • Like
Likes   Reactions: timetraveller123
ooh okay i will give it a try and get back to you thanks but should i use b as the variable or x as the variable