Celeb Glow
general | April 21, 2026

How can I use Euler's Method in order to find the value of a constant k given the differential equation?

$\begingroup$

So, I am trying to attempt part b of this problem using my answer from part a. I just want to confirm if I did part a correctly and how I can do part b?

enter image description here

$\endgroup$ 4

1 Answer

$\begingroup$

hint

There are two possibilities :

with Euler after, $\; $at $ x=0 $, the equation is$$f'(0)=\frac{f(1)-f(0)}{\Delta x}=2f(0)+1$$

thus $ k=-\frac 13.$

Euler before, $\; $at $ x=1 $, gives

$$f'(1)=\frac{f(1)-f(0)}{\Delta x}=3+2f(1)+1$$hence$ k=- 4$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy