Lesson Using Vieta's theorem to solve quadratic equations and related problems

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons -> Lesson Using Vieta's theorem to solve quadratic equations and related problems      Log On


   


This Lesson (Using Vieta's theorem to solve quadratic equations and related problems) was created by by ikleyn(52778) About Me : View Source, Show
About ikleyn:

Using Vieta's theorem to solve quadratic equations and related problems


Problem 1

If  "a"  and  "b"  are the roots of the quadratic equation   x%5E2+-+3x+-1 = 0,  find  a%5E2+%2B+b%5E2.

Solution 1

According to Viets's theorem,   a + b = 3   and   ab = -1.


Hence,  a%5E2+%2B+b%5E2 = %28a+%2B+b%29%5E2+-+2ab = 3%5E2+-+2%2A%28-1%29 = 9 + 2 = 11.


Answer.   a%5E2+%2B+b%5E2 = 11.


Notice that we do not need to solve the given quadratic equation explicitly to get the answer.

Problem 2

If two roots of the quadratic polynomial  7x%5E2%2B3x%2Bk  are  %28-3+%2B-+i%2Asqrt%28299%29%29%2F14,  find  k.

Solution

k%2F7 is the product of the roots (Vieta's theorem):

k%2F7 = %28%28-3%2Bi%2Asqrt%28299%29%29%2F14%29%2A%28%28-3-i%2Asqrt%28299%29%29%2F14%29 = %283%5E2%2B299%29%2F14%5E2 = 308%2F14%5E2.


Hence, k = %28308%2A7%29%2F14%5E2 = 11.

Problem 3

The roots of the quadratic equation  z%5E2+%2B+az+%2B+b = 0  are  2 - 3i  and  2 + 3i.  What is  a+b?

Solution

-a = (2-3i) + (2+3i) = 4  ====>  a = -4.

b = (2-3i)*(2+3i) = 2%5E2+%2B+3%5E2 = 4 + 9 = 13.

====>  a + b = -4 + 13 = 9.


The Vieta's theorem.


Answer. a + b = 9.

Problem 4

Suppose  "a"  and  "x"  satisfy  x%5E2+%2B+%28a-%281%2Fa%29%29x+-+1 = 0.  Solve for  "x"  in terms of  "a".

Solution

Solution 1   (the Vieta's theorem)

The Vieta's theorem says:  if  p and q are the roots of a quadratic equation  x%5E2+%2B+ux+%2B+v = 0  then  u = -(p+q)  and  v = pq.

The opposite is also TRUE:  if  u = -(p+q)  and  v = pq  then p and q  are the roots of the quadratic equation    x%5E2+%2B+ux+%2B+v = 0.


Now look into your equation and notice that  the numbers  -a  and  %281%2Fa%29  give  -%28a+-+%281%2Fa%29%29 when summed up and -1 when multiplied.


Hence,  the numbers "-a" and  1%2Fa are the roots of your equation.


Solution 2   (Factoring)

Factor your polynomial:   x%5E2+%2B+%28a-%281%2Fa%29%29x+-+1+ = %28x%2Ba%29%2A%28x-1%2Fa%29.


Hence, the roots are "-a" and 1%2Fa.

Problem 5

Without solving the given equation,  find an equation whose roots are the squares of the roots of   x%5E2+%2B+4x+%2B+2 = 0.

Solution

Let "s" and "t" be the roots of the quadratic polynomial

p(x) = x%5E2+%2B+px+%2B+q 

with the leading coefficient 1 at x%5E2. Then the Vieta's theorem says:

s + t = -p   and  s*t = q.


For the given equation 

x%5E2+%2B+4x+%2B2 = 0

it means that if "s" and "t" are its roots, then

s + t = -4,    (1)    and
s*t    = 2.    (2)

Next, if (1) and (2) are held, then

s%5E2+%2B+2st+%2B+t%5E2 = %28s%2Bt%29%5E2 = %28-4%29%5E2 = 16;  hence, s%5E2+%2B+t%5E2 = 16 - 2s*t = 16 - 2*2 = 12,   and

S%5E2%2At%5E2 = %28st%29%5E2 = 2%5E2 = 4.


Hence, by applying the Vieta;s theorem once again, you see that s%5E2 and t%5E2 are the roots of the polynomial

g(x) = x%5E2+-12x+%2B+4.

It is the answer to the problem's question.   The problem is solved !!


Notice,  we get the answer without solving the original equation.
Exactly as assigned by the condition.
All we did was manipulating with coefficients and using the Vieta's theorem.

Problem 6

Determine all values of  "c"  so that  (2x+1)  is a factor of  2x%5E2%2B7x%2Bc.

Solution

1.  The fact that 2x+1 is the factor of the polynomial p(x) = 2x^2+7x+c  is equivalent to divisibility 
    the polynomial p(x) by x+%2B+1%2F2.


2.  Divisibility of the polynomial p(x) by x+%2B+1%2F2 is equivalent to the fact that -1%2F2 is the root of the polynomial p(x):

    p%28-1%2F2%29 = 0.     (the "Remainder theorem")


3.  The fact that -1%2F2 is the root of the polynomial p(x) means that

    2%2A%28-1%2F2%29%5E2+%2B+7%2A%28-1%2F2%29+%2B+c = 0,   or   2%2F4+-+7%2F2+%2B+c = 0,   or     c = -2%2F4+%2B+7%2F2 = -2%2F4+%2B+14%2F4 = 12%2F4 = 3.


Answer.  c = 3.

Problem 7

If  sqrt%283%29+-+1  is a root of the equation  2x^2-2kx+4 = 0,  find the value of  "k".

Solution

The given equation

    2x^2 - 2kx + 4 = 0 

is equivalent to  (after dividing both sides by 2)


    x^2 - kx + 2 = 0.      (1)


We are given that  sqrt%283%29-1  is the root of the original equation; hence, the equation (1) with the leading coefficient 1 has this root, too.


Then, applying the Vieta's theorem, the other root of the equation (1) is


    2%2F%28sqrt%283%29-1%29 = 2%2F%28sqrt%283%29-1%29.%28sqrt%283%29%2B1%29%2F%28sqrt%283%29%2B1%29 = %282%2Asqrt%283%29%2B1%29%2F%28%28sqrt%283%29%29%5E2-1%5E2%29 = %282%2A%28sqrt%283%29%2B1%29%29%2F2 = sqrt%283%29%2B1.


Thus we know BOTH ROOTS of the equation (1) (even without solving it explicitly (!) ). They are


    sqrt%283%29-1  and  sqrt%283%29%2B1.


Again, according to Vieta's theorem, the sum of these roots is the coefficient at x in equation (1) taken with the opposite sign:


    k = sqrt%283%29-1 + sqrt%283%29%2B1 = 2%2Asqrt%283%29.


Answer.  k = 2%2Asqrt%283%29.

Problem 8

If the equations   x%5E2+-+ax+%2B+b = 0   and   x%5E2+-+ex+%2B+f = 0   have one root in common and if the second equation has equal roots,  then prove that   ae = 2(b + f).

Solution

1.  If x%5E2+-+ex+%2B+f = 0  has equal roots, it means that its discriminant d = e^2 - 4f  is zero:

    e%5E2+-+4f = 0,   or   e%5E2 = 4f,   or  e%5E2%2F2 = 2f.    (1)



2.  Then the merged root of the equation  x%5E2+-+ex+%2B+f = 0  is  

    x%5B1%2C2%5D = e%2F2    ( <<<---=== it follows from the quadratic formula, for example )



3.  It implies that the common root of the two given equations is  e%2F2,  since the second equation has no other roots.



4.  Thus we know that e%2F2 is one of the roots of the equation  x%5E2+-+ax+%2B+b = 0.

    Then, according to the Vieta's theorem, the other root of this equation is 

    a+-+e%2F2,  and the product of the roots is the constant term


    %28e%2F2%29%2A%28a-e%2F2%29 = b.



5.  The last equality is equivalent to 

    ae - e%5E2%2F2 = 2b  <----->  ae = 2b + e%5E2%2F2  <----->  ae = 2b + 2f  <----->  ae = 2(b+f).

    The transformation step before the last one uses the equality (1).


It is what has to be proved.

Problem 9

One solution of   z^3+ A*z^2 - z - 14 = 0   is   z = -2-root(3)*i,  where  A  is a real number.
Find  A  and other two solutions.

Solution

Since the given equation is with real coefficients (given), its complex roots are conjugated complex numbers.

Since one such root is  z%5B1%5D = -2-i%2Asqrt%283%29  (given), the other root is  z%5B2%5D = -2%2Bi%2Asqrt%283%29.


Vieta's theorem says that the product of three roots of the given equation equals to the constant term 
with the opposite sign. So

    z%5B1%5D%2Az%5B2%5D%2Az%5B3%5D = 14.


The product of the two complex conjugated numbers  -2-i%2Asqrt%283%29  and  -2%2Bi%2Asqrt%283%29  is 

    %28-2%29%5E2+%2B+%28sqrt%283%29%29%5E2 = 4 + 3 = 7.


Therefore, the third root of the given equation is  z%5B3%5D = %2814%29%2F7 = 2.


Now the coefficient A equals to the sum of the three roots with the opposite sign, due to the same Vieta's theorem

    A = -%28z%5B1%5D+%2B+z%5B2%5D+%2B+z%5B3%5D%29 = -%28+%28-2-i%2Asqrt%283%29%29+%2B+%28-2%2Bi%2Asqrt%283%29%29+%2B+2%29 = -(-2-2+2) = 2.


ANSWER.  A = 2.  The other two roots are  -2%2Bi%2Asqrt%283%29  and  2.


My other lessons on quadratic equations in this website are
    - Introduction into Quadratic Equations
    - PROOF of quadratic formula by completing the square

    - HOW TO complete the square - Learning by examples
    - HOW TO solve quadratic equation by completing the square - Learning by examples
    - Solving quadratic equations without quadratic formula
    - Who is who in quadratic equations

    - Find a number using quadratic equations
    - Find an equation of the parabola passing through given points
    - Problems on quadratic equations to solve them using discriminant
    - Relative position of a straight line and a parabola on a coordinate plane
    - Advanced minimax problems to solve them using the discriminant principle

    - Using quadratic equations to solve word problems
    - Word problems on engineering constructions of parabolic shapes
    - Challenging word problems solved using quadratic equations
    - Business-related problems to solve them using quadratic equations
    - Rare beauty investment problem to solve using quadratic equation
    - HOW TO solve the problem on quadratic equation mentally and avoid boring calculations
    - Entertainment problems on quadratic equations
    - Prime quadratic polynomials with real coefficients

    - Problem on a projectile moving vertically up and down
    - Problem on an arrow shot vertically upward
    - Problem on a ball thrown vertically up from the top of a tower
    - Problem on a toy rocket launched vertically up from a tall platform

    - Problems on the area and the dimensions of a rectangle
    - Problems on the area and the dimensions of a rectangle surrounded by a strip
    - Problems on a circular pool and a walkway around it

    - OVERVIEW of lessons on solving quadratic equations

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.



This lesson has been accessed 4086 times.