I want to show that for $\gcd(a,b)=1$, $a,b \in \mathbf{Z}$, $\gcd(b^2+ab,a^2+2ab)=1$.
I think the first step is something like this $$\gcd(b^2+ab,a^2+2ab)=\gcd(b(a+b),a(a+b)+ab). $$
I have two properties that can be used. There are
1/ $\gcd(a+b,c)=\gcd(a,c)$ if $b \vdots a$.
2/ $\gcd(ab,c)=\gcd(a,c)$ if $\gcd(b,c)=1$.
Please help me. Thank you.
Due to coprimality of $a,b$ we have $b$ coprime with $a^2+2ab$, $a$ coprime with $b^2+ab$, hence by property 2 we can simplify $$ \gcd(b^2+ab,a^2+2ab)=\gcd(b+a,a+2b). $$ Another useful property is $\gcd(m,n)=\gcd(m+n,n)$, so we continue $$ \gcd(b+a,a+2b)=\gcd(b+a,b)=\gcd(a,b)=1. $$