Verify that $y_1=\frac1x$ is a solution to d.e $\left(4x^2-x\right)y''+2\left(2x-1\right)y'-4y=0$
Find the general solution of the d.e $\left(4x^2-x\right)y''+2\left(2x-1\right)y'-4y=12x^2-6x$
Note: I was able to prove initial value $y_1=\frac{1}{x}$ however confused on second part.
HINT
First of all bring the equation in the form
$$y''+p(x)y'+q(x)y~=~g(x)$$ Use the fact that there are two different ways to compute the Wronskian of a fundamental set of solutions:
$$\begin{align} &(1)W(y_1,y_2)~=~\begin{vmatrix}y_1&y_2\\y_1'&y_2'\end{vmatrix}~=~y_1y_2'-y_2y_1'\\ &(2)W(y_1,y_2)~=~e^{-\int p(x)dx} \end{align}$$
From thereone you can compute the general solution to the homogenous equation by solving the ODE for $y_2$. After this you can do variation of constants to determine the solution to your given equation.