Ordinary Diff Eq. - Help with Calculus

  • Thread starter Thread starter arenaninja
  • Start date Start date
  • Tags Tags
    Calculus Diff eq
arenaninja
Messages
25
Reaction score
0

Homework Statement


Hey all. I'm having issues with a few Diff. Eq. problems. I think I'm screwing up at the point of u-substitution, but I do not know for sure.

Homework Equations


I'm evaluating: (x2 + x3)*integral (x4/(x4+2x5+x6)

The Attempt at a Solution


I eliminate x4 inside the integral and evaluate:
x*(x+1)*integral(dx/(x+1)2)
= x2*(x+1)/-(x+1). Cancel out (x+1), and my answer is
= -x2.

However, the back of the book says the answer should be x2 (positive). Can anyone point out as to what I'm doing wrong? I've gotten a few of these wrong, usually because they are in the denominator and I do u-substitution.

P.S.: If anyone has a link on how to use Latex Reference, it'd be greatly appreciated. I tried a few things and could not get it to work, for the life of me.
Latex text: y_2

Many thanks.
 
Last edited:
Physics news on Phys.org
arenaninja said:

Homework Statement


Hey all. I'm having issues with a few Diff. Eq. problems. I think I'm screwing up at the point of u-substitution, but I do not know for sure.

Homework Equations


I'm evaluating: (x2 + x3)*integral (x4/(x4+2x5+x6)

The Attempt at a Solution


I eliminate x4 inside the integral and evaluate:
x*(x+1)*integral(dx/(x+1)2)
First problem is in the line above. x2 + x3 = x2(1 + x).
arenaninja said:
= x2*(x+1)/-(x+1). Cancel out (x+1), and my answer is
= -x2.
Next problem is above. You are treating (x + 1) as if it were a constant, but it isn't. You can't cancel an (x + 1) factor outside the integral with one in the denominator of the integrand.

You need to evaluate
x^2(1 + x) \int \frac{dx}{(x + 1)^2}

A simple substitution will work here.

arenaninja said:
However, the back of the book says the answer should be x2 (positive). Can anyone point out as to what I'm doing wrong? I've gotten a few of these wrong, usually because they are in the denominator and I do u-substitution.

P.S.: If anyone has a link on how to use Latex Reference, it'd be greatly appreciated. I tried a few things and could not get it to work, for the life of me.

Many thanks.
 
I agree with Cyosis that the answer you got is correct.
x^2(1 + x) \int \frac{dx}{(x + 1)^2} = -x^2 + C

I might have misunderstood what you cancelled, thinking that you canceled something inside the integrand with something outside it.
 
Hey guys. Sorry but it's difficult for me to format the problem correctly. I'm not being lazy intentionally, I'm just very frustrated from not getting a very cool feature to work right. After one hour I've figured out I need to clear my cache each time I need to preview (before all I was getting was "2y"). Now onto the problem.

The problem is an ODE - Constructing a 2nd solution from a known solution, where if you have an equation in standard form: y^{''} + P(x)y^{'} + Q(x)y = 0, and we know a solution y_1, a second solution y_2 is given by:

y_2 = y_1 \int \frac{e^{- \int {P(x)dx}}}{y_1^2}dx.

The equation I am given is:
x^2y^{''} - 4xy^{'} + 6y = 0
In standard form:
y^{''} - \frac {4{y^{'}}}{x} + \frac{6y}{x^2} = 0

Evaluate e^{-\int {P(x)dx}} = e^{- \int {\frac {-4}{x}}dx} = e^{4 ln x} = x^4

Now to get y2:
y_2 = (x^2 + x^3) \int {\frac {x^4}{\left({x^2 + x^3}\right)^2}}dx
I expand the denominator inside the integral:
y2 = (x^2 + x^3) \int {\frac {x^4 dx}{x^6 + 2x^{5} + x^{4}}}
factoring out x^4 in order to cancel:
y2 = (x^2 + x^3) \int {\frac {x^4 dx}{x^4 \left(x^2 + 2x + 1 \right)}}
and the expression simplifies to:
y_2 = (x^2 + x^3) \int {\frac {dx}{\left({x+1}\right)^2}}
which evaluates to:
y_2 = \frac {x^2 \left (x+1 \right)}{- \left(x+1 \right)}
and this yields:
y_2 = -x^2

Again, my issue is that the answer in the back of the book is the negative of this. This is the third answer or so that evalutes to the negative of the real answer, so I figure I must be doing some systematic error.

Your feedback is greatly appreciated.
 
Last edited:
One way to check is to see if your solution satisfies the d.e., which is something you probably don't need to do if your answer agrees with the one in the book, but you should do if the two answers don't agree.

In this case, both your answer and the one in the book satisfy the d.e. The reason is that for y2, any multiple of x2 (including the -1 multiple) is a solution, and this is due in part to a constant of integration that wasn't included somewhere, and also because the d.e. is homogeneous.
 
substituting the negative and positive into the original equation, both are solutions.

don't 2nd order differential equations have solutions of the form,

y = c_1 * y_1(x) + c_2 * y_2(x)

if y_1 and y_2 are solutions?

edit: ahhh, Mark44 beat me to it!
 
Last edited:
Guys thanks for the help. I had forgotten all about the general solution, so now I see that they just chose to write the solutions as a positive multiple of y_2.

Thanks!
 
BTW, I forgot to mention that the site has been experiencing problems of not rendering correctly when you click the Preview button. I'm pretty sure people are working on fixing the problem.
 

Similar threads

Replies
3
Views
2K
Replies
4
Views
3K
Replies
10
Views
2K
Replies
4
Views
1K
Replies
7
Views
2K
Replies
2
Views
3K
Replies
3
Views
1K
Replies
2
Views
1K
Back
Top