You want to do a trigonometric substitution. If you have sqrt(1-x2) use sin, sqrt(x2-1) use sec, and sqrt(1-x2) use tan.
Let 2wx = tanθ It's a u-substitution, but it is convenient to use an angle variable in order to be able to derive all the other trig functions using some basic trig that you are used to.
2wdx = sec2θ dθ and dx = (sec2θ/2w)dθ
The integral become Int (from θa to θb) of (1/sqrt(1+tan2θ)( sec2θ)/(2w)dθ)θ
Using 1+tan2 = sec2, int (from θa to θb) of 1/(2w) secθ dθ
1/(2w) ln|secθ + tanθ| evaluated at θb - eval at θa
The usual way to proceed is to translate the trig functions of θ by making the right triangle with vertical side 2wx and horizontal side 1, and, therefore, hypotenuse sqrt(1+(2wx)2) which may look familiar.
Solution becomes (1/(2w)) ln |sqrt(1+(2wx)2) + 2wx| evaluated from a to b
I certainly might have made an error, but that's the logic of it.

JACQUES D.
03/14/22
Ari F.
Nevermind I got it if I say that u=e^(2w(L+a[]) then b = (+/-) (1-u^2) / (4wu) Thank you very much :D!03/14/22

JACQUES D.
03/14/22
Ari F.
For some reason your response hadn't shown up by the time I wrote and submitted that sorry about that. Yes the idea is very interesting, what I want is to take a given length of the parabola wx^2=y where w is a constant I am programming for width of the parabola, and from a known starting point a I want to find the end point b after traversing the length of the line. My reasoning was to then use the arc length integral formula and solve for the range so L = int a-b (sqrt(1+(dx/dy)^2)) dx03/14/22
Ari F.
So the equation should be correct as dx/dy of wx^2 is 2wx. In the program w is a known constant but changes all the time as it is dependent on some things, so does the starting point and the length, which is why I need to solve it algebraically in their variable forms to have a formula I can then input to the program using those variables and calculating accordingly. If there's any mistake let me know03/14/22

JACQUES D.
03/14/22

JACQUES D.
03/14/22
Ari F.
So to solve for b Evaluate so, L= (1)/(2w) ln|\sqrt(1+(2wb)^(2))+2wb|- (1)/(2w)ln|\sqrt(1+(2wa)^(2))+2wa| For simplicity sake lets call the eval of a ---> a[], then L=1/2w ln |sqrt(1+(2wb)^2)+2wb| - a[] So then L + a[] = ... 2w(L+a[]) = ln |...| Now write in exponential form e^(2w(L+a[])) = sqrt(1+(2wb)^2)+2wb But here I am stuck again because of the square root how would I solve for b? Do I do this? sqrt(1+(2wb)^2)+2wb - e^(2w(L+a[])) = 0 And do some polynomial magic?03/14/22