Solving Higher-Degree Polynomials by Synthetic Division and the Rational Roots Test

Поділитися
Вставка
  • Опубліковано 27 вер 2017
  • By now we are experts at solving quadratics by a number of different strategies. But what about cubics? And quartics? And quintics? Seems pretty daunting, but believe it or not there is a reliable method to solve these higher degree polynomials as well. It's a little more time-consuming, but it can be done! Check it out.
    Watch the whole Mathematics playlist: bit.ly/ProfDaveMath
    Classical Physics Tutorials: bit.ly/ProfDavePhysics1
    Modern Physics Tutorials: bit.ly/ProfDavePhysics2
    General Chemistry Tutorials: bit.ly/ProfDaveGenChem
    Organic Chemistry Tutorials: bit.ly/ProfDaveOrgChem
    Biochemistry Tutorials: bit.ly/ProfDaveBiochem
    Biology Tutorials: bit.ly/ProfDaveBio
    EMAIL► ProfessorDaveExplains@gmail.com
    PATREON► / professordaveexplains
    Check out "Is This Wi-Fi Organic?", my book on disarming pseudoscience!
    Amazon: amzn.to/2HtNpVH
    Bookshop: bit.ly/39cKADM
    Barnes and Noble: bit.ly/3pUjmrn
    Book Depository: bit.ly/3aOVDlT

КОМЕНТАРІ • 558

  • @fredsalter1915
    @fredsalter1915 8 місяців тому +46

    Outstanding explanation on how to do synthetic division! Not that hard, really. Just tedious trying all the possible rational roots! Thanks, sir!!

  • @ahmetberatsahin001
    @ahmetberatsahin001 2 роки тому +164

    Speaking of the relevancy and the quality of the information, THIS IS THE BEST EVER on the entire UA-cam! Cheers, Dave!

  • @yusufdadkhah7561
    @yusufdadkhah7561 2 роки тому +21

    1:28-2:54(Synthetic division/how synthetic Divisor for polynomials work) 4:26(check if using the solution of x^-5 holds true for the whole equation shown on the bottom.) 4:30(their individual solutions) 5:29-6:02(rational roots test/possible solutions of 2x^3+3x^2-3x-2) 6:09 (rationial possible solutions test) 8:03(check my compression of it and practice finding solutions of polynomials.)

    • @girirajvardhan2722
      @girirajvardhan2722 2 роки тому +1

      Thanks man

    • @pranavnyavanandi9710
      @pranavnyavanandi9710 2 роки тому +2

      But how do you assume that initial root or factor? You just take something between 1 and 9 and try it out? Practically, that may not feasible but at least exam wise...
      Edit: Figured it out. It's the rational roots test. Should have watched more.

  • @georgesadler7830
    @georgesadler7830 2 роки тому +14

    Professor Dave, thank you for an excellent analysis of the Synthetic Division and the Rational Roots Test that is used to solve Higher Degree Polynomials.

  • @krishnabhattacharya3539
    @krishnabhattacharya3539 5 років тому +16

    what if I'm not given the second root i.e (x-3) ... is there any process that can let me skip using Cardan's method ?

  • @nerd6414
    @nerd6414 4 роки тому +100

    Heres a quick trick- If all coefficients add to 0, then 1 is a zero

  • @kawsar1608
    @kawsar1608 Рік тому +1

    thank uuuuu!!! struggling with this for so long, u explained it so well, like its so easy to understand, u saved my life:))

  • @Alexutzugold
    @Alexutzugold 4 роки тому +20

    Really good. That helped me a lot.

  • @user-yr3uj6go8i
    @user-yr3uj6go8i 4 роки тому +26

    I just finished Calculus 1 with an A (your videos saved my grade) and I still don't know how to do this. I hope I finally understand it this time.

  • @deepikasharma1414
    @deepikasharma1414 2 роки тому +3

    Thank you sir for this video, your videos are always helpful for me 🙏🙏🙏👍please keep on making videos like this

  • @Canis_Fatalis
    @Canis_Fatalis 2 роки тому +25

    I love when I get all answers correct, but there is always that one I forget to simplify. Overall, I'm satisfied.

  • @AlexTheNab
    @AlexTheNab Місяць тому

    been watching the series for some time but it's my first time commenting. really amazing channel with understandable yet detailed explanation of maths. makes you wonder what those teachers out there are doing, taking a year to teach all that and still people don't understand it.

  • @ankaiahgummadidala1371
    @ankaiahgummadidala1371 3 роки тому +1

    Excellent explanation .
    Thank you so very much .

  • @simonqvistgaard2902
    @simonqvistgaard2902 2 роки тому +27

    thank you for making this video, i was working on a equation solver in c++, but had no idea how to make a system for solving huge equations like this, without just guessing. Ive implemented this in my program and it works lige a charm

    • @bananprzydawka7129
      @bananprzydawka7129 2 роки тому +3

      Can you show how it works, or send source code?

    • @palaaaurinkoon
      @palaaaurinkoon Рік тому +3

      ​@@bananprzydawka7129
      I imagine it might go something like this:
      1. def parse_tree("A*(x**3) + B*(x**2) - C(x) + d... == 0") -> return parse_tree (in infix)
      2. def eval_equation(parse_tree, xVal) -> do DFS traversal to evaluate parse tree -> if eval == 0 return true, else false
      3. create a main function:
      --3a. loop through values for coefficient and constants (separately) from 1...(a||d) -> if ((a%i==0) push it into array a if (d%i==0) push into array d
      --3b. write a list comprehension/reducer that takes those two arrays, takes a val from Arr1 (a) and Arr2(b) and combines them (a/b) into new array (C)
      --3c. prepare a result array and loop through (C)...for every x_value of C,
      ----3c1. if eval_equation(parse_tree, x_value) -> push x_value into results
      ----3c2.if eval_equation(parse_tree, -(x_value) -> push x_value into results
      4. return results
      Let me know what you think!

  • @jane7963
    @jane7963 4 роки тому +39

    Your explanation alone was very impressive. I like your articulation of words. Great work professor!

  • @indhupriyadharshinisakthiv1104
    @indhupriyadharshinisakthiv1104 3 роки тому

    I have been searching for how to find the possible roots. This video explain it. Very helpful.

  • @martinmoraleta7802
    @martinmoraleta7802 5 років тому +3

    Wow! This video made a boring and confusing 2 hour lecture into a simple 10 min entertaining video! Thank God for this video.

  • @jamesmccamish3901
    @jamesmccamish3901 Рік тому +2

    Excellent! Now a fan of synthetic division and Prof Dave!

  • @sarthakkharade7112
    @sarthakkharade7112 2 роки тому

    thank you so much Dave sir needed this explanation so badly

  • @vanguardgaming3721
    @vanguardgaming3721 2 роки тому

    Dave sir thanks your explanation is too good and helpful to solve algebra and calculus

  • @HeliosBeats
    @HeliosBeats 6 років тому +15

    this is great as highschool review! I have my first uni calc test tomorrow that might require me knowing this

  • @saguftasimran5082
    @saguftasimran5082 3 роки тому +2

    Thank you so much .. sir .. for teaching us like this .. ❤️❤️

  • @surajinsha665
    @surajinsha665 6 років тому +16

    really amazing i am not understand before clearly that concept

  • @supremeleader9579
    @supremeleader9579 4 роки тому +2

    Is the equation: x^6 + 1 one of the ways we know that there are infinite prime numbers?

  • @Made-My-Day
    @Made-My-Day Рік тому

    Wow, this is so clear sir. Awesome, you just gain a new subscriber.

  • @ohmygodestovaaserepicopapu383
    @ohmygodestovaaserepicopapu383 2 роки тому +2

    8:42 got confused on the 4/3, i tried doing synthetic with 15x - 20 and it the last part equaled to zero, but where will the you put the remaining dropped 15 by the synthethic division?

  • @rishabhkumar1631
    @rishabhkumar1631 5 років тому +8

    Professor Dave Explain hcf process by synthetic division.

  • @VijayKarajgikar
    @VijayKarajgikar 3 роки тому +1

    You don't need to factor any further from the point of when you got only binomials or trinomials. The maximum degree of your factor is 2 in order for you to not do any synthetic or long division. Then you can, using either completing the square, or quadratic formula to find all your zeros.

  • @megawar108
    @megawar108 2 роки тому

    thanks prof dave its the video i was looking for

  • @advertenciadecristo3798
    @advertenciadecristo3798 4 роки тому +11

    Muito bom.
    Lembrando que existe fórmula para calcular as quatro raízes da equação polinomial do quarto grau, todavia o processo é tão trabalhoso que buscamos outras formas de resolução.

  • @ivorscott
    @ivorscott 3 місяці тому +2

    Rational root test for the comprehension question returns 40 possible solutions.
    5 constant factors x 4 leading coefficient factors x 2 ( for +- options)
    1,2,4,8,16 / 1,3,5,15 = a very long list indeed
    I tapped out and ended up looking at the answers then proving why it works. :)

  • @nellamc5833
    @nellamc5833 4 роки тому +4

    God bless your spirit! Thanks for these videos they’re very helpful

  • @lullabymemo8520
    @lullabymemo8520 5 років тому +4

    That was really good , I like it

  • @mohammedyousuf2787
    @mohammedyousuf2787 4 роки тому +3

    Professor dave can you please explain how to do synthetic division by fractions please👍🙏

  • @ronakpatani6616
    @ronakpatani6616 4 роки тому +1

    It is really helpful thank you .

  • @poonamshah8817
    @poonamshah8817 3 роки тому +1

    Wow, your teaching is awesome💖🤩 tysm🌠✨

  • @mohamadrzgar98
    @mohamadrzgar98 4 роки тому +1

    thanks a lot professor..
    well done..

  • @shahwarmukhtar6780
    @shahwarmukhtar6780 3 роки тому

    I have forgotten it ... long ago .. and when need to use couldn't recall.. but ur video help alot ... obliged

  • @sunitakumari6062
    @sunitakumari6062 2 роки тому +1

    🤩🤩Amazing person sir, you are. This video is very useful for us.

  • @akhileshnaik4606
    @akhileshnaik4606 4 роки тому +3

    At 7:06 can't we just solve the quadratic equation with our traditional method of finding roots?

  • @earthlyf3rn
    @earthlyf3rn 3 роки тому +2

    Thank u for helping me learn an entire unit in a single night :)

  • @Dharmendra1096
    @Dharmendra1096 3 роки тому

    another good way to solve higher order eqn is finding if it is reciprocal eqn or not. this gives couple of methods to solve eqn of degree 4,5,6 etc.

  • @drakomercury7130
    @drakomercury7130 Рік тому +1

    I got the same solution but in a different order: (x+1) (x+2) (3x-4) (15x+6). is it still being okey ?

  • @snekback.
    @snekback. 7 місяців тому +3

    On the test i got (x-1)(x-4/3)(x+2/5)(15x+30) so it's interesting how the answers may vary depending on the first zero we find.

  • @shankarsai2067
    @shankarsai2067 2 роки тому

    how do we do the simplification of cubic function to a quadratic function? i,e, taking he factor common

  • @huzaifaali3969
    @huzaifaali3969 Рік тому +1

    (5:21) how are we getting 1,2 a factor when there is only one constant and that is 2. Same for the denominator how are we getting 1,2 when there is just 2x^3.

  • @wayamraxama
    @wayamraxama 10 місяців тому

    How you came to know that for initial polynomial 2 is the estimation and for the next polynomial -3 is the estimate?

  • @chibuzomonwuba9185
    @chibuzomonwuba9185 2 роки тому

    but isn't x^6+1 divisible by x^2+1 since we can factorize the former the sum of two cubes?

  • @gloriakalengelayi8294
    @gloriakalengelayi8294 9 місяців тому

    Hi, the numbers that you choose to test them with can only be 1 to 9 (including negative numbers)?

  • @vasanthamalarvijeyashankhe657
    @vasanthamalarvijeyashankhe657 4 роки тому +1

    Thank you for helping me in this sum

  • @Tapleoca
    @Tapleoca 9 місяців тому

    what if we don't have a constant term? Say for example, y(4) + y(3) + y(2) = 0

  • @user-ud3ey9uk8q
    @user-ud3ey9uk8q 2 роки тому

    I am just curious about how the technique was “devised” and its general form.

  • @aditya-vz9kl
    @aditya-vz9kl 3 роки тому +1

    Thanks for explanation.

  • @2012tulio
    @2012tulio 2 роки тому

    thank you so much now I understand everything !

  • @shubhamshah1710
    @shubhamshah1710 3 роки тому

    What should we do if there the constant term has decimals i.e.9.125

  • @23jeninaangelind35
    @23jeninaangelind35 2 роки тому

    To test if x-1 as factor, add all coefficients to see if it equals 0 and add alternative

  • @yadnyeshfirke9483
    @yadnyeshfirke9483 3 роки тому +4

    Thank u so much....
    I never knew factorizing 3rd degree and 4th degree polynomials was so easy 😅

  • @hwiishii9271
    @hwiishii9271 4 роки тому +1

    can i use this for binomial tho?

  • @ShlokSengupta
    @ShlokSengupta 2 місяці тому +1

    dave why cant i just directly plug in the ans that i got from the rational root test ans see which one works

  • @NosyShortsGG
    @NosyShortsGG 6 місяців тому

    idk if it would work but is possible that when we got x-1 at 6:55 we could use quadratic formula on the rest (sry if its dumb question)

  • @thiruveedulabharathi3619
    @thiruveedulabharathi3619 4 роки тому

    He explained me in a very easy way Thanks

  • @Bruhhn
    @Bruhhn 3 роки тому +14

    0:53 (x^6 + 1) is not prime polynomial. It could be factorised as
    (x^2 + 1) (x^4 - x^2 +1)

    • @samarthtiwari5532
      @samarthtiwari5532 2 роки тому +10

      x^2 +1 and x^4 - x^2 + 1 both only have imaginary factors so they are prime

    • @someone-jl4sj
      @someone-jl4sj Рік тому

      @@nimishporwal2658 That is not how you check prime polynomials lmao. x^2+1 is prime polynomial but at x=7 it gives 49+1=50 which is not prime

  • @kanikabansal7224
    @kanikabansal7224 Місяць тому

    really helpful video thankss!!!

  • @overlordprincekhan
    @overlordprincekhan 4 роки тому +2

    But can I have a question @Professor_dave_explains ? how can we obtain the roots of any higher degree-equation even in complex numbers?
    Just curious.

    • @carultch
      @carultch 8 місяців тому

      There is a master formula for quadratics, cubics, and quartics, but quartics are the end of the line. Galois proved that there can be no quintic formula, or anything beyond, if you are limited to arithmetic, powers, roots, exponentials, logarithms, and trigonometry. In special cases, it is possible to extract the roots of a higher degree polynomial, despite no such formula existing, but only in those special cases. Such as triquadratic 6th degree equations, where you can simply replace x^3 with w, and solve for w. You can also use the rational roots theorem and trial and error, if you are lucky enough to have a rational root.
      I can refer you to Mathologer's video on how to make sense of the cubic formula, which I've mastered after exploring on my own with his help. He also reveals the quartic formula at the end, but I've yet to make sense of it.
      ua-cam.com/video/N-KXStupwsc/v-deo.html

  • @AbhishekKumar-rm5bx
    @AbhishekKumar-rm5bx 3 роки тому +1

    coolest channel i ever came across the internet

  • @cailynnthomas769
    @cailynnthomas769 3 роки тому

    THANK YOU PROFESSOR DAVE

  • @sibusisomdluli1605
    @sibusisomdluli1605 2 роки тому +4

    Hi Prof. Dave what would be the steps in facorizing 6x^3+25x^2+3x-4 ?

    • @kfjfkeofitorhf9520
      @kfjfkeofitorhf9520 Рік тому

      1/3
      6/27+++25/9++6++3/3--4
      2/9++25/9+1--4=
      27/9+1-4=
      3+1--4=
      4-4=0

  • @mindyourbusiness46
    @mindyourbusiness46 6 років тому +3

    Amazing Video as always

  • @maximizerboy
    @maximizerboy Рік тому +1

    3:04
    Multiplying two negative numbers makes a positive. Why are you factorizing two negative numbers when the end result is still a negative number?

  • @Jourvence777
    @Jourvence777 7 місяців тому +1

    Great explanation

  • @rupamsarkar3635
    @rupamsarkar3635 2 роки тому

    THANKS A LOT DUDE...U LITERALLY SAVED MY DAY

  • @ReimskyToussaint
    @ReimskyToussaint 4 роки тому

    Hello Professor Dave. Have you ever made a Dividing Polynomials video? Can't find one from you, and I'd love to see this concept from your perspective.

  • @623-x7b
    @623-x7b 4 місяці тому

    Can binary search be used since can get an upper lower bound using the rrt test? Also does real number distance from zero give a direction for that search? Math people better than me since it could be used to speed up solving.

  • @supriyodey3811
    @supriyodey3811 4 роки тому +150

    Loved this video now I will top my engineering classes lol😅😅

  • @suwilanjisinyangwe2347
    @suwilanjisinyangwe2347 3 роки тому

    The explanation was lovely

  • @SrinidhiKP
    @SrinidhiKP 4 роки тому

    How will u come to know to take 2 only to that equation tell me anyone

  • @progJoe
    @progJoe 6 років тому +4

    Really you’re amazing I never understand mathematics like now

  • @SEGAClownboss
    @SEGAClownboss Місяць тому

    This is the one I'm completely stuck on in terms of that test at the end. It's gonna take me way too long to test every single one of the possible solutions, I think. I had to look for the answer this time. But I'm grateful I get the concept at least.

  • @artistjatinrana8666
    @artistjatinrana8666 5 років тому +1

    Great lecture

  • @elostasam
    @elostasam 3 місяці тому

    I don't understand where the 1 comes from when choosing the factors of the constant term for the numerator and the factors for the leading coefficient for the denominator?

  • @lattupalliharishkumar7684
    @lattupalliharishkumar7684 3 роки тому

    Very good explanation sir

  • @RedFive5
    @RedFive5 5 років тому

    What if the polynomial is missing something, like x^4 + 3x^2 + x +1, lacking the x^3. Is it just a 0 in place of the x^3 and that is used for the synthetic division?

  • @abhishek2002_
    @abhishek2002_ 3 роки тому +2

    Thank you very much sir🙏🙏🙏 with love and respect from INDIA

  • @cezaragalliu347
    @cezaragalliu347 4 місяці тому

    Ciao prof ho una dommanda: 6:49 wy (x-1) and not (x+1) ?

  • @kevinalzatefranco5008
    @kevinalzatefranco5008 5 місяців тому

    Excellent explanation

  • @yourresttime
    @yourresttime 2 місяці тому

    is it okay that results 4/3 and -2/5 I reached by using a quadratic formula?

  • @SeanBietz
    @SeanBietz 5 місяців тому

    You got me with the opening jingle!

  • @gayatridhekane1658
    @gayatridhekane1658 4 роки тому

    Very nice explanation...

  • @toji1863
    @toji1863 4 місяці тому

    Can someone please explain how they got the answer for the comprehension check question

  • @mertcancapkin8198
    @mertcancapkin8198 3 роки тому +5

    I just want math2 to be as easy as that in Turkey,unfortunately that is impossible. :( love ur videos btw great work!

  • @manjitshorain4237
    @manjitshorain4237 4 роки тому

    How you find possible solutions to try plzzz tell me...

  • @praveennagarajan2921
    @praveennagarajan2921 3 роки тому +1

    How could you take some random values as it's factor. For example how to took exactly 2 as the factor for the polynomial equation

    • @carultch
      @carultch Рік тому

      He probably set up his examples, by starting from known factors, and then expanding to find the standard form of the polynomial to give as the example.
      This means, he knew in advance which values to try. The rational root theorem allows us to narrow down the possibilities, and he chose from those possibilities.

  • @aadilnabi2079
    @aadilnabi2079 2 роки тому

    Sir,how to find roots of X^4+10X-56=0

  • @dakk3
    @dakk3 3 роки тому +2

    Am i correct that 8:25 equation has 40 possible solutions? How to know the right one without going through it 40 times?

    • @MrDeni23n
      @MrDeni23n 2 роки тому +1

      What I did was used this method until I got a quadratic equation (15x^2 - 14x - 8), then used the quadratic factoring method.

  • @patricjahutchison806
    @patricjahutchison806 5 років тому +1

    Do we always add and multiply when doing synthetic division?

  • @adithyabunny9171
    @adithyabunny9171 5 років тому

    Is this possible for qubic equation

  • @axolotl4323
    @axolotl4323 Рік тому +2

    but i got like 40 possible factors for polynomial in checking comprehension. you literally need more than an hour to solve that. or am i doing something wrong?

  • @georgemissailidis3160
    @georgemissailidis3160 3 роки тому

    But x^6+1 can be factored: x^6+1 = (x^2+1)(x^4-x^2+1), through noting that x^6+1 is the sum of two cubes.

  • @steveibraham8777
    @steveibraham8777 3 місяці тому

    you are a hero!! love you man!!

  • @learneeartist7253
    @learneeartist7253 2 роки тому

    Does the rational root test work for power 4??