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
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
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=[itex]\frac{arcsin(c)-b}{a}[/itex]

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=[itex]\frac{arcsin(c)-b}{a}[/itex]

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=[itex]\frac{arcsin(c)-b}{a}[/itex]

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:

[itex]x = \frac{\arcsin c - b + 2k\pi}{a}[/itex] where [itex]c \neq 0[/itex]

and

[itex]x = \frac{k\pi - b}{a}[/itex] where [itex]c = 0[/itex]

since in the latter case, the sines of all multiples of π equal zero.

As SammyS pointed out, [itex]\sin(\pi - \theta) = \sin \theta[/itex]. In fact, this is true for all odd multiples of [itex]\pi[/itex], so an additional solution exists:

[itex]x = \frac{(2k+1)\pi - \arcsin c - b}{a}[/itex] 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[itex]\pi[/itex] and 2k[itex]\pi[/itex], so I'll mull over these posts some more.