In the sequence of non-zero numbers x^1, x^2, x^3, x^4,..., the nth term is x^n. If, from the third term on, each term is the sum of the preceding two terms, what are all possible values of x?
\[x^3=x^2+x\] i guess is what it is saying
and apparently \(x\neq 0\) so you can solve \[x^3-x^2-x=0\] \[x(x^2-x-1)=0\] solve \[x^2-x-1=0\] use quadratic formula
you good with this or need more help?
I'm... still a little bit confused, I think.
ok lets go slow
If, from the third term on, each term is the sum of the preceding two terms
this means the third term, which is \(x^3\) is the sum of the previous two terms, \(x\) and \(x^2\)
so we can write the equation \[x^3=x^2+x\]
ok, that makes sense now...
wait a second...
ok
i just read back over the first part... quadratic formula...
once you have the equation \[x^3-x^2-x=0\] you can factor as \[x(x^2-x-1)=0\]
one solution is \(x=0\) but you are told at the beginning that \(x\) is not zero, so you can now solve \[x^2-x-1=0\]
right... I think i have an answer, but i'm not entirely sure how to type it... one plus-minus root five, all over two?
Or did I just do something completely different?
yes that is the answer
Ok, thanks! ^_^
it might be worth checking, but is should be right
btw, \(\frac{1+\sqrt{5}}{2}\) is a famous number, sometime denoted as \(\phi\) or the "golden ratio" if you google it you will see lots
Huh. I'll remember that. It does look kind of familiar
it is related to fibonacci numbers
If k is real, what is the only real number that could be a multiple root of x^3 +kx+1=0?
oh now i have to think
we can do this the long way, i am not sure there is a simple way
Ok, so now I know the answer I would usually put down in this situation is wrong. So how does the long way work?
expand \((x-a)^2(x-b)\) if the two roots are say \(a\) and \(b\) and then equate
you get \[(x-a)^2(x-b)=x^3-(2a+b)x^2+(a^2+2ab)x-a^2b\] if my algebra is right
and since there is no \(x^2\) term this tells you \(2a+b=0\)
you also know \(-a^2 b=1\)
Whoa. How did you get that? The part right after you've expanded? I got something totally different. Or maybe I'm just working in circles and getting nowhere... I don't know what i just did. One second...
you have to grind it out and then combine like terms, but i cheated
So, there's nothing in here that says x^3-2ax^2+a^2x-bx^2+2abx-a^2b=0? Or did you get that before combining like terms?
Wait , are there even like terms in here? I think I just blew this way out of proportion...
There's nothing to go with x^3...
yes you are right, on the right track for sure
you got this \[ x^3-2ax^2+a^2x-bx^2+2abx-a^2b\] right?
but what about -2ax^2 and -bx^2? they both have x^2, but would the coefficient be -2ab? and yes, i got that=0
\(-2ax^2-bx^2=(-2a-b)x^2=-(2a+b)x^2\) is the algebra i used to get the coefficient of the \(x^2\) term
oh like solving a literal equation, kind of?
oh, i see what you did, no you don't multiply to get \(-2abx^2\) you add
yeah kind of, but really it is "factoring" as in "factor the \(x^2\) out of the expression \[-2ax^2-bx^2\]
so i multiplied instead of added, and i didnt even multiply correctly, now that i look at it. oh dear.
similarly for the \(x\) term you get \((a^2+2ab)x\) but that is not really important here
hope it is clear what the real problem is, find the polynomial that has no \(x^2\) term
so, now what about a^2x and -a^2b? that would be... (x-b)a^2, right?
no, you want all in terms of \(x\), not \(a^2\) we just made up the \(a\) as a root
the like terms are in terms of \(x\)
Oh. Lord, Okay. so what would I do with those two terms, then? aren't they like terms?
and \(-a^2b\) is the constants, because there is no \(x\) in it, so we know \(-a^2b=1\)
wait. the like terms are in terms of x. ok. hold on...
k
so do i need to solve x^3-(2a+b)x^2+1=0?
if -a^2b=1?
lets back up a second
good idea.
when you combine like terms (in \(x\)\) you should get \[(x-a)^2(x-b)=x^3-(2a+b)x^2+(a^2+2ab)x-a^2b\]
and this must be equal to \(x^3+kx+1\)
ok, i see that first part now...
the important point is this: \(x^3+kx+1\) has no \(x^2\) term in it
right. so... do i set the two expressions equal to each other?
forget about the \(k\) we don't need it what has to be true is that \(2a+b=0\)
because there is no \(x^2\) term
and also you know the constant is \(-a^2b=1\)
i mean x^3+kx+1=x^3-(2a+b)x^2+(a^2+2ab)x-a^2b? ok, back up. im lost again.
yes you know \[ x^3+kx+1=x^3-(2a+b)x^2+(a^2+2ab)x-a^2b\]
so they are equal?
they must be equal, yes, because you are given at the outset that the polynomial is \(x^3+kx+1\)
so now lets concentrate on finding the roots, which are \(a\) and \(b\)
ok. so... how do i do that? unless i just square root it, but that leaves me with a bunch of radicals, right?
now it the time to equate like coefficents
the coefficient of the \(x^2\) term in \(x^3+kx+1\) is \(0\) and therefore \[2a+b=0\]
ok... so... let me think...
wait, why 0?
\[x^3+kx+1=x^3-(2a+b)x^2+(a^2+2ab)x-a^2b\]
oh x^2. not x^3. got it
we also see that \(-a^2b=1\)
how do we see that?
look above
oh. OH. i think im understanding a little better.
if you plugged in 0 for x and solved, that'd be it, right? 1=-a^2b?
\[x^3+kx+1=x^3-\overbrace{(2a+b)}^0x^2+\overbrace{(a^2+2ab)}^kx\overbrace{-a^2b}^1\]
yes, that is another way to see it!
aha! makes sense now.
so now we can solve \[2a+b=0\] \[-a^2b=1\] for \(a\) and \(b\)
so now my equation looks like x^3+kx+1=x^3+(a^2+2ab)x+1, right? and i solve that?
we need the roots, that is, we need \(a\) and \(b\)
ok, so im still not sure how to do that without ending up with a bunch of radicals in the equation. or can i just get rid of those easily enough after i find the roots? no, bc then i'd be going in a circle...
>.<
now it is just algebra, if \(2a+b=0\) then \(b=-2a\) and if \(-a^2b=1\) if you replace \(b\) by \(-2a\) you get \[-a^2(-2a)=1\\ 2a^3=1\\ a=\frac{1}{\sqrt[3]{2}}\]
at least that is what i got,
oh. just algebra. my bad; i over-thought again. ok, so... once you get there, you'd multiply by the denominator, right?
lets go back up and read the question
took a while it says this "If k is real, what is the only real number that could be a multiple root of x^3 +kx+1=0"
ugh. what have i done? i thought that's what you did to get a radical out of the denominator...?
oh if you want, sure go ahead i just wanted to make sure we knew we had the answer
what?!
i think we found it, though, it should be \[x=\frac{1}{\sqrt[3]{2}}\]
Join our real-time social learning platform and learn together with your friends!