1) is straightforward because, since we are only asked for a tangent line approximation, we don't even have to solve the differential equation (though that wouldn't be too hard either because it is easily separable). But we know the particular solution goes through (-3 , 1) and we can plug those values for x and y into the equation for dy/dx to calculate the slope of the tangent to the curve at x = -3. So dy/dx | (-3,1) = 9 and f(-2.8) ~ 1 + 9(.2) = 2.8
2) Separate the variables: y2dy = -xdx
Integrate both sides: 1/3y3 = - 1/2x2 + C
Use initial condition to solve for C: -9 = - 18 + C , C = 9. 1/3y3 = - 1/2x2 + 9 f(x) = 3√(-3/2x2 + 27)
3) Separate variables: 1/y dy = 3cos(x) dx
Integrate: ln |y| = 3sinx + C
Solve for y: |y| = C1e3sinx.
Solve for C1: |-2| = C1e3sin(pi/2). C1 = 2e-3.
|y| = 2e3sinx - 3
y = - 2e3sinx - 3
.