How do you solve sin x - 2x = 0 ?

  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Sin
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 8K views
johann1301
Messages
216
Reaction score
1

Homework Statement



solve sin x - 2x = 0

The Attempt at a Solution



I can see that zero is a solution, but i don't know how to actually solve it in a general way. Can somebody give me a hint?
 
Physics news on Phys.org
Well, sin(x) - 2x = 0 implies that sin(x) = 2x. From there, you have two options:

1. Graph it, and you'll be able to see just how many solutions this equation has.

2. If you're looking for an analytical proof, then considering that sin(x) is limited in range to [-1,1], you know you only have to consider solutions within x = [-1/2, 1/2] due to the range of 2x, and within that range, you can take a third-order Taylor approximation of sin(x) to create a cubic that you can look at.
 
  • Like
Likes   Reactions: 1 person
There's the obvious solution ##x=0##, do you know how to prove that it is the only solution?
 
Use the second method that "Char. Limit" proposed. Or perhaps you know another way? I sure dont...
 
Obviously, if you use the method that I proposed, you'll also want to calculate the /error/ in that approximation, but it's not too difficult to see the remaining steps.
 
johann1301 said:
Use the second method that "Char. Limit" proposed. Or perhaps you know another way? I sure dont...

Consider ##f(x)=\sin x-2x##.
  1. Prove that ##f## is strictly decreasing.
  2. Find two numbers ##\alpha## and ##\beta## in ##\Bbb R## such that ##f(\alpha)\gt0## and ##f(\beta)\lt0##.
Now use the intermediate value theorem and you're done.
 
Thanks, but its a bit to complex for me.