Lesson Miscellaneous problems on Vieta's theorem

Algebra ->  Customizable Word Problem Solvers  -> Evaluation -> Lesson Miscellaneous problems on Vieta's theorem      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   


This Lesson (Miscellaneous problems on Vieta's theorem) was created by by ikleyn(52776) About Me : View Source, Show
About ikleyn:

Miscellaneous problems on Vieta's theorem


Problem 1

Let  'a'  and  'b'  be the roots of the quadratic equation   5x^2 - 23x - 4 = 0.
Compute   1/a^2 + 1/b^2.

Solution

The given equation is the standard form quadratic equation

    5x^2 - 23x - 4 = 0.    (1)


Therefore, according to Vieta's theorem,  

    a + b = 23%2F5,    (2)

    ab = -4%2F5.       (3)



Next,  

    1%2Fa%5E2 + 1%2Fb%5E2 = %28a%5E2+%2B+b%5E2%29%2F%28a%5E2%2Ab%5E2%29.    (4)


The numerator in (4) is

    a^2 + b^2 = (a^2 + 2ab + b^2) - 2ab = (a+b)^2 - 2ab = 

                replace here a+b by 23%2F5  and replace ab by  -4%2F5  based on (2),(3) and continue

              = %2823%2F5%29%5E2 - 2%2A%28-4%2F5%29 = 529%2F25 + 8%2F5 = %28529%2B5%2A8%29%2F25 = 569%2F25.


Therefore

    1%2Fa%5E2 + 1%2Fb%5E2 = %28a%5E2+%2B+b%5E2%29%2F%28a%5E2%2Ab%5E2%29 = %28%28569%2F25%29%29%2F%28%2816%2F25%29%29 = 569%2F16 = 359%2F16 = 35.5625.    ANSWER

Problem 2

Let  'a'  and ' b'  be the solutions to   6x^2 - 16x + 7 = 0.
Find   a^2/b + b^2/a.

Solution

The given equation is the standard form quadratic equation

    6x^2 - 16x + 7 = 0.    (1)


According to Vieta's theorem, if "a" and "b" are the roots of this quadratic equation, then

    a + b = 16%2F6 = 8%2F3,     (2)

      ab  = 7%2F6.           (3)


Now,  a%5E2%2Fb + b%5E2%2Fa = %28a%5E3%2Bb%5E3%29%2Fab.


The numerator is

    a^3 + b^3 = (a+b)*(a^2 - ab + b^2) = (a+b)*((a^2+2ab+b^2)-3ab) = (a+b)*((a+b)^2-3ab) = (a+b)^3 - 3(a+b)*(ab).


Now replace here  (a+b)  by   8/3  based on  (2)  and replace ab by  7/6  based on (3).

You will get  


    a^3 + b^3 = %288%2F3%29%5E3 - 3%2A%288%2F3%29%2A%287%2F6%29 = 512%2F27 - %288%2F3%29%2A%287%2F2%29 = 512%2F27 - 28%2F3 = %28512-9%2A28%29%2F27 = 260%2F27.


Therefore,  a%5E2%2Fb+%2B+b%5E2%2Fa = %28%28260%2F27%29%29%2F%28%287%2F6%29%29 = %28260%2A6%29%2F%2827%2A7%29 = 1560%2F189 = 520%2F63.


ANSWER.  a%5E2%2Fb+%2B+b%5E2%2Fa = 520%2F63.

Problem 3

Let  'a'  and  'b'  be the roots of the quadratic   x^2 - 5x + 3 = 0.
Find the quadratic whose roots are   a^2/b and b^2/a.

Solution

According to Vieta's theorem, we have

    a + b = 5,

    ab = 3.


Next,  a%5E2%2Fb%2Bb%5E2%2Fa = %28a%5E3%2Bb%5E3%29%2Fab.


In the numerator,  

    a^3 + b^3 = (a+b)*(a^2-ab+b^2) = (a+b)*((a^2 +2ab+b^2)-3ab) = (a+b)*((a+b^2-3ab) = (a+b)^3 - 3ab*(a+b) =

                substitute here a+b = 5, ab = 3 and continue

              = 5^3 - 3*3*5 = 125-45 = 80.


Therefore,  

    a%5E2%2Fb + b%5E2%2Fa = %28a%5E3%2Bb%5E3%29%2Fab = 80%2F3.


Also,  a%5E2%2Fb.b%5E2%2Fa = %28a%5E2%2Ab%5E2%29%2F%28ab%29 = ab = 3.


So, due to Vieta's theorem (again), the desired quadratic equation has 
the coefficient  -80%2F3  at x  and  the constant term 3.


ANSWER.  The desired quadratic equation is  x^2 - %2880%2F3%29x + 3 = 0.

Problem 4

There are integers  'b',  'c'  for which both roots of the polynomial   x^2 - x - 3
are also roots of the polynomial   x^3 - bx^2 - c.   Determine the ordered pair  (b,c).

Solution

Let p and q be the roots of the polynomial x^2 - x - 3.

Due to Vieta's theorem, 

    p + q = 1,        (1)

    pq = -3.          (2)


According to the problem, p and q are also the roots of the polynomial x^3 - bx^2 - c. 
Let r be the third root of this polynomial.

Then, due to Vieta's theorem for polynomial x^3 - bx^2 - c

    p + q + r = b,          (3)

    p*q + p*r + q*r = 0,    (4)   (coefficient at x in polynomial x^3 - bx^2 - c)

    p*q*r = c.              (5)


In (3), replace p+q by 1, based on (3).  In (5), replace p*q by -3, based on (2).
Then from (3) an (4) you will have

    1 + r = b,              (6)

    -3r =  c,               (7) 


In equation (4), replace p*q  by -3, based on (2).  Then equation (4) takes the form

    -3 + pr + qr = 0,  

or

    p*r + q*r  = 3,

    (p + q)*r  = 3.


In the last equation, replace (p + q) by 1,  based on (1).  You will get

    1*r = 3,  i.e.  r = 3.


Now from  (6)  b = 1 + r = 1 + 3 = 4;

    from  (7)  c = -3r = -3*3 = -9.


ANSWER.  In polynomial  x^3 - bx^2 - c, coefficients  are b = 4,  c = -9.

Problem 5

Let  'p',  'q',  'r',  and  's'  be the roots of   g(x) = x^4 + 2x^3 + 16x^2 + 20x - 31.
Compute   p^2*qrs + pq^2*rs + pqr^2*s + pqrs^2.

Solution

Notice that 

    p^2*qrs + pq^2*rs + pqr^2*s + pqrs^2 = pqrs*(p + q + r + s).


Also notice that the leading coefficient of the polynomial at x^4 is 1.


Due to Vieta's theorem

    pqrs          = -31  (the product of the roots is equal to the constant term)

    p + q + r + s =  -2  (the sum of the roots is the coefficient at x^3 with the opposite sign).


Therefore,

    p^2*qrs + pq^2*rs + pqr^2*s + pqrs^2 = (-31)*(-2) = 62.


ANSWER.  p^2*qrs + pq^2*rs + pqr^2*s + pqrs^2 = 62.

Problem 6

Let  'p',  'q',  'r',  and  's' be the roots of   x^4 + 2x^3 + 16x^2 + 20x - 31.
Compute   p^2 + q^2 + r^2 + s^2.

Solution

Notice that 

    p^2 + q^2 + r^2 + s^2 = (p + q + r + s)^2 - 2*(pq + pr +ps + qr + qs + rs)   (standard decomposition for the square of a sum)


Also notice that the leading coefficient of the polynomial at x^4 is 1.


Due to Vieta's theorem

    pq + pr + ps + qr + qs + rs = 16  (the sum of in-pairs products of the roots is the coefficient at x^2)

    p + q + r + s =  -2               (the sum of the roots is the coefficient at x^3 with the opposite sign).


Therefore,

    p^2 + q^2 + r^2 + s^2 = (-2)^2 - 2*16 = 4 - 32 = -28.


ANSWER.  p^2 + q^2 + r^2 + s^2 = -28.   

         (by the way, since the sum of squares is negative, it means that some roots are complex numbers).


My other lessons on Evaluating expressions in this site are

    - HOW TO evaluate expressions involving  %28x+%2B+1%2Fx%29,  %28x%5E2%2B1%2Fx%5E2%29  and  %28x%5E3%2B1%2Fx%5E3%29
    - Advanced lesson on evaluating expressions
    - HOW TO evaluate functions of roots of a square equation
    - HOW TO evaluate functions of roots of a cubic and quartic equation
    - Problems on Vieta's formulas
    - Advanced problems on Vieta's theorem
    - Evaluating expressions that contain infinitely many square roots
    - Solving equations that contain infinitely many radicals
    - Problems on evaluating in Geometry
    - Evaluating trigonometric expressions
    - Evaluate the sum of the coefficients of a polynomial
    - Miscellaneous evaluating problems
    - Advanced evaluating problems
    - Lowering a degree method
    - Find the number of factorable quadratic polynomials of special form
    - Evaluating a function defined by functional equation
    - Math circle level problems on evaluating expressions
    - Math circle level problems on finding polynomials with prescribed roots
    - Math Olympiad level problem on evaluating a 9-degree polynomial
    - Upper league problem on evaluating the sum
    - Finding coefficients of decomposition of a rational function
    - Upper level problem on evaluating an expression of polynomial roots
    - A truly miraculous evaluating problem with a truly miraculous solution
    - Entertainment problems on evaluating expressions
    - OVERVIEW of lessons on Evaluating expressions

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 246 times.