Answer:
10
Step-by-step explanation:
10 x 2 = 20
10 = 20 / 2
So we have to start at 3.5 up the y axis. Then, we have to move 3 slots to the right. Let me know if this helps!
Answer:
the least integer for n is 2
Step-by-step explanation:
We are given;
f(x) = ln(1+x)
centered at x=0
Pn(0.2)
Error < 0.01
We will use the format;
[[Max(f^(n+1) (c))]/(n + 1)!] × 0.2^(n+1) < 0.01
So;
f(x) = ln(1+x)
First derivative: f'(x) = 1/(x + 1) < 0! = 1
2nd derivative: f"(x) = -1/(x + 1)² < 1! = 1
3rd derivative: f"'(x) = 2/(x + 1)³ < 2! = 2
4th derivative: f""(x) = -6/(x + 1)⁴ < 3! = 6
This follows that;
Max|f^(n+1) (c)| < n!
Thus, error is;
(n!/(n + 1)!) × 0.2^(n + 1) < 0.01
This gives;
(1/(n + 1)) × 0.2^(n + 1) < 0.01
Let's try n = 1
(1/(1 + 1)) × 0.2^(1 + 1) = 0.02
This is greater than 0.01 and so it will not work.
Let's try n = 2
(1/(2 + 1)) × 0.2^(2 + 1) = 0.00267
This is less than 0.01.
So,the least integer for n is 2
Answer:
(6 - 5x(2))(x(4) - x(3))
(6 - 5x^2) (x^4 - x^3)
6x^4 - 6x^3 - 5x^6 + 5x^5
-5x^6 + 5x^5 + 6x^4 - 6x^3
Step-by-step explanation:
Can you give me an example? Thank you