The quadratic equation 2x^2 + 8x + 1 = 0 has roots x1 and x2. Write down the value of x1+x2 and x1*x2 and find the value of x1^2 + x2^2

If a quadratic equation is of the form : ax^2 +bx +c =0and has roots x1 and x2, then the following statements are true:x1+x2 = - b/ax1x2 = c/aIn our case: x1+x2 = - 8/2 = -4and x1x2 = 1/2Now, x1^2 + x2^2 = (x1+x2)^2 -2x1x2= (-4)^2 -2 * 1/2 = 16 - 1 = 15

BM

Related Maths A Level answers

All answers ▸

Given x=Sqrt(3)sin(2t) and y=4cos^2(t), where 0<t<pi. Show that dy/dx = kSqrt(3)tan(2t).


If y=(a^(Sinx)) where a and k are given constants, find dy/dx in terms of a and x


How do you differentiate y=sin(cos(x))?


I don't understand why the function "f(x)=x^2 for all real values of x" has no inverse. Isn't sqrt(x) the inverse?