Michael D. answered 08/16/23
This is a trick question, and thus Raymond B.'s solution is incorrect. Since division has higher precedence than addition, we have:
y = arctanX + X/ 1+X2 = arctan(X) + (X/1) + X2
...and thus the derivative is:
y' = 1/(1+X2) + 1 + 2X
Michael D.
Your solution is incorrect. See mine below.08/16/23