Animated Solution for Mathematics - Differential Equations: A curve passing through the point (1, 1) has the property that the perpendicular distance of the origin from the normal at any point P of the curve is equal to the distance of P from the x-axis. Determine the equation of the curve.
Visualized Solution
Visualizing the Geometric Setup
Let the point on the curve be P(x,y).
The curve passes through (1,1).
Equation of the Normal
Slope of tangent at P is y′=dxdy.
Slope of normal is −y′1.
Equation of normal: X+y′Y−(x+yy′)=0.
Distance from Origin
Perpendicular distance from (0,0) to the normal is d1=1+(y′)2∣x+yy′∣.
Distance from x-axis
Distance of P(x,y) from the x-axis is d2=∣y∣.
Equating the Distances
Given condition: d1=d2.
Therefore, 1+(y′)2∣x+yy′∣=∣y∣.
Squaring and Expanding
Square both sides: 1+(y′)2(x+yy′)2=y2.
Cross-multiply and expand: x2+2xyy′+y2(y′)2=y2+y2(y′)2.
Forming the Differential Equation
Cancel y2(y′)2 to get x2+2xyy′=y2.
Rearrange to isolate y′: dxdy=2xyy2−x2.
This is a homogeneous differential equation.
Substitution for Homogeneous DE
Substitute y=vx.
Differentiating with respect to x gives dxdy=v+xdxdv.
Substituting into the DE
Substitute into DE: v+xdxdv=2x(vx)v2x2−x2=2vv2−1.
Rearranging gives xdxdv=2vv2−1−v=−2vv2+1.
Separating Variables
Rearrange to separate v and x: v2+12vdv=−x1dx.
Integrating Both Sides
Integrate: ∫v2+12vdv=−∫x1dx.
This yields ln(v2+1)=−ln∣x∣+lnC.
Simplifies to v2+1=xC.
Reverting to x and y
Substitute v=xy: x2y2+1=xC.
Multiply by x2: x2+y2=Cx.
Finding the Specific Curve
The curve passes through (1,1).
Substitute x=1,y=1: 12+12=C(1)⇒C=2.
Final equation: x2+y2−2x=0.
(Also x=1 is a valid solution).
00:00 / 00:00
The Sigma Insight: Homogeneous Differential Equations
Solution Diagram
Analyzing the Setup
We are tasked with finding the equation of a curve passing through the point (1,1). The geometric condition provided is that the perpendicular distance from the origin to the normal at any point P(x,y) equals the distance of P from the x-axis.
Let the slope of the tangent at P be y′=dxdy. Consequently, the slope of the normal line, which is perpendicular to the tangent, is −y′1.
Constructing the Normal
Using the point-slope form of a line, the equation of the normal passing through (x,y) with slope −y′1 is:
Y−y=−y′1(X−x)
Rearranging this into the standard form AX+BY+C=0 by multiplying by y′, we obtain:
X+y′Y−(x+yy′)=0
This equation represents the normal line at any arbitrary point P(x,y) on the curve.
The Distance Condition
The perpendicular distance d1 from the origin (0,0) to the normal line is given by the formula d=A2+B2∣Ax0+By0+C∣. Substituting our values, we get:
d1=12+(y′)2∣0+0−(x+yy′)∣=1+(y′)2∣x+yy′∣
The distance d2 of point P(x,y) from the x-axis is simply ∣y∣. Setting d1=d2, we have:
1+(y′)2∣x+yy′∣=∣y∣
The Algebraic Dance
To simplify, we square both sides to eliminate the square root and absolute values:
1+(y′)2(x+yy′)2=y2
Cross-multiplying yields:
(x+yy′)2=y2(1+(y′)2)
Expanding both sides results in x2+2xyy′+y2(y′)2=y2+y2(y′)2. Canceling the y2(y′)2 term from both sides, we are left with:
x2+2xyy′=y2
Isolating the derivative dxdy, we obtain the differential equation:
dxdy=2xyy2−x2
The Homogeneous Transformation
This is a homogeneous differential equation. We apply the substitution y=vx, which implies dxdy=v+xdxdv. Substituting these into the equation:
v+xdxdv=2x(vx)(vx)2−x2=2vv2−1
Subtracting v from both sides gives:
xdxdv=2vv2−1−v=2vv2−1−2v2=−2vv2+1
Integration and the Final Reveal
Separating the variables, we have:
v2+12vdv=−x1dx
Integrating both sides yields:
ln(v2+1)=−ln∣x∣+lnC
This simplifies to v2+1=xC. Substituting v=xy back into the expression:
x2y2+1=xC⇒y2+x2=Cx
Given the curve passes through (1,1), we substitute x=1 and y=1 to find 12+12=C(1), which means C=2. The final equation of the curve is: