Encyclopedia > Talk:Polynomial

  Article Content

Talk:Polynomial

  • Early usage: For LarrySanger
At the high school level quadratic equations are useful in displaying the teacher's facility in proving the quadratic formula, by completing the square. ---- No thanks necessary.----

Questions (I'd rather not make changes to the page since it's out of my area of expertise):

  1. Can I have more examples please? See below.
  2. What are polynomials good for? Describing some kinds of relations between variables. Like much of math, we present definitions and techniques and leave the applications to others.
  3. Maybe an example of a high school textbook problem involving polynomials would help orient me...just a suggestion, feel totally free to ignore it.

Further examples of polynomials (some are monomials which form a special case with only one term):

  • Area of a square = side2
  • Volume of a cube = side3.
  • Area of a square with its lower left corner at the point (x,x) and its upper right corner at (y,y) = (y-x)2 = y2-2xy+x2.
This is a polynomial in the two variables, x and y.


If somebody wants to integrate my writeup on E2 to here, feel free. The AC Method may be of particular interest. This is primarily just telling how to factor polynomials so there might be a better place (i.e. factoring[?]) to put it. For simplicity, I'll post a partially wikified version here. If you think it's useful, integrate it. Else, just remove it: http://everything2.org/?node_id=895118 (Note: could contain some errors.)

anxn + an-1xn-1 + an-2xn-2. . . a1x + a0

The degree of a polynomial is the highest total of powers[?] of variables[?] (x, y, etc.) of a single term, so in the polynomial 2xy2 + x2 the degree is three (in the first term, x has a power of one). The standard form of a polynomial is when you write it with the degrees descending (x2 + x + 3, not x + x2 + 3)

To factor a polynomial (If you already know how to then skip down to the AC method. You'll like it. A lot.) you first factor out the common factor[?], if there is one, using the distributive property:

Ex 1) 2x^2 + 4x = 2x(x + 2)

  • Ex 2) 2x2 + 6x + 8 = 2(x2 + 3x + 4)

With a binomial[?] (two terms, as in Ex 1) that's all. If you have a trinomial[?] (three terms, as in Ex 2) you're just getting started.

You usually have to find two binomials[?] (B1 and B2) whose first terms multiply to the first term of your trinomial, last terms multiply to the last term of the trinomial, and B1's first term times B2's last term plus vise versa equals the middle term (FOIL[?] users: Inside + Outside=Middle)

Ex 3) x2 + 3x + 2 = (x + 1)(x + 2)

If the first term of your trinomial has a coefficient (a) of 1--as shown above--then the first terms of the binomials are x. Otherwise, you have to play around searching for the proper factors to get it right. That's where the following method comes in:

The AC Method

First factor out the common factor[?]. Always, always, always do this.

  • Now you have ax2 + bx + c a isn't 1.
  • Change it to x2 + bx + ac. (If you're stuck wondering how the hell to move the a all the way over to the c, don't bother. Just do it.)
  • Factor x2 + bx + ac into your (presumably) two binomials. Then stick a back into the first terms of both of them, factor out the common factor[?] and toss it out. You're done.

Ex 4) 6x2 + 2x-4

  • 2(3x2 + x-2) (Factor out common factor[?])
  • 2(x2 + x-6) (move a to third term)
  • 2(x + 3)(x-2) (factor)
  • 2(3x + 3)(3x-2) (put a back into first terms)
  • 2(x + 1)(3x-2) (factor out and delete common factor[?])
  • If you're planning on using the AC Method a lot you may want to work on your factoring large numbers because ac is often rather large.

Now, I know you're thinking, "What if I have a four-term (or more) polynomial?" Easy: Take a few terms, and slap parenthesis around them (Hint, put together terms that have common factors[?] or that look like they'll factor easily.)

Ex 5) 2x3 - 3x2 + 4x - 6

  • (2x3 - 3x2) + (4x - 6)
  • x2(2x - 3) + 2(2x - 3)
  • (x2 + 2)(2x - 3)

