Hello!
I have a couple of functions of my own design that I need to transform somehow. The functions are [MATH]y=(cot(pi/x))^2[/MATH] and [MATH]y=x^2[/MATH]I will be using large x-values, somewhere between [MATH]10^2[/MATH] possibly all the way up to around [MATH]10^9[/MATH] or so. These numbers , say we have 987 654 321, can be written as [MATH]9,87654321*10^9[/MATH]. I need some way to extract this coefficient, like [MATH]9,87654321[/MATH], from the larger number as part of the function.
This is because I'm looking for the x-value for which the coefficient of y in the cotangent funciton is equal to the coefficient of the x-value squared. And because [MATH](n*10^b)^2=n^2*10^{2b}[/MATH], the coefficient of the y-value of [MATH]x^2[/MATH] is equal to the coefficient of x squared.
Thank you in advance for any help!
I have a couple of functions of my own design that I need to transform somehow. The functions are [MATH]y=(cot(pi/x))^2[/MATH] and [MATH]y=x^2[/MATH]I will be using large x-values, somewhere between [MATH]10^2[/MATH] possibly all the way up to around [MATH]10^9[/MATH] or so. These numbers , say we have 987 654 321, can be written as [MATH]9,87654321*10^9[/MATH]. I need some way to extract this coefficient, like [MATH]9,87654321[/MATH], from the larger number as part of the function.
This is because I'm looking for the x-value for which the coefficient of y in the cotangent funciton is equal to the coefficient of the x-value squared. And because [MATH](n*10^b)^2=n^2*10^{2b}[/MATH], the coefficient of the y-value of [MATH]x^2[/MATH] is equal to the coefficient of x squared.
Thank you in advance for any help!