I have been given a parabola whose equation is $y^2=4x$. The question asks to find the equation of the chord with $(2,3)$ as its midpoint.
I tried to solve the problem using parametric coordinates for a parabola. Taking the two ends of the chord as $(t^2,2t)$ and $(s^2,2s)$, I got the following relations between $t$ and $s$: $$t^2+s^2=4 \quad\text{and}\quad t+s=3 \tag{1}$$ Using $$(t+s)^2 +(t-s)^2=2(t^2+s^2) \tag{2}$$ I got $$(t-s)^2=-1 \tag{3}$$ After this I concluded that such a chord is not possible. But somewhere else I found that equation of such a chord is given by $3y-2x=5$.
When I tried to find the points of intersection of this chord with the parabola, I got imaginary points.
Is such a chord possible?