Fixed point of a line through two points on parabola.

Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
If $V$ is a vertex (actualy it can be any point on parabola) of parabola $mathcalP$ and $A$ and $B$ are
such variable points on $mathcalP$ that $angle AVB =
90^circ$. Prove that the line $AB$ goes through a fixed point.
I can prove that analyticaly:
Say $y^2 = 4p^2x$, then $V(0,0)$, $A(a^2,2pa)$ and $B(b^2,2pb)$
for some real $a$ and $b$ with condition $4p^2 = -ab$ (because $angle AVB = 90^circ$). Now the
line $AB$ is $$y =2pover a+bx +2pabover a+b$$ which
intersect the $x$-axis at $x_0=-ab = 4p^2$, which is clearly
constant.
But how to prove it syntheticaly?
euclidean-geometry analytic-geometry conic-sections
add a comment |Â
up vote
3
down vote
favorite
If $V$ is a vertex (actualy it can be any point on parabola) of parabola $mathcalP$ and $A$ and $B$ are
such variable points on $mathcalP$ that $angle AVB =
90^circ$. Prove that the line $AB$ goes through a fixed point.
I can prove that analyticaly:
Say $y^2 = 4p^2x$, then $V(0,0)$, $A(a^2,2pa)$ and $B(b^2,2pb)$
for some real $a$ and $b$ with condition $4p^2 = -ab$ (because $angle AVB = 90^circ$). Now the
line $AB$ is $$y =2pover a+bx +2pabover a+b$$ which
intersect the $x$-axis at $x_0=-ab = 4p^2$, which is clearly
constant.
But how to prove it syntheticaly?
euclidean-geometry analytic-geometry conic-sections
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
If $V$ is a vertex (actualy it can be any point on parabola) of parabola $mathcalP$ and $A$ and $B$ are
such variable points on $mathcalP$ that $angle AVB =
90^circ$. Prove that the line $AB$ goes through a fixed point.
I can prove that analyticaly:
Say $y^2 = 4p^2x$, then $V(0,0)$, $A(a^2,2pa)$ and $B(b^2,2pb)$
for some real $a$ and $b$ with condition $4p^2 = -ab$ (because $angle AVB = 90^circ$). Now the
line $AB$ is $$y =2pover a+bx +2pabover a+b$$ which
intersect the $x$-axis at $x_0=-ab = 4p^2$, which is clearly
constant.
But how to prove it syntheticaly?
euclidean-geometry analytic-geometry conic-sections
If $V$ is a vertex (actualy it can be any point on parabola) of parabola $mathcalP$ and $A$ and $B$ are
such variable points on $mathcalP$ that $angle AVB =
90^circ$. Prove that the line $AB$ goes through a fixed point.
I can prove that analyticaly:
Say $y^2 = 4p^2x$, then $V(0,0)$, $A(a^2,2pa)$ and $B(b^2,2pb)$
for some real $a$ and $b$ with condition $4p^2 = -ab$ (because $angle AVB = 90^circ$). Now the
line $AB$ is $$y =2pover a+bx +2pabover a+b$$ which
intersect the $x$-axis at $x_0=-ab = 4p^2$, which is clearly
constant.
But how to prove it syntheticaly?
euclidean-geometry analytic-geometry conic-sections
edited Aug 27 at 20:45
asked Aug 27 at 12:05
greedoid
28k93776
28k93776
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49
add a comment |Â
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Let $S$ be the focus, $T$ the intersection between line $AB$ and the axis, $H$ and $K$ the projections of $A$ and $B$ on the axis. We want to prove that $VT$ is of fixed length.
We'll repeatedly use Apollonius' definition of parabola, which entails:
$$
AH^2=4VScdot VH,quad BK^2=4VScdot VK.
$$
From the similitude of triangles $AHT$, $BKT$ we have $TK:TH=BK:AH$, and
$(TK+TH):TH=(BK+AH):AH$, hence (supposing WLOG that $VK>VH$):
$$
beginalign
TH
&=TK+THover BK+AHAH=VK-VHover BK+AHAH=1over4VSBK^2-AH^2over BK+AHAH\
&=BK-AHover4VSAH=BKcdot AHover4VS-AH^2over4VS=BKcdot AHover4VS-VH.\
endalign
$$
It follows that: $displaystyle VT=TH+VH=BKcdot AHover4VS$.
But from Pythagoras' theorem we also have:
$$
beginalign
AB^2
&=(AH+BK)^2+(VK-VH)^2=AH^2+VH^2+BK^2+VK^2+2AHcdot BK-2VHcdot VK\
&=AV^2+BV^2+2AHcdot BK-2VHcdot VK=AB^2+2AHcdot BK-2VHcdot VK.
endalign
$$
It follows that:
$$
AHcdot BK=VHcdot VK=1over16VS^2AH^2cdot BK^2,
quadtextwhence:quad
AHcdot BK=16VS^2.
$$
Substituting that into our previous result for $VT$ gives then $VT=4VS$, and the proof is complete.

