ArcSin[2] {previously asked by a member}

  • Thread starter Thread starter rohanprabhu
  • Start date Start date
  • Tags Tags
    Member
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 9K views
rohanprabhu
Messages
410
Reaction score
2

Homework Statement



Find the value of ArcSin[2].

NOTE: This question was asked in: https://www.physicsforums.com/showthread.php?t=226670 I made a new thread since I wasn't sure about my solution and didn't want to confuse the OP or anybody else.

Homework Equations



[tex] e^{i \theta} = \cos{(\theta)} + i \sin{(\theta)}[/tex]

The Attempt at a Solution



Let,

[tex] ArcSin[2] = k[/tex]

Then,

[tex] Sin[k] = 2[/tex]

Let,

[tex] \lambda = \cos{(k)} + i \sin{(k)}[/tex]

[tex] \sin{(k)} = \frac{\lambda - \sqrt{1 - \sin(k)^2}}{i}[/tex]

[tex] \sin{(k)} = \frac{\lambda - \sqrt{1 - (2)^2}}{i}[/tex]

[tex] \sin{(k)} = \frac{\lambda - \sqrt{3}i}{i}[/tex]

[tex] 2 = \frac{e^{ik}}{i} - \sqrt{3}[/tex]

[tex] e^{ik} = i(2 + \sqrt{3})[/tex]

[tex] k = \frac{1}{i} log_e(i(2 + \sqrt{3}))[/tex]

[tex] k = -i log_e(i(2 + \sqrt{3}))[/tex]

My question is.. is this the right way to do it? Or.. all the assumptions that I've taken.. are they correct?

thanks.
 
Physics news on Phys.org
Seems fine to me. When finding the inverse function of sine in exponential form, we get
[tex]\arcsin z = -i \log_e ( iz+ \sqrt{1-z^2})[/tex] and plugging z=2 there gets us the answer.
 
Gib Z said:
Seems fine to me. When finding the inverse function of sine in exponential form, we get
[tex]\arcsin z = -i \log_e ( iz+ \sqrt{1-z^2})[/tex] and plugging z=2 there gets us the answer.

thanks.. i didn't know there was a formula like this. :D