Chris Y. answered 05/14/19
State-certified high school Calculus teacher with 3+ years experience
To find the area between two curves you integrate the difference of the top curve and the bottom curve between the points where they intersect each other.
First find where they intersect:
c2 - x2 = x2 - c2
2c2 = 2x2
x = c and x = -c
Now we determine which curve is the top curve and which is the bottom:
y = c2 - x2 is a parabola opening downward and shifted up by c2 units.
y = x2 - c2 is a parabola opening upward and shifted down by c2 units.
Drawing this out roughly you'll see that y = c2 - x2 is above y = x2 - c2, so we will subtract the lower curve from the higher curve in our integration. Now we can write:
140 = ∫[(c2 - x2) - (x2 - c2)] dx integrated from -c to c
Simplify:
140 = ∫(2c2 - 2x2)dx integrated between -c and c
140 = 2c2x - 2x3/3 from x = -c to x = c
140 = [2c2(c) - 2(c)3/3] - [2c2(-c) - 2(-c)3/3] = [2c3 - 2c3/3] - [-2c3 + 2c3/3] = 8c3/3
Then solve for c:
140 = 8c3/3
c = (105/2)(1/3) ≈ 3.74