Solving the Equation: sinx - x/2 = 0

  • Thread starter Thread starter sporus
  • Start date Start date
AI Thread Summary
The equation sin(x) - x/2 = 0 requires numerical methods for solutions, as it cannot be solved algebraically. Key points of discussion include the importance of understanding that there are infinite solutions, such as x = 0 and x = π, depending on the range specified. Participants suggest plotting the functions sin(x) and x/2 to find intersection points visually. An iterative method, x(k+1) = 2 sin(xk), is recommended for approximating solutions. Overall, the consensus is that numerical approaches are necessary for solving this equation effectively.
sporus
Messages
20
Reaction score
0

Homework Statement



sinx -x/2= 0

Homework Equations





The Attempt at a Solution



i don't even know where to start
 
Physics news on Phys.org
Well if it asked you just, \sin(\theta)=0 what would be your answer for \theta?
 
i know that the answer is zero, but i might not get full marks if i don't do it algebraically
 
The answer isn't just 0. What about \pi? In fact there are an infinite number of solutions. Did the question say anywhere to find the solutions to this problem for some restricted value of x, say 0\leq x\leq 2\pi?
 
Are you trying to find all x for which sin x = x/2? You can't solve that algebraically.
 
Oh I completely missed the sinx-x/2=0, sorry, I read it as sin(-x/2)=0...

Yes as vela said, you can't solve it algebraically, you'll have to solve it numerically.
 
Plot sin(x)-x/2 (do not forget that x is in radians) and find the approximate x values where it is zero.
Then pick up one of these and try the iteration

xk+1=2 sin(xk).ehild
 
thanks. plotting sinx - x/2 is a bit hard so i plotted sinx and x/2 and found the intersection point.
 
Back
Top