
Follow us on Pinterest
HomeArticlesCommunityMy Profile WH.translationData = {'es': {'msg':"\u00bfTe gustar\u00eda saber Como factorizar polinomiales de segundo grado (ecuaciones cuadr\u00e1ticas)? \u00a1Lee acerca de eso en espa\u00f1ol!"},'it': {'msg':"Ti piacerebbe sapere Come Scomporre in Fattori i Polinomi di Secondo Grado (Equazioni Quadratiche)? Leggi come farlo, in italiano!"},'pt': {'msg':"Gostaria de aprender Como Fatorar Polin\u00f4mios de Segundo Grau (Equa\u00e7\u00f5es Quadr\u00e1ticas)? Leia sobre o assunto em portugu\u00eas!"},'fr': {'msg':"Voudriez-vous apprendre Comment factoriser un polyn\u00f4me du second degr\u00e9s (\u00e9quation du second degr\u00e9s)? D\u00e9couvrez comment le faire en le lisant en fran\u00e7ais!"}};WH.mergeLang({'navlist_collapse': '- collapse','navlist_expand': '+ expand'});EditHome » Categories » Education and Communications » Subjects » Mathematics » AlgebraHow to Factor Second Degree Polynomials (Quadratic Equations)Edited by Myopicpsyche, Sondra C, Versageek, KnowItSome and 41 othersPin ItArticle EditDiscussThis will instruct you on how to factor second degree polynomials . A polynomial contains a variable (x) raised to a power, known as a degree, and several terms and/or constants. To factor a polynomial means to break the expression down into more manageable chunks that are multiplied together. These skills are Algebra I and above, and therefore may be difficult to understand if your math skills are not at this level.Throughout this article the terms will be referred to according to the standard form of a quadratic equation:
ax2 + bx + c = 0
6 + 6x2 + 13x
6x2 + 13x + 6

(2x + 3)(3x + 2)

(2x + 3)(3x + 2)
6x2 + 4x + 9x + 6
6x2 + 13x + 6

If you have a fairly simple polynomial, you'll be able to figure out the factors yourself. NOTE: Using this method may not be as simple as when factoring more complicated trinomials.
Example: 3x2 + 2x - 8
1List the factors of the a term and the c term.a = 3 factors: 1 and 3
c = -8 factors: 2 and 4 or 1 and 8

( x )( x )

(3x )(1x )


If ax2 + bx + c then (x + h)(x + k)
If ax2 - bx - c or ax2 + bx - c then (x - h)(x + k)
If ax2 - bx + c then (x - h)(x - k)
For our example 3x2 + 2x - 8 so (x - h)(x + k)
We'll have to guess as for the rest. (3x + 8)(x - 1)

(3x + 8)(x - 1)
3x2 - 3x + 8x - 8
3x2 + 5x - 8 ? 3x2 + 2x - 8




If the numbers are large or you're just tired of guesswork use this method.
Example: 6x2 + 13x + 6
6•6 = 36

4•9 = 36 4 + 9 = 13

6x2 + 4x + 9x + 6

6x2 + 4x + 9x + 6
2x(3x + 2) + 3(3x + 2)
(2x + 3)(3x + 2)

It is very similar to the decomposition method but it is simpler.
Example: 8x2 + 10x + 2
1Multiply the a term (8 in the example) by the c term (2 in this example).8•2 = 16

2•8 = 16 8 + 2 = 10

(ax + h)(ax + k)
----------------------
a
(8x + 8)(8x + 2)
----------------------
8

(8x + 8)(8x + 2)
----------------------
8
Answer:(x + 1)(8x + 2)

(x + 1)(8x + 2)
2(x + 1)(4x + 1)

27x2 - 12
3(9x2 - 4)

v(9x2) = 3x and v(4) = 2 (notice that we have left out the negative sign)

(v(a) + v(c))(v(a) - v(c))
3[(v(9x2) + v(4))(v(9x2) - v(4))]
3[(3x + 2)(3x - 2)]

If all else fails and the equation will not factor evenly use the quadratic formula.
Example: x2 + 4x + 1
x = -b ± v(b2 - 4ac)
---------------------
2a
x = -4 ± v(42 - 4•1•1)
-----------------------
2•1

x= -4 ± v(16 - 4)
------------------
2
x = -4 ± v(12)
--------------
2
x = -4 ± v(4•3)
--------------
2
x = -4 ± 2v(3)
--------------
2
x = -2 ± v(3)
x = -2 + v(3) or x = -2 - v(3)

