Finding X-Intercepts for f(x)=(x/2)-sin(x)

  • Thread starter Thread starter kevinnn
  • Start date Start date
kevinnn
Messages
117
Reaction score
0

Homework Statement


I need to find an x-intercept for this trigonometric equation, f(x)=(x/2)-sin(x). I already know that one of the intercepts in (0,0) because that is a y-intercept. I figure i could use Newton's method but this problem is in a section before Newton's method is introduced.


Homework Equations





The Attempt at a Solution


I figured that the relation (sin(x)/x)=1 could possible be useful at first but now I know it's not. I know it has to be just one or two steps also. Help appreciated.
 
Physics news on Phys.org
kevinnn said:

Homework Statement


I need to find an x-intercept for this trigonometric equation, f(x)=(x/2)-sin(x). I already know that one of the intercepts in (0,0) because that is a y-intercept. I figure i could use Newton's method but this problem is in a section before Newton's method is introduced. I figured that the relation (sin(x)/x)=1 could possible be useful at first but now I know it's not. I know it has to be just one or two steps also. Help appreciated.

If you are after an ##x## intercept instead of all of them, you are done because (0,0) is both an x and y intercept. Otherwise there is a root a bit less than 2 you will need Newton's method to find. And the function is odd, so...
 
Sorry I forgot to put the interval, were only suppose to look at (0,3pi). This definitely brings up confusion for me. I thought I could only find the root using Newton's method but that is in a later section. But that is the only way right?
 
kevinnn said:
Sorry I forgot to put the interval, were only suppose to look at (0,3pi). This definitely brings up confusion for me. I thought I could only find the root using Newton's method but that is in a later section. But that is the only way right?

You will need a numerical method of some sort. Maybe you are allowed to use a graphing calculator if you haven't studied Newton's method yet.
 
I assume it must be a graphing calculator problem too. I do know how to use Newton's method,it just didn't make sense for someone that has studied only up to the chapter the problem is on. They must have just left the graphing calculator ok symbol out. But i used Newtons method and got the intercept, only to a couple decimal places though.
 
You told us what you need to do, we need a complete problem statement so we can all work on the same thing.

The title of the thread is "curve sketching", Have you sketched the curve? What tools for that do you have?
 
Ohhh the problem is done and correctly sketched. It was a poor title now that I look at it. That one question was the part of the curve sketching I couldn't do without Newtons method or a calculator, that is what my question was. Sorry.
 
Try this, you have:

F(x)= \frac x 2- Sin(x)

If you want the roots of this set F(x)=0= \frac x 2- Sin(x)

so
x=2 sin(x)

From your sketch you should know the number of roots and their approximate location. Make a rough estimate of a root, plug it into the RHS of the last equation get a new x, repeat several times.
 
Last edited:
I like that. I just used straight forward Newton's method. I will work with this though, it makes for a more complete knowledge of what is going on with a graph.
 
  • #10
Newton's method may converge faster then the above fixed point method, but it does converge after about 10 -12 iterations with an initial guess of .5. An initial guess of 2 took about 6 iterations.
 
Back
Top