Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
need help with linear differential equation?
I need to solve (1-x^2)dy/dx-x^2y = (1+x)sqrt(1-x^2)
I am having plenty of trouble unfortunately. I have some work here. I'm pretty sure I went wrong somewhere, just cant find it.
Here is my work on google docs, you don't need to sign in or anything to view it.
https://docs.google.com/viewer?a=v&pid=explorer&ch...
me=true&srcid=0B1bnMNmwLoTc
YTc0N2Q4ZDgtMTA1My00ODJiLThjZWMtMmViMj
Q5ZTFhZjJm&hl=en_US
Just copy/paste
3 Answers
- RapidfireLv 710 years agoFavorite Answer
Solve this differential equation by using an integrating factor:
(1 - x²)(dy / dx) - x²y = (1 + x)√(1 - x²)
dy / dx - x²y / (1 - x²) = (1 + x) / √(1 - x²)
dy / dx + x²y / (x² - 1) = (1 + x) / √(1 - x²)
P(x) = x² / (x² - 1)
f(x) = (1 + x) / √(1 - x²)
I(x) = ℮^[∫ P(x) dx]
I(x) = ℮^[∫ x² / (x² - 1) dx]
I(x) = ℮^[∫ {1 - 1 / (1 - x²)} dx]
I(x) = ℮^(x - tanhˉ¹x)
I(x)y = ∫ I(x)f(x) dx
y℮^(x - tanhˉ¹x) = ∫ (1 + x)℮^[x - tanhˉ¹x] / √(1 - x²) dx
y℮^(x - tanhˉ¹x) = ∫ ℮˟ dx
y℮^(x - tanhˉ¹x) = ℮˟ + C
y℮^(x - tanhˉ¹x) = C + ℮˟
y = (C + ℮˟) / ℮^(x - tanhˉ¹x)
- 10 years ago
wolframalpha.com
http://www.wolframalpha.com/input/?i=%281-x^2%29dy...
They won't tell you how they got it, but there it is.