Let f ( x ) = x 4 + a x 3 + b x 2 + c x + d be a polynomial with real coefficients and real zeroes. If ∣ f ( i ) ∣ = 1 , where i = − 1 , then find the value of a + b + c + d .
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.
How you reached the 3rd step ? Does modulus means positive value or something else here?..
Log in to reply
modulus means magnitude that is the distance of any quantity from origin.
THANK U SIR
Overrated problem
Log in to reply
yeah .. why it's level 5 solved, without pen and paper it's level 1
How did you arrive at step 3 ? abso value f (i) = ....
Log in to reply
absolute value of a quantity means it's magnitude from the origin.
Lol guessed a,b,c,d are 0.
How from f(i) become |f(i)| ???
Log in to reply
Square f(i) then square root it. Absolute value is more or less just 'making it positive'. Square some number, number must become positive, but now we dont want the 'squared number', we just want the number, then square root.
Just in case consider the polynomial f ( x ) = x 4 + x 3 + x 2 + x + 1 or a = b = c = d = 1
Now putting x = i we get
f ( i ) = 1 → ∣ f ( i ) ∣ = 1
Umm.. ain't this a contradiction?
Log in to reply
Its zeroes are not all real .
But all the zeroes of the polynomial f ( x ) are not real in this case. @neelesh vij
Same way...!!!!
If abs(f(i)) is 1 then won't (x^2 + 1) be a factor of f(x) ??? Then by that we can approach the answer.
Log in to reply
Thank you. My question was about the step next to that .
Log in to reply
⟹ x 1 = x 2 = x 3 = x 4 = 0
Well, to make the RHS and LHS equal, There's only one value of roots possible, i.e. 0, you can check for yourself. As soon as we put the value of all 4 roots equal to 0, LHS = RHS becomes true.
Should mention that mod denotes the mod in complex numbers.
Problem Loading...
Note Loading...
Set Loading...
Assume that 4 real zeroes of f ( x ) be x 1 , x 2 , x 3 , x 4 , then f ( x ) = ( x − x 1 ) ( x − x 2 ) ( x − x 3 ) ( x − x 4 ) .
Now evaluating the value of f ( x ) at x = i , we get f ( i ) = ( i − x 1 ) ( i − x 2 ) ( i − x 3 ) ( i − x 4 ) ∴ ∣ f ( i ) ∣ = 1 + x 1 2 1 + x 2 2 1 + x 3 2 1 + x 4 2 = 1 ⇒ x 1 = x 2 = x 3 = x 4 = 0 ⇒ f ( x ) = x 4 ⇒ a = b = c = d = 0 .
Adding a , b , c and d we get a + b + c + d = 0 . □
enjoy!