Unable to solve diff(sqrt(e^x + a),x)
This is giving output = e^x
There is also problem in integrate((sin(sqrt(x)+a) * e^sqrt(x)), x)
I think the problems are some how related to the sqrt part. Because if I try for sqrt(e^x) or sqrt(3^x) It results error:
but sqrt(x^3) is okay. No error.
Unable to solve diff(sqrt(e^x + a),x) This is giving output = e^x There is also problem in integrate((sin(sqrt(x)+a) * e^sqrt(x)), x) I think the problems are some how related to the sqrt part. Because if I try for sqrt(e^x) or sqrt(3^x) It results error: but sqrt(x^3) is okay. No error.