Animated Solution for Mathematics - Differential Equations: If the solution curve y=f(x) of the differential equation (x2−4)y′−2xy+2x(4−x2)2=0,x>2, passes through the point (3,15), then the local maximum value of f is ......... .
Enter Numerical Value:
Visualized Solution
Analyzing the Differential Equation
Given DE: (x2−4)y′−2xy+2x(4−x2)2=0
Domain constraint: x>2
Initial condition: Curve passes through (3,15)
Goal: Find the local maximum value of f(x)
Converting to Standard Linear Form
Standard form: dxdy+P(x)y=Q(x)
Divide the entire equation by (x2−4)
dxdy−x2−42xy+x2−42x(4−x2)2=0
Simplifying the Equation
Move the last term to the Right Hand Side (RHS)
dxdy−x2−42xy=−x2−42x(4−x2)2
Notice that (4−x2)2=(x2−4)2
Simplified: dxdy−x2−42xy=−2x(x2−4)
Identifying P(x) and IF
Compare with dxdy+P(x)y=Q(x)
P(x)=−x2−42x
Integrating Factor formula: IF=e∫P(x)dx
IF=e∫−x2−42xdx
Calculating the Integrating Factor
Let x2−4=t⟹2xdx=dt
∫−x2−42xdx=−∫t1dt=−ln∣t∣
IF=e−ln(x2−4)=eln((x2−4)−1)
IF=x2−41
Setting up the General Solution
Formula: y⋅(IF)=∫Q(x)⋅(IF)dx
Substitute IF=x2−41 and Q(x)=−2x(x2−4)
y⋅(x2−41)=∫−2x(x2−4)⋅(x2−41)dx
Integrating the RHS
Cancel (x2−4) on the RHS
x2−4y=∫−2xdx
x2−4y=−x2+C
Applying the Initial Condition
The curve passes through the point (3,15)
Substitute x=3 and y=15 into the general solution
32−415=−(32)+C
Finding C and the Specific Curve
9−415=−9+C⟹515=−9+C
3=−9+C⟹C=12
Substitute C=12 back: x2−4y=−x2+12
y=(x2−4)(12−x2)
Finding Local Maxima: First Derivative
Expand y: y=−x4+16x2−48
To find local maxima, find dxdy and set to 0
y′=−4x3+32x
Set y′=0⟹−4x(x2−8)=0
Identifying the Critical Point
−4x(x2−8)=0 gives x=0 or x2=8
x=±22
Given constraint: x>2
Valid critical point: x=22
Verification and Maximum Value
Second derivative: y′′=−12x2+32
At x=22, y′′=−12(8)+32=−64<0 (Confirmed Maxima)
f(22)=((22)2−4)(12−(22)2)
f(22)=(8−4)(12−8)=4×4=16
00:00 / 00:00
The Sigma Insight: Linear Differential Equations
Solution Diagram
Analyzing the Setup
Welcome, future engineers. Today, we are going to embark on a journey through a differential equation that, at first glance, might seem like a chaotic mess of powers and variables.
But as we peel back the layers, you will see the elegance hidden within. This is the beauty of JEE Advanced mathematics: it is not about brute force; it is about finding the hidden structure.
The Art of Transformation
We start with the given differential equation:
(x2−4)y′−2xy+2x(4−x2)2=0
Our first step is to bring this into the standard linear form:
dxdy+P(x)y=Q(x)
To isolate dxdy, we divide the entire equation by (x2−4):
dxdy−x2−42xy+x2−42x(4−x2)2=0
Since (4−x2)2=(x2−4)2, we can cancel one power. The equation simplifies beautifully to:
dxdy−x2−42xy=−2x(x2−4)
The Integrating Factor
Now that we have the standard form, we identify P(x)=−x2−42x. To solve this, we need the Integrating Factor (IF), defined as:
IF=e∫P(x)dx
Let's evaluate the integral ∫−x2−42xdx. If we substitute t=x2−4, then dt=2xdx.
The integral becomes:
−∫t1dt=−ln∣t∣=−ln(x2−4)
Thus, the integrating factor is:
IF=e−ln(x2−4)=eln((x2−4)−1)=x2−41
The Elegant Cancellation
The general solution is given by y⋅(IF)=∫Q(x)⋅(IF)dx. Substituting our values, we get:
y⋅(x2−41)=∫−2x(x2−4)⋅(x2−41)dx
Notice the magic? The (x2−4) terms cancel out completely! We are left with:
x2−4y=∫−2xdx=−x2+C
This is the moment where the complexity vanishes, leaving us with a simple, elegant relationship.
The Final Peak
We are given the point (3,15). Substituting x=3 and y=15 into the equation x2−4y=−x2+C:
9−415=−9+C⇒3=−9+C⇒C=12
Our curve is defined by:
y=(x2−4)(12−x2)
To find the local maximum, we expand this to y=−x4+16x2−48. Differentiating, we get:
y′=−4x3+32x
Setting y′=0, we find critical points at x=0 and x2=8, so x=±22. Given the constraint x>2, we accept only x=22.
Checking the second derivative y′′=−12x2+32:
At x=22, y′′=−12(8)+32=−64<0, confirming a local maximum.