I try to use wolfram Alpa to compute a complex integral,
integrate( 0.0016*v^(-0.5)*(1-exp(- 0.0112*v^0.5))+ 0.0036*v^(-0.5)*(1-exp(-0.0090*v^0.5)))
I get the following result
0.285714 e^(-0.0112 sqrt(v))+0.8 e^(-0.009 sqrt(v))+0.0104 sqrt(v)+constant
I am wondering what this constant means? The reason I am asking is because I need to evaluate the result at certain points of v to obtain a definite integral.
Cheers