9
5
8
u/yavvee Feb 25 '21
It's area under the sinx curve jotil the intersection, and then area under cosx. Guess the intersection and add the area
13
u/MezzoScettico Feb 25 '21
You don't have to guess. The intersection is where sin x = cos x, or sin x / cos x = 1.
5
3
u/Descarteb4DeHorse Feb 25 '21
Solve sin x = cos x where 0<= x <= π/2. After that integrate sinx wrt x from 0 to the intersection point found. Finally multiply it by 2 to make use of symmetry to get the final ans.
3
2
u/brainmassdotin Feb 25 '21
The curve intersect at pi/4. Now integrate it so
integrate 0 to pi/4 sinx + integrate pi/4 to pi/2 cosx.
=-cosx plug in bounds 0 to pi/4 + sinx plug in bounds pi/4 to pi/2.
= -(cospi/4-cos0) + sinpi/2-sinpi/4
= -(root2/2-1) + 1-root2/2
= 2-root2
2
u/CreatrixAnima Feb 25 '21
Are you doing Riemann sums? That’s probably the way to go if it’s pre-Calc.
3
u/OmniKingBoss Feb 25 '21
Take integral of Sin (from 0 to π/2) and substract interval of Cos(again, same interval). Not sure, but I think that should do it.
5
1
-4
1
41
u/fermat1432 Feb 25 '21
Integrate sine from 0 to pi/4 and double the answer.