Solving an difficult inequality

  • Thread starter Thread starter pinodk
  • Start date Start date
  • Tags Tags
    Inequality
Click For Summary
SUMMARY

The discussion focuses on solving the inequality related to the function f(x) = x/8 + arctg(x) using Newton's method. The convergence condition |xk - xk+1| < 2xk is established, leading to the inequality 1 + 8*arctg(x)/x < 2. The user attempts to solve this inequality with Mathematica but encounters difficulties, ultimately finding that the solution exists for x < 1.829 by plotting the functions y = tan{x(x²+17)/8(x²+1)} and y = x using Graphmatica.

PREREQUISITES
  • Understanding of Newton's method for numerical analysis
  • Familiarity with trigonometric functions and their properties
  • Basic knowledge of inequalities and their manipulation
  • Experience with Mathematica for computational analysis
NEXT STEPS
  • Learn how to implement Newton's method in Mathematica
  • Study the properties of arctangent and its derivatives
  • Explore advanced techniques for solving inequalities in numerical analysis
  • Investigate graphical methods for analyzing function intersections
USEFUL FOR

Students and professionals in numerical analysis, mathematicians working with inequalities, and anyone seeking to enhance their skills in using Mathematica for solving complex mathematical problems.

pinodk
Messages
21
Reaction score
0
Ill take it from the top :smile: please excuse me for any misspellings.

In Numerical analysis, I have to show that a function only converges towards a solution in a certain interval.
The function is

f(x)=x/8+arctg(x)

Im using Newtons method, i.e.

xk+1 = xk - f(x)/f'(x)

And i know it will converge if I am in an interval that satisfies

|xk-xk+1| < 2xk

I then use that

f(x)/f'(x) < 2xk

giving me

1+8*arctg(x)/x
--------------- < 2
1+8/1+x^2

My problem is now how to solve this inequality, I'm trying with mathematica, but i can't make it work :cry:
Its not important how I solve it, i just need a solution, and guidelines to finding it...
Anyone up for the task?
 
Physics news on Phys.org
I rearranged your inequality to get,

x < tan{x(x²+17)/8(x²+1)}

I plotted y = tan{x(x²+17)/8(x²+1)} and y = x using graphmatica and I got y = x < y = tan{x(x²+17)/8(x²+1)} for x < 1.829 (approx.)
 

Attachments

  • inequality.jpg
    inequality.jpg
    22.3 KB · Views: 369
Last edited:
Thanks!
Sometimes I hate myself :-(
The problem for mathematica is obviously the arctg expression, so y the h*** didnt i think of reaaranging it...
i will go do that now... thanks man!
 

Similar threads

Replies
5
Views
967
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K