A rectangle OABCOABC is drawn so that OO is the vertex of parabola y=x^2y=x2 and OAOA and OBOB are two chords drawn on the parabola. What is the locus of point CC?

(A). y=x^2+2y=x2+2
(B). y=-x^2+4y=x2+4
(C). y=2x^2y=2x2
(D). y=-2x^2+4y=2x2+4

2 Answers
Jan 13, 2018

(A) y=x^2+2y=x2+2

Explanation:

The parabola y=x^2y=x2 is symmetric w.r.t. yy-axis. Further as OABCOABC is a rectangle, its each angle is 90^@90 i.e. m/_AOB=90^@mAOB=90.

As the sides AOAO and BOBO pass through origin at O(0,0)O(0,0), their equation will be will be of type y=mxy=mx and y=-1/mxy=1mx or x+my=0x+my=0.

Now intersection of y=mxy=mx with parabola will be given by mx=x^2mx=x2 i.e. x=mx=m and the corresponding point is (m,m^2)(m,m2). Similarly intersection of x+my=0x+my=0 gives x+mx^2=0x+mx2=0 i.e. x=-1/mx=1m and the corresponding point is (-1/m,1/m^2)(1m,1m2).

As A(m,m^2)A(m,m2) and B(-1/m,1/m^2)B(1m,1m2), we must have C(m-1/m,m^2+1/m^2)C(m1m,m2+1m2) and as

(m-1/m)^2=m^2+1/m^2-2(m1m)2=m2+1m22, desired equation is y=x^2+2y=x2+2 and answer is (A).

Below is shown the graph and rectangle relating to m=2m=2.

graph{(y-x^2)(2y+x)(y-2x)(8x-4y+5)(2x+4y-20)(y-x^2-2)=0 [-4.84, 5.16, -0.38, 4.62]}

Jan 14, 2018

enter image source here

I think that name of the rectangle should be OACBOACB not OABCOABC

Let the coordinates of

A ->(t_1,t_1^2)(t1,t21)
B ->(t_2,t_2^2)(t2,t22)
C ->(h,k)(h,k)
O ->(0,0)(0,0)

Gradient of OA =t_1^2/t_1=t_1=t21t1=t1
Gradient of OB =t_2^2/t_2=t_2=t22t2=t2

As OA and OB are adjacent sides of the rectangle then product of their gradients should be -11
Hence t_1*t_2=-1... .(1)

Now the diagonals ºC and AB should bisect each other.
So coordinates of mid point of OC->(h/2,k/2)

And coordinates of mid point of AB->((t_1+t_2)/2,(t_1^2+t_2^2)/2)

Hence h=t_1+t_2 and k=(t_1^2+t_2^2)

So k=(t_1^2+t_2^2)
=>k=(t_1+t_2)^2-2t_1t_2
=>k=h^2-2(-1)
=>k=h^2+2

Converting (h,k)->(x,y) we get the locus of C as follows

color(green)(y=x^2+2, which is option (A)