Michael J. answered 09/25/16
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
Set the derivative equal to each other.
(a/x2)+ 1 = 3
Then plug in x=1 into this equation to solve for a.
(a/1) + 1 = 3
a/1 = 2
a = 2
So your derivative is
dy/dx = 2x-2 + 1
Then take the anti-derivative to find y in terms of x.
y = 2(x-1 / -1) + x + C
y = (-2 / x) + x + C
Then set y=3 and x=1 to solve for C.
3 = (-2 / 1) + 1 + C
3 = -2 + 1 + C
3 = -1 + C
4 = C
Now evaluate y when x=2.
y = (-2 / 2) + 2 + 4
y = -1 + 6
y = 5