| f'(x) = ? | integral | % Correct |
|---|---|---|
| -1/sqrt(1-x^2) | arccos(x)+c | 0%
|
| 1/sqrt(1-x^2) | arcsin(x)+c | 0%
|
| 1/1+x^2 | arctan(x)+c | 0%
|
| sin x | -cos(x)+c | 0%
|
| e^x | (e^x)+c | 0%
|
| x^-1 | log|x|+c | 0%
|
| m | mx+c | 0%
|
| sec x * tan x | sec(x)+c | 0%
|
| cos x | sin(x)+c | 0%
|
| sec^2 x | tan(x)+c | 0%
|
| x^n (n ≠ -1) | (x^n+1)/(n+1)+c | 0%
|