
Che O.
asked 03/21/23calculus Initial value problem
solve the Initial value problem for y=y(x) where
xyy’ = (x^2)+1
y(1) =2
1 Expert Answer
This is a separable differential equation which can be solved as follows:
xy(dy/dx) = x2 + 1
ydy = (x2 + 1) / x dx
ydy = (x + 1/x) dx Now integrate both sides:
1/2y2 = 1/2x2 + ln|x| + C Use intitial condition to solve for C:
1/2 (2)2 = 1/2 (1)2 + ln|1| + C
2 = 1/2 + C
C = 3/2
1/2y2 = 1/2x2 + ln|x| + 3/2 Isolate y:
y2 = x2 + 2ln|x| + 3
y = √(x2 + 2ln|x| + 3)
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Is that really x to the +1 power?03/21/23