Call for coordinate?

Calculus Level 3

A curve passing through the point ( 1 , 1 ) (1,1) has the property that the perpendicular distance of the origin from the normal at any point P P of the curve is equal to the distance of P P from the x x -axis .

Let the equation of the curve be of the form

a x 2 + b y 2 + 2 h x y + 2 g x + 2 f y + c = 0 ax^2 +by^2 + 2hxy +2gx+2fy+c = 0

for integers a , b , c , g , h a,b,c,g,h and f f . where a , b a,b are coprime positive integers

Calculate a + b + 2 g a+b+2g .


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Tom Engelsman
Nov 29, 2016

Let us take the point P on the curve y = f ( x ) y = f(x) as P ( x 0 , f ( x 0 ) ) P(x_0,f(x_0)) with its normal line expressible as:

y f ( x 0 ) = ( 1 f ( x 0 ) ) ( x x 0 ) y = 1 f ( x 0 ) x + [ f ( x 0 ) + x 0 f ( x 0 ) ] y - f(x_0) = (\frac{-1}{f'(x_0)})*(x - x_0) \Rightarrow y = \frac{-1}{f'(x_0)}x + [f(x_0) + \frac{x_0}{f'(x_0)}] (i).

and the perpendicular distance line from the origin to (i) be:

y = f ( x 0 ) x y = f'(x_0)x (ii).

Equating (i) with (ii) gives the intersection point Q:

Q ( x , y ) = ( x 0 + f ( x 0 ) f ( x 0 ) f ( x 0 ) 2 + 1 , x 0 f ( x 0 ) + f ( x 0 ) f ( x 0 ) 2 f ( x 0 ) 2 + 1 ) Q(x,y) = (\frac{x_0 + f(x_0)f'(x_0)}{f'(x_0)^2 + 1}, \frac{x_0f'(x_0) + f(x_0)f'(x_0)^2}{f'(x_0)^2 + 1}) (iii).

Now, the distance from Q to the origin equals the distance of P to the x-axis, or f ( x 0 ) |f(x_0)| . This can be expressed via the square of the 2-D distance formula:

f ( x 0 ) 2 = ( x 0 + f ( x 0 ) f ( x 0 ) f ( x 0 ) 2 + 1 ) 2 + ( x 0 f ( x 0 ) + f ( x 0 ) f ( x 0 ) 2 f ( x 0 ) 2 + 1 ) 2 f(x_0)^2 = (\frac{x_0 + f(x_0)f'(x_0)}{f'(x_0)^2 + 1})^2 + (\frac{x_0f'(x_0) + f(x_0)f'(x_0)^2}{f'(x_0)^2 + 1})^2 . (iv)

which after expanding and simplifying both sides of (iv) will give:

f ( x 0 ) 2 [ f ( x 0 ) 2 + 1 ] = x 0 2 + 2 x 0 f ( x 0 ) f ( x 0 ) + f ( x 0 ) 2 f ( x 0 ) 2 f ( x 0 ) 2 = x 0 2 + 2 x 0 f ( x 0 ) f ( x 0 ) f(x_0)^2[f'(x_0)^2 + 1] = x_0^2 + 2x_0f(x_0)f'(x_0) + f(x_0)^2f'(x_0)^2 \Rightarrow f(x_0)^2 = x_0^2 + 2x_0f(x_0)f'(x_0) (v).

or y 2 x 2 2 x y = y 2 x x 2 y = d y d x \frac{y^2 - x^2}{2xy} = \frac{y}{2x} - \frac{x}{2y} = \frac{dy}{dx} . Now make the substitution v = y x , d y d x = v + x d v d x v = \frac{y}{x}, \frac{dy}{dx} = v + x\frac{dv}{dx} to obtain:

v + x d v d x = v 2 1 2 v x d v d x = v 2 1 2 v 2 v 2 2 v x d v d x = v 2 + 1 2 v v + x\frac{dv}{dx} = \frac{v}{2} - \frac{1}{2v} \Rightarrow x\frac{dv}{dx} = \frac{v^2 -1}{2v} - \frac{2v^2}{2v} \Rightarrow x\frac{dv}{dx} = -\frac{v^2 + 1}{2v} .

We can now obtain the separable first-order ODE d x x = 2 v d v v 2 + 1 -\frac{dx}{x} = \frac{2v dv}{v^2 + 1} , which integrates into l n ( x ) + C = l n ( v 2 + 1 ) l n ( x ) + C = l n ( y 2 x 2 + 1 ) -ln(x) + C = ln(v^2 + 1) \Rightarrow -ln(x) + C = ln(\frac{y^2}{x^2} + 1) . Plugging in the boundary condition y = f ( 1 ) = 1 y = f(1) = 1 yields C = l n ( 2 ) C = ln(2) , or:

l n ( 2 x ) = l n ( y 2 x 2 + 1 ) 2 x = y 2 + x 2 x 2 0 = x 2 + y 2 2 x ln(\frac{2}{x}) = ln(\frac{y^2}{x^2} + 1) \Rightarrow \frac{2}{x} = \frac{y^2 + x^2}{x^2} \Rightarrow 0 = x^2 + y^2 - 2x (vi)

with a = b = 1 , c = f = h = 0 , 2 g = 2 a = b = 1, c = f = h = 0, 2g = -2 . Hence the required coefficient sum is a + b + 2 g = 1 + 1 2 = 0 a + b + 2g = 1 + 1 - 2 = \boxed{0} .

the differential equation leads to two solutions , the above mentioned is one of them , the other being x =1 . @Md Zuhair @Thomas Jacob @Aaron Jerry Ninan Isn't it?

Ankit Kumar Jain - 2 years, 11 months ago

Log in to reply

Yeah, true. I also got that. Idk.

Md Zuhair - 2 years, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...