Solveeit Logo

Question

Question: What is the normal to the y^2=4c(x-b)...

What is the normal to the y^2=4c(x-b)

Answer

tx + y = (b+2c)t + ct^3

Explanation

Solution

To find the normal to the curve y2=4c(xb)y^2 = 4c(x-b), we first determine the general point on the parabola and then find the slope of the tangent and subsequently the normal.

The given equation is y2=4c(xb)y^2 = 4c(x-b). This is a parabola with its vertex at (b,0)(b,0) and its axis along the x-axis.

1. Parametric form of the parabola:

Let X=xbX = x-b. The equation becomes y2=4cXy^2 = 4cX.

The standard parametric form for a parabola y2=4aXy^2 = 4aX is (X,y)=(at2,2at)(X, y) = (at^2, 2at).

In our case, a=ca=c, so the parametric coordinates for (X,y)(X, y) are (ct2,2ct)(ct^2, 2ct).

Substituting X=xbX = x-b, we get:

xb=ct2    x=b+ct2x-b = ct^2 \implies x = b + ct^2

y=2cty = 2ct

So, any point on the parabola can be represented as (b+ct2,2ct)(b+ct^2, 2ct).

2. Slope of the tangent (dydx\frac{dy}{dx}):

We find dydx\frac{dy}{dx} using parametric differentiation:

dxdt=ddt(b+ct2)=2ct\frac{dx}{dt} = \frac{d}{dt}(b+ct^2) = 2ct

dydt=ddt(2ct)=2c\frac{dy}{dt} = \frac{d}{dt}(2ct) = 2c

Now, dydx=dy/dtdx/dt=2c2ct=1t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{2c}{2ct} = \frac{1}{t} (for t0t \neq 0).

3. Slope of the normal:

The slope of the normal (mNm_N) is the negative reciprocal of the slope of the tangent (mTm_T):

mN=1mT=11/t=tm_N = -\frac{1}{m_T} = -\frac{1}{1/t} = -t.

4. Equation of the normal:

Using the point-slope form of a line, YY1=m(XX1)Y - Y_1 = m(X - X_1), where (X1,Y1)=(b+ct2,2ct)(X_1, Y_1) = (b+ct^2, 2ct) and m=tm = -t:

y2ct=t(x(b+ct2))y - 2ct = -t(x - (b+ct^2))

5. Simplify the equation:

y2ct=tx+bt+ct3y - 2ct = -tx + bt + ct^3

Rearranging the terms to a standard form:

tx+y=bt+2ct+ct3tx + y = bt + 2ct + ct^3

tx+y=(b+2c)t+ct3tx + y = (b+2c)t + ct^3

This is the general equation of the normal to the parabola y2=4c(xb)y^2 = 4c(x-b) in parametric form, where 't' is the parameter.