Simple area between curves question

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

Homework Statement


Find the area of the region enclosed by the following curves:
f(y)=1-y^2
g(y)=y^2-1

Homework Equations



The Attempt at a Solution


I'm confused by the graph because the region enclosed has positive and negative parts, and I can't determine whether f(y)>g(y), g(y)>f(y), or what. I'm not sure what to integrate here.

Thanks, I appreciate the help.
 
Physics news on Phys.org
The Solution to the integral [tex]\int f(y) g(y) dy[/tex] is zero, as f(y)=-g(y).

You could find the definite integral of each, absolute valued. Or a simpler method would be to use symmetry arguments to realize the solution is [tex]2\int^{1}_{-1} 1-y^2 dy[/tex], which you should be fine with.
 
Last edited:
Gib Z said:
The Solution to the integral [tex]\int f(y) g(y) dy[/tex] is zero, as f(y)=-g(y).

Are you sure that integral is zero? You might want to recheck your math unless you meant that product to be a sum.
 
Gauss177 said:

Homework Statement


Find the area of the region enclosed by the following curves:
f(y)=1-y^2
g(y)=y^2-1

Homework Equations



The Attempt at a Solution


I'm confused by the graph because the region enclosed has positive and negative parts, and I can't determine whether f(y)>g(y), g(y)>f(y), or what. I'm not sure what to integrate here.

Thanks, I appreciate the help.
The curves meet at +1 and -1. You need the area between the curves as y goes from +1 to -1. I'm not sure why you can't tell that f(y) =>g(y) in that region: f(0)=1 and g(0)=-1, so it is clear which is 'on top'. The area is just the integral of f(y)-g(y); I don't mind telling you this (we aren't supposed to just hand out answers) since it is just what you were told in class/in the book. It doesn't matter whether f or g are positive or negative individually: you only care about one relative to the other, the actual signs of f and g don't matter.

For any functions f, and g, the area bound between them between a and b is always

[tex]\int_a^b \max(f(t),g(t)) - \min(f(t),g(t))dt[/tex]

a=-1, b=1 here, and f(t)=>g(t) for all t in [-1,1].