Question: Try to solve Integral solution

   I need to integrate x with a<=x<=b and k , l are constants.

I input foolowing code , it did not work. Maybe you have some good ideas to solve this! thanks!

int(sqrt(1+((k*Pi)/l*cos((Pi*x)/l))^2), x = a.. b) assuming x>=a, x<=b
Please Wait...