Question Statement
Show that y1=x2 and y2=x3 are both solutions of the differential equation:
x2y′′−4xy′+6y=0
(i) Are c1y1 and c2y2 also solutions?
(ii) Check if y1+y2 is also a solution.
Background and Explanation
To verify if a function is a solution to a differential equation, we calculate its derivatives and substitute them into the equation to see if it holds true. This problem also explores the Principle of Superposition, which states that for linear homogeneous differential equations, any linear combination of solutions is also a solution.
Solution
The given differential equation is:
x2y′′−4xy′+6y=0
Case I: y1=x2
First, we find the first and second derivatives:
y1′=2x
y1′′=2
Now, we substitute y1, y1′, and y1′′ into equation (1):
x2(2)−4x(2x)+6(x2)=0
2x2−8x2+6x2=0
0=0
Since the equation holds true, y1=x2 is a solution.
Case II: y2=x3
First, we find the derivatives:
y2′=3x2
y2′′=6x
Substitute y2, y2′, and y2′′ into equation (1):
x2(6x)−4x(3x2)+6(x3)=0
6x3−12x3+6x3=0
0=0
Since the equation holds true, y2=x3 is a solution.
Checking y=c1y1:
Let y=c1x2. The derivatives are:
y′=2c1x
y′′=2c1
Substituting these into equation (1):
x2(2c1)−4x(2c1x)+6(c1x2)=0
2c1x2−8c1x2+6c1x2=0
0=0
Thus, y=c1y1 is also a solution.
Checking y=c2y2:
Let y=c2x3. The derivatives are:
y′=3c2x2
y′′=6c2x
Substituting these into equation (1):
x2(6c2x)−4x(3c2x2)+6(c2x3)=0
6c2x3−12c2x3+6c2x3=0
0=0
Thus, y=c2y2 is also a solution.
Checking y=y1+y2:
Let y=x2+x3. We find the derivatives:
y′=2x+3x2
y′′=2+6x
Substituting y, y′, and y′′ into equation (1):
x2(2+6x)−4x(2x+3x2)+6(x2+x3)=0
Distribute the terms:
2x2+6x3−8x2−12x3+6x2+6x3=0
Group the x2 and x3 terms together:
(2x2−8x2+6x2)+(6x3−12x3+6x3)=0
0+0=0
0=0
Hence, y=y1+y2 is also a solution of equation (1).
- Power Rule for Differentiation: dxd(xn)=nxn−1
- Verification by Substitution: Plugging a function and its derivatives into an ODE to check for equality.
- Principle of Superposition: For a linear homogeneous equation, if y1 and y2 are solutions, then c1y1+c2y2 is also a solution.
Summary of Steps
- Calculate the first and second derivatives for y1=x2 and y2=x3.
- Substitute these into the differential equation to confirm they satisfy it.
- Multiply each solution by a constant (c1,c2) and repeat the substitution to show they remain solutions.
- Add the two solutions together (y1+y2), find the new derivatives, and substitute them into the equation to verify the sum is also a solution.