Johnny T. answered 11/29/20
Mathematics, Computer Science & Electrical Engineering Tutor
First, one must find the integral of the function. Assuming the dependent variable is y and the independent variable is x, one must solve the equation for y:
- dy/dx = 2x + [ 2 / (3 √x) ]
- dy = [ 2x + (2/3)x-1/2 ] dx
- ∫ dy = ∫ [ 2x + (2/3)x-1/2 ] dx
- ∫ dy = ∫ 2x dx + ∫ (2/3)x-1/2 dx
- ∫ dy = 2 ∫ x dx + (2/3) ∫ x-1/2 dx
- y + C1 = (2/2)x2 + (2/3)(2)x1/2 + C2
- y = x2 + (4/3)x1/2 + C; where C = C2 - C1
The equation is:
y = x2 + (4/3) √x + C
Now, the value of the constant C must be determined. The problem states y(1) = 2; in other words, when x = 1, y = 2. Using these two values in the last equation and solving for C:
- x2 + (4/3) √x + C = y
- (1)2 + (4/3) √1 + C = 2
- 1 + 4/3 + C = 2
- 7/3 + C = 2
- C = 2 - 7/3
- C = -1/3
Substituting this value for C in the last equation one obtains the final form of the function:
- y = x2 + (4/3) √x + C
- y = x2 + (4/3) √x - 1/3
Final function is:
y = x2 + (4/3) √x - 1/3