That last example (first and last steps anyway) was taken from College Algebra[?] by Michael Sullivan[?] because I was having a heck of a time making up a good example. (I'm always coming up with prime polynomials in my example and having to modify them so I can factor them. I wish my math teacher had let me do that in my homework.)

Now you need to do some heavy memorising. These are special polynomials and how to factor them. Knowing how to recognise them will help you enormously, both in multiplication and factoring[?]:

Difference of Squares[?]: x2 - a2 = (x - a)(x + a) (Ex 6) x2 - 144 = (x + 12)(x - 12))

  • Perfect Squares: x2 ± 2ax + a2 = (x ± a)2
  • Unnamed, but bears remembering: x2 (a + b)x + ab = (x + a)(x + b)
  • Unnamed, but bears remembering: acx2 + (ad + bc)x + bd = (ax + b)(cx + d)
  • Perfect Cubes: x3 + 3ax2 + 3a2x + a3 = (a + x)3, x3 - 3ax2 + 3a2x - a3 = (a - x)3
  • Sum of Two Cubes[?]: x3 + a3 = (x + a)(x2 - ax + a2)
  • Difference of Two Cubes[?]: x3 - a3 = (x - a)(x2 + ax +a2)

Take the coefficients[?] of (x + y)n and look at the nth row of Pascal's Triangle (the "1" at the top is 0th). Cute and useful.

Sorry for the flood. :-)


If this flood might be useful to someone, maybe it belongs on related corrolary pages. stevertigo
Technical point: I've always seen a polynomial defined as an expression, not an equation or a function, ie anx^n + ... + a0. The term "polynomial" is later loosely applied to graphs, functions and equations with a polynomial. -- user:Tarquin
Just wanted to draw everyone's attention to the fact that an anonymous user just changed "In algebra" to "In calculus". with so many mathematicians at Wikipedia, I find it difficult to believe that such an elementary mistake exists in a basic article, and it sounds like something a semi-educated person might think is true. Personally, I haven't the foggiest notion of what calculus is, much less if... calculators? (calculites? calculians?) use polynomials or not. Tokerboy 03:01 Nov 22, 2002 (UTC)

See calculus :-) -- Tarquin


Algebra is a subject. Calculus, on the other hand, is something of a hodge-podge --- a collection of subjects that the curriculum brings together. Algebra goes far beyond those things that most students see, and is a subject to which careers of some researchers are devoted. The topics that go far beyond calculus, on the other hand, are not called "calculus", but go by other names, such as "analysis" and "topology". Therefore, it makes sense to say "in algebra", but not as much to say "in calculus". Polynomials of course appear in calculus, as do many things from algebra. -- Mike Hardy

The reason I separated calculus and algebra is that in algebra, one has to distinguish between polynomials and polynomial functions, while in calculus one doesn't. This point is now lost, in fact the first sentence seems to suggest that the two concepts are the same, which they are only in sloppy calculus usage. AxelBoldt 23:41 Nov 30, 2002 (UTC)


I think this article would be improved if some knowledgeable person would add a few sentences about the Fuchsian Function solution to the paragraph which discusses roots of nth order polynomials. They are hinted at with the existing phrase "degree 5 eluded researchers for a long time", which suggests that a solution was eventually found, but this solution is not mentioned in the article. A new article on Fuchsian Funtions would also be welcome. kielhorn@portland.quik.com Dec 22, 2002


Does anyone know anything about "polynomial arithmetic modulo 2" - you know, the mathematics used for cyclic redundancy checks? Because I don't, and it's not explained in the CRC article, either. -- Tim Starling



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Urethra

... Related to urethritis is so called urethral syndrome[?] Passage of kidney stones through the urethra can be painful and subsequently it can lead to urethral ...

 
 
 
This page was created in 120.1 ms