Inverse trig functions and pythagorean identity

Moonflower
Messages
20
Reaction score
0
Hi. I'm having trouble trying to understand the relationship between inverse trig functions, especially arcsin x, and pythagorean identity. I know that because cosx=sqrt(1-(sinx)^2), derivative of arcsin x is 1/(cos(arcsin x)) = 1/(sqrt(1-(sinx)^2)arcsinx)) = 1/(sqrt(1-x^2). But how does pythagorean identity relate with antiderivative of arcsin, which is x arcsin x + sqrt(1-x^2) + C?
 
Physics news on Phys.org
Moonflower said:
Hi. I'm having trouble trying to understand the relationship between inverse trig functions, especially arcsin x, and pythagorean identity. I know that because cosx=sqrt(1-(sinx)^2), derivative of arcsin x is 1/(cos(arcsin x)) = 1/(sqrt(1-(sinx)^2)arcsinx)) = 1/(sqrt(1-x^2). But how does pythagorean identity relate with antiderivative of arcsin, which is x arcsin x + sqrt(1-x^2) + C?
I don't see that the pythagorean identity enters into it at all. To find the antiderivative of arcsin(x), use integration by parts, with u = arcsin(x) and dv = dx. If you don't understand how this works, let me know and I'll fill in the details.
 
Mark44: Actually, I would be thankful if you can explain how the antiderivative of arcsin (x) works, because I have trouble understanding the concept. Thanks.
 
Let u = arcsin(x) and dv = dx
So du = dx/sqrt(1 - x^2), v = x
\int arcsin(x) dx = x*arcsin(x) - \int \frac{x dx}{\sqrt{1 - x^2}}

For the integral on the right, let w = 1 - x^2, so dw = -2xdx

= x*arcsin(x) - (-1/2)\int u^{-1/2}du = x*arcsin(x) + u^{1/2} + C
= x*arcsin(x) + \sqrt{1 - x^2} + C
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top