Is there a mistake here so far?

  • Thread starter Thread starter franky2727
  • Start date Start date
  • Tags Tags
    Mistake
franky2727
Messages
131
Reaction score
0
question attached
 

Attachments

  • Picture 002.jpg
    Picture 002.jpg
    19 KB · Views: 378
Physics news on Phys.org
Mail it to my on wing-tales@gmail.com (without the - between wing and tales). Let me have a look.

You might want to include the topic of your problem in the title.
 
ok emailed
 
Could you write the starting problem here? The first sentence is a little hard to read.
 
The problem is to solve
\frac{dy}{dx}= \frac{3x- y+ 1}{x+ y+ 1}

What franky2727 has done is to set u= 3x- y+1 and v= x+ y+ 1 so that, from the equation, y'= u/v. Then from the first equation u'= 3- y'= 3- u/v. I frankly don't see how adding more variables is going to help, especially since he then defines z= u/v so he winds up with a total of 5 variables!

franky2727, rewrite your equation as (x+y+ 1)dy = (3x-y+1)dx so that (x+y+1)dy- (3x-y+1)dx= (x+y+1)dy+ (-3x+ y- 1)dx= 0. Since (x+y+1)x= 1= (-3x+y-1)y, that is an exact equation. That is, there exist F(x,y) so that
dF= \frac{\partial F}{\partial y}dy+ \frac{\partial F}{\partial x}dx= (x+y+1)dy+ (-3x+ y- 1)dx
Since dF= 0, F(x,y)= constant. Do you know how to find F from
\frac{\partial F}{\partial y}= x+ y+ 1
and
\frac{\partial F}{\partial x}= -3x+ y- 1?
 
erm, no not a clue the way my lecturer did it was to add u,v, and z and then back substitute when he got to the end but it seemed long winded and hard. i see what your doing adding DF to emiminate but i don't have a clue where you would go after this? isn't it easier to back substitute cos I'm quite confused here
 
oh and also just out of curiosity have i logged out that last line correctly?
 
If
\frac{\partial F}{\partial y}= x+ y+ 1
the, integrating with respect to y (treating x as if it were a constant)
g(x)[/itex]
Notice that the "constant of integration" here may be a function of x because we are treating x as a constant. Differentiating that with respect to x,
\frac{\partial F}{\partial x}= y+ g'(x)
and since we know the partial derivative of with respect to x must be -3x+ y+ 1,
\frac{\partial F}{\partial x}= y+ g'(x)= -3x+ y+ 1
we have
g'(x)= -3x+ 1
so
g(x)= -\frac{3}{2}x^2+ x
(I've ignored the constant of integration- which really is a constant since g is a function of x only)
Putting those together,
F= xy+ \frac{1}{2}y^2+ y-\frac{3}{2}x^2+ x
and since dF= 0 means F= C,
xy+ \frac{1}{2}y^2+ y-\frac{3}{2}x^2+ x= C
 
Back
Top