In a triangle $ABC$, $E$ is the midpoint of $BC$ and $D$ is a point on $AB$ such that $AD : DB = 2 : 1$. If $CD$ and $AE$ intersect at $P$, determine the ratio $CP : PD$.
How do I solve it using only section formula and basic coordinate geometry. Without using straight lines or vectors to simplify.
Edit: I have taken the co-ordinates of vertices as $( x_a , y_a )$ so on.
I have assumed that $\overleftrightarrow{AE}$ is divided in the ratio $\sigma$:1 by P and $\overleftrightarrow{CD}$ is divided in the ratio $\lambda$:1 by P.
and I have got an equation for $x$ co-ordinate as $$\frac{\lambda(x_a + 2x_b) +3x_c}{3(\lambda + 1)} = \frac{\sigma(x_b +x_c) + 2x_a}{2(\sigma+1)}$$
I dont know what has to be done next. The answer is $3:2$
Lets consider the $\triangle CDB$ which is cut by the line $AE$. According to Menelaus theorem: $$\begin{align}\frac{BE}{EC}\cdot \frac{CP}{PD}\cdot \frac{DA}{AB}&=1\\ \frac{CP}{PD}&=\frac{EC}{BE}\cdot \frac{AB}{AD}\\ &=1\cdot\left(\frac{2x+x}{2x}\right)\\ &=\frac{3}{2}\end{align}$$
Alternate Method:
Draw a $DF$ parallel to $AE$. We have, by basic proportionality theorem in $\triangle BAE$.
$$\frac{AD}{BD}=\frac{FE}{BF}\implies \frac{2}{1}=\frac{FE}{BF}$$
$E$ is the midpoint of $BC$, so $EC=x+2x=3x$.
Similarly for $\triangle CDF$, $$\frac{CP}{PD}=\frac{EC}{FE}\implies\frac{CP}{PD}=\frac{3x}{2x}=\frac{3}{2}$$