Solving a Polynomial x^6 – 7x^3 + 12 by Factoring.

  • Context:
  • Thread starter Thread starter RidiculousName
  • Start date Start date
  • Tags Tags
    Factoring Polynomial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
RidiculousName
Messages
28
Reaction score
0
Hello, I have been going through the Wisconsin Placement Exam sample test. I'm trying to figure out how to find the solution set for x6 – 7x3 + 12.

I have tried having u = x3 and solving for u2-7u+12, but I'm unsure what to do once I get (u - 4)(u - 3).

Would someone help me figure out how to solve this type of problem?
 
Mathematics news on Phys.org
RidiculousName said:
Hello, I have been going through the Wisconsin Placement Exam sample test. I'm trying to figure out how to find the solution set for x6 – 7x3 + 12.

I have tried having u = x3 and solving for u2-7u+12, but I'm unsure what to do once I get (u - 4)(u - 3).

Would someone help me figure out how to solve this type of problem?

if $x^6-7x^3+12 = 0$ ...

$u = x^3 \implies u^2-7u+12 = 0 \implies (u-4)(u-3) = 0$

the zero product property $\implies u = 4$ or $u = 3$

$u = 4 \implies x^3 = 4 \implies x = \sqrt[3]{4}$

$u = 3 \implies x^3 = 3 \implies x = \sqrt[3]{3}$
 
skeeter said:
if $x^6-7x^3+12 = 0$ ...

$u = x^3 \implies u^2-7u+12 = 0 \implies (u-4)(u-3) = 0$

the zero product property $\implies u = 4$ or $u = 3$

$u = 4 \implies x^3 = 4 \implies x = \sqrt[3]{4}$

$u = 3 \implies x^3 = 3 \implies x = \sqrt[3]{3}$

Thank you!