SIMPLE:how do you solve (sin x)/x = 0.99

  • Thread starter Thread starter LM741
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around solving the equation (sin x)/x = 0.99, specifically in the context of finding numerical solutions and approximations. The subject area includes trigonometric functions and numerical methods.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods for approximating the solution, including numerical techniques like Newton's Method and fixed point iteration. There is also mention of using a Taylor series expansion for sine to derive a polynomial equation.

Discussion Status

The discussion includes attempts at finding solutions through different methods, with some participants sharing their results and approaches. There is no explicit consensus on a single method or solution, and the conversation remains open to further exploration of techniques.

Contextual Notes

Some participants note the absence of a closed form solution and express difficulty in finding relevant documentation or references related to the problem.

LM741
Messages
130
Reaction score
0
the answer is 0.24 (working in radians)

how to you get this

thanks!
 
Physics news on Phys.org
There is no closed form solution. You might research something like a Newton's Method root finder. I did a quick fixed point interation and arrived at 0.24532 but it took over a 100 iterations to reach it.

I started with a guess of .5 and iterated

[tex]x = \frac { \sin x } {.99}[/tex]
 
I did an approximation by hand,

Take the first terms of taylor series for sine

[tex]sin(x) = x - \frac { x^3 } {6} + \frac {x^5} {120}[/tex]

[tex]\frac { \sin x } {x} = 1 - \frac { x^2 } {6} + \frac {x^4} {120} = 0.99[/tex]

[tex]x^4 - 20x^2 + 1.2 = 0[/tex]

Substitute, a = x^2

[tex]a^2 - 20a + 1.2 = 0[/tex]It's an easy quadratic equation, also got 0.2459674, and other solution 4.465366 which doesn't work.
 
Last edited:
Thread moved to math homework forum.
 
willyf1 said:
I looked for docs that referring to this problem but couldn't find any of those, do you have a clue?

What about what's solution?
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K