(x - (-2 + v(3))(x - (-2 - v(3))
(x + 2 + v(3))(x + 2 - v(3))

These directions are for a TI graphing calculator. These are especially useful in standardized tests.
y = x2 - x - 2
2Press [GRAPH]. You should see a smooth arc.
3Locate where the arc intersects the x axis. These are the x values.
(-1, 0), (2 , 0)
x = -1, x = 2
If you cannot identify them by sight press [2nd] and then [TRACE]. Press [2] or select "zero". Slide the cursor to the left of an intersect and press [ENTER]. Slide the cursor to the right of an intersect and press [ENTER]. Slide the cursor as close as possible to the intersect and press [ENTER]. The calculator will find the x value. Do this for the other intersect also.4Plug the x values (h and k) into this expression: (x - h)(x - k)
(x - (-1))(x - 2)
(x + 1)(x + (-2)) great plus add it to the common factor
Edit TipsIf you have a TI-84 calculator (graphing) there is a program named SOLVER that will solve a quadratic equation. It will also solve any other degree polynomial.If you factored your polynomial using the quadratic formula and got an answer with a radical, you may want to convert the x values to fractions in order to check it.If a term has no coefficient as written, the coefficient is 1.
x2 = 1x2If a term does not exist the coefficient is 0. It will be helpful to rewrite the equation if this occurs.
x2 + 6 = x2 + 0x + 6Eventually you will be able to do trial and error in your head. Until then, make sure to write it out.Edit WarningsIf you are learning this concept in a math class, pay attention to what your teacher advises and do not just use your favorite method. Your teacher may ask you to use a specific method on the test or not allow graphing calculators.Edit Things You'll NeedPencilPaperQuadratic equation (also called a 2nd degree polynomial)Graphing calculator (optional)Edit Related wikiHowsHow to Graph a Quadratic EquationHow to Factor TrinomialsHow to Factor a NumberHow to Calculate PercentagesHow to Differentiate PolynomialsHow to Do Math ProofsHow to Calculate Your Age by ChocolateHow to Add 5 Consecutive Numbers QuicklyHow to Solve Quadratic EquationsHow to Find the Signs of a,b,c by Seeing the Graph of a Quadratic Polynomial
Categories: Algebra
Recent edits by: Teresa, Adam Binks, Absent Crisis X
Share this Article: TweetDiscussPrintEmailEditSend fan mail to authors
Thanks to all authors for creating a page that has been read 292,472 times.
Was this article accurate?
YesNo Write An ArticleRandom Articlevar aax_src='3003';var amzn_targs = '';var url = encodeURIComponent(document.location);try { url = encodeURIComponent("" + window.top.location); } catch(e) {}document.write("");document.close();Related Articles\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-37px-Double-Your-Salary-Using-an-Algebraic-Loophole-Step-7.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Schr%C3%B6dinger-Equation.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-42px-Understand-Logarithms-Step-5.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Morse-Thue_sequence_564.gif)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Factor-Second-Degree-Polynomials-%28Quadratic-Equations%29-Step-27.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Butterfly-2.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Fall-Out-of-Love-Step-6.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\-crop-44-33-44px-Testarticle-Step-11Bullet1-Version-2.jpg)
\ABS\Auto Blog Samurai\data\Beta Game Testers Needed\wikihow\corner_sprite.png)
Meet John, a semiretired geek and wanderer who has been a member of wikiHow for over 6 years. He spends most of his time on wikiHow reading the articles, but occasionally he writes some himself. Many of the 38 articles he's started have been featured. His proudest achievement is having published How to Plot the Mandelbrot Set By Hand.
Join The Community- collapse Things to Do Write an Article Edit this Article Request a New Article Answer a RequestLogin for more!+ expand Places to Visit Recent Changes ForumsCommunity Portal Follow Us On...the how to manual that you can edit Home About wikiHow Terms of Use RSS Site map
Explore Categories Arts and Entertainment Cars and Other Vehicles Computers and Electronics Education and Communications Family Life Finance and Business Food and Entertaining Health Hobbies and Crafts Holidays and Traditions Home and Garden Other Personal Care and Style Pets and Animals Philosophy and Religion Relationships Sports and Fitness Travel wikiHow Work World Youth All text shared under a Creative Commons License. Powered by Mediawiki.
xThank Our Volunteer Authors.Give wikiHow a +1.if (WH.ExitTimer) {WH.ExitTimer.start();}
No comments:
Post a Comment