Animated Solution for Mathematics - Differential Equations: Let a solution y=y(x) of the differential equation xx2−1dy−yy2−1dx=0 satisfy y(2)=32.
STATEMENT-1 : y(x)=sec(sec−1x−6π) and
STATEMENT-2 : y(x) is given by y1=x23−1−x21
Select Answer:
Visualized Solution
The Differential Equation
Given DE: xx2−1dy−yy2−1dx=0
Goal: Find the solution curve y(x).
Separating Variables
Rearranging terms: xx2−1dy=yy2−1dx
Separating variables: yy2−1dy=xx2−1dx
Integration Setup
Integrating both sides: ∫yy2−1dy=∫xx2−1dx
Standard Integral Formula
Using standard integral ∫tt2−1dt=sec−1t+C
Result: sec−1y=sec−1x+C
Applying Initial Condition
Given condition: y(2)=32
Substitute x=2 and y=32 into the equation:
sec−1(32)=sec−1(2)+C
Solving for Constant C
Evaluate inverse trig values: 6π=3π+C
Calculate C: C=6π−3π=−6π
Verifying Statement 1
General solution: sec−1y=sec−1x−6π
Apply secant to both sides: y=sec(sec−1x−6π)
This matches Statement-1. Therefore, Statement-1 is True.
Checking Statement 2
Find y1: y1=sec(sec−1x−6π)1=cos(sec−1x−6π)
Trigonometric Expansion
Use identity: cos(A−B)=cosAcosB+sinAsinB
Let A=sec−1x and B=6π
y1=cos(sec−1x)cos(6π)+sin(sec−1x)sin(6π)
Substituting Values
Since cos(sec−1x)=x1 and sin(sec−1x)=1−x21:
y1=(x1)(23)+(1−x21)(21)
Final Comparison
y1=2x3+211−x21
This contradicts Statement-2. Thus, Statement-2 is False.
00:00 / 00:00
The Sigma Insight: Variable Separable Method
Solution Diagram
Analyzing the Setup
Welcome, future engineer! Today, we are going to dissect a problem that looks intimidating at first glance but unfolds with the elegance of a well-choreographed dance. We are dealing with the differential equation:
xx2−1dy−yy2−1dx=0
When you see an equation like this, your first instinct might be to panic. Don't. Instead, take a deep breath and look at the structure. We have x and y terms mixed together, and our mission is to separate them.
Phase 1
The Separation
We rearrange the terms to get:
xx2−1dy=yy2−1dx
Now, we perform the magic of separation:
yy2−1dy=xx2−1dx
See how beautiful that is? We have isolated the y world on the left and the x world on the right. This is the heart of the variable separable method.
Phase 2
The Integration
Now that the variables are separated, we integrate both sides:
∫yy2−1dy=∫xx2−1dx
Do you recognize these integrals? They are standard forms! The integral of tt2−1dt is simply sec−1t. So, our equation becomes:
sec−1y=sec−1x+C
This is our general solution. But we are not done yet; we have an initial condition: y(2)=32. Let's plug these values in to find our constant C.
Substituting x=2 and y=32, we get:
sec−1(32)=sec−1(2)+C
Since sec−1(32)=6π and sec−1(2)=3π, we have:
6π=3π+C⟹C=−6π
Phase 3
The Verification
Now we have our specific solution:
sec−1y=sec−1x−6π
Taking the secant of both sides, we get y=sec(sec−1x−6π). This matches Statement 1 perfectly, so Statement 1 is true!
Now, for the final test: Statement 2. We need to check if y1=x23−1−x21. Since y=sec(sec−1x−6π), then:
y1=cos(sec−1x−6π)
Using the identity cos(A−B)=cosAcosB+sinAsinB, where A=sec−1x and B=6π, we expand this to:
y1=cos(sec−1x)cos(6π)+sin(sec−1x)sin(6π)
Substituting the values cos(sec−1x)=x1 and sin(sec−1x)=1−x21, we get:
y1=(x1)(23)+(1−x21)(21)=2x3+211−x21
Comparing this to Statement 2, we see it is clearly different. The signs and coefficients do not match. Therefore, Statement 2 is false.