Could anyone please help and clarify how this particular cubic equation
$$4p^3-4p-1=0$$
could be solved?
I am familiar with the approach of solving quadratic equations through quadratic formula and discriminant, but I am a bit confused about how to approach above cubic equation.
$4p^3-4p-1=0$
$p^3-p-\frac 14=0$
Substitute $p = q + \frac 1{3q}$, expand the above.
You will get an equation of the form $q^3 + \frac a{q^3} + b = 0$, which can be transformed into a quadratic by substituting $q^3 = r$ and multiplying throughout by $r \ (\ne 0)$. Solve for $r$, retaining any complex roots and reverse all the substitutions.
More explanation: what you presented is essentially a "depressed cubic" as it lacks a square term. Any general cubic can be transformed into a depressed cubic via a linear substitution, following which it can be solved by further substitutions and transformations as above. It's just tedious and not commonly done.
(Also, I presented the technique as applied in your particular case. The general method can be elucidated by using symbolic variables in place of the coefficients, but that would make my answer longer. I am working on the assumption that you just want to know how to solve this particular cubic).