Author |
Topic: solve (Read 1886 times) |
|
perash
Newbie
Posts: 4
|
$(x^4+1)=2x(x^2 +1)$
|
|
IP Logged |
|
|
|
jollytall
Senior Riddler
Gender:
Posts: 585
|
|
Re: solve
« Reply #1 on: Jan 3rd, 2007, 12:26pm » |
Quote Modify
|
What does "$" mean in this eq.?
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: solve
« Reply #2 on: Jan 3rd, 2007, 12:29pm » |
Quote Modify
|
He was probably hoping it would be formatted as a latex formula..
|
« Last Edit: Jan 3rd, 2007, 12:31pm by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: solve
« Reply #3 on: Jan 3rd, 2007, 2:49pm » |
Quote Modify
|
on Jan 3rd, 2007, 11:56am, perash wrote: Applying this method will give you 2x = 1 + sqrt(3) +/- [sqrt(2sqrt(3)) or sqrt(2sqrt(3))i]
|
« Last Edit: Sep 14th, 2007, 9:20am by ThudnBlunder » |
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: solve
« Reply #4 on: Jan 3rd, 2007, 3:06pm » |
Quote Modify
|
I solved it rather more adhoc.. I first did a plot, which showed there to be two real solutions. Then a numeric solve, from which I spotted/guessed that the imaginary solutions were the roots of x^2 + (sqrt(3) - 1)·x + 1 multiplying that by (x-a)(x-b), expanding and then solving for a and b to the known values from the original equations gives the same answer..
|
« Last Edit: Jan 3rd, 2007, 3:07pm by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: solve
« Reply #5 on: Jan 3rd, 2007, 3:38pm » |
Quote Modify
|
on Jan 3rd, 2007, 3:06pm, towr wrote:I solved it rather more adhoc.. |
| OK, sorry if I stole your thunder. While the general theory is rather interesting, once you have done one...
|
« Last Edit: Jan 3rd, 2007, 3:39pm by ThudnBlunder » |
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: solve
« Reply #6 on: Jan 3rd, 2007, 3:51pm » |
Quote Modify
|
on Jan 3rd, 2007, 3:38pm, THUDandBLUNDER wrote:OK, sorry if I stole your thunder. |
| Nah, it's nice to know there is a sound way to get an answer It would be hard to guess the right numbers in general, after all.
|
« Last Edit: Jan 3rd, 2007, 3:52pm by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
Eigenray
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 1948
|
|
Re: solve
« Reply #7 on: Jan 3rd, 2007, 4:50pm » |
Quote Modify
|
Note that the polynomial p(x) = x4 - 2x3 - 2x + 1 is symmetric, hence if r is a root, then 1/r is too. So we may write p(x) = (x-r)(x-1/r)(x-s)(x-1/s) = (x2 - ax + 1)(x2 - bx + 1), for some a=r+1/r and b=s+1/s. Comparing coefficients gives a+b=2 and ab=-2, so a and b themselves are roots of y2-2y-2=0, i.e., a,b = 1 +/- sqrt(3). Thus p(x) = (x2 - [1+sqrt(3)]x + 1)(x2 - [1-sqrt(3)]x + 1), so 2x = [1 +/- sqrt(3)] +/- sqrt([1 +/- sqrt(3)]2 - 4) = 1 +/- sqrt(3) +/- sqrt[+/- 2sqrt(3)], where the first and third +/- have the same sign.
|
|
IP Logged |
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
The dewdrop slides into the shining Sea
Gender:
Posts: 4489
|
|
Re: solve
« Reply #8 on: Jan 4th, 2007, 6:52am » |
Quote Modify
|
Well spotted, Eigenray.
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
balakrishnan
Junior Member
Gender:
Posts: 92
|
|
Re: solve
« Reply #9 on: Jan 5th, 2007, 9:23pm » |
Quote Modify
|
alternatively the eq can be written as (x^2+1/x^2)=2(x+1/x) putting x+1/x as t,we get t^2-2=2t or t^2-2t-2=0==> t=1+/-sqrt(3)=x+1/x => x=0.5*[t+sqrt(t^2-4)] where t=1+/-sqrt(3)
|
|
IP Logged |
|
|
|
srn437
Newbie
the dark lord rises again....
Posts: 1
|
|
Re: solve
« Reply #10 on: Sep 13th, 2007, 9:39pm » |
Quote Modify
|
on Jan 3rd, 2007, 12:26pm, jollytall wrote:What does "$" mean in this eq.? |
| n$=n!n![sup]n![/sup]...(going on for n!). Hopefully you understand the !, if not:n!=n(n-1)(n-2)...(2)(1).
|
|
IP Logged |
|
|
|
pex
Uberpuzzler
Gender:
Posts: 880
|
|
Re: solve
« Reply #11 on: Sep 13th, 2007, 11:14pm » |
Quote Modify
|
on Sep 13th, 2007, 9:39pm, srn347 wrote:n$=n!n![sup]n![/sup]...(going on for n!). Hopefully you understand the !, if not:n!=n(n-1)(n-2)...(2)(1). |
| In this puzzle, $ has nothing to do with superfactorials. (In fact, the standard notation seems to be something that looks like a dollar sign, but is actually an exclamation mark with superimposed capital S.) I think that towr's first response to jollytall is correct - and that it would be hard to find someone on this forum not familiar with the n! notation for factorials.
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: solve
« Reply #12 on: Sep 13th, 2007, 11:36pm » |
Quote Modify
|
on Sep 13th, 2007, 9:39pm, srn347 wrote: n$=n!n![sup]n![/sup]...(going on for n!). Hopefully you understand the !, if not:n!=n(n-1)(n-2)...(2)(1). |
| And what, pray tell, would $n be then? Regardless, $ isn't an operator in this case, it's a typesetting artifact; it's exactly how you would typeset of formula in LaTeX.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
|