Need Help with Integration for Solving ODE

The-Mad-Lisper
Messages
12
Reaction score
1

Homework Statement


\frac{dy}{dx}=y^2-1
y(0)=3

Homework Equations


\frac{dy}{dx}=f(y) \leftrightarrow \frac{dx}{dy}=\frac{1}{f(y)}

The Attempt at a Solution


\frac{dx}{dy}=\frac{1}{y^2-1}
dx=\frac{dy}{y^2-1}
\int dx=\int \frac{dy}{y^2-1}+C
x=\int \frac{dy}{y^2-1}+C
How do I integrate \int \frac{dy}{y^2-1}?
 
Physics news on Phys.org
The-Mad-Lisper said:

Homework Statement


\frac{dy}{dx}=y^2-1
y(0)=3

Homework Equations


\frac{dy}{dx}=f(y) \leftrightarrow \frac{dx}{dy}=\frac{1}{f(y)}

The Attempt at a Solution


\frac{dx}{dy}=\frac{1}{y^2-1}
dx=\frac{dy}{y^2-1}
\int dx=\int \frac{dy}{y^2-1}+C
x=\int \frac{dy}{y^2-1}+C
How do I integrate \int \frac{dy}{y^2-1}?
Partial fractions. See https://www.physicsforums.com/insights/partial-fractions-decomposition/ if you are uncertain about this technique.
 
Hi Mad:

I will give you a hint. think about factoring y2-1 = f1(y) × f2(y).
Then think about finding A and B such that 1/(f1 × f2) = A/f1 + B/f2.

Hope this helps.

Regards,
Buzz
 
Thanks, I got the answer.
 
  • Like
Likes Buzz Bloom
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top