Evaluate ∫ 0 π ( arcsin ( cos ( x ) ) ) 2 d x . Note: The definition of arcsin ( x ) used in this problem is restricted to the range [ − 2 π , 2 π ] .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I think you meant I = ∫ 0 π ( arcsin ( cos x ) ) 2 d x
Using symmetry we get ∫ 0 π ( arcsin ( cos x ) ) 2 d x = 2 ∫ 0 2 π ( arcsin ( cos x ) ) 2 d x
Now using that ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x with a = π / 2 and f ( x ) = ( arcsin ( cos x ) ) 2 we get 2 ∫ 0 2 π ( arcsin ( cos x ) ) 2 d x = 2 ∫ 0 2 π ( arcsin ( sin x ) ) 2 d x
Now using arcsin ( sin x ) = x we get 2 ∫ 0 2 π ( arcsin ( sin x ) ) 2 d x = 2 ∫ 0 2 π x 2 d x = 1 2 π 3
I = ∫ 0 π sin − 1 ( cos x ) 2 d x = ∫ 0 2 π sin − 1 ( cos x ) 2 d x + ∫ 2 π π sin − 1 ( cos x ) 2 d x = ∫ 0 2 π sin − 1 ( cos x ) 2 d x + ∫ 0 − 2 π sin − 1 ( cos x ) 2 d x = 2 ∫ 0 2 π sin − 1 ( cos x ) 2 d x = 2 ∫ 0 2 π sin − 1 ( sin ( 2 π − x ) ) 2 d x = 2 ∫ 0 2 π ( 2 π − x ) 2 d x = − 3 2 ( 2 π − x ) 3 ∣ ∣ ∣ ∣ 0 2 π = 1 2 π 3 ≈ 2 . 5 8 4 For x ∈ [ 2 π , π ] , cos x ∈ [ − 1 , 0 ] ⟹ sin − 1 ( cos x ) ∈ [ − 1 , 0 ] Since sin − 1 ( cos x ) 2 is even and cos θ = sin ( 2 π − θ )
@Chew-Seong Cheong Sir, instead of expanding ( 2 π − x ) 2 you could have directly integrated it to − 3 ( 2 π − x ) 3 as I did in my solution......
Log in to reply
Thanks a lot. I didn't realize that.
Log in to reply
Sir, could you please help me out?? I have recently started writing solutions using LaTex, but they are not as tidy as yours......Any tips??? How to center the expressions or adding colours??
Log in to reply
@Aaghaz Mahajan – You can use \ [ \ ] (no space between the backslash "\" and square brackets "[" and "]") instead of \ ( \ ). You will note that \int 0^\frac \pi 3, \frac \pi 2, \sum {k=0}^\infty don't turn out big size if you use () as ∫ 0 3 π , 2 π , ∑ k = 0 ∞ . [] will give right size but it must be on its own like below.. ∫ 0 3 π , 2 π , k = 0 ∑ ∞ If you want to have right size in () start with \displaystyle \int 0^\frac \pi 3, \frac \pi 2, sum {k=0}^\infty as in ∫ 0 3 π , 2 π , k = 0 ∑ ∞ . You can also \dfrac 34 4 3 and \dbinom nk ( k n ) , while \binom nk is like ( k n ) .
Log in to reply
@Chew-Seong Cheong – Showing you the LaTex code I used for my solution above.
Log in to reply
@Chew-Seong Cheong – Thanks for the tips, Sir!!! I'll try to use them in my next solutions!! :)
Once you realize that the definition of arcsin and arcos add up to π / 2 , we quickly see that the integrand is just a parabola and touches the x-axis at π / 2 .
There's a little trick to integrating powers of x . If you integrate x 2 from 0 to 1, it gives you 1/3. For larger regions for 0 to a , you scale up the answer by a 3 .
If you graphed the integrand, you'd notice that there are two equal areas that fit the description.
thus, the integral is just 1 / 3 × 2 × ( 2 π ) 3 = 1 2 π 3 .
arcsin ( cos x ) = 2 π − x .
\text{Thus, the eq is equal to } \quad \displaystyle \int_{0}^{{\pi}{2}} {(\dfrac{\pi}{2}-x)^2}}=\dfrac{2}{3} \cdot (\dfrac{\pi}{2})^3=2.58\uparrow{3}86 \cdots =\boxed{3.584}.)
∫ 0 π ( arcsin ( cos ( x ) ) ) 2 d x = ∫ 0 π ( arcsin ( sin ( 2 π − x ) ) ) 2 d x = ∫ 0 π ( 2 π − x ) 2 d x Since arcsin ( sin ( y ) ) = y for y ∈ [ − 2 π , 2 π ] = 1 2 π 3 ≈ 2 . 5 8 3 8 5 6 3 9
I don't think this question deserves Level4 in calculus.
∫ sin − 1 ( cos ( x ) ) 2 d x ⇒ − 3 1 sin 2 ( x ) csc ( x ) sin − 1 ( cos ( x ) ) 3 which gives 1 2 π 3 as a result.
Because arcsin ( cos ( x ) ) 2 is symmetrical about π / 2 , the integral expression can be rewritten as
2 ∫ 0 2 π arcsin ( cos ( x ) ) 2 d x
Using the property that ∫ a b f ( x ) d x = ∫ a b f ( a + b − x ) d x , the integral becomes
2 ∫ 0 2 π arcsin ( sin ( x ) ) 2 d x = 2 ∫ 0 2 π x 2 d x = 1 2 π 3 ≈ 2 . 5 8 3 8 5 6 3 9
Wow we both wrote nearly the same solution....
I'd be careful with the re-write of the integral. That's not something that's true in general - it just happens to work for this function and these bounds.
I just numerically integrated using the midpoint rule with 9999 rectangles. Here is my code in Python 3:
https://repl.it/@PhysicsAndMath/Numerical-integration-Midpoint-Rule
If you enter the bounds of integration (pi,0) and set it to maximum accuracy (9999 rectangles), you will get the answer.
Problem Loading...
Note Loading...
Set Loading...
As we know that arcsin x + arccos x = 2 π for all x so, we can simplify the expression to be integrated :-
∫ 0 π ( arcsin ( cos x ) ) 2 d x
= ∫ 0 π ( 2 π − arccos ( cos x ) ) 2 d x
= ∫ 0 π ( 2 π − x ) 2 d x
= 3 ( 2 π ) 3 − 3 ( 2 π − π ) 3
= 1 2 π 3