Answer:
-7, -6, -5, 0.00000538, 3.58, 3.85, 8.53, 10, 10, 10
Step-by-step explanation:
3.85 x 10-7
8.53 x 10-5
0.00000538
3.58 x 10-6
The two iterations of f(x) = 1.5598
If we apply Newton's iterations method, we get a new guess of a zero of a function, f(x), xₙ₊₁, using a previous guess of, xₙ.
xₙ₊₁ = xₙ - f(xₙ) / f'(xₙ)
Given;
f(xₙ) = cos x, then f'(xₙ) = - sin x
cos x / - sin x = -cot x
substitute in "-cot x" into the equation
xₙ₊₁ = xₙ - (- cot x)
xₙ₊₁ = xₙ + cot x
x₁ = 0.7
first iteration
x₂ = 0.7 + cot (0.7)
x₂ = 0.7 + 1.18724
x₂ = 1.88724
second iteration
x₃ = 1.88724 + cot (1.88724)
x₃ = 1.88724 - 0.32744
x₃ = 1.5598
To four decimal places = 1.5598
If the equation is r = 3 +4cos(θ) then because b/a>1 the curve is a limacon with an inner loop.
Given limacon with equation r=3+4cos(θ) and we have to answer how the quotient of a and b relate to the existence of an inner loop.
Equation is like a relationship between two or more variables expressed in equal to form and it is solved to find the value of variables.
formula of polar graph is similar to r= a+ b cos (θ).
Case 1. If a<b or b/a>1
then the curve is a limacon with inner loop.
Case 2. If a>b or b/a<1
Then the limacon does not have an inner loop.
Here given that (θ)
It is observed that , a<b or b/a>1
Therefore the curve is limacon with an inner loop.
Hence because b/a>1 the curve is a limacon with an inner loop.
Learn more about limacon at brainly.com/question/14322218
#SPJ4