Definite integration (area between curves)

  • Thread starter Thread starter meanmachine
  • Start date Start date
  • Tags Tags
    Curves Integration
AI Thread Summary
To calculate the area between the curves y = sin(2x) and y = cos(x) from 0 to 90 degrees, the integral setup is ∫[0 to 90] (sin(2x) - cos(x)) dx. The integration process leads to the expression involving -0.5 cos(2x) and -sin(x), evaluated at the limits. The final calculation shows that the area is 1/2, though some confusion arises regarding the integration steps. It is noted that while sine and cosine properties hold for degrees in this context, converting to radians is necessary for integrals involving x outside the trig functions.
meanmachine
Messages
3
Reaction score
0

Homework Statement



Calculate the area between the curves y = sin 2x and y = cos x from x = to x = 90 degrees

Homework Equations



Using the difference function: ∫(upper = 90) (lower = 0) [sin2x - cos x]

The Attempt at a Solution



(sin 2x) - (cos x)

= ∫ sin 2x - cos x
= ∫-0.5 cos 2x - sin x
= [(-0.5 cos 2 x 90) - (sin 90)] - [(-0.5 cos 2 x 0) - (sin 0)
= (0.5) - (-0.5)
= 1

The answer is 1/2
 
Physics news on Phys.org
I was sitting there scratching my head for a bit between these two lines, trying to figure out what you had done:

meanmachine said:
= ∫ sin 2x - cos x
= ∫-0.5 cos 2x - sin x
You already took the integral on the second line so don't put in the integral sign again.

meanmachine said:
= [(-0.5 cos 2 x 90) - (sin 90)] - [(-0.5 cos 2 x 0) - (sin 0)
= (0.5) - (-0.5)
= 1

The answer is 1/2

-0.5cos(180o) = 0.5
sin(90o) = 1

By the way, I'm getting an answer of 0.
 
Last edited:
By the way, you should understand that the calculus properties of sine and cosine, specifically that d sin(x)/dx= cos(x), d cos(x)/dx= -sin(x),\int sin(x) dx= -cos(x)+ C, and \int cos(x)= sin(x)+ C are true only if x is in radians.

Here, because you are taking sine and cosine of the limits of integration, it doesn't matter whether they are in degrees or radians but if you had something like, say,
\int x sin(x) dx[/itex] <br /> from 0 to 90 degrees, where we have an &quot;x&quot; outside the trig function, you would have to convert to radians to get the correct answer.
 
Back
Top