What do you do if you have to evaluate arcsin2?

  • Thread starter Thread starter fizzzzzzzzzzzy
  • Start date Start date
AI Thread Summary
The evaluation of arcsin(2) is not possible since 2 is outside the domain of the sine function, which is restricted to values between -1 and 1. Consequently, there is no real solution for sin(x) = 2. In the complex domain, solutions exist, expressed as x = -i ln(2 ± i√3) + 2kπ for any integer k. Attempting to use a series expansion for arcsin(2) would lead to divergence. A Pade approximant might yield a numerical approximation, but it would not represent a valid solution.
fizzzzzzzzzzzy
Messages
44
Reaction score
1
what do you do if you have to evaluate arcsin2?
 
Physics news on Phys.org
fizzzzzzzzzzzy said:
what do you do if you have to evaluate arcsin2?

Nothing, since 2 is not in the domain.
 
-1\le sin(x) \le 1

There is no x such that sin(x)= 2 and so arcsin 2 is not defined.
 
Perhaps get the series for it and sub in 2, see what happens :S
 
fizzzzzzzzzzzy said:
what do you do if you have to evaluate arcsin2?

It comes down to solving the equation

\sin x =2

which has no solution in \mathbb{R}, and in \mathbb{C} has the solution

x=-i\ln\left(2\pm i\sqrt{3}\right)+2k\pi \ , \forall k\in\mathbb{Z}
 
Gib Z said:
Perhaps get the series for it and sub in 2, see what happens :S

Which would diverge.
A Pade approximant might give you some silly number, though. :smile:
 
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
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top