The equation above defines implicitly as a function of near the point . Estimate the value of when . Given the answer in 2 decimal places.
Clarification:
denotes the
Euler's number
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Use implicit differentiation to get the slope of the function:
e y + y x − 2 y − x 2 + 8 = 0 e y d x d y + y + x d x d y − 2 d x d y − 2 x = 0 d x d y ( e y + x − 2 ) = 2 x − y d x d y = e y + x − 2 2 x − y
Write a computer program to start at ( 3 , 0 ) and step backward until x = 2 . 9 8 . Integrate the slope to update the y value. When the program terminates, y ≈ − 0 . 0 6 .