Root Finding of complex trig function

Click For Summary
SUMMARY

The discussion focuses on the root finding of the complex trigonometric function defined by the equation xtan(x) = 2 - cosh(x). For small values of x, it is established that xtan(x) approximates to x^2, while 2 - cosh(x) approximates to 1 - 0.5(x^2). The conclusion drawn indicates that the number and approximate locations of roots within the interval [-1, 1] can be inferred from the intersections of these approximations. Newton's method is suggested as a technique to identify one of these roots to three decimal places.

PREREQUISITES
  • Understanding of Taylor series expansions for trigonometric and hyperbolic functions.
  • Familiarity with Newton's method for root finding.
  • Basic knowledge of limits and approximations in calculus.
  • Ability to analyze intersections of functions graphically or algebraically.
NEXT STEPS
  • Study Taylor series expansions for xtan(x) and cosh(x) to understand their behavior near zero.
  • Learn the application of Newton's method in detail, including its convergence criteria.
  • Explore graphical methods for finding intersections of functions to visualize root locations.
  • Investigate error analysis in approximations to assess the accuracy of the derived roots.
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus and numerical methods, as well as researchers interested in trigonometric and hyperbolic function behavior.

Batmaniac
Messages
22
Reaction score
0

Homework Statement



a) Show that for small values of x, xtanx is approximately equal to x^2 and 2 - coshx is approximately equal to 1 - 0.5(x^2). Draw a conclusion from this regarding the probable number and approximate locations of roots on the interval [-1,1].

b) Use Newton's method to identify one of these roots to three decimal places.


Homework Equations



xtanx = 2 - coshx



The Attempt at a Solution



My main problem is with the first part.

How does xtanx approximate to x^2 for small values of x? Better yet, how would I show that? Testing out 10^-10, xtanx = 1.745 x 10^-22 and x^2 = 10^-20, which is still 2 orders of magnitude off. Based on the second part of the question, this approximation should be fairly accurate for x's in [-1,1], but I wouldn't really say it is.

Even if this difference in order of magnitude is acceptable and still considered approximately equal, how exactly would I show that? (besides subbing in numbers and doing a comparison chart or something).

I'm assuming once I accurately show that these approximations are true, I can estimate the number and approximate locations of the roots of the equation by finding how many times x^2 intersects 1 - 0.5(x^2) then use the substituted equation in Newton's method to approximate the actual roots.


- Thanks!
 
Physics news on Phys.org
Looking at the 2 - coshx terms now, I see that for values of x in [-1,1] it does approximate well to 2 - 0.5(x^2) so it's really just the xtanx term that's bother me.
 
I've uploaded a scan of page 48 from Courant, Volume 1.

[img=http://img244.imageshack.us/img244/5373/courantpage48extractdd8.th.jpg]

Now, in the second inequality on the page, we multiply every term by cos x;

\cos x < \frac{x}{\tan x} < 1.

Now, as x approaches zero, the left hand side becomes 1, and the right hand side is 1.

So the term in the middle must be approximated very well by 1, when x is near zero.

Another way of saying that is that tan x is approximately x when x is near zero. Hence we can see, x tan x, near zero, can be approximated by x*x = x^2.
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
2K
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K