Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sin x = 2
#15
Russt Wrote:http://www.wolframalpha.com/input/?i=arcsin+2
Apparently sin(pi/2 +- i*ln(2+sqrt3)) = 2.

Where the heck did you get that from? o.O

This is the form I'm most familiar with... I'll see what I can dig up on it.
[Image: arcsin2.gif]

First, we start with what the derivative of arcsin of x is.
Code:
y = arcsin(x)
sin(y) = x
y'cos(y) = 1 <---derivation step
y' = 1/cos(y)
y' = 1/cos(arcsin(x))
y' = 1/sqrt(1-x^2)

General integration formula:
arcsin(a*x) = ʃ(1/sqrt(1-a^2*x^2) * dx)
I'm pretty sure I lost most of you already o.o But we have a workable formula that doesn't involve weird mystery symbols such as sin or ln. To me, this makes the problem of perspective much easier to handle. But if we took it just the way it is, we'll just get arcsin again. So let's do a trick or two...
Code:
ʃ(1/sqrt(1-a^2*x^2) * dx) = ʃ(1/(sqrt(1-a*x)*sqrt(1+a*x)))
Integration by parts

Okay, now I'm not motivated anymore >_>
Reply


Messages In This Thread
sin x = 2 - by Hazzy - 2009-09-23, 09:15 PM
sin x = 2 - by Corn - 2009-09-23, 09:16 PM
sin x = 2 - by y0y0y0y0shi0 - 2009-09-23, 09:19 PM
sin x = 2 - by Cyadd - 2009-09-23, 09:19 PM
sin x = 2 - by IsaacGS - 2009-09-23, 09:30 PM
sin x = 2 - by Dusk - 2009-09-23, 09:39 PM
sin x = 2 - by Hazzy - 2009-09-23, 09:42 PM
sin x = 2 - by Cyadd - 2009-09-23, 09:49 PM
sin x = 2 - by Blaine - 2009-09-23, 09:55 PM
sin x = 2 - by Stereo - 2009-09-23, 10:12 PM
sin x = 2 - by DarkPwnage - 2009-09-23, 10:25 PM
sin x = 2 - by apathy - 2009-09-23, 10:31 PM
sin x = 2 - by Russt - 2009-09-23, 10:48 PM
sin x = 2 - by Worthyness - 2009-09-23, 11:07 PM
sin x = 2 - by KajitiSouls - 2009-09-24, 12:20 AM
sin x = 2 - by apathy - 2009-09-24, 12:38 AM
sin x = 2 - by Russt - 2009-09-24, 01:09 AM
sin x = 2 - by Tempus - 2009-09-24, 01:37 AM
sin x = 2 - by Russt - 2009-09-24, 01:41 AM
sin x = 2 - by Tempus - 2009-09-24, 01:52 AM
sin x = 2 - by Hazzy - 2009-09-26, 01:09 PM
sin x = 2 - by Russt - 2009-09-26, 04:00 PM
sin x = 2 - by WetFish - 2009-09-27, 06:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)