Domain includes all the values of x where the expression returns a real answer
This means no dividing by zero, and, in this case, no squareroots of negatives
So you find at what point 2x^2+7x+3>=0
This factors to (2x+1)(x+3)>=0
x=0 at -1/2 and -3
If x is greater than -1/2, both factors become positive, making the end result positive
If x is less than -3. both factors become negative, making the end result positive
If x is between the two, only one factor is negative, making the end result negative, and generating an imaginary number when it's squarerooted
Your domain is [-∞,-3] and [-1/2,∞]