Big Ideas Math Algebra 2, 2014
BI
Big Ideas Math Algebra 2, 2014 View details
5. Solving Polynomial Equations
Continue to next subchapter

Exercise 43 Page 195

By the Irrational Conjugates Theorem, if a+sqrt(b) is a zero of a polynomial with rational coefficients, then a-sqrt(b) is also a zero, where a and b are rational numbers, with sqrt(b) irrational.

f(x)=x^3-10x-12

Practice makes perfect

We want to write a polynomial function f that meets the following requirements.

  1. It is of the least possible degree.
  2. It has rational coefficients.
  3. The leading coefficient is 1.
  4. The zeros are -2 and 1+sqrt(7).Because 1+sqrt(7) is a zero, by the Irrational Conjugates Theorem 1-sqrt(7) is also a zero. This means we have three zeros, so the least degree is 3. Let's write the factored form of f. f(x)= 1(x-( -2))(x-( 1+sqrt(7)))(x-(1-sqrt(7))) Finally, we will simplify the equation by multiplying the factors.
    f(x)=1(x-(-2))(x-(1+sqrt(7)))(x-(1-sqrt(7)))
    f(x)=(x-(-2))(x-(1+sqrt(7)))(x-(1-sqrt(7)))
    f(x)=(x+2)(x-1-sqrt(7))(x-1+sqrt(7))
    f(x)=(x+2)((x-1)-sqrt(7))((x-1)+sqrt(7))
    f(x)=(x+2)((x-1)^2-(sqrt(7))^2)
    f(x)=(x+2)((x-1)^2-7)
    f(x)=(x+2)(x^2-2x+1-7)
    f(x)=(x+2)(x^2-2x-6)
    â–Ľ
    Multiply
    f(x)=x(x^2-2x-6)+2(x^2-2x-6)
    f(x)=x^3-2x^2-6x+2(x^2-2x-6)
    f(x)=x^3-2x^2-6x+2x^2-4x-12
    f(x)=x^3-10x-12