Perhaps check it again Posted July 23, 2014 Report Share Posted July 23, 2014 Suppose a, b, c, and d belong to the set of nonzero integers. Let P(x) = (x4 + ax3 + bx2 + cx + d)2. Determine one of the sets of values of a, b, c, and d, such that when P(x) is expanded into individual terms of an 8th degree polynomial, that polynomial will have the fewest number of nonzero terms possible. Bonus: Write P(x) in its expanded form. Quote Link to comment Share on other sites More sharing options...
0 Pickett Posted July 24, 2014 Report Share Posted July 24, 2014 Pickett, can you come up with a different set with smaller magnitudes (as in absolute values) for a, b, c, and d? But my first answer still solved the OP... a=-2 b=-2 c=-4 d=4 or a=2 b=-2 c=4 d=4 1 Quote Link to comment Share on other sites More sharing options...
0 Pickett Posted July 23, 2014 Report Share Posted July 23, 2014 (edited) First off, expanded out: P(x) = x8 + 2ax7 + (a2 + 2b)x6 + (2ab + 2c)x5 + (2ac + b2 + 2d)x4 + (2ad + 2bc)x3 + (2bd + c2)x2 + 2cdx + d2 So that means all 9 coefficients are: (1) (2a) (a2 + 2b) (2ab + 2c) (2ac + b2 + 2d) (2ad + 2bc) (2bd + c2) (2cd) (d2) Since we know a, b, c, and d are non-zero...that means coefficients 1, 2, 8, and 9 can never be 0. Therefore, the theoretical max would be 5 coefficients equaling zero: (a2 + 2b) = 0 (2ab + 2c) = 0 (2ac + b2 + 2d) = 0 (2ad + 2bc) = 0 (2bd + c2) = 0 By equation 1, we can see that b = -(a2/2) Then by substitution in equation 2, we can find that c = a3/2 Then using substitution in equations 3, 4, and 5 we find the values of d...which end up being: By equation 3: d = -(5a4/8) By equations 4 and 5: d = a4/4 Since there are no situations where -(5a4/8) = a4/4 are true (except when a = 0, which we know it doesn't), we have to choose the one that gives us more valid solutions, which is that d = a4/4...which means that we can have a maximum of 4 coefficients that equal 0 in this expanded equation (which means the minimum non-zero would be 5): a = x b = -(x2/2) c = x3/2 d = x4/4 We now need to find values of x that give us integer values...so an obvious answer would simply be x=4 and/or x=-4, which gives us these two solutions (resulting in 4 zero coefficients, aka 5 non-zero terms): SOLUTION 1: a = -4 b = -8 c = -32 d = 64 SOLUTION 2: a = 4 b = -8 c = 32 d = 64 Edited July 23, 2014 by Pickett Quote Link to comment Share on other sites More sharing options...
0 Perhaps check it again Posted July 23, 2014 Author Report Share Posted July 23, 2014 Pickett, can you come up with a different set with smaller magnitudes (as in absolute values) for a, b, c, and d? Quote Link to comment Share on other sites More sharing options...
Question
Perhaps check it again
Suppose a, b, c, and d belong to the set of nonzero integers.
Let P(x) = (x4 + ax3 + bx2 + cx + d)2.
Determine one of the sets of values of a, b, c, and d, such that when P(x) is
expanded into individual terms of an 8th degree polynomial, that polynomial
will have the fewest number of nonzero terms possible.
Bonus:
Write P(x) in its expanded form.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.