What is the reason behind alternate answers to a locus problem.

AI Thread Summary
The discussion revolves around a locus problem involving a variable line intersecting coordinate axes at points A and B. The correct locus of the midpoint of line AB is derived as 2xy(a+b) = ab(x+y) by using the coordinates (h, k) for the midpoint, where x-intercept is 2h and y-intercept is 2k. A misunderstanding arises when using (h/2, k/2) for the midpoint, leading to the incorrect locus xy(a+b) = ab(x+y). The confusion stems from the interpretation of midpoint coordinates, where x should replace h/2 rather than h directly. This clarification highlights the importance of accurately defining midpoint coordinates in locus problems.
JC2000
Messages
186
Reaction score
16
The problem :

A variable line, drawn through the point of intersection of the straight lines ##(x/a)+(y/b) = 1## and ##(x/b)+(y/a)=1##, meets the coordinate axes in A & B . We have to Show that the locus of the mid point of AB is the curve ##2xy(a + b) = ab(x + y)##.

The solution :


Let ##(h, k)## be the coordinates of the mid-point of the line ##AB##, then it will intersect the coordinate axes at the points ##A(2h, 0)## & ##B(0, 2k)## respectively hence line ##AB## has x-intercept ##2h## & y-intercept ##2k##,

Now, the equation of the line ##AB## is given using the intercept form as $$\frac{x}{2h}+\frac{y}{2k}=1\tag 1$$

Now, since the line ##AB## passes through the intersection of the lines: ##\frac{x}{a}+\frac{y}{b}=1## & ##\frac{x}{b}+\frac{y}{a}=1## hence the coordinates of the intersection point are ##\left(\frac{ab}{a+b}, \frac{ab}{a+b}\right)## which can be substituted into (1),

$$\frac{\frac{ab}{a+b}}{2h}+\frac{\frac{ab}{a+b}}{2k}=1$$
$$\frac{1}{h}+\frac{1}{k}=\frac{2(a+b)}{ab}$$
or $$\frac{h+k}{hk}=\frac{2(a+b)}{ab}$$
or $$2hk(a+b)=ab(h+k)$$ Now, substitute ##h=x## & ##k=y## in the above equation, the locus of the mid-point of line ##AB##
is given as follows $$\color{red}{2xy(a+b)=ab(x+y)}$$

My Question :

If the problem is attempted using ##(h/2,k/2)## as the coordinates of the mid-point of ##AB## then the result is as follows :$$\color{red}{xy(a+b)=ab(x+y)}$$ (if I use ##h=x## and ##y=k##.

I am unable to get my head around why ##x=2h## and ##y=2k## in this scenario?
 
Physics news on Phys.org
JC2000 said:
(if I use ##h=x## and ##y=k##
That is not the mid-point !
 
My understanding at the moment is this :

Since the locus is 'defined' by the mid-point, which in the first case is (h,k) and hence h and k are directly replaced by x and y. While for the second case the mid point is (h/2,k/2) and hence x replaces h/2 and y replaces k/2.


Is this correct? Apologies for the trivial questions.
 
Correct! x replaces h/2 and not: ##h = x## as you wrote
 
  • Like
Likes JC2000
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top