Given the following Relations over the set $M := \{α, β, γ\}$
$R1 := \{(α, α), (α, β), (β, α), (β, β), (γ, γ)\}$
How is $R1$ transitive?
The condition for transitivity is
$(a,y)\in R1 \text{ and }(y,x) \in R1 \implies (a,x) \in R1$
And how is $R2$ not a partial order?
Partial order if thing is antisymmetric, reflexive and transitive.

$R1$ is transitive, because $\forall \alpha,\beta, \gamma \in M$ there is a transitive pairs following the definition of transitivity:
$(\alpha,\beta) \land (\beta,\alpha) \implies (\alpha,\alpha) \in R1 $
$(\alpha,\beta) \land (\beta,\beta) \implies (\alpha,\beta) \in R1 $
$(\beta,\alpha) \land (\alpha,\beta) \implies (\beta,\beta) \in R1 $
$(\beta,\alpha) \land (\alpha,\alpha) \implies (\beta,\alpha) \in R1$
$(\alpha,\alpha) \land (\alpha,\beta) \implies (\alpha,\beta) \in R1 $
$(\beta,\beta) \land (\beta,\alpha) \implies (\beta, \alpha) \in R1$
That proves that R1 is transitive.
R2 is not a partial order, because although it is reflexive it is both antisymmetric and symmetric. The requirements for partial order is that it should be antisymmetric, reflexive and transitive.
Antisymmetric because $(\alpha,\gamma) \in R2 \land (\gamma, \alpha) \notin R2$
Symmetric because $(\beta,\gamma) \in R2 \land (\gamma,\beta) \in R2$