Given a real number x , find the minimum value of the fraction below:
1 − x 2 1 3 + 1 2 x
Bonus: Find value of x such that the fraction above is minimum?
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 the fraction be A . In order that A is definable, 1 − x 2 > 0 ⇔ x 2 < 1 ⇔ − 1 < x < 1 .
Working on the numerator of A , we have:
1 3 + 1 2 x = ( 1 2 , 5 + 1 2 , 5 x ) + ( 0 , 5 − 0 , 5 x ) = 1 2 , 5 ( 1 + x ) + 0 , 5 ( 1 − x ) ≥ 2 ( 1 2 , 5 ) ( 0 , 5 ) ( 1 − x ) ( x + 1 ) = 5 1 − x 2 (AM-GM inequality)
Therefore, we have:
A = 1 − x 2 1 3 + 1 2 x ≥ 1 − x 2 5 1 − x 2 = 5 (Note that 1 − x 2 > 0 )
Hence, the minimum value of A is 5 .
The minimum value of A is achieved only when 1 2 , 5 + 1 2 , 5 x = 0 , 5 − 0 , 5 x ⇔ 1 3 x = − 1 2 ⇔ x = − 1 3 1 2 (satisfies the condition)
Is there a geometric or trig way to do this? It definitely seems related to the fact that ( 5 , 1 2 , 1 3 ) is a Pythagorean triple (it works for other triples too).
Minimum does not occur when x = + 1 3 1 2 , it occurs when x = − 1 3 1 2 .
Our expression can be written as (25(1+x)+(1-x))/2((1-x²)^1/2) =(1/2)*(25 ((1+x/1-x)^1/2) +((1-x/1+x)^1/2)) Taking ((1+x/1-x)^1/2)=t, we have (25t+1/t)/2 in which we can easily apply AM-GM inequality. Thus we get value of t as 1/5, which on solving for x gives x=-12/13
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = 1 − x 2 1 3 + 1 2 x . For f ( x ) to be real, − 1 < x < 1 . We can let x = cos θ , since − 1 ≤ cos θ ≤ 1 . Then
f ( x ) ⟹ f ( t ) = sin θ 1 3 + 1 2 cos θ = 1 + t 2 2 t 1 3 + 1 + t 2 1 2 ( 1 − t 2 ) = 2 t 1 3 ( 1 + t 2 ) + 1 2 ( 1 − t 2 ) = 2 t 2 5 + t 2 = 2 t 2 5 + 2 t Let t = tan 2 θ
By AM-GM inequality :
2 t 2 5 + 2 t ⟹ f ( t ) ≥ 2 4 2 5 = 5 ≥ 5
Equality occurs when 2 t 2 5 = 2 t ⟹ t = 5 ⟹ x = cos θ = 1 + t 2 1 − t 2 = − 1 3 1 2 .