Now that you have the equation of the perpendicular line, you can find the coordinates of the point that lies at the intersection of your two lines.
Let's name it $C = (x_C, y_C)$. Then, $C$ satisfies the two following conditions :
$$
2x_C -3y_C = 1 \quad \mbox{and} \quad 3x_C+2y_C -13 = 0
$$
which are just the mathematical way of saying that $C$ is on the two lines.
We solve the system :
$$
C = (41/13, \ 23/13)
$$
Now, you only need to compute the slope of the line between $C$ and $(4,1)$ and deduce the equation of the straight line from here.
The slope : $\frac{1-23/13}{4-41/13} = -\frac{10}{11}$.
So the equation is of the form : $y = -10/11 x + k$ where $k$ is a constant.
Knowing that $(4,1)$ is on the line, we plug in the coordinates to get $k$ : $1 = -10/11 \times 4 + k \implies k = 51/11$
In the end, you should find something of the form $y = -\frac{10}{11}x + \frac{51}{11}$
