Find the sum of slopes of all possible lines passing through origin O and intersecting the lines x + y = 1 , x + 2 y = 1 at A , B respectively such that 3 ( O A ) ( O B ) = 1 .
Note : O A represents distance between origin and point A .
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.
Sir is their any solution possible using r& theta I.e. polar representation of points for this question? If then please post.
Log in to reply
It looks like Ayush has provided such a solution. :)
Sir u can't simply take sqrt(m+1)² =1+m. It should be |m+1|. However you got saved this time because both the m's have |m+1| = m+1 I am right na?
Log in to reply
In general you are correct, but in my parenthetical note I observe that m must be non-negative, which implies that 1 + m ≥ 1 . This in turn implies that ( 1 + m ) 2 = 1 + m , i.e., that the absolute value signs are not necessary in this case. The same holds for ( 2 m + 1 ) 2 = 2 m + 1 .
A good solution I tried but failed but u made it. A up vote from me.
Nice solution @Ayush Agarwal . btw you live in jaipur ? in which class you are ?
Log in to reply
ThankYou So Much. Yes i'm in jaipur and presently studying in class 12th. what about you?
Log in to reply
I am in 10th . you in cambridge ? btw i live in vaishali nagar wbu ?
Log in to reply
@Chirayu Bhardwaj – no.i'm in sanskar,actually enrolled in fiitjee pinnacle program..I live in Jagatpura though.
Problem Loading...
Note Loading...
Set Loading...
Let the line through the origin have the equation y = m x . This line will intersect the line x + y = 1 ⟹ y = − x + 1 when
m x = − x + 1 ⟹ x ( m + 1 ) = 1 ⟹ x = m + 1 1 ⟹ y = 1 − x = m + 1 m , m = − 1 .
(Note that if m < 0 then ∣ O A ∣ would exceed 2 1 and ∣ O B ∣ would exceed 1 , so since we require that ∣ O A ∣ ∣ O B ∣ = 3 1 we know that m ≥ 0 and specifically that m = − 1 .)
Thus ∣ O A ∣ = ( m + 1 1 ) 2 + ( m + 1 m ) 2 = m + 1 1 + m 2 .
Next, the lines y = m x and x + 2 y = 1 ⟹ y = − 2 x + 2 1 intersect when
m x = − 2 x + 2 1 ⟹ x ( 2 m + 1 ) = 1 ⟹ x = 2 m + 1 1
⟹ 2 y = 1 − x = 2 m + 1 2 m ⟹ y = 2 m + 1 m , m = − 2 1 .
Thus ∣ O B ∣ = ( 2 m + 1 1 ) 2 + ( 2 m + 1 m ) 2 = 2 m + 1 1 + m 2 .
We then need to find m such that ∣ O A ∣ ∣ O B ∣ = 3 1
⟹ m + 1 1 + m 2 × 2 m + 1 1 + m 2 = ( m + 1 ) ( 2 m + 1 ) 1 + m 2 = 3 1
⟹ 3 + 3 m 2 = ( m + 1 ) ( 2 m + 1 ) = 2 m 2 + 3 m + 1
⟹ m 2 − 3 m + 2 = 0 ⟹ ( m − 1 ) ( m − 2 ) = 0 .
Thus the possible values for m are m = 1 and m = 2 , which sum to 3 .