If $ab>0$, show that $\dfrac{a}{b}+\dfrac{b}{a}\ge2$.
I am really sorry for the basic question, but I want to make things clear for me. By the AM-GM inequality we have $$\dfrac{a}{b}+\dfrac{b}{a}\ge2\sqrt{\dfrac{a}{b}\cdot\dfrac{b}{a}}=2$$ Is this enough? I mean we know that the inequality holds only for positive numbers $a$ and $b$, but here we can have $a<0$ and $b<0$ and then $ab>0$ will also hold.
You've almost had a perfect solution, but just by adding few cases, you can make it perfect.
\begin{align} &\text{Case 1. } a>0, b>0. \\ &\Rightarrow \frac a b + \frac b a \geq 2 \sqrt{\frac a b \cdot \frac b a} = 2\text{ (AM-GM).} \\ \ \\ &\text{Case 2. } a<0, b<0. \\ &\text{let } a^*=-a, b^*=-b. \Rightarrow a^*>0, b^*>0.\\ &\Rightarrow \frac a b + \frac b a=\frac {a^*} {b^*} + \frac {b^*} {a^*} \geq 2 \sqrt{\frac {a^*}{b^*} \cdot \dfrac {b^*}{a^*}}=2 \text{ (AM-GM)}. \end{align}