Solve Simple Polynomial: Find a if fx=2x^3-ax^2+2x-7

  • Thread starter Thread starter takercena
  • Start date Start date
  • Tags Tags
    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
8 replies · 3K views
takercena
Messages
25
Reaction score
0
Help me to solve this simple problem
find a if
fx = 2x^3 - ax^2 + 2x - 7
has a repeated factor
 
Physics news on Phys.org
Use a trial and error method. Find a value of 'x' that would make f(x)=0 for some value of 'a'. Hint: what's f(1), and what value of 'a' corresponds?
 
any easier way? Because this is in Further math syllabus so trial and error method seems too long. Or can you show me BrendanH?
 
If x0 is a double root and x1 is a different root, then your polynomial can be written 2(x- x0)2(x- x1). Multiply that out compare to the given polynomial.

"Multiple root" might mean a triple root: 2(x- x0)3. Multiply that out and compare to the given polynomial.
 
Have you tried Rational Roots Theorem and synthetic division? Picking rational roots to try will not immediately involve 'a'. The synthetic division will certainly involve 'a'. The use of synthetic division either gives remainder of zero for a root or a nonzero remainder if a choice is not a root.
 
The trouble with rational roots and factoring etc, is that the double root doesn't look like it's rational. Try this. If x is a double root then f(x)=0 and f'(x)=0. Solve those simultaneously. You wind up having to solve a cubic.
 
What is repeated factor? Does it mean that it has two or more same roots? (Its translation problem)
 
symbolipoint said:
Have you tried Rational Roots Theorem and synthetic division? Picking rational roots to try will not immediately involve 'a'. The synthetic division will certainly involve 'a'. The use of synthetic division either gives remainder of zero for a root or a nonzero remainder if a choice is not a root.

Why would you think that this equation will have a rational root?