Vieta's was fine, until this problem...

Algebra Level 4

The equation

x 6 7 x 5 + 8 x 4 9 x 3 + 10 x 2 11 x + 12 = 0 x^6-7x^5+8x^4-9x^3+10x^2-11x+12=0

has 6 (possibly complex) roots a 1 , a 2 , . . . , a 6 a_1, a_2, ..., a_6 . Determine the value of

i = 1 6 ( a i 1 ) \left| \prod_{i=1}^{6} \left(a_i-1\right) \right|


The answer is 4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Christopher Boo
Apr 10, 2014

Let

f ( x ) = x 6 7 x 5 + 8 x 4 9 x 3 + 10 x 2 11 x + 12 = ( x a 1 ) ( x a 2 ) . . . ( x a 6 ) f(x)=x^6-7x^5+8x^4-9x^3+10x^2-11x+12=(x-a_1)(x-a_2)...(x-a_6)

If we let x = 1 x=1 , we have

f ( 1 ) = 1 7 + 8 9 + 10 11 + 12 = ( 1 a i ) ( 1 a 2 ) . . . ( 1 a 6 ) f(1)=1-7+8-9+10-11+12=(1-a_i)(1-a_2)...(1-a_6)

Hence,

( a 1 1 ) ( a 2 1 ) . . . ( a 6 1 ) = i = 1 6 ( a i 1 ) = 4 (a_1-1)(a_2-1)...(a_6-1)=\displaystyle \prod_{i=1}^{6} \bigg (a_i-1 \bigg )=4 .

FYI, re Latex, it's generally better to use \left and \right to let Latex figure out the size of the brackets automatically, instead of setting it manually (unless you really need it to stress a certain part of the equation).

Also, using \ [ \ ] puts your equation in \displaystyle already, so that part of the code is unnecesssary. \displaystyle is used for

Calvin Lin Staff - 7 years, 2 months ago

Log in to reply

Oh, I thought \ [ \ ] put my equation in the middle and \displaystyle is for the i = 1 i=1 be under the \prod and 6 6 on it. Normally I don't care how the code is, I only want to make sure my problem is well-presented so I end up making these unnecessary codes but I will be more alert next time. Thanks for your LaTeX guidance! :)

Christopher Boo - 7 years, 2 months ago

Log in to reply

No worries. The minute technicalities of Latex takes a while to understand and get used to. You are doing great!!

When I first started out, I also used whatever methods I could to get it to display the way I wanted, which included forcing spaces in my equations, combining symbols in weird ways, etc.

Calvin Lin Staff - 7 years, 2 months ago

Log in to reply

@Calvin Lin @Calvin Lin Can you tell me where I could learn all LaTeX commands because I face a lot of problems while uploading a question and am not able to upload complicated ones!

Pankaj Joshi - 7 years ago

Gosh dang it! I just bashed it out... :(

Finn Hulse - 7 years, 2 months ago

Another method could be to substitute : [ x by (t+1) ] in the equation above, then the roots of that equation would be: a 1 1 a_{1}-1 , a 2 1 a_{2}-1 , a 3 1 a_{3}-1 , a 4 1 a_{4}-1 , a 5 1 a_{5}-1 , a 6 1 a_{6}-1 Whereupon the constant term of our new formed equation would be our answer.....

But darn it!!! Your solution is much cooler than mine.... :)

Vishal Sharma - 7 years, 2 months ago

Nice problem! Did the same way :)

Happy Melodies - 7 years ago

Oh no! I forgot the 1 and took it all wrong! Learning from mistakes!

but( 1 a 1 1-a1 )( 1 a 2 1-a2 ).....( 1 a 6 1-a6 ) =4. Then how ( a 1 1 a1-1 )( a 2 1 a2-1 ).... ( a 6 1 (a6-1 )=4

shivamani patil - 6 years, 11 months ago

Log in to reply

because -1(1-a1) = a1-1 , and you do that to an even number of numbers so it cancels out into 1

Razzi Masroor - 4 years, 11 months ago

Very simple problem , I made it incorrect

U Z - 6 years, 5 months ago

Let b i = a i 1 b_{i} = a_{i} -1 . Thus we are now finding the absolute value of i = 1 6 ( b i ) \prod{i = 1}{6}(b_{i}) .

We will rewrite the equation as ( b + 1 ) 6 7 ( b + 1 ) 5 + 8 ( b + 1 ) 4 9 ( b + 1 ) 3 + 10 ( b + 1 ) 2 11 ( b + 1 ) + 12 = 0 (b + 1)^{6} - 7(b+1)^{5} + 8(b+1)^{4} - 9(b+1)^{3} +10(b+1)^{2} - 11(b+1) + 12= 0

According to the Vieta's Theorem, what we care about is i = 1 6 ( b i ) \prod{i = 1}{6}(b_{i}) and that is equal to the constant in the equation.

So, ignoring the variables, the constant is 1 7 + 8 9 + 10 11 + 12 = 4 1-7+8-9+10-11+12 = 4 . Also note that we don't have to worry about the signs(+,-) of 4 because the question is asking for the absolute value of it.

Sorry for my poor latex.

This is how I did but I admit the non-Vieta solution is pretty elegant too.

Jake Lai - 6 years, 5 months ago
Daniel Heiß
Sep 19, 2016

The numbers a i 1 a_i-1 are the roots of f ( x + 1 ) f(x+1) . And the product of all roots of a polynomial equals the constant term which in this case can easily be calculated by summing each coefficient. So the answer is 4

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...