Differential equations assignment T2

mathi85
Messages
41
Reaction score
0
Hi!

I would like to ask anyone with some spare time to check my assignment questions. Last time I was asked to post one task at a time so I will.
Thank you in advance for your time.

Task 2:

Determine the equation of the curve which satisfies the differential equation:

2xy(dy/dx)=x2+1

and which passes through the point (1, 2)

Solution:

2xy(dy/dx)=x2+1 /:2x
y(dy/dx)=(x2+1)/(2x)
y(dy/dx)=(1/2)[(x2+1)/x]

∫ y dy=(1/2)∫ x+(1/x) dx
(1/2)y2=(1/2)(lnx+(1/2)x2)+c

General Solution
(1/2)y2=(1/2)lnx+(1/4)x2+c

x=1 when y=2

∴(1/2)(2)2=(1/2)ln(1)+(1/4)(1)2+c
∴c=7/4

Particular Solution:
(1/2)y2=(1/2)lnx+(1/4)x2+7/4
∴y=√[lnx+x2/2+3.5]
 
Physics news on Phys.org
Thanks a lot!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top