You need to write the standard form of ellipse, hence, you need to divide the equation by 36 such that:
`x^2/9 + y^2/4 = 1`
Hence, the semi-major axis is `a=3` and the semi-minor axis is `b=2` .
You should know that the radial line from origin to the point (a,b) intercepts the ellipse at `(a/sqrt2,b/sqrt2).`
Hence, evaluating the coordinates of point of intersection yields `(3/sqrt2,2/sqrt2).`
You need to write the equation of the radial line such that:
`y - 0 = (2/sqrt2)/(3/sqrt2)(x - 0)`
`y = (2/3)x`
Hence, evaluating the equation of the radial line under given conditions yields `y = (2/3)x` .