- #1
Design
- 62
- 0
Homework Statement
y''(x-1)-xy'+y=x2-2x+1
The Attempt at a Solution
I don't even know how to start this, Don't know what substitution to do.
hunt_mat said:It's a linear solution. Have you tried the Frobenius method?
Dickfore said:Is [itex]x - 1[/itex] a factor that multiplies [itex]y''[/itex] or is it the argument of that function?
Design said:Is there any other way of doing it? It just seems weird because I haven't covered anything about series solutions and all of a sudden this comes up.
Saladsamurai said:Doubtful. We have covered everything up until Frobenius method and I cannot think of any other way to solve it. As a matter of fact, this is a non-homogenous Frobenius EQ which we have not covered ... but that just makes more work, not necessarily "harder" work. Give it a try! You'll be ahead of the curve. I'll get you started. As Halls said, seek a solution in the form:
[tex]y = \sum_0^\infty a_nx^{n+s}\qquad(1)[/tex]
[tex]\Rightarrow y' = \sum_0^\infty (n+s)a_nx^{n+s-1}\qquad(2)[/tex]
[tex]\Rightarrow y' = \sum_0^\infty (n+s)(n+s-1)a_nx^{n+s-2}\qquad(3)[/tex]
Plug EQs 1 - 3 back into the original DE and see what happens. But be prepared, Frobenius solutions take awhile and usually for me at least 2 pages of work.
PAllen said:There is possibly another way to solve this. It is linear, second order, non-constant coefficients. It should be covered somewhere in any reasonable ODE book. You find two linearly independent solutions of the homogeneous equation:
y''(x-1)-xy'+y=0
Then you use these solutions to construct a determinant called a Wronskian. There are then then mechanical procedures to construct solutions of the original equation. I can't give all the details (I'm not going to type in 3 pages), but there should be several pages or a small chapter covering this method in any ODE book.
Design said:Homework Statement
y''(x-1)-xy'+y=x2-2x+1
The Attempt at a Solution
I don't even know how to start this, Don't know what substitution to do.
Yes, of course, but the problem is finding the general solution to the associated homogenous equation and you seem to be taking that for granted!PAllen said:There is possibly another way to solve this. It is linear, second order, non-constant coefficients. It should be covered somewhere in any reasonable ODE book. You find two linearly independent solutions of the homogeneous equation:
y''(x-1)-xy'+y=0
Then you use these solutions to construct a determinant called a Wronskian. There are then then mechanical procedures to construct solutions of the original equation. I can't give all the details (I'm not going to type in 3 pages), but there should be several pages or a small chapter covering this method in any ODE book.
HallsofIvy said:Yes, of course, but the problem is finding the general solution to the associated homogenous equation and you seem to be taking that for granted!
Design said:Homework Statement
y''(x-1)-xy'+y=x2-2x+1
The Attempt at a Solution
I don't even know how to start this, Don't know what substitution to do.
Dickfore said:I will assume that the factor [itex](x - 1)[/itex] is a multiplier in front of [itex]y''[/itex]. You may rewrite the equation as:
[tex]
(x - 1) \, y'' - (x - 1 + 1) \, y' + y = (x - 1)^{2}
[/tex]
[tex]
(x - 1) (y'' - y') - (y' - y) = (x - 1)^{2}
[/tex]
If you define:
[tex]
z \equiv y' - y
[/tex]
you get a first order inhomogeneous linear differential equation:
[tex]
z' - \frac{1}{x - 1} \, z = x - 1
[/tex]
You can find the general solution of this equation which will contain one arbitrary integrating constant. After that, you may substitute in:
[tex]
y' - y = z(x)
[/tex]
which is another equation of the same type and you may find its general solution as well. This will give you one more integrating constant.
Dickfore said:I will assume that the factor [itex](x - 1)[/itex] is a multiplier in front of [itex]y''[/itex]. You may rewrite the equation as:
[tex]
(x - 1) \, y'' - (x - 1 + 1) \, y' + y = (x - 1)^{2}
[/tex]
[tex]
(x - 1) (y'' - y') - (y' - y) = (x - 1)^{2}
[/tex]
If you define:
[tex]
z \equiv y' - y
[/tex]
you get a first order inhomogeneous linear differential equation:
[tex]
z' - \frac{1}{x - 1} \, z = x - 1
[/tex]
You can find the general solution of this equation which will contain one arbitrary integrating constant. After that, you may substitute in:
[tex]
y' - y = z(x)
[/tex]
which is another equation of the same type and you may find its general solution as well. This will give you one more integrating constant.
A second order ODE (ordinary differential equation) is a mathematical equation that involves a function, its derivatives, and independent variables. It is called "second order" because it contains the second derivative of the function.
"Weird coefficients" is a vague term that can refer to any non-standard or unusual coefficients in an equation. In the context of a second order ODE, it could refer to coefficients that are not constant or do not follow a typical pattern.
The general method for solving a second order ODE with weird coefficients is to use a combination of mathematical techniques, such as separation of variables, substitution, or power series. The specific method will depend on the form of the equation and the type of coefficients present.
The equation x2-2x+1 is a second order ODE with weird coefficients. It is a polynomial equation that can be rewritten as (x-1)2=0, which has a repeated root at x=1. This means that the solution to the equation will involve a linear combination of x and ex.
The equation x2-2x+1 and its solutions can be used in physics, engineering, and other scientific fields to model various phenomena, such as the motion of a pendulum or the behavior of a vibrating string. It can also be used to solve differential equations in other areas of mathematics, such as partial differential equations.