- #1
lxd
- 7
- 0
Homework Statement
I need to solve an equation of:
Homework Equations
sin(ax)+bx=0, where x is variable, b, and a are given parameters.
lxd said:I need to solve an equation of:
sin(ax)+bx=0, where x is variable, b, and a are given parameters.
dynamicsolo said:The solutions for specific values of a and b would be found by numerical techniques. (If you've had differential calculus, you can quickly figure out the condition for the case where there are no solutions. With more effort, you can work out how many solutions there would be for various ratios of a/b.)
unplebeian said:Newton Raphson first comes to mind. Powerful and quick.
HallsofIvy said:What do you mean by "the difference of the equation"?
You are right, it can not help us find the solution.dynamicsolo said:Won't that just tell you where the horizontal tangents to the curve are?
lxd said:You are right, it can not help us find the solution.
dynamicsolo said:Well, in walking around some today and thinking about this a bit, I realized you could apply it together with the Newton-Raphson method to pin down solutions. Another problem with N-R is that it is not a search method for solutions: you have to have some idea already of where you're looking to use it efficiently. Something you could do is use the derivative equation, starting from x = 0, to find the "turning points" in the function [sin(ax) + bx]. Take averages between the x-coordinates of successive turning points and that will give you good estimates for where to start your N-R calculations from. [I won't, at present, guarantee that this is an "iron-clad" approach, though...]
.
HallsofIvy said:Did YOU actually plot y= sin(ax) and y= -bx? Yes, if b= 0 then there exist an infinite number of solutions. If |b| is small, then there exist many more solutions than just x= 0. For b positive, y= -bx will not be below y= -1 until x> 1/b. Similarly, as soon as x> -1/b, y will be less than 1. How many times the line y= -bx crosses the curve y= sin(ax) depends upon how large a is.
unplebeian said:Have any of you tried to plot sin(ax) +bx ? It's a sine wave superimposed on y= bx.
I think the roots are at x=0 and that's it! If b=0 then we already know where the roots are: at n x pi (n= 0, 1, 2, 3...) Otherwise for whatever a and b, the roots are at x= 0
dynamicsolo said:*EDIT: D'oh! This is no biggie -- the last solution will be in the vicinity of |b|·x = 1 .
lxd said:I do not agree that. For example, when b is very small (or b=0), one of the solution is in the vicinity of pi/a (or at pi/a).
Sleek said:Ok, from what I see, the sine function now seems to be tilted with an angle equal to line's slope...
HallsofIvy said:What do you mean by "the difference of the equation"? As said before, there is no "analytic" solution for a cos(ax)+ b= 0 and...
olgranpappy said:?
x = Arccos(-b/a)/a
olgranpappy said:Actually, I think he just forgot to put an 'x' next to the 'b' in his equation. And I was just pointing that out in an amusing (to me) way.
Actually there is no "symantical argument", just a typographical error. The equation I was referring to is the original equation, cos(ax)+ bx= 0, not cos(ax)+ b= 0. Olgranpappy got me!olgranpappy said:?
x = Arccos(-b/a)/a
The purpose of solving sin(ax)+bx=0 is to find the value(s) of x that satisfy the equation. This can be useful in various applications, such as calculating the period or amplitude of a periodic function.
The first step is to factor out the common factor of x, leaving the equation in the form of x(sin(ax)+b)=0.
The next step is to set each factor equal to 0 and solve for x. This will give the possible solutions for the equation.
Yes, there can be multiple solutions to this equation. This is because the sine function is periodic, meaning it repeats itself over a certain interval. Therefore, there may be multiple values of x that satisfy the equation.
Yes, there are a few special cases to consider. If a=0, then the equation simplifies to bx=0, and the solution is simply x=0. If b=0, then the equation becomes sin(ax)=0, which has infinitely many solutions. Additionally, if a=2kπ (where k is an integer), then the solutions will be the values of x where sin(ax)=-b.