
Bradford T. answered 02/19/21
Retired Engineer / Upper level math instructor
f(x) = exsin(x)
The first positive crossing is when f(x) = 0.
exsin(ex) = 0
sin(θ) is zero when θ = 0 or π. Use π. So the curve's first x-axis crossing is when ex = π, or x = ln(π).
The Area will be:
A = ∫0ln(π) exsin(ex) dx =
Use u substitution to find the area.
u = ex, du = exdx --> dx = du/ex
When x = ln(π), u = π
When x = 0, u = 1
∫1π sin(u) du = -cos(u)|1π = 1 + cos(1) ≈ 1.5403
Well, really need a calculator or trig table to find cos(1), unless you use Newton's approximation to find cos(1)
xn+1 = xn + f(x)/f'(x)