What is the approximate value of f(0.98) using Euler's method?

daivinhtran
Messages
68
Reaction score
0

Homework Statement



consider the function f(x) = aln(x+2). Given that f'(1) = a/3, what is the approximate value of f(0.98)?

Homework Equations


f(x1) = f(x0) + f'(x0)x(x1-x0)

The Attempt at a Solution


I solved it and get

f(.98) = aln(1+2) + (.098-1) = aln(3) - (.02)(a/3) <= not an answer

the bad thing is my teacher don't give me the increment interval. ..So I assumed it is .02
 
Physics news on Phys.org
daivinhtran said:

Homework Statement



consider the function f(x) = aln(x+2). Given that f'(1) = a/3, what is the approximate value of f(0.98)?





Homework Equations


f(x1) = f(x0) + f'(x0)x(x1-x0)


The Attempt at a Solution


I solved it and get

f(.98) = aln(1+2) + (.098-1) = aln(3) - (.02)(a/3) <= not an answer

the bad thing is my teacher don't give me the increment interval. ..So I assumed it is .02

That seems all right. Though you probably mean (0.98-1)(a/3) in you solution. Does 'not an answer' mean this is multiple choice? If so what are the possible answers?
 
Dick said:
That seems all right. Though you probably mean (0.98-1)(a/3) in you solution. Does 'not an answer' mean this is multiple choice? If so what are the possible answers?

A. (0.98-1)(a/3) + aln(2.98)
B. (a/3)aln(2.98) + .98
C. -.02a/3
D. (.98)ln(a/3)
E. (a/3) (.98) + aln(2.98)

none of them has aln3 like I solved
 
daivinhtran said:
A. (0.98-1)(a/3) + aln(2.98)
B. (a/3)aln(2.98) + .98
C. -.02a/3
D. (.98)ln(a/3)
E. (a/3) (.98) + aln(2.98)

none of them has aln3 like I solved

I don't care much for any of those choices either.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top