PDA

View Full Version : Simple Question


Chewy0087
Jun28-09, 11:12 AM
1. The problem statement, all variables and given/known data

http://i27.photobucket.com/albums/c171/Chewbacc0r/scan00031.jpg

For reference, the bit cut on the side reads, "...to part A, to find the solution of the differential equation."

3. The attempt at a solution

The trouble is that i don't know what it's asking me to do in part B, i've completed part A getting 4 / (2x - 3) - 3 / (x + 1). Now does it want me to equal this to y? It says if x = 2 y = 4 so the equation for y would be y = 4 / (2x - 3) - 3 / (x + 1) + 1 . However, what would I do from here, we haven't tackled these types of questions before in class and i've no real idea how to go about answering it.


Thanks in advance for any help.

Edit : i've also tried just multiplying out using y but it got nasty and i've a feeling it's quite a simple answer.

snipez90
Jun28-09, 11:25 AM
The differential equation is separable. Take the equation in part b) and divide both sides by y and multiply both sides by dx. Then you have to integrate both sides, which of course is easier since you did all the work for the right hand side in a).

EDIT: Here is a link for separable DE's if you've never seen them before:

http://www.sosmath.com/diffeq/first/separable/separable.html

Chewy0087
Jun28-09, 11:29 AM
Hmmm, that's clever :o thanks alot, however it's (x + 1) in the first example and (x - 1) in the second example, which makes it alot more nasty :/, reckon that's a typo?

snipez90
Jun28-09, 11:43 AM
Oh sorry, did not notice that. Anyways, just to be safe, I would do the partial fraction decomposition for the expression in b) (not hard) and then integrate. That way, there is no reason for you to get marked off.

Chewy0087
Jun28-09, 11:51 AM
thanks alot for the help

nrqed
Jun28-09, 11:59 AM
1. The problem statement, all variables and given/known data

http://i27.photobucket.com/albums/c171/Chewbacc0r/scan00031.jpg

For reference, the bit cut on the side reads, "...to part A, to find the solution of the differential equation."

3. The attempt at a solution

The trouble is that i don't know what it's asking me to do in part B, i've completed part A getting 4 / (2x - 3) - 3 / (x + 1). Now does it want me to equal this to y? It says if x = 2 y = 4 so the equation for y would be y = 4 / (2x - 3) - 3 / (x + 1) + 1
You cannot say y = 4 / (2x - 3) - 3 / (x + 1) + 1. I am not sure how you got that.

Do as the other poster suggested. Divide both sides of the equation by y, multiply by dx and then integrate both sides. You will get y = bunch of logs plus a constant of integration. Now use the value provided y(2)=4 to fix the constant of integration

Дьявол
Jun28-09, 12:40 PM
\frac{13-2x}{(2x-3)(x+1)}=\frac{A}{2x-3} + \frac{B}{x+1}

and solve for A and B. Then just plug them back in the first equation and you got the partial fractions.

Regards.