Jump to content

polynomials


IB231997

Recommended Posts

OK so first of,do the polynomial long division. You should get the remainder (ax+3), I assume you know how to do this already so I wont go through it step by step. So now that you know that the remainder is (ax+3) and that it is equal to 2x+3, you can just compare the coefficients of x. Because if those two expressions are going to be equal, thier x coefficients must be equal and the constant terms has to be equal.

So you get that (ax+3) = (2x+3) <=> a = 2

Edited by Fermat
  • Like 1
Link to post
Share on other sites

Here's an even simpler way:

Take your polynomial: x^4 + ax + 2. Subtract the remainder: 2x + 3

You will get x^4 + (a-2)x -1. Because the remainder is taken from this polynomial, you know that this sum has the factor x^2 + 1.

Reorder your polynomial to get x^4 -1 + (a-2)x. Note that x^4-1 = (x^2+1)(x^2-1). We know that if the polynomial is divisible by x^2 +1, then its components also have to be divisible by x^2 +1. We see that x^4 -1 is divisible by x^2+1, so that means that (a-2)x is also divisible by x^2+1. This is only possible if (a-2)x = 0, (try and figure out why). Because we are primarily interested in the coefficients, then a-2=0, or a=2.

Realize that you can do these questions using analysis and simple manipulation, instead of long division.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...