Animated Solution for Mathematics - Differential Equations: The differential equation of the family of circles passing through the origin and having centre at the line y=x is :
Select Answer:
Visualized Solution
Visualize the Geometry
Let the center of the circle be C(a,a) since it lies on the line y=x.
The circle passes through the origin O(0,0).
Determine the Radius
Radius r is the distance between (a,a) and (0,0).
r=(a−0)2+(a−0)2=a2
Standard Equation of Circle
Standard form: (x−h)2+(y−k)2=r2
Substitute h=a,k=a and r=a2:
(x−a)2+(y−a)2=(a2)2
Expand and Simplify
Expand the terms: (x2−2ax+a2)+(y2−2ay+a2)=2a2
Simplify: x2+y2−2ax−2ay=0
Isolate the Parameter
Rearrange to group the parameter a:
x2+y2=2a(x+y)
Differentiate w.r.t. x
Differentiate both sides with respect to x:
dxd(x2+y2)=dxd(2a(x+y))
Atomic Compute: Differentiation
2x+2yy′=2a(1+y′)
Solve for a
Divide by 2(1+y′) to isolate a:
a=1+y′x+yy′
Substitution Step
Substitute a back into x2+y2=2a(x+y):
x2+y2=2(1+y′x+yy′)(x+y)
Cross Multiplication
Multiply both sides by (1+y′):
(x2+y2)(1+y′)=2(x+yy′)(x+y)
Expand Both Sides
Left Side: x2+x2y′+y2+y2y′
Right Side: 2(x2+xy+xyy′+y2y′)=2x2+2xy+2xyy′+2y2y′
Group y′ Terms
Rearrange to group terms with y′:
x2y′+y2y′−2xyy′−2y2y′=2x2+2xy−x2−y2
Simplify the Coefficients
Factor out y′ on the left and simplify both sides:
(x2−y2−2xy)y′=x2−y2+2xy
Final Differential Equation
Replace y′ with dxdy and rearrange:
(x2−y2+2xy)dx=(x2−y2−2xy)dy
00:00 / 00:00
The Sigma Insight: Formation of Differential Equations
Solution Diagram
Analyzing the Setup
Imagine you are standing on the Cartesian plane. We are looking for a family of circles defined by two specific geometric constraints.
First, their centers lie on the line y=x. This means for any circle in our family, if the x-coordinate of the center is a, the y-coordinate must also be a. Thus, our center is C(a,a).
Second, every single circle in this family is anchored to the origin, O(0,0). To write the equation of a circle, we need the center and the radius r.
The radius is the distance from the center (a,a) to the origin (0,0). Using the distance formula:
r=(a−0)2+(a−0)2=2a2=a2
The Algebraic Setup
We use the standard equation of a circle: (x−h)2+(y−k)2=r2. Substituting our center (a,a) and our radius r=a2, we obtain:
(x−a)2+(y−a)2=(a2)2
Expanding this expression, we get:
(x2−2ax+a2)+(y2−2ay+a2)=2a2
The a2 terms on the left sum to 2a2, which cancels perfectly with the 2a2 on the right. We are left with the elegant equation:
x2+y2−2ax−2ay=0
To isolate the parameter a, we rearrange the terms:
x2+y2=2a(x+y)
The Calculus of Elimination
Since we have one arbitrary constant a, we must differentiate exactly once with respect to x to eliminate it. Differentiating x2+y2=2a(x+y) with respect to x yields:
2x+2yy′=2a(1+y′)
Here, y′ denotes dxdy. Dividing by 2, we simplify the expression to:
x+yy′=a(1+y′)
Solving for a, we find the key expression:
a=1+y′x+yy′
Final Synthesis
Now, we substitute this expression for a back into our simplified circle equation x2+y2=2a(x+y):
x2+y2=2(1+y′x+yy′)(x+y)
Multiplying both sides by (1+y′) to clear the fraction, we get:
(x2+y2)(1+y′)=2(x+yy′)(x+y)
Expanding both sides results in:
x2+x2y′+y2+y2y′=2(x2+xy+xyy′+y2y′)
x2+x2y′+y2+y2y′=2x2+2xy+2xyy′+2y2y′
Grouping all terms containing y′ on one side and the remaining terms on the other:
x2y′+y2y′−2xyy′−2y2y′=2x2+2xy−x2−y2
Simplifying the coefficients, we arrive at the final differential equation:
(x2−y2−2xy)y′=x2−y2+2xy
Replacing y′ with dxdy, the governing equation is:
(x2−y2+2xy)dx=(x2−y2−2xy)dy
This is the differential equation that governs every single circle in our family.