To follow up symbolipoint's post:
OP's expression, "a=square root of b/b+1" is extremely ambiguous:
Which interpretation to choose:
1.

"a=square root of ((b/b)+1)"
2.

"a=square root of (b/(b+1))"
3.

"a=((square root of b)/b)+1)"
4.

"a=(square root of b)/(b+1)"
5.

"a=(square root of (b/b))+1"