• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Calculus Help Needed

The Problem

My work is at the bottom, which is what I've gotten so far.

Now, I would assume that with the table (that I have verified with the back of the book is correct) that f(1) = 1. But the back of the book says f(0) = 1.

I am confused. What am I even using Euler's Method for? (I'm taking a practice AP test and Euler's Method came up on the Free Response problem) And how does f(0) = 1?
 
I don't understand your table.

y_n+1 = y_n + h*f(x_n,y_n)

where y_n denotes y subscript n.

Soo...y1=y0 + h*x0*(4*y0^2 + 1).

y1 = 0.5 + 0.5*0*etc = 0.5.
y2 = 0.5 + 0.5*0.5*(4*(0.5)^2+1) = 1.5
y3 = 1.5 + 0.5*1*(4*(1.5)^2+1) = 6.5
 
Back
Top