moouers said:
Homework Statement
Hello,
I have a homework problem where I am trying to solve for x in the following equation:
sin(ax+b)=cHomework Equations
The Attempt at a Solution
This is my answer:
x=\frac{arcsin(c)-b}{a}
My question is, is this all I can do? Unless there is something I am neglecting, it seems fairly restrictive on what x can equal, due to the domain restrictions of the arcsin. Is there any other way of solving this without using arcsin?
No you need the arcsin(c). However, that just gives you the principal value (the single value between -π/2 and π/2). To get the complete solution set, you need to consider the periodicity of the sine function. Since the sine function is periodic with period 2π, your complete solution set is described by:
x = \frac{\arcsin c - b + 2k\pi}{a} where c \neq 0
and
x = \frac{k\pi - b}{a} where c = 0
since in the latter case, the sines of all multiples of π equal zero.
As SammyS pointed out, \sin(\pi - \theta) = \sin \theta. In fact, this is true for all odd multiples of \pi, so an additional solution exists:
x = \frac{(2k+1)\pi - \arcsin c - b}{a} for any c.
In all of the above, k can take any integer value (positive, negative or zero).
If you're asked to restrict your solutions to a narrow range, just use the values that satisfy your range.