How can I solve for x in the equation sin(ax+b)=c without using arcsin?

  • Thread starter Thread starter moouers
  • Start date Start date
AI Thread Summary
To solve the equation sin(ax+b)=c without using arcsin, it's important to consider the periodic nature of the sine function. The complete solution set includes x = (arcsin(c) - b + 2kπ)/a for c ≠ 0, and x = (kπ - b)/a for c = 0, where k is any integer. Additionally, the identity sin(π - θ) = sin(θ) provides another solution: x = ((2k+1)π - arcsin(c) - b)/a. This approach allows for multiple solutions beyond the principal value given by arcsin. Understanding these periodic properties is crucial for finding all possible values of x.
moouers
Messages
80
Reaction score
0

Homework Statement


Hello,

I have a homework problem where I am trying to solve for x in the following equation:

sin(ax+b)=c


Homework 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?
 
Physics news on Phys.org
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)=c

Homework 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?
Yes, there are other answers.

If sin(ax+b)=c then also sin(ax+b+2πk)=c where k is an integer. This is because of the sine function's periodicity.

It's also true that sin(π-θ) = sin(θ) . Therefore, if sin(ax+b)=c, then also sin(π-ax-b)=c .
 
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)=c

Homework 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.
 
Last edited:
Thanks a lot, folks. I really appreciate it. I figured it had something to do with k\pi and 2k\pi, so I'll mull over these posts some more.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top