Animated Solution for Mathematics - Differential Equations: Let the solution curve of the differential equation xdxdy−y=y2+16x2,y(1)=3 be y=y(x). Then y(2) is equal to :
Select Answer:
Visualized Solution
Identify the Equation Type
Given Differential Equation: xdxdy−y=y2+16x2
Observe the degrees of the terms. x and y have degree 1.
Inside the root, y2 and x2 effectively give a degree of 1.
Therefore, this is a homogeneous differential equation.
The Homogeneous Substitution
To solve a homogeneous DE, use the substitution: y=vx
Differentiating with respect to x using the product rule:
dxdy=v+xdxdv
Substitute into the DE
Substitute y=vx and dxdy=v+xdxdv into the original DE.
LHS: x(v+xdxdv)−vx
RHS: (vx)2+16x2
Equation: x(v+xdxdv)−vx=v2x2+16x2
Simplify the Expression
Expand LHS: xv+x2dxdv−vx=x2dxdv
Factor RHS: x2(v2+16)=xv2+16
Simplified Equation: x2dxdv=xv2+16
Variable Separable Form
Cancel one x from both sides: xdxdv=v2+16
Separate the variables v and x:
v2+16dv=xdx
Integrate Both Sides
Integrate: ∫v2+16dv=∫xdx
Recall standard formula: ∫x2+a2dx=ln∣x+x2+a2∣
Result: ln∣v+v2+16∣=ln∣x∣+lnC
Combine Logarithms & Back-Substitute
Combine logs on RHS: ln∣v+v2+16∣=ln∣Cx∣
Remove logarithms: v+v2+16=Cx
Back-substitute v=xy:
xy+x2y2+16=Cx
Simplify the General Solution
Simplify the radical: xy+xy2+16x2=Cx
Multiply the entire equation by x:
y+y2+16x2=Cx2
Apply Initial Condition
We are given the initial condition y(1)=3.
Substitute x=1 and y=3 into the general solution:
3+32+16(1)2=C(1)2
Find the Constant C
Calculate the root: 3+9+16=C
3+25=C⟹3+5=C
Therefore, C=8.
The specific curve is: y+y2+16x2=8x2
Substitute x = 2
We need to find y(2).
Substitute x=2 into the specific curve equation:
y+y2+16(2)2=8(2)2
y+y2+64=32
Isolate the Radical and Square
Isolate the square root: y2+64=32−y
Square both sides: (y2+64)2=(32−y)2
y2+64=1024−64y+y2
Final Calculation
Notice that y2 cancels out on both sides.
64=1024−64y
Rearrange to solve for y: 64y=1024−64=960
y=64960=15
00:00 / 00:00
The Sigma Insight: Homogeneous Differential Equations
Solution Diagram
Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a differential equation that, at first glance, might seem like a daunting fortress of square roots and variables.
Let us look at our equation:
xdxdy−y=y2+16x2
When you see a structure like this, do not panic. Instead, look at the degrees. The term x is degree one, y is degree one, and inside the radical, y2 and x2 are both degree two.
When you take the square root of a degree-two term, you get degree one. Everything is balanced. This is the hallmark of a homogeneous differential equation, a beautiful symmetry that we can exploit.
The Dance of Substitution
To unlock this, we use our most trusted key: the substitution y=vx. This is not just a random choice; it is a transformation that shifts our perspective.
If y=vx, then by the product rule, the derivative dxdy becomes:
dxdy=v+xdxdv
Now, we substitute these into our original equation. The left side becomes x(v+xdxdv)−vx, and the right side becomes (vx)2+16x2.
Expanding the left side gives us xv+x2dxdv−vx. The xv and −vx terms cancel out perfectly, leaving us with:
x2dxdv=xv2+16
The Integration Journey
We have simplified the equation significantly. Dividing both sides by x, we get:
xdxdv=v2+16
Now, the variables are separated. We can write this as:
v2+16dv=xdx
This is where the beauty of calculus shines. We integrate both sides. The right side is a simple ln∣x∣+lnC.
For the left side, we use the standard integral formula ∫u2+a2du=ln∣u+u2+a2∣. Applying this, we get:
ln∣v+v2+16∣=ln∣Cx∣
The Final Reveal
By exponentiating both sides, we remove the logarithms:
v+v2+16=Cx
Now, we must return to our original variables. Substituting v=xy back in, we get xy+x2y2+16=Cx. Multiplying by x yields the general solution:
y+y2+16x2=Cx2
We are given the initial condition y(1)=3. Plugging these values in, we find 3+9+16=C(1)2, which simplifies to 3+5=C, so C=8.
Our specific curve is y+y2+16x2=8x2. To find y(2), we set x=2:
y+y2+64=8(4)=32
Isolating the radical gives y2+64=32−y. Squaring both sides, we get y2+64=1024−64y+y2.
The y2 terms vanish, leaving 64y=960. Thus, the final answer is y=15.