Reduction of order for Second Order Differential Equation

In summary, the reduction of order is a method used to solve second-order differential equations when one solution is already known. The technique involves substituting a new variable based on the known solution, which simplifies the original equation into a first-order differential equation. By solving this first-order equation, a second linearly independent solution can be found, allowing for the general solution of the second-order equation to be constructed. This method is particularly useful in cases with constant coefficients or specific types of homogeneous equations.
  • #1
member 731016
Homework Statement
Please see below. I am trying to find the reduction of order for a second order ODE using an alternative method than shown in the textbook.
Relevant Equations
Ansatz ##v(t) = e^{rt}##
For this,
1712532117885.png

I tried solving the differential equation using an alternative method. My alternative method starts at

##tv^{''} + v^{'} = 0##
I substitute ##v(t) = e^{rt}## into the equation getting,
##tr^2e^{rt} + re^{rt} = 0##
##e^{rt}[tr^2 + r] = 0##
##e^{rt} = 0## or ##tr^2 + r = 0##
Note that ##e^{rt} ≠ 0##
##tr^2 + r = 0##
##r(tr + 1) = 0##
##r = 0## or ##r = -\frac{1}{t}##

Thus, ##v_1 = e^0 = 1## and ##v_2 = e^{-1} = \frac{1}{e}##

Note that ##v_1 = 1## is a trivial solution since it is just ##x_2 = t = x_1##, however, for ##v_2##, we get ##x_2 = \frac{t}{e}##.

However, ##x_2 = \frac{t}{e}## is just another multiple of ##x_1##. Is it possible to get ##t\log_e(t)## using my method?

Thanks.

Any help greatly appreciated - Chiral.
 
Physics news on Phys.org
  • #2
You are assuming v(t)=ert to try to get the solution v(t)=ln(t). Do you see the problem?
 
  • Like
  • Love
Likes member 731016 and MatinSAR
  • #3
Your method is invalid. You assume ##e^{rt}## is a solution with constant ##r## and then arrive at ##r = -1/t##. By coincidence ##r=0## makes your ansatz coincide with one of the solutions, but when you find non-constant ##r## you should realize that your ansatz did not work.

Why is this the case? The ansatz ##e^{rt}## is a good ansatz for ODEs with constant coefficients. Your ODE does not have constant coefficients. Instead, it is of Caucy-Euler form.
 
  • Like
  • Love
Likes member 731016 and MatinSAR

FAQ: Reduction of order for Second Order Differential Equation

What is the reduction of order method for second-order differential equations?

The reduction of order method is a technique used to find a second linearly independent solution to a second-order linear ordinary differential equation when one solution is already known. It transforms the original equation into a first-order equation by substituting a new variable that relates to the known solution, allowing us to solve for the unknown solution more easily.

When is the reduction of order method applicable?

The reduction of order method is applicable when you have a second-order linear homogeneous differential equation of the form \( y'' + p(x)y' + q(x)y = 0 \) and you already have one solution, \( y_1(x) \). It is particularly useful when the equation does not have constant coefficients, and it can help in finding the second solution without directly solving the equation from scratch.

How do you implement the reduction of order method?

To implement the reduction of order method, you start with a known solution \( y_1(x) \) and assume a second solution of the form \( y_2(x) = v(x)y_1(x) \), where \( v(x) \) is a function to be determined. You then substitute \( y_2 \) into the original differential equation, which will result in a first-order equation in terms of \( v \) and its derivatives. Solving this first-order equation gives you \( v(x) \), and thus the second solution \( y_2(x) \) can be found.

Can the reduction of order method be used for non-homogeneous equations?

The reduction of order method is primarily designed for homogeneous second-order differential equations. However, if you have a non-homogeneous equation, you can first solve the homogeneous part using reduction of order to find one solution, and then use methods such as variation of parameters or undetermined coefficients to find a particular solution to the non-homogeneous equation. The general solution will then be a combination of both the homogeneous and particular solutions.

What are some common mistakes to avoid when using reduction of order?

Common mistakes when using the reduction of order method include incorrectly substituting the known solution into the original equation, failing to simplify the resulting first-order equation properly, and neglecting to check the linear independence of the two solutions obtained. It is also important to ensure that the known solution is not trivial (e.g., not zero) and that the method is applied correctly to the appropriate type of differential equation.

Back
Top