Input:
Reduce[3 x^2 - 2 a x + a^2 - 1 >= 0 && x > a, x] // TraditionalForm
Output:
(a<=-Sqrt[(3/2)]\[And]x>a)
\[Or](-Sqrt[(3/2)]<a<-(1/Sqrt[2])\[And](a<x<=a/3-1/3 Sqrt[3-2 a^2]\[Or]x>=1/3 Sqrt[3-2 a^2]+a/3))
\[Or](-(1/Sqrt[2])<=a<1/Sqrt[2]\[And]x>=1/3 Sqrt[3-2 a^2]+a/3)\[Or](a>=1/Sqrt[2]\[And]x>a)
My Solution by hand:

WolframAlphacan offer some half-measures. On the other hand certain restricted problems can be easily resolved. – Artes Jul 29 '13 at 19:44Reduce, but it is difficult to decide what is needed especially and what can be omitted. InWolframAlphathere is theShow Stepsoption, but I'm not sure about its scope. You could perform some experiments and then it will be more likely that your question could find some constructive answers. – Artes Jul 30 '13 at 13:55