Given that a straight line in the x y -plane passes through the point ( 3 , 4 8 ) in the first quadrant and intersects positive x - and y -axes at points P and Q respectively. Let O designate the origin.
Find the minimum value of O P + O Q .
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 O P = a and O Q = b . By definition, the line that passes through P = ( a , 0 ) and Q = ( 0 , b ) is called the symmetric equation of the line, and it is: a x + b y = 1 . We know that it passes through ( 3 , 4 8 ) , hence: a 3 + b 4 8 = 1
Applying Titu's Lemma we get:
a 3 + b 4 8 ≥ a + b ( 3 + 4 8 ) 2
1 ≥ a + b ( 5 3 ) 2
a + b ≥ 7 5
Sir, Please explain me what is Titu's Lemma law
L e t y = m ( x − x o ) + y o b e t h e l i n e , ( x o , y o ) = ( 3 , 4 8 ) . ∴ y − m ∗ x = − m ∗ x o + y o . ⟹ − m ∗ x o + y o y − − m ∗ x o + y o x = 1 . E q u a t i o n o f a l i n e i s a x + b y = 1 . S o t h e s u m o f i n t e r c e p t s f ( m ) = y − i n t e r c p e t + x − i n t e r c p e t = a + b = ( − m ∗ x o + y o ) − ( − x o + m y o ) . f ( m ) ( 3 , 4 8 ) = ( − 3 m + 4 8 ) − ( − 3 + m 4 8 ) . S o f ′ ( m ) = − 3 − m 2 4 8 = 0 . m 2 = 1 6 . ⟹ m = − 4 , i n 1 s t q u a d r a n t . ∴ f ( − 4 ) = ( 4 ∗ 3 + 4 8 ) − ( − 3 − − 4 4 8 ) = 7 5 .
First, Some definitions. I'm going to let p be the distance of O P and q be the distance of O Q . Similarly, I will let T be the value of p + q . The question asks to find the smallest value of O P + O Q which in other words will mean finding the smallest value of T
Let's write the line as an equation going through point ( 3 , 4 8 ) . We don't know the gradient of the line so let's call it m . Now using the form y − y 1 = m ( x − x 1 ) , the line can be written as y − 4 8 = m ( x − 3 ) .
As P and Q represent the points where the line crosses the axes, we can also represent them as ( p , 0 ) and ( 0 , q ) respectively. By substituting these points into the line equation, we obtain 0 − 4 8 = m ( p − 3 ) ⇒ p m = 3 m − 4 8 and q − 4 8 = m ( 0 − 3 ) ⇒ q m = − 3 m 2 + 4 8 m Adding these two equations together gives p m + q m = T m = − 3 m 2 + 5 1 m − 4 8 ⇒ T = − 3 m + 5 1 − m 4 8
(accidently clicked submit. finishing it off now.)
the line equation
y = m x + c ---> 48 = 3 m + c ----> c = 48 - 3 m
the length of "op + oq" = -c /m + c = - (48 - 3 m)/m + (48 - 3 m)
Find the minimum by differentiating with respect to "m" = 0
this leads to -3 + 48 / m^2 = 0 -- slove ----> m = -4 (min)
the line equation becomes y = m x +c = -4 x + 60
op + oq = 15 + 60 = 75
Problem Loading...
Note Loading...
Set Loading...
Consider the image. From the properties of similar triangle we can say that 3 y = x 4 8 ( H o w ) ⇒ x y = 4 8 × 3 ⇒ O P + O Q = ( 3 + x ) + ( 4 8 + y ) = 5 1 + x + x 1 4 4
Now from AM-GM, as x is always positive, the minimum value of ( x + x 1 4 4 ) is 24 (How).
Hence minimum value of O P + O Q i s 5 1 + ( 2 4 ) = 7 5