find the zeros of the quadratic polynomial 4x2 - 4x +1 and verify the relationship between the zeros and coeffcients
Answers
Here is your solution :
Given,
Quadratic eq. = 4x² - 4x + 1
Here,
Coefficient of x² ( a ) = 4
Coefficient of x ( b ) = -4
Constant term ( c ) = 1
Now,
=> 4x² - 4x + 1 = 0
=> ( 2x )² - 2 × 2x × 1 + ( 1 )² = 0
Using identity :
=> ( a² - 2ab + b² ) = ( a - b )²
=> ( 2x - 1 )² = 0
=> ( 2x - 1 ) ( 2x - 1 ) = 0 ( continued further )
=> ( 2x - 1 ) = 0 ÷ ( 2x - 1 )
=> ( 2x - 1 ) = 0
=> x = 1/2
★
=> ( 2x - 1 ) = 0 ÷ ( 2x - 1 )
=> ( 2x - 1 ) = 0
=> 2x = 1
=> x = 1/2
Hence, zeroes are ( 1/2 ) and ( 1/2 ).
Now,
=> Sum of zeroes = -b/a
=> ( 1/2 ) + ( 1/2 ) = -( -4 ) ÷ 4
=> ( 1 + 1 )/2 = 4 ÷ 4
=> 2÷2 = 1
=> 1 = 1
And,
=> Product of zeroes = c/a
=> ( 1/2 ) × ( 1/2 ) = 1/4
=> 1/4 = 1/4
★ Verified ★
==============================
Hope it helps !! ^_^
Answer:
The zeros of the quadratic polynomial 4x² - 4x +1 are ,
Step-by-step explanation:
Given,
Quadratic equation 4x² - 4x +1
To find,
- The zeros of the quadratic polynomial
- Verify the relationship between the zeros and coefficients.
Recall the concepts:
If 'α' and 'β' are the roots of the quadratic equation ax² + bx + c = 0,
Then the relation between the zeros and coefficients
sum of roots = α +β =
and Product of roots = αβ =
(a-b)² = a² - 2ab +b² -----------(A)
Solution:
4x² - 4x +1 = (2x)² - 2(2x)(1)+1², this is of the form a² - 2ab +b²
∴(2x)² - 2(2x)(1)+1² = (2x -1)²(from the identity (A))
To find the zeros
4x² - 4x +1 = 0 ⇒ (2x -1)² = 0 ⇒ x = ,,
∴The zeros of the quadratic polynomial 4x² - 4x +1 are ,
To verify the relationship between the zeros and coefficients.
Sum of zeros= + = 1
Product of zeros = × =
Comparing the equation 4x² - 4x +1 with ax² + bx + c = 0 we get,
a = 4, b = -4 and c= 1
= = 1
=
Sum of zeros = = 1
Product of zeros = =
∴ The relationship between the zeros and coefficients is verified.
#SPJ2