Answers:
0 4
3-4
---- = -1
1-0
0-(-1)
1 3 -------- = 1
4-4 2 - 1
----- = 0 1-1
2-0 ----- = 0
1-(-1) 3-2
2 4 -------- = 1
7-4 3 - 1
----- = 1
3-0
3 7
The Newton form is
4 - 1*(x-0) + 1*(x-0)*(x-1) + 0*(x-0)*(x-1)*(x-2).
+--------+
| /20 |
+--------+
2 3 4 5 6 7 8 9
x - 1/2 x + 1/3 x - 1/4 x + 1/5 x - 1/6 x + 1/7 x - 1/8 x + 1/9 x
10
+ O(x )
Use this Maclaurin expansion to construct a Padé approximation
for log(x+1) as a quotient of two quadrics.
Answer:
2 2
a0 + a1 x + a2 x x + 1/2 x
R(x) = ------------------- = ----------------
2 2
1 + b1 x + b2 x 1 + x + 1/6 x
where the coefficients are computed as follows:
( 2 3 4 ) ( 2 )
( x - 1/2 x + 1/3 x - 1/4 x )*( 1 + b1 x + b2 x )
( ) ( )
2
- a0 - a1 x - a2 x = 0
Elaborating the product gives:
2 3
x + b1 x + b2 x
2 3 4
- 1/2 x - b1/2 x - b2/2 x
3 4
+ 1/3 x - b1/3 x + ...
4
- 1/4 x + ...
2
- a0 - a1 x - a2 x = 0
which gives rise to the system
0 - a0 = 0 1 - a1 = 0 b1 - 1/2 - a2 = 0 b2 - b1/2 + 1/3 = 0 -b2/2 + b1/3 - 1/4 = 0Solving the system first for b1 and b2, and then for a0,a1, and a2, gives the coefficients of the Padé approximation.
+--------+
| /20 |
+--------+
Answer:
2
3 x + 1 = 3 x x + 1
x 1 1
---------- = ------------ = -----------
2 2 1
3 x + 1 3 x + 1 3 x + ---
---------- x
x
+--------+
| /10 |
+--------+
Answers:
arcsin(0.4) - arcsin(0.2)
--------------------------- = 1.050 794 626
0.2 \
(a)
arcsin(0.45) - arcsin(0.25) /
----------------------------- = 1.048 908 485
0.1 \
(b)
arcsin(0.425) - arcsin(0.275) /
------------------------------- = 1.048 440 514
0.05
1.048 908 485 * 4 - 1.050 794 626
(a) : ------------------------------------- = 1.048 279 771
4 - 1
1.048 440 514 * 4 - 1.048 908 485
(b) : ------------------------------------- = 1.048 284 524
4 - 1
1.048 284 524 * 16 - 1.048 279 771
-------------------------------------- = 1.048 284 841
16 - 1
+--------+
| /25 |
+--------+
2a
/ ( a ) ( 3a )
| f(x) dx = w f(---) + w f(----) for a > 0.
/ 1 ( 2 ) 2 ( 2 )
0
Determine the weights w_1 and w_2 so that the
rule has the highest possible algebraic degree of precision.
Answer:
2a / | 1 dx = 2 a = w + w / 1 2 0 2a 2 / 4 a ( a ) ( 3a ) | x dx = ----- = w (---) + w (----) / 2 1 ( 2 ) 2 ( 2 ) 0The solution isw = a w = a 1 2+--------+ | /15 | +--------+
Answer:
We must solve
[ y_1 ] [ T_0(x_1) T_1(x_1) T_2(x_1) ]
[ y_2 ] [ T_0(x_2) T_1(x_2) T_2(x_2) ] [ a_0 ]
[ y_3 ] = [ T_0(x_3) T_1(x_3) T_2(x_3) ] [ a_1 ]
[ y_4 ] [ T_0(x_4) T_1(x_4) T_2(x_4) ] [ a_2 ]
[ y_5 ] [ T_0(x_5) T_1(x_5) T_2(x_5) ]
or in matrix notation: Y = X a. To obtain a square system
we multiply with the transpose of X and solve the normal
equations:
T T
X X a = X Y
+--------+
| /10 |
+--------+