Find the other root of a quadratic polynomial which has one of its roots as and has its minimum at .
Details and Clarifications :
A number is said to be a root of a polynomial if .
is the same as .
is the same as .
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.
Relevant wiki: Inverse Trigonometric Functions
a = ∫ 0 1 arctan ( 1 − x + x 2 ) d x
a = ∫ 0 1 2 π − a r c c o t ( 1 − x + x 2 ) d x
a = ∫ 0 1 2 π − arctan ( 1 − x + x 2 1 ) d x
a = ∫ 0 1 2 π − arctan ( 1 + x ( x − 1 ) x − ( x − 1 ) ) d x
a = ∫ 0 1 2 π − arctan tan ( arctan x − arctan ( x − 1 ) ) d x
a = ∫ 0 1 2 π − arctan x + arctan ( x − 1 ) d x
a = 2 π − ∫ 0 1 1 ⋅ arctan x + ∫ 0 1 1 ⋅ arctan ( x − 1 ) d x
Now integrate the 2 terms by parts to get,
a = 2 π − [ x arctan x − 2 1 ln ( 1 + x 2 ) ] 0 1 + [ ( x − 1 ) arctan ( x − 1 ) − 2 1 ln ( 1 + ( x − 1 ) 2 ) ] 0 1
a = 2 π − [ 4 π − 2 1 ln 2 ] − [ 4 π − 2 1 ln 2 ]
a = ln 2
Now, the other part of the question is really easy! Since a parabola is symmetric about its axis, the 2 roots of a quadratic polynomial are symmetric about the point on X-axis corresponding to the maximum/ minimum (minimum in this case; given in the question) i.e. ln 2 is the midpoint of the 2 roots a and b .
So, 2 a + b = ln 2
2 ( ln 2 ) + b = 2 1 ( ln 2 )
⇒ b = 0
So, the other root of the quadratic polynomial is 0 .