Euler's method with a step size of 0.1 is used to solve the differential equation dy/dx =
with initial condition y=1 at x=2. When x=2.2, the value x=2.2, the value obtained for y, correct to four decimal places, is?
I keep getting 1.0258 the ans is 1.0122
I got the same answer as you (either by using a program on cas calculator or by hand).
Hey,
Just having some trouble with q15 c in the extended responses of the ch 8 review on essential.
Help is appreciated
Thanks
I think this question has the same procedure as part b, just changing the upper limit.
This is how I solved it:
Find equation of line AB which has m=H/(b-a)
So the equation is: y=Hx/(b-a) - Ha/(b-a)
Rearranging the equation gives x=(y+Ha/(b-a))*(b-a)/H (1)
Now we need the upper limit: you draw the side view of the bowl, it should look like a trapezium with the larger base on top, now draw two vertical lines starting from (b,H) going down and another one from (a,0) going up. Now you pick an arbitrary value of y, and use similar triangles: y/H=(r-a)/(b-a) => y=H*(r-a)/(b-a) (2)
Now just put this on your calculator: pi*integration of x^2 (given by (1)) dy from 0 to y=H*(r-a)/(b-a) (given by (2))
Sorry if my explanation is hard to understand, I don't have access to a computer atm.