Animated Solution for Mathematics - Differential Equations: Let the normals at all the points on a given curve pass through a fixed point (a,b). If the curve passes through (3,−3) and (4,−22), and given that a−22b=3, then (a2+b2+ab) is equal to
Enter Numerical Value:
Visualized Solution
Understanding the Geometric Property
Property: If all normals to a curve pass through a fixed point (a,b), the curve is a circle centered at (a,b).
The fixed point (a,b) represents the center of the circle.
Equation of normal at any point (x,y) with slope m=dxdy is:
Y−y=−m1(X−x)
Forming the Differential Equation
Normal passes through (a,b), so substitute X=a and Y=b:
b−y=−dxdy1(a−x)
Rearranging to separate variables:
(b−y)dy=(x−a)dx
Integrating the Equation
Integrating both sides:
∫(b−y)dy=∫(x−a)dx
by−2y2=2x2−ax+c
Multiplying by 2 and rearranging:
x2+y2−2ax−2by+2c=0
Substituting the First Point (3,−3)
Curve passes through (3,−3):
b(−3)−2(−3)2=232−a(3)+c
−3b−29=29−3a+c
Multiplying by 2: −6b−9=9−6a+2c
6a−6b−2c=18⟹3a−3b−c=9 ... (i)
Substituting the Second Point (4,−22)
Curve passes through (4,−22):
b(−22)−2(−22)2=242−a(4)+c
−22b−4=8−4a+c
4a−22b−c=12 ... (ii)
Eliminating the Constant c
Subtract equation (i) from (ii):
(4a−22b−c)−(3a−3b−c)=12−9
a−22b+3b=3
a+(3−22)b=3 ... (iv)
Using the Given Constraint
Given constraint in the question:
a−22b=3 ... (iii)
We now have a system of two equations:
1) a+(3−22)b=3
2) a−22b=3
Solving for b
Substitute a=3+22b into equation (iv):
(3+22b)+(3−22)b=3
3+22b+3b−22b=3
3+3b=3⟹3b=0⟹b=0
Solving for a
Substitute b=0 into equation (iii):
a−22(0)=3
a−0=3
a=3
The fixed point (a,b) is (3,0).
Final Calculation
Calculate the required expression:
a2+b2+ab
Substitute a=3 and b=0:
32+02+3(0)=9+0+0=9
Final Answer: 9
00:00 / 00:00
The Sigma Insight: Variable Separable Method
Solution Diagram
Analyzing the Setup
Imagine you are standing on a curve, any curve. You draw a line perpendicular to the tangent at your feet—the normal.
If you extend that normal line and it always pierces through one specific, fixed point in space, (a,b), the curve is perfectly symmetric with respect to that point. This geometric signature confirms that the curve is a circle.
The Calculus Bridge
We formalize this intuition by noting that the normal at any point (x,y) must pass through the center (a,b). Let the slope of the tangent be dxdy.
The slope of the normal is therefore −dxdy1. The equation of the normal line is given by:
Y−y=−dxdy1(X−x)
Since this line passes through (a,b), we substitute X=a and Y=b to obtain:
b−y=−dxdy1(a−x)
Rearranging this expression leads to the fundamental differential equation:
(b−y)dy=(x−a)dx
The Integration
We integrate both sides of the differential equation:
∫(b−y)dy=∫(x−a)dx
Performing the integration yields:
by−2y2=2x2−ax+c
Multiplying by 2 and rearranging terms, we arrive at the general equation of a circle:
x2+y2−2ax−2by+2c=0
The Algebraic Dance
We are given two points on the curve: (3,−3) and (4,−22). Substituting (3,−3) into the circle equation:
32+(−3)2−2a(3)−2b(−3)+2c=0
This simplifies to:
18−6a+6b+2c=0⇒3a−3b−c=9
Next, we substitute (4,−22) into the equation:
42+(−22)2−2a(4)−2b(−22)+2c=0
Since (−22)2=8, this simplifies to:
24−8a+42b+2c=0⇒4a−22b−c=12
Final Calculation
We now have a system of two equations with three unknowns, supplemented by the constraint a−22b=3. By subtracting the two derived equations, we eliminate c:
(4a−22b−c)−(3a−3b−c)=12−9
a+(3−22)b=3
Solving this system alongside the constraint a=3+22b reveals that b=0 and a=3. Thus, the center of the circle is (3,0).