Ellipse chord subtending a right angle

AI Thread Summary
The discussion focuses on proving the equation of the chord connecting points P and Q on the ellipse that subtends a right angle at the point (a,0). The participants explore a parametric approach to derive the relationship between the angles φ and θ, leading to the expression involving half angles. They determine that the coordinates of the intersection of the chord with the x-axis yield a constant value when manipulated correctly. Ultimately, the fixed point on the x-axis is established as a(a^2+b^2)/(a^2-b^2), confirming the chord's behavior under the specified conditions. The conversation concludes with acknowledgment of the successful resolution of the problem.
Appleton
Messages
91
Reaction score
0

Homework Statement


Show that the equation of the chord joining the points P(a\cos(\phi), b\sin(\phi))and Q(a\cos(\theta), b\sin(\theta)) on the ellipse b^2x^2+a^2y^2=a^2b^2 is bx cos\frac{1}{2}(\theta+\phi)+ay\sin\frac{1}{2}(\theta+\phi)=ab\cos\frac{1}{2}(\theta-\phi).
Prove that , if the chord PQ subtends a right angle at the point (a,0), then PQ passes through a fixed point on the x axis.

Homework Equations

The Attempt at a Solution


The second part of the question is where I am having difficulty.

The question seems to suggest a parametric as opposed to cartesian approach.

PQ subtends a right angle ⇒

<br /> (\frac{b^2}{a^2})(\frac{\sin(\phi)}{1-\cos(\phi)})(\frac{\sin(\theta)}{1-\cos(\theta)})=-1<br />

The coordinates of the intersection of PQ with the x-axis are

<br /> (a\frac{\cos(\frac{\theta-\phi}{2})}{\cos(\frac{\theta+\phi}{2})}, 0)<br />

Presumably I should be able to manipulate the first expression to yield a constant value for <br /> \frac{\cos(\frac{\theta-\phi}{2})}{\cos(\frac{\theta+\phi}{2})}<br /> however, I don't seem to be making much progress in this respect.
 
Physics news on Phys.org
Since one of the expressions involves half angles, try substituting theta=2A, phi=2B everywhere.
 
That seems to have done the trick. So the point of intersection is the constant value

<br /> a(\frac{a^2+b^2}{a^2-b^2},0)<br />

Thanks for your help.
 
Appleton said:
That seems to have done the trick. So the point of intersection is the constant value

<br /> a(\frac{a^2+b^2}{a^2-b^2},0)<br />

Thanks for your help.
Well done.
 
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