Find Area Btwn Curves: y=cosx & y=x/2-1

  • Thread starter Thread starter Jeff Ford
  • Start date Start date
  • Tags Tags
    Area Curves
Jeff Ford
Messages
154
Reaction score
2
Write, but do not evaluate the integral that will give the area between y = cos x and y = x/2 - 1, bounded on the left by the y-axis

I've sketched the graphs, so I know that y = cos x is above y = x/2 - 1, so the indefinite integral to solve would be \int (cos x) - (x/2 -1) dx

I know the lower bound is zero, since it's bordered by the y-axis, and I know that to find the upper bound I need to find the point of intersection of the two curves.

The professon told us to use "technology", which usually means Mathematica. I can't seem to get Mathematica to solve the equation cos x = x/2 - 1

Any advice on either how to get Mathematica to solve such an equation, or another method of finding the point of intersection?

Thanks
Jeff
 
Physics news on Phys.org
Using my calculator I get that their intersection is at x\approx1.646.
 
How did you manipulate the equation to calculate the answer? Or did you just use Newton's method?
 
Last edited:
I just used my calculator. I don't believe that this can be solved for explicitly. Newton's Method would work, but I graphed it on my TI-89 and found the intersection point.
 
Thanks for the help. I'm still getting used to the idea that most equations are unsolvable.
 
You can graph it on any graphing calculator and use the ISECT (intersect) function to find where they interstect, and that's your x value solution.

So you'd have:
y1 = cosx
y2= x/2 -1
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top