add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Let $S$ be the focus, $T$ the intersection between line $AB$ and the axis, $H$ and $K$ the projections of $A$ and $B$ on the axis. We want to prove that $VT$ is of fixed length.
We'll repeatedly use Apollonius' definition of parabola, which entails:
$$
AH^2=4VScdot VH,quad BK^2=4VScdot VK.
$$
From the similitude of triangles $AHT$, $BKT$ we have $TK:TH=BK:AH$, and
$(TK+TH):TH=(BK+AH):AH$, hence (supposing WLOG that $VK>VH$):
$$
beginalign
TH
&=TK+THover BK+AHAH=VK-VHover BK+AHAH=1over4VSBK^2-AH^2over BK+AHAH\
&=BK-AHover4VSAH=BKcdot AHover4VS-AH^2over4VS=BKcdot AHover4VS-VH.\
endalign
$$
It follows that: $displaystyle VT=TH+VH=BKcdot AHover4VS$.
But from Pythagoras' theorem we also have:
$$
beginalign
AB^2
&=(AH+BK)^2+(VK-VH)^2=AH^2+VH^2+BK^2+VK^2+2AHcdot BK-2VHcdot VK\
&=AV^2+BV^2+2AHcdot BK-2VHcdot VK=AB^2+2AHcdot BK-2VHcdot VK.
endalign
$$
It follows that:
$$
AHcdot BK=VHcdot VK=1over16VS^2AH^2cdot BK^2,
quadtextwhence:quad
AHcdot BK=16VS^2.
$$
Substituting that into our previous result for $VT$ gives then $VT=4VS$, and the proof is complete.

add a comment |Â
up vote
1
down vote
accepted
Let $S$ be the focus, $T$ the intersection between line $AB$ and the axis, $H$ and $K$ the projections of $A$ and $B$ on the axis. We want to prove that $VT$ is of fixed length.
We'll repeatedly use Apollonius' definition of parabola, which entails:
$$
AH^2=4VScdot VH,quad BK^2=4VScdot VK.
$$
From the similitude of triangles $AHT$, $BKT$ we have $TK:TH=BK:AH$, and
$(TK+TH):TH=(BK+AH):AH$, hence (supposing WLOG that $VK>VH$):
$$
beginalign
TH
&=TK+THover BK+AHAH=VK-VHover BK+AHAH=1over4VSBK^2-AH^2over BK+AHAH\
&=BK-AHover4VSAH=BKcdot AHover4VS-AH^2over4VS=BKcdot AHover4VS-VH.\
endalign
$$
It follows that: $displaystyle VT=TH+VH=BKcdot AHover4VS$.
But from Pythagoras' theorem we also have:
$$
beginalign
AB^2
&=(AH+BK)^2+(VK-VH)^2=AH^2+VH^2+BK^2+VK^2+2AHcdot BK-2VHcdot VK\
&=AV^2+BV^2+2AHcdot BK-2VHcdot VK=AB^2+2AHcdot BK-2VHcdot VK.
endalign
$$
It follows that:
$$
AHcdot BK=VHcdot VK=1over16VS^2AH^2cdot BK^2,
quadtextwhence:quad
AHcdot BK=16VS^2.
$$
Substituting that into our previous result for $VT$ gives then $VT=4VS$, and the proof is complete.

add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Let $S$ be the focus, $T$ the intersection between line $AB$ and the axis, $H$ and $K$ the projections of $A$ and $B$ on the axis. We want to prove that $VT$ is of fixed length.
We'll repeatedly use Apollonius' definition of parabola, which entails:
$$
AH^2=4VScdot VH,quad BK^2=4VScdot VK.
$$
From the similitude of triangles $AHT$, $BKT$ we have $TK:TH=BK:AH$, and
$(TK+TH):TH=(BK+AH):AH$, hence (supposing WLOG that $VK>VH$):
$$
beginalign
TH
&=TK+THover BK+AHAH=VK-VHover BK+AHAH=1over4VSBK^2-AH^2over BK+AHAH\
&=BK-AHover4VSAH=BKcdot AHover4VS-AH^2over4VS=BKcdot AHover4VS-VH.\
endalign
$$
It follows that: $displaystyle VT=TH+VH=BKcdot AHover4VS$.
But from Pythagoras' theorem we also have:
$$
beginalign
AB^2
&=(AH+BK)^2+(VK-VH)^2=AH^2+VH^2+BK^2+VK^2+2AHcdot BK-2VHcdot VK\
&=AV^2+BV^2+2AHcdot BK-2VHcdot VK=AB^2+2AHcdot BK-2VHcdot VK.
endalign
$$
It follows that:
$$
AHcdot BK=VHcdot VK=1over16VS^2AH^2cdot BK^2,
quadtextwhence:quad
AHcdot BK=16VS^2.
$$
Substituting that into our previous result for $VT$ gives then $VT=4VS$, and the proof is complete.

Let $S$ be the focus, $T$ the intersection between line $AB$ and the axis, $H$ and $K$ the projections of $A$ and $B$ on the axis. We want to prove that $VT$ is of fixed length.
We'll repeatedly use Apollonius' definition of parabola, which entails:
$$
AH^2=4VScdot VH,quad BK^2=4VScdot VK.
$$
From the similitude of triangles $AHT$, $BKT$ we have $TK:TH=BK:AH$, and
$(TK+TH):TH=(BK+AH):AH$, hence (supposing WLOG that $VK>VH$):
$$
beginalign
TH
&=TK+THover BK+AHAH=VK-VHover BK+AHAH=1over4VSBK^2-AH^2over BK+AHAH\
&=BK-AHover4VSAH=BKcdot AHover4VS-AH^2over4VS=BKcdot AHover4VS-VH.\
endalign
$$
It follows that: $displaystyle VT=TH+VH=BKcdot AHover4VS$.
But from Pythagoras' theorem we also have:
$$
beginalign
AB^2
&=(AH+BK)^2+(VK-VH)^2=AH^2+VH^2+BK^2+VK^2+2AHcdot BK-2VHcdot VK\
&=AV^2+BV^2+2AHcdot BK-2VHcdot VK=AB^2+2AHcdot BK-2VHcdot VK.
endalign
$$
It follows that:
$$
AHcdot BK=VHcdot VK=1over16VS^2AH^2cdot BK^2,
quadtextwhence:quad
AHcdot BK=16VS^2.
$$
Substituting that into our previous result for $VT$ gives then $VT=4VS$, and the proof is complete.

edited Aug 28 at 10:15
answered Aug 28 at 10:06
Aretino
22k21442
22k21442
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2896121%2ffixed-point-of-a-line-through-two-points-on-parabola%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
What do you mean by synthetically ?
â Yves Daoust
Aug 27 at 20:47
No coordinate system or trigonometry, just euclidian geometry
â greedoid
Aug 27 at 20:49