To find the area between two curves,
f(x) and g(x)
You take the integral of (the top graph minus the bottom graph)
So, if g(x) is on "top", it would be
⌠g(x) - f(x)
Example:
f(x) = x^2 + 1
g(x) = -x^2 + 4
Find the area between these 2 graphs.
⌠(-x^2 + 4) - (x^2 + 1) dx
⌠ -2x^2 + 3 dx
x^2 + 1 = -x^2 + 4
2x^2 = 3
x^2 = 3/2
x = ± √3/2
-2/3 ((√3)/(2)) + 3((√3)/2) - [ -2/3 (-√3/2)^3 + 3(-√3/2))
= 4.899
No comments:
Post a Comment