Differential/Integration equation manipulation

  • Thread starter Thread starter orangesun
  • Start date Start date
  • Tags Tags
    Manipulation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
orangesun
Messages
14
Reaction score
0

Homework Statement



a) Solve the differential equation
dy/dx = x(y2+3)/y

b) Find the unique function y(x) satisfying the differential equation with initial
condition
dy/dx = x2y, y(1) = 1

Homework Equations




The Attempt at a Solution


With question a) I am no entirely sure but I have done
dy/dx = x(y2+3)/y
Let u = y2+3/y
So dy/dx = x.u
Integral of (dy/dx) = Integral (x.u)
y = x2u2/2
Then sub it back in. I'm not entirely sure


With question b) I have done
dy/dx = x2y
dy . 1/y = x2dx
integral of(1/y dx) = x3/3 + c
Ln y = x3 /3 + c

I am not sure if I am on the right track,
I would appreciate any help.
Thanks
 
Physics news on Phys.org
For a), try putting all the 'y's by the dy and all the x's by the dx like you did in part b

Part b is correct. Now just sub in the condition y(1)=1
 
orangesun said:

Homework Statement



a) Solve the differential equation
dy/dx = x(y2+3)/y
This is equivalent to
[tex]\frac{y}{y^2+ 3} dy= x dx[/tex]
Integrate both sides.

b) Find the unique function y(x) satisfying the differential equation with initial
condition
dy/dx = x2y, y(1) = 1

Homework Equations




The Attempt at a Solution


With question a) I am no entirely sure but I have done
dy/dx = x(y2+3)/y
Let u = y2+3/y
So dy/dx = x.u
Integral of (dy/dx) = Integral (x.u)
y = x2u2/2
Then sub it back in. I'm not entirely sure
No, [itex]\int (dy/dx) dx= \int x u dx[/itex] but u is a function of y which is a function of x itself so you really have [itex]\int x f(x)dx[/itex] which cannot be integrated since you don't know "f(x)". Instead separate, as I suggested, and integrate the function of y with respect to y, the function of x with respect to x.

With question b) I have done
dy/dx = x2y
dy . 1/y = x2dx
integral of(1/y dx) = x3/3 + c
Ln y = x3 /3 + c

I am not sure if I am on the right track,
I would appreciate any help.
Thanks
Yes, what you have done for this is correct. Now, use the condition that when x= 1, y= 1 to solve ln(1)= 0= 13/2+ c for c.