How to find the first 3 roots of sin(x)+0.5=0 bigger than zero? (Multiple roots)

3 visualizzazioni (ultimi 30 giorni)
Without using fzero function and without plotting the sin(x)+0.5 to find where the plot coincides with the x-axis, is there another way to obtain the first 3 roots of sin(x)+0.5=0?
Thanks Efe

Risposta accettata

Mischa Kim
Mischa Kim il 6 Ago 2014
Efe, that looks like a trick question... sin(x)+5 cannot be equal to zero, since sin(x) is between -1 and +1.
  2 Commenti
Mischa Kim
Mischa Kim il 6 Ago 2014
Modificato: Mischa Kim il 6 Ago 2014
You can use any root-finding algorithm (Bisection, Newton-Raphson, etc.) to get the first root (e.g. in [pi,3*pi/2]) and then use symmetry and periodicity of the sine to get as many of the other roots as you need to.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su General Physics in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by