Jump to content

Wikipedia:Reference desk/Archives/Mathematics/2012 October 14

From Wikipedia, the free encyclopedia
Mathematics desk
< October 13 << Sep | Oct | Nov >> October 15 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.



October 14[edit]

Solving Polynomials[edit]

I"ve got a problem I'm trying to solve (curiosity, not hw) that boils down to solving this, where a,b,c,d are constants and I want to solve for x,y,z: How would you go about solving this problem? Black Carrot (talk) 20:28, 13 October 2012 (UTC)[reply]

I don't think you'll be able to find any sort of closed form expression for x, y, z in terms of a, b, c, d. With Macaulay2 I found a Gröbner basis for the system, and eliminated x and y. The result was a square-free polynomial in z, a, b, c, d of degree 22, with 1003 terms. If you have values of a, b, c, d you could plug them in and get a degree 15 polynomial in z, which you could solve numerically. Of course in that case you could just solve the original system numerically so I'm not sure that's helpful. Rckrone (talk) 00:14, 14 October 2012 (UTC)[reply]
Sometimes the symmetry of a problem helps simplifying. If you can find power sums for, say, n=−1 and n=1 and n=2, then each of x and y and z satisfies a cubic equation like
So your problem is reduced to symmetrizing the equations for finding equations for the power sums. Bo Jacoby (talk) 04:53, 14 October 2012 (UTC).[reply]

Ya, that's pretty much what I thought would happen. Thanks for the reference to Macaulay2, I'll check that out. Black Carrot(talk) 04:34, 15 October 2012 (UTC)[reply]

Expressing equation[edit]

I have the following

g = 1/a * (sqrt(b^2 + 2*a*n) - sqrt(b^2 + 2*a*N - 2*a*n)) + T
h = 1/((b^2 + 2*a*n)^(-1/2) + (b^2 + 2*a*N - 2*a*n)^(-1/2))

and I want to eliminate n and express this as a relationship between g and h, preferably in the form "h = some function of g". Any ideas? Anyone got some super-dooper software that could possibly solve this (if it can be done)? Note that the variables n and N are distinct, in case that messes up anything. 86.160.222.148 (talk) 03:19, 14 October 2012 (UTC)[reply]

So you have g as a function of a, b, N, n, and T, while h is a function of a, b, N, and n ? Yikes ! StuRat (talk) 03:29, 14 October 2012 (UTC)[reply]
For this purpose, a, b, N and T can be considered constants. They do not make the problem excessively more complicated in the way you seem to be suggesting. 86.160.222.148 (talk) 03:38, 14 October 2012 (UTC)[reply]
By multiplying a(g-T) and 1/h, you can solve for n as . Substituting that in to one of your equations you will get an expression in terms of h and g which doesn't include n, although it won't have the form h = f(g). Rckrone (talk) 05:55, 14 October 2012 (UTC)[reply]
[ec] is of the form and h is of the form . We can see that and . We have giving . You still need to solve for n to get ; I don't think it can be simplified further. -- Meni Rosenfeld (talk) 06:08, 14 October 2012 (UTC)[reply]
Ah, I misread the exponents in the second equation. Fixing that mistake I also get a quadratic in n which makes things a lot messier.Rckrone (talk) 06:13, 14 October 2012 (UTC)[reply]
Awesome, thanks. 86.128.6.37 (talk) 00:57, 15 October 2012 (UTC)[reply]

What's the functional square root of sin(x)?[edit]

--128.42.153.38 (talk) 22:04, 14 October 2012 (UTC)[reply]

Have you looked at our functional square root article? It shows a plot of the function square root of the sine function, and gives a reference to the source. (Like the great majority of functional roots, it can't be written in explicit form.) Looie496 (talk) 22:50, 14 October 2012 (UTC)[reply]
Also, the coefficients of the power series expansion are given at OEIS 048602 and 048603. --Meni Rosenfeld (talk) 06:34, 16 October 2012 (UTC)[reply]

Infinite sum[edit]

Hi. Today I did a math contest and one infinite sum problem kinda messed me up. The question was to compute the sum of the nth Fibonacci numbers over 5^n, viz: where Fn is of course the nth Fibonacci number (so F_1=1, F_2=1, F_3=2, etc., etc.). I bounded the sum and determined that 1/4<S<1/3 but that's about it. I knew the identity for n>1 but I did not... ahem, avail myself of it was suspicious because it should not have been expected, I might have misstated it, and I suspected there was a more elegant solution. Any thoughts?24.92.74.238 (talk) 23:46, 14 October 2012 (UTC)[reply]

What was the question? To evaluate the series? --Tango (talk) 23:55, 14 October 2012 (UTC)[reply]

Oh yes, I should have been more explicit. Corrected above. 24.92.74.238 (talk)

See geometric series. Sławomir Biały (talk) 01:29, 15 October 2012 (UTC)[reply]
Or divide the Fibonacci recurrence relation by and sum.John Z (talk) 01:36, 15 October 2012 (UTC)[reply]
Let and . You fave and so , solve to get . -- Meni Rosenfeld (talk) 07:41, 15 October 2012 (UTC)[reply]

That's brilliant, thank you!

Resolved

Hi, everybody! Are you guys sure it's correct to iterate sums with variable k when the terms are indexed with n...? --CiaPan(talk) 11:54, 16 October 2012 (UTC)[reply]

Since doesn't make much sense, I assume it ws just a typo. The OP probably meant, and Meni simply copied the typo through cut-and-paste - an easy mistake to make.Gandalf61 (talk) 12:20, 16 October 2012 (UTC)[reply]
sure makes sense, it just diverges for every  :). But yeah, I fixed my comment and took the liberty to fix the OP as well.
Speaking of mistakes, the formula given in the OP for is not correct for the offset given by . Should be. -- Meni Rosenfeld (talk) 20:16, 16 October 2012 (UTC)[reply]