There is a unique choice of numbers a and b such that the polynomial y 4 + 2 y 3 + a y 2 + 2 y + b can be written as f ( y ) 2 , where f ( y ) is also a polynomial. Find 2 a + 9 b .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Why did no one use vieta's theorem?? hahahah
nice idea...but wnat will u do if numbers are not given?????
Since y 4 + 2 y 3 + a y 2 + 2 y + b can be written as ( f ( y ) ) 2 , this means that it is a perfect square, so we can clearly state that f ( y ) must be of a second degree (quadratic) form.
Therefore, let f ( y ) = p y 2 + q y + r , then
( f ( y ) ) 2 = ( p y 2 + q y + r ) 2 = p 2 y 4 + 2 p q y 3 + y 2 ( q 2 + 2 p r ) + 2 q r y + r 2 But ( f ( y ) ) 2 = y 4 + 2 y 3 + a y 2 + 2 y + b
Comparing the coefficients in both the equations, we get -
p 2 = 1
2 p q = 2 ⇒ q = p 1
2 q r = 2 ⇒ r = q 1 = p
Then a = q 2 + 2 p r = p 2 1 + 2 p 2 = 1 + 2 = 3
And b = r 2 = p 2 = 1
Therefore, 2 a + 9 b = ( 2 × 3 ) + ( 9 × 1 ) = 1 5
f ( y ) 2 = ( y 2 + c y + d ) 2
= y 4 + 2 c y 3 + ( c 2 + 2 d ) y 2 + 2 c d y + d 2
Equating Coefficients:
2 c = 2 ⇒ c = 1
2 c d = 2 ⇒ 2 × 1 × d = 2 ⇒ d = 1
a = ( c 2 + 2 d ) = 1 2 + 2 × 1 = 3
b = d 2 = 1 2 = 1
2 a + 9 b = 2 × 3 + 9 × 1 = 1 5
If y^4+2y^3+ay^2+2y+b= f(y)^2, then there is a polynomial f(y)= (Y^2+ny+sqrt(b)) where n is any real number. Squaring f(y) we get, (Y^2+nY+sqrt(b))(Y^2+nY+sqrt(b)) = (Y^4 + 2nY^3 + (n^2+ 2sqrt(b))Y^2 + 2nYsqrt(b) + b). Matching corresponding terms, we get n=1 and sqrt(b)=1. Therefore, a=3, and b=1. 2(3) + 9(1) = 15.
f(x)^2 must be /(y^2 + my + n)(y^2 + my +n)/
Multiplying this out we get /(y^4 + 2my^3 + (2n + m^2)y^2 + 2mny +n^2/).
This is equal to /(y^4 +2y^3 +ay^2 +2y +b/) for all values of y. From this we have m = 1, n = 1, and a = 3, b = 1.
/((2(3) + 9(1) = 15/)
it is the square of (y2+y+1)=y4+2y3+3y2+2y+1 ....2(3)+9(1)=15
(y^2+ry+s)^2 ==>
y^4 + 2r.y^3 + (r^2+2s).y^2 + 2rs.y + s^2=0
y^4 + 2y3 + ay2 + 2y + b = 0
Hence,
2r=2
r=1
2rs=2
s=1
a=r^2+2s=1^2+2*1=3
b=s^2=1^2=1
2a+9b=2(3)+9(1)=6+9=15
Problem Loading...
Note Loading...
Set Loading...
We know that the highest degree of the polynomial is 2. So: f ( y ) = y 2 + c y + d Expanding f ( y ) 2 we get: f ( y ) 2 = y 4 + 2 c y 3 + ( 2 d + c 2 ) y 2 + 2 d c y + d 2 Solving for c and d with what we know, we get that c = 1 and d = 1 . So we know that by plugging values in that a = 3 and b = 1 . Therefore 2 a + 9 b = 1 5