If you were given the three equations \[\color{Blue}{a+b+c=1}\]\[\color{Blue}{a^2+b^2+c^2=2}\] \[\color{Blue}{a^3+b^3+c^3=3}\]
And then the values of an+bn+cn are asked for some n∈Z+, then you can get the answer by long expansions, squaring, getting needed terms etc, but there is a smart way too !
Some days ago, i had shared a set by name Bashing Unavailable...Awesome problems , which was on problems of this type , for n∈{4,5,6,7,8,9,10}.
If you haven't tried the set, I prefer telling you to try it before you read this note.
You can get the thing for n=4 by algebraic manipulations (and also for further values of n ) , for example this "part of the solution" which I knowingly wrote to the first problem of the set.
img
This way, you can get the values.... but here goes the smarter way, the generalisation. My way is similar to my friend Aamir Faisal Ansari,a worth following person's way...
See that as shown in the image, we can get values of ab+bc+ca=2−1 and abc=61
Next, let's define a sequence {tn} as tn=an+bn+cn
Then, we do the following algebraic manipulation which will give us the generalisation
an+bn+cn=(a+b+c)(an−1+bn−1+cn−1)−<something>
(something = the extra terms that will come in the expansion of first term of the RHS)
an+bn+cn=(a+b+c)(an−1+bn−1+cn−1)−(acn−1+bcn−1+abn−1+cbn−1+ban−1+can−1)
For the extra terms, we have
(acn−1+bcn−1+abn−1+cbn−1+ban−1+can−1)=(ab+bc+ca)(an−2+bn−2+cn−2)−<other something>
Other something=bcan−2+cabn−2+abcn−2=abc(an−3+bn−3+cn−3)
Thus, we have
an+bn+cn=(a+b+c)(an−1+bn−1+cn−1)−(ab+bc+ca)(an−2+bn−2+cn−2)+abc(an−3+bn−3+cn−3)
From this we get the recurrence relation tn=(a+b+c)tn−1−(ab+bc+ca)tn−2+(abc)tn−3
And because we know the values of all the coefficients in this thing, we get the recurrence relation tn=tn−1+21tn−2+61tn−3
From this recurrence relation, because you already know the first 3 terms, you can get the value of all the further terms like a cakewalk !
Reshare if this is helpful, and try to solve the last part of it, the 6th part of the set - Bashing Unavailable Part 6
#Algebra
#AlgebraicManipulation
#Generalize
#KeyTechniques
#Set
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
This method is known as "Newton's Sums".
@Aditya Raut What about "Bashing Unbelievable Part 1.5"?
Log in to reply
It will come after I release Bashing Unavailable part ∫0∞sin2014x dx−log9.7888∑k=217(2k+k2)
Any more doubts @Satvik Golechha ???
Log in to reply
-_-
It doesn't converge according to Wolfram Alpha
Log in to reply
Thanks a lot!!!
Similar technics were given in Arthur Engel , i read them little while ago. BTW Nice work Aditya!!
Thanks a lott!! @Aditya Raut !! A wonderful Note!! i have been struggling at questions of these type a bit...but not anymore...thanks!! :):)
Really amazing one...
What's amazing about the set is that even though you have so many equations in the same three variables, you can't find their values. I mean, I know you're transforming the given equations to the new ones, so you technically can't find the values of the variables, but still.
this is cool bro.!! :)
The Newton Sums in 3 variables are:
p=a+b+cq=ab+bc+acr=abc
These are fairly straightforward to calculate if you're give ∑a,∑a2,∑a3.
If you let a,b,c be the roots of the monic polynomial f(x) then you have:
f(x)=(x−a)(x−b)(x−c)=x3−px2+qx−rf(a)=f(b)=f(c)=0f(a)=0⟹a3−pa2+qa−r=0⟹a3=pa2−qa+r
If we let tn=∑an then we get:
a3=pa2−qa+r⟹an+3=pan+2−qan+1+ran∑an+3=p∑an+2−q∑an+1+r∑antn+3=ptn+2−qtn+1+rtn
This gives you a way of quickly calculating tn for large n as you will know p,q,r.
I've used this method on this problem.
Log in to reply
Cool:))