A quadratic polynomial with positive leading coefficient defines a function which is defined for only
Then the curve satisfies the following properties:
Find the value of
This problem is a part of <Christmas Streak 2017> series .
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.
Let us define:
f ( x ) = a x 2 + b x + c
Then:
g ( x ) = a [ ln ( x ) ] 2 + b ln ( x ) + c
Also:
g ′ ( x ) = 2 a x ln ( x ) + x b
g ′ ′ ( x ) = 2 a x 2 [ 1 − ln ( x ) ] − x 2 b
Condition 1 says that if g ′ ( p ) = 0 , also g ′ ′ ( p 2 ) = 0 . Thus:
g ′ ( p ) = 2 a p ln ( p ) + p b = 0
p = e − 2 a b
Putting this in g ′ ′ ( x ) :
g ′ ′ ( p 2 ) = 2 a p 2 [ 1 − ln ( p 2 ) ] − p 2 b = 0
e − a b 2 a ( 1 + b / a ) − b = 0
b = − 2 a
Looking at condition 2 , since the line passes through point ( k , 0 ) , its equation is:
r ( x ) = m ( x − k )
Where m is the inclination. If we consider the tangent point with g ( x ) as ( q , g ( q ) ) , the inclination m will be equal to g ′ ( q ) . That is:
m = q 2 a ln ( q ) + b
But ( q , g ( q ) ) is a solution for both the line r ( x ) and g ( x ) . So:
r ( q ) = g ( q )
q 2 a ln ( q ) + b ( q − k ) = a [ ln ( q ) ] 2 + b ln ( q ) + c
Recalling that b = − 2 a :
q 2 a ln ( q ) − 2 a ( q − k ) = a [ ln ( q ) ] 2 − 2 a ln ( q ) + c
This equation gives only one solution q ∀ k ≥ 0 . This means that k = 0 also gives only one solution:
q 2 a ln ( q ) − 2 a q = a [ ln ( q ) ] 2 − 2 a ln ( q ) + c
Since g ( x ) is only defined for x > 0 , then q = 0 :
2 a ln ( q ) − 2 a = a [ ln ( q ) ] 2 − 2 a ln ( q ) + c
a [ ln ( q ) ] 2 − 4 a ln ( q ) + c + 2 a = 0
Since it only has one solution q , the discriminant must be 0 (note this equation is quadratic in ln ( q ) ). Thus:
( 4 a ) 2 = 4 a ( c + 2 a )
c = 2 a
So:
f ( x ) = a ( x 2 − 2 x + 2 )
Thus:
f ( 2 ) f ( 1 0 ) = 2 a 8 2 a = 4 1