Quick question about total area (involving integrals)

  • Thread starter Thread starter Aerosion
  • Start date Start date
  • Tags Tags
    Area Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Aerosion
Messages
52
Reaction score
0

Homework Statement



Find the total area between the curve y=x^2-4 and the interval [0,3].

Homework Equations





The Attempt at a Solution



Okay, so I already know the answer, but I'm unsure about one thing.

It's ture that you have to break the equation such that it says [tex]\int_{2}^{3} x^2 dx[/tex] - [tex]\int_{0}^{2} 4 dx[/tex], but how would you go about finding which upper and lower limits to set for the two integration problems like that?

I know how to take care of the rest once I find those, but I'm not sure how to get the upper and lower limits once I break the equation into two.
 
Physics news on Phys.org
The integral will give you the area above the x-axis minus the area below the x-axis. If you want the sum of the two instead of the difference then you need to figure out where the curve crosses the x-axis.
 
And you can't break up the integral like you did. You can either do
[tex]\int^3_0 x^2 - 4 dx= \int^3_0 x^2 dx - \int^3_0 4 dx[/tex] or
[tex]\int^3_0 x^2-4 dx = \int^3_2 x^2 - 4 dx + \int^2_0 x^2 - 4 dx[/tex]
 
Aerosion said:

Homework Statement



Find the total area between the curve y=x^2-4 and the interval [0,3].
Do you mean "find the area between the curve y= x2- 4 and the x-axis for x in [0,3]?

Homework Equations





The Attempt at a Solution



Okay, so I already know the answer, but I'm unsure about one thing.

It's ture that you have to break the equation such that it says [tex]\int_{2}^{3} x^2 dx[/tex] - [tex]\int_{0}^{2} 4 dx[/tex], but how would you go about finding which upper and lower limits to set for the two integration problems like that?

I know how to take care of the rest once I find those, but I'm not sure how to get the upper and lower limits once I break the equation into two.

Homework Statement

No. y= x2- 4 crosses the x-axis at x= 2. For x> 2, y is negative and the integral is the negative of the area. The area between the curve and the x-axis for x between 2 and 3 is
[tex]-\int_2^3 (x^2- 4)dx[/tex]
so the "total area" between the curve and the x-axis is
[tex]\int_0^2 (x^2- 4)dx- \int_2^3 (x^2- 4)dx[/tex]



Homework Equations





The Attempt at a Solution