Factorization Problem: Solve with Expert Help

  • Thread starter Miike012
  • Start date
In summary, the conversation discusses the process of finding the greatest common factor between two polynomials using the Euclidean algorithm. The process involves dividing the polynomials and subtracting them until a common factor is found. It is a fundamental concept in math and can be helpful for future mathematical calculations.
  • #1
Miike012
1,009
0
Factroring problem...

Homework Statement


I added an attachment with questions in side... thank you.


Homework Equations





The Attempt at a Solution

 

Attachments

  • Untitled.jpg
    Untitled.jpg
    40.2 KB · Views: 361
Physics news on Phys.org
  • #2


Start by writing the two polynomials in two columns:
Code:
   | 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 |

Look at the leading coefficients of the bottom-most polynomials on each column. (At the moment, there is only one polynomial in each column.) Determine how many times does one polynomial divide into the other. The left one divides into the right one twice, so put a two on the right-most side:

Code:
   | 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2

Multiply that 2 by the left polynomial and put the answer underneath the right polynomial:

Code:
   | 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2
   |                       | 8x^2 - 6x^2 - 48x - 18 |

Subtract:
Code:
   | 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2
   |                       | 8x^2 - 6x^2 - 48x - 18 |
   |                       |------------------------|
   |                       |        4x^2 -  5x - 21 |

Repeat the process. Look at the bottom-most polynomials in each column. Determine how many times one polynomial divides into the other. The new right polynomial divides into the left polynomial x times, so write an x on the extreme left:

Code:
  x| 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2
   |                       | 8x^2 - 6x^2 - 48x - 18 |
   |                       |------------------------|
   |                       |        4x^2 -  5x - 21 |

Multiply the new right polynomial by x and write underneath the left:
Code:
  x| 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2
   | 4x^3 - 5x^2 - 21x     | 8x^2 - 6x^2 - 48x - 18 |
   |                       |------------------------|
   |                       |        4x^2 -  5x - 21 |

Subtract:
Code:
  x| 4x^3 - 3x^2 - 24x - 9 | 8x^3 - 2x^2 - 53x - 39 | 2
   | 4x^3 - 5x^2 - 21x     | 8x^2 - 6x^2 - 48x - 18 |
   |-----------------------|------------------------|
   |        2x^2 -  3x - 9 |        4x^2 -  5x - 21 |

Repeat the process again. Now you have two new polynomials to compare. I'm not going to go further, so hopefully you get it now.

This is method that I am not familiar with in finding the GCF between two polynomials. Anyone else have seen this?
 
  • #3


Thank you...
Did you already know how to do this? Or did you understand all the from just reading what I sent?
 
  • #4


It's just the Euclidean algorithm, isn't it?
 
  • #5


Never hurd of it...?
 
  • #7


Interesting... My alg. books never taught me that...
 
  • #8


Miike012 said:
Interesting... My alg. books never taught me that...

They should have. If you are doing it with polynomials, it's clearer if you practice with integers first.
 
  • #9


I understand the process now that I was shown how... Its just hard for me to understand why it works though...
 
  • #10


Will this be beneficial to know for my future in math?
 
  • #11


Miike012 said:
Will this be beneficial to know for my future in math?

It's a fundamental thing. If your future in math depends on knowing fundamentals, then yes, this is one.
 

FAQ: Factorization Problem: Solve with Expert Help

What is factorization and why is it important?

Factorization is the process of breaking down a number or expression into its smaller, prime factors. It is important because it allows us to simplify complex mathematical problems and find the solutions to equations.

When should I use expert help to solve a factorization problem?

You should consider seeking expert help when you are struggling to solve a factorization problem on your own, or when you need to solve a complex problem that requires advanced mathematical skills.

What are some common methods used to solve factorization problems?

Some common methods include trial and error, using a factor tree, and using algebraic techniques such as factoring by grouping or using the quadratic formula.

Can factorization be used in real-world applications?

Yes, factorization is used in a variety of real-world applications such as cryptography, data compression, and signal processing.

Is there a specific order in which I should factor a number or expression?

Yes, it is generally recommended to factor out any common factors first, then look for perfect squares or cubes, and finally use other factoring techniques to find all possible factors.

Back
Top