Raqandre's question at Yahoo Answers regarding a Cauchy-Euler IVP

  • MHB
  • Thread starter MarkFL
  • Start date
  • Tags
    Ivp
In summary, the conversation is about solving the initial value problem x^2 y" + xy' - y = 0 with initial conditions: y(1)= 0 & y'(1) = 2 using the Cauchy-euler method. The solution is given as y(x)=x-x^-1 = x-1/x.
  • #1
MarkFL
Gold Member
MHB
13,288
12
Here is the question:

Solve the initial value problem x^2 y" + xy' - y = 0?

solve the initial value problem x^2 y" + xy' - y = 0 with initial conditions: y(1)= 0 & y'(1) = 2

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
  • #2
Re: raqandre's question at Yahoo! Answers regarding a Cauchy-euler IVP

Hello raqandre,

We are given the IVP:

\(\displaystyle x^2y"+xy'-y=0\) where \(\displaystyle y'(1)=2,\,y(1)=0\)

One way to proceed is the guess a solution of the form:

\(\displaystyle y=x^r\)

and so:

\(\displaystyle y'=rx^{r-1}\)

\(\displaystyle y''=r(r-1)x^{r-2}\)

Now, substituting into the ODE gives us:

\(\displaystyle x^2\left(r(r-1)x^{r-2} \right)+x\left(rx^{r-1} \right)-\left(x^r \right)=0\)

\(\displaystyle x^r\left(r(r-1)+r-1 \right)=0\)

\(\displaystyle x^r\left(r^2-1 \right)=0\)

\(\displaystyle x^r(r+1)(r-1)=0\)

Thus, the general solution is:

\(\displaystyle y(x)=c_1x+c_2x^{-1}\)

Differentiating, we find:

\(\displaystyle y'(x)=c_1-c_2x^{-2}\)

Using the initial conditions, we get the linear system:

\(\displaystyle y'(1)=c_1-c_2=2\)

\(\displaystyle y(1)=c_1+c_2=0\)

From which we may determine:

\(\displaystyle c_1=1,\,c_2=-1\)

Thus, the solution satisfying the given IVP is:

\(\displaystyle y(x)=x-x^{-1}=x-\frac{1}{x}\)
 
  • #3
Re: raqandre's question at Yahoo! Answers regarding a Cauchy-euler IVP

MarkFL said:
Hello raqandre,

We are given the IVP:

\(\displaystyle x^2y"+xy'-y=0\) where \(\displaystyle y'(1)=2,\,y(1)=0\)

One way to proceed is the guess a solution of the form:

\(\displaystyle y=x^r\)

and so:

\(\displaystyle y'=rx^{r-1}\)

\(\displaystyle y''=r(r-1)x^{r-2}\)

Now, substituting into the ODE gives us:

\(\displaystyle x^2\left(r(r-1)x^{r-2} \right)+x\left(rx^{r-1} \right)-\left(x^r \right)=0\)

\(\displaystyle x^r\left(r(r-1)+r-1 \right)=0\)

\(\displaystyle x^r\left(r^2-1 \right)=0\)

\(\displaystyle x^r(r+1)(r-1)=0\)

Thus, the general solution is:

\(\displaystyle y(x)=c_1x+c_2x^{-1}\)

Differentiating, we find:

\(\displaystyle y'(x)=c_1-c_2x^{-2}\)

Using the initial conditions, we get the linear system:

\(\displaystyle y'(1)=c_1-c_2=2\)

\(\displaystyle y(1)=c_1+c_2=0\)

From which we may determine:

\(\displaystyle c_1=1,\,c_2=-1\)

Thus, the solution satisfying the given IVP is:

\(\displaystyle y(x)=x-x^{-1}=x-\frac{1}{x}\)

Thank you.
 
  • #4
Glad to help and welcome to MHB! (Cool)
 
  • #5


Hello Raqandre,

Thank you for your question regarding the Cauchy-Euler initial value problem. This type of problem is a common occurrence in differential equations and can be solved using a variety of methods.

To solve this particular problem, we will use the method of undetermined coefficients. This method involves assuming a general form for the solution and then solving for the coefficients using the initial conditions provided.

In this case, we will assume that the solution has the form y = ax^n. Plugging this into the differential equation, we get:

x^2 (ax^n)'' + x(ax^n)' - ax^n = 0

Simplifying this equation, we get:

x^2 a(n)(n-1)x^(n-2) + x a(n)x^(n-1) - ax^n = 0

Collecting like terms, we get:

a(n)(n^2 - n)x^n + a(n)x^n - a(n)x^n = 0

Since the equation must hold for all values of x, we can equate the coefficients to get:

a(n)(n^2 - n) + a(n) = 0

Solving for a(n), we get:

a(n) = 0 or n = 1

Therefore, our general solution is y = ax + b, where a and b are constants.

Now, using the initial conditions provided, we can solve for the values of a and b. Plugging in x = 1 and y = 0, we get:

0 = a(1) + b

Plugging in x = 1 and y' = 2, we get:

2 = a

Therefore, our final solution is y = 2x - 2.

I hope this helps to clarify the solution to your problem. Good luck with your studies!

Best,
 

Related to Raqandre's question at Yahoo Answers regarding a Cauchy-Euler IVP

1. What is a Cauchy-Euler IVP?

A Cauchy-Euler initial value problem (IVP) is a type of differential equation that involves a variable raised to a power, and is solved by finding a particular solution that satisfies both the differential equation and a given set of initial conditions.

2. How is a Cauchy-Euler IVP solved?

To solve a Cauchy-Euler IVP, the first step is to rewrite the equation in standard form, with all terms on one side and the highest derivative isolated. Then, a substitution is made to turn the equation into a linear one, which can be solved using standard techniques such as integration and the method of undetermined coefficients.

3. What are the applications of Cauchy-Euler IVPs?

Cauchy-Euler IVPs have many applications in physics, engineering, and other scientific fields. They can be used to model physical phenomena such as population growth, heat transfer, and electrical circuits.

4. Are there any special cases of Cauchy-Euler IVPs?

Yes, there are two special cases of Cauchy-Euler IVPs: the homogeneous case and the non-homogeneous case. In the homogeneous case, the right-hand side of the equation is equal to zero. In the non-homogeneous case, the right-hand side is a non-zero function of the independent variable.

5. Can Cauchy-Euler IVPs have multiple solutions?

Yes, Cauchy-Euler IVPs can have multiple solutions depending on the initial conditions given. In general, there will be as many solutions as there are arbitrary constants in the general solution. However, for certain special cases, there may be a unique solution.

Similar threads

Replies
1
Views
1K
Replies
17
Views
2K
Replies
1
Views
2K
Replies
2
Views
419
Replies
1
Views
918
  • Calculus and Beyond Homework Help
Replies
3
Views
626
Replies
1
Views
7K
Replies
20
Views
3K
  • Calculus
Replies
3
Views
766
Back
Top