Find a curve whose distance of every tangent from the origin $ON$ is equal to the $x$ axis coordinate of the point of intersection between the curve and that tangent $OU$.
How to set up the graph for this kind of problems in general?
How to form an ODE?
How to choose constant of integration and the resulting graph?
EDIT:
Here is the sketch:
Line $OB$ is orthogonal to tangent. The condition is that $OA=OB$





EDIT: Let me rephrase the question, if I have understood it right. Write the ODE that corresponds to the family of curves that fulfill this condition: if we consider the tangent to one such curve at a point $x_0>0$, then the (orthogonal) distance from this tangent line to the origin is precisely $x_0$.
Consider a curve $y=f(x)$ and a point $x_0$. Then, the tangent at $(x_0,f(x_0))$ is $y=f(x_0)+f'(x_0)(x-x_0)$. We know that the distance from the origin to this line (see e.g. https://en.wikipedia.org/wiki/Distance_from_a_point_to_a_line#Line_defined_by_an_equation) is: $$ distance=\frac{|f(x_0)-f'(x_0)x_0|}{\sqrt{1+(f'(x_0))^2}} $$ But the abscissa of the point of intersection of the tangent to the curve is $x_0$ itself, so the requested ODE is, dropping the subindex of $x_0$: $$ x=\frac{|f(x)-f'(x)x|}{\sqrt{1+(f'(x))^2}} $$ or substituting $y=f(x)$ for clarity: $$ x=\frac{|y-y'\,x|}{\sqrt{1+(y')^2}} $$ Squaring and simplifying yields: $$ x^2-y^2+2y y' x=0 $$ or $$ y'=\frac{y}{2x} - \frac{x}{2y} $$ which is a well known Bernouilli's equation with solution $C x=x^2+y^2$ (see https://www.wolframalpha.com/input/?i=y%27%3Dy%2F(2x)-x%2F(2y))