Sunday, December 18, 2016

integration - why intsqrt(sinx)2,mathrmdx=int|sinx|,mathrmdx



May be this is a stupid question but why (sinx)2dx=|sinx|dx

instead of ±sinxdx



I think may be because it violates the rule that a function can't have more than 1 output for a single input, which brings me to my next question does the intgrand need to be a function?



Answer



The definition of the square root, , in real numbers is a function that given a non-negative number y, we take the non-negative number x such that x2=y. That's why we write x2=kx=±k

instead of x2=kx=k.



We have to put the ± sign because the square root itself only considers the positive answer.



Observation: If the answer of square root was the two numbers, then it couldn't be a function.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...