Finding Possible Solutions for a^3 = 5b^3: Considerations and Limitations

  • Thread starter Thread starter recon
  • Start date Start date
AI Thread Summary
The discussion focuses on finding integer pairs (a, b) that satisfy the equation a^3 = 5b^3. The analysis begins by assuming a and b are coprime, leading to the conclusion that if 5 divides a^3, then it must also divide a, implying a = 5x. Substituting this into the equation results in b being expressible as b = 5y, which contradicts the coprimality assumption. Ultimately, the only solution identified is the trivial case of (0, 0), highlighting the importance of considering zero in such equations. Thus, aside from this trivial solution, no other integer pairs exist.
recon
Messages
399
Reaction score
1
I've been asked to find all possible pairs (a,b) of integers such that a^3 = 5b^3.

I started by considering the cases where a and b share a common factor, so that a = kl and b = km. But this can be reduced to the form l^3 = 5m^3, so we can assume WLOG that a and b are coprime.

If this is the case, then 5 \mid a^3, so 5 \mid a. Let a = 5x.

(5x)^3 = 5b^3
125x^3 = 5b^3
25x^3 = b^3

So 25 \mid b^3 and 5 \mid b. Let b = 5y.

This contradicts our earlier assumption that both a and b are coprime, and hence no solution exists.

Have I made any mistakes?
 
Physics news on Phys.org
Well, there's one solution!

0^3 = 5(0)^3

Other than that, your answer is fine. You just need to modify it for the zero case (if a=b=0 then one of your steps doesn't work).
 
Last edited:
Ah, of course...there's always that pesky number called zero!

Thanks for pointing that out Data!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top