Proving that gcd(a,b) = 1 when am + bn = 1

  • Thread starter Thread starter CarmineCortez
  • Start date Start date
CarmineCortez
Messages
30
Reaction score
0

Homework Statement



if am + bn = 1 m,n integers then gcd(a,b) = 1 a,b natural

Homework Equations



i don't know where to start.



The Attempt at a Solution

 
Physics news on Phys.org
Say gcd(a,b)=p where p is a natural number > 1. Can am+bn=1? Remember that gcd(a,b)=p means a and b have a common factor of p so they can be written as say a=x*p and b=y*p for some integers x and y.
 
CarmineCortez said:
i don't know where to start.
Definitions are almost always a good place to start. Checking for similar problems in your textbook is another good one. You should never be at a complete loss as to how to begin a problem.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top