Answer:
561
Step-by-step explanation:
an = dn - (a-d)
The difference is 3.
The first term is 12.
an = 3n - (12-3)
an = 3n - 9
Put n as 1, 2, 3, 4, 5 ....22.
3(1) - 9 = -6
3(2) - 9 = -3
3(3) - 9 = 0
3(4) - 9 = 3
3(5) - 9 = 6
...
3(22) - 9 = 57
Add the first 22 terms.
-6+-3+0+3+6+9+12+15+18+21+24+27+30+33+36+39+42+45+48+51+54+57
= 561
Yes with what ? are u single ?
A statement that has mathematical expressions that are equal.
Examples:
2+1=3
11x4=44
F(x)=x⁴-1
f'(x)=4x³
Newton’s Method: x[n+1]=x[n]-f(x[n])/f'(x[n]); x[n+1]=x[n]-(x[n]⁴-1)/4x[n]³
x₁=3.00390625
x₂=2.26215...
x₃=1.7182...
X'=X-(X⁴-1)/4X³=X-X/4+1/4X³ is a symbolic way of writing the recursive formula, where X' represents the next iteration.
When X'≈X, -X/4+1/4X³≈0; so X/4≈1/4X³; X≈1/X³, so X⁴≈1 and X⁴-1≈0. But this is f(x)≈0. Hence Newton’s Method converges to a solution.
The rate of change is x[n+1]-x[n]=-(x[n]⁴-1)/4x[n]³=x[n]/4-1/4x[n]³ or symbolically -X/4+1/4X³.
Note that the method converges to one solution. A different x₀ will possibly converge to the solution x=-1.