Given an equilateral triangle $ABC$ with the length of each sides are $a$. On the side of $AB, BC, CA$, each chosen a point $P, Q, R$ such that $AP = x, BQ = 2x, CR = 3x$. Determine the value of $x$ so that: i) the triangle $PQR$ is an isosceles triangle, ii) the triangle $PQR$ is a right triangle, iii) and the area of triangle $PQR$ is minimum.
Really and be honest, I can't solve any numbers of that problem. I have tried to draw and use some approachment, geometrical senses. But, it looks like we need some theorems of a triangle to solve this. And unfortunately, I don't have much clue for this. Please help me. Regards and thank you.

Notice, that $x\in [0,\frac{a}{3}]$.
Denote the lengths: $|PQ|=p, |QR|=q, |RP|=r$
Using the law of cosines you can write: $$p^2=(2x)^2+(a-x)^2-2(2x)(a-x)\cos \frac{\pi}{3}=7x^2-4ax+a^2$$ $$q^2=19x^2-7ax+a^2$$ $$r^2=13x^2-7ax+a^2$$
Ad 1
If we want triangle $PQR$ to be isosceles, we have 3 options:
Thus the triangle $PQR$ is isosceles, if $x\in \{0, \frac{a}{4}\}$
Ad 2:
To solve this, we have to use the Pythagoras Theorem. There are three cases, depends on which side would be a hypotenuse:
Thus the triangle $PQR$ is right, if $x\in\{\frac{a}{5},a(2-\sqrt{3})\}$
Ad 3
Minimizing the area of the triangle $PQR$ is also maximizing the area of triangles $APR$, $BQP$ and $CRQ$. Using the formula for the area of the triangle: $$P=\frac{1}{2}st\sin\alpha$$ where $s$ and $t$ are the lengths of sides adjacent to the angle $\alpha$, this area (which is the sum of three triangles) could be described as:
$$P(x)=\frac{1}{2}\sin\frac{\pi}{3}(x(a-3x)+2x(a-x)+3x(a-2x))$$ $$\frac{\sqrt{3}}{4}(6ax-11x^2)$$ The graph of this function is the parabola with the arms pointing downwards, thus there is only one local extremum and it is maximum.
We could compute the derivative: $$P'(x)=\frac{\sqrt{3}}{4}(6a-22x)$$ Of course $P'(x)=0$ for $(6a-22x)=0$, thus the maximum is obtained for $x=\frac{3a}{11}$