Solving Homework: Finding General Solution & Largest Interval

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 8K views
pretendinitis
Messages
2
Reaction score
0

Homework Statement


The question asks me to find the general solution to [tex](x^2-1)y' + 2y = (x+1)^2[/tex], and to determine the largest interval over which this general solution is defined. It's the latter which is tripping me up.

Homework Equations


I've already found the general solution as follows: rearranging the above equation gives [tex]y' + \frac{2}{x^2 - 1}y = \frac{(x + 1)^2}{x^2-1}[/tex], with [tex]P(x)=\frac{2}{x^2 - 1}[/tex] and [tex]f(x)=\frac{(x + 1)^2}{x^2-1}[/tex]. The integrating factor is [tex]e^{\int2/(x^2 - 1) dx} = e^\ln|x-1|-\ln|x+1|}=\frac{x-1}{x+1}[/tex].

Substituting back into the original equation:
[tex]\frac{x-1}{x+1}y'+\frac{x-1}{x+1}\frac{2}{x^2 - 1}y=\frac{x-1}{x+1}\frac{x+1}{x-1}[/tex]

[tex]\left(\frac{x-1}{x+1}y\right)'=1[/tex]

Integrating:
[tex]\int{\left(\frac{x-1}{x+1}y\right)'} dx=\int{1} dx[/tex]

[tex]\frac{x-1}{x+1}y=x+c[/tex]

[tex](x-1)y=x(x+1)+c(x+1)[/tex]

[tex]y=\frac{x+1}{x-1}(x+c)[/tex]

The Attempt at a Solution


I know that [tex]P(x)[/tex] and [tex]f(x)[/tex] are both discontinuous at -1 and 1. But then, what is the largest interval over which the general solution is defined? Is it [tex]-\infty < x < -1[/tex], [tex]-1 < x < 1[/tex], or [tex]1 < x <\infty[/tex]? I feel like there's something really simple here that I'm missing. Any help is appreciated.
 
Physics news on Phys.org


I don't think there is a problem at x = -1. If I'm wrong, I hope someone will jump in and correct my thinking.

The solution you found is defined for x = -1. In that case y = 0, so y' = 0. This function satisfies your original differential equation, so it looks to me like your solution is defined on two intervals:
[tex]-\infty < x < 1 \cup 1 < x < \infty[/tex]

They are both the same size, meaning both intervals have the same number of numbers in them, so for the largest interval, you could pick either one.
 


Thanks Mark. My textbook for this class, Advanced Engineering Mathematics (3rd edition) by Zill and Cullen, implies that I should choose an interval for the general solution which [tex]P(x)[/tex] and [tex]f(x)[/tex] are both continuous on...

EDIT: I've just noticed the unsimplified form for my integrating factor, [tex]e^{\ln|x-1|-\ln|x+1|}[/tex], appears to be only valid for [tex]x > 1[/tex], which would make [tex]1 < x <\infty[/tex] the only interval allowed. Is that right?
 
Last edited: