MHB Is there a way to compute the given area exactly?

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Area
Click For Summary
The discussion revolves around computing the area bounded by the curves y = cos(x), y = x, and x = 0. The main challenge is finding the upper limit of integration by solving the equation cos(x) = x, which requires a numeric root-finding method. Participants noted that both responses also relied on approximating the root. A suggested method for approximating the root involves repeatedly taking the cosine of an initial value, which converges to the desired root. The conversation highlights the relationship between the root and the iterative process of the difference equation a_{n+1} = cos(a_n).
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Recently on Y!Answers the following question was posed:

Compute the area of the region bounded by:

$\displaystyle y=\cos(x)$

$\displaystyle y = x$

$\displaystyle x = 0$

I puzzled for a bit, did some calculations, but could not get away from using a numeric root-finding method for:

$\displaystyle f(x)=\cos(x)-x=0$

to determine the upper limit of integration.

I was curious if someone here might have an insight I missed. By the way, both people that responded also approximated the root.

On a side note, I recall seeing once that a simple method for approximating this root is as follows:

Make sure your calculator is in radian mode.

Enter any number on your calculator.

Take the cosine of this result.

Keep successively taking the cosine of the results, and your calculator will converge (slowly) to the desired root.

I can see why this works. If r is the root, then we have both:

$\displaystyle r=\cos(r)$

$\displaystyle r=\cos^{-1}(r)$

And from this we have:

$\displaystyle r=\cos(\cos(\cos\cdots\cos(r)))$
 
Physics news on Phys.org
MarkFL said:
Recently on Y!Answers the following question was posed:

Compute the area of the region bounded by:

$\displaystyle y=\cos(x)$

$\displaystyle y = x$

$\displaystyle x = 0$

I puzzled for a bit, did some calculations, but could not get away from using a numeric root-finding method for:

$\displaystyle f(x)=\cos(x)-x=0$

to determine the upper limit of integration.

I was curious if someone here might have an insight I missed. By the way, both people that responded also approximated the root.

On a side note, I recall seeing once that a simple method for approximating this root is as follows:

Make sure your calculator is in radian mode.

Enter any number on your calculator.

Take the cosine of this result.

Keep successively taking the cosine of the results, and your calculator will converge (slowly) to the desired root.

I can see why this works. If r is the root, then we have both:

$\displaystyle r=\cos(r)$

$\displaystyle r=\cos^{-1}(r)$

And from this we have:

$\displaystyle r=\cos(\cos(\cos\cdots\cos(r)))$

Finding the [real] root of the equation $\displaystyle x= \cos x$ is equivalent to find the limit of the solution of the difference equation...

$\displaystyle a_{n+1}= \cos a_{n}$ (1)

... starting from some initial value $a_{0}$. The (1) can be written as...

$\displaystyle \Delta_{n}= a_{n+1}-a_{n} = \cos a_{n} - a_{n} = f(a_{n})$ (2)

... and the procedure to follow is illustrated in...

http://www.mathhelpboards.com/f15/difference-equation-tutorial-draft-part-i-426/#post2492

The f(x) is illustrated here... https://www.physicsforums.com/attachments/516._xfImport

There is only 'attractive fixed point' in $x_{0} \sim .739085...$ and in that point is $f^{\ '} (x_{0}) \sim -1.67361...$ so that we are in the conditions of the Threorem 4.2 and the convergence is 'oscillating'...

http://www.sv-luka.org/ikone/ikone180a.jpg

Marry Christmas from Serbia

$\chi$ $\sigma$
 

Attachments

  • MSP35861a4agi3c4h7gh655000065i8i0018h5eeh0b.gif
    MSP35861a4agi3c4h7gh655000065i8i0018h5eeh0b.gif
    2.2 KB · Views: 59
Thread 'Problem with calculating projections of curl using rotation of contour'
Hello! I tried to calculate projections of curl using rotation of coordinate system but I encountered with following problem. Given: ##rot_xA=\frac{\partial A_z}{\partial y}-\frac{\partial A_y}{\partial z}=0## ##rot_yA=\frac{\partial A_x}{\partial z}-\frac{\partial A_z}{\partial x}=1## ##rot_zA=\frac{\partial A_y}{\partial x}-\frac{\partial A_x}{\partial y}=0## I rotated ##yz##-plane of this coordinate system by an angle ##45## degrees about ##x##-axis and used rotation matrix to...

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 29 ·
Replies
29
Views
4K
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K