You are on page 1of 38

Chapter 5: Primitive function – Nguyên hàm

chuong3a – nick yahoo, mail: chuong2a@gmail.com

1/ List of elementary function......................................................................................4

1/ .............................10

.............................................................12

..............................................13

. .14

.......................16

19

1
................................................................................................................................20

* ............22

........................................24

..............................................................24

.....................................................25

........27

.........................................27

........................28

2
...................................29

................................................................................................................................31

........................32

..........33

..........................................................................34

..................................................................37

.............................................................38

3
1/ List of elementary function

4
5
6
7
8
1/

Solution:

9
Nên theo công thức (formula) truy hồi (1) có thể lần lượt (in turn) tính In
So following recursive formula (1) we can evaluate by in turn

10
11
Integrate[ 1/(x^2 + 4)^2 ]
http://www.wolframalpha.com/input/?i=Integrate[+1%2F%28x^2+%2B+4%29^2+]

Solution:

Integrate[ 1/((x^2 + 4)^3), (x, 0, ∞) ]


http://www.wolframalpha.com/input/?i=Integrate[+1%2F%28%28x^2+
%2B+4%29^3%29%2C+%28x%2C+0%2C+%E2%88%9E%29+]

12
Solution:

13
14
Integrate[ 1/(x^2 + x + 1)^2, (x, -1/2, ∞) ]
http://www.wolframalpha.com/input/?i=Integrate[+1%2F%28x^2+%2B+x+
%2B+1%29^2%2C+%28x%2C+-1%2F2%2C+%E2%88%9E%29+]

Integrate[ 1/(x^2 + x + 1)^3, (x, -1/2, ∞) ]


http://www.wolframalpha.com/input/?i=Integrate[+1%2F%28x^2+%2B+x+
%2B+1%29^3%2C+%28x%2C+-1%2F2%2C+%E2%88%9E%29+]

15
Solution:

16
17
Solution:

18
Solution:

19
20
*

Solution:

21
22
Solution:

23
Solution:

24
25
Solution:

26
Solution:

27
Solution:

28
29
Solution:

30
Solution:

31
Solution:

32
Hàm hữu tỉ (rational function) là tỉ số (ratio) 2 đa thức (polynomial) nếu bậc

(order) của P(x) > (greater than) order of Q(x) suy ra (derive)

trong đó (where) bậc của P1(x) nhỏ hơn (less than) order of Q(x)

Rational function is ratio of two polynomial if order of P(x) is greater than

order of Q(x), we can derive where order of P1(x) is less than

degree of Q(x)

Rational fraction , where order of P(x) is less than order of Q(x), is called

standard rational fraction.

Phân thức hữu tỉ (rational fraction) and bậc của P(x) < bậc của Q(x) gọi là

phân thức hữu tỉ đúng

Giả sử (suppose) Q(x) khai triển được thành (can be expanded to) tích (product) các
thừa số (factors) bậc nhất (first order) và bậc 2 (quadratic factors) vô nghiệm:
Suppose that Q(x) can be expanded to product of first order factors and non-solution
quadratic factors.

33
Để tính các hệ số ta quy đồng mẫu số ở vế phải sau đó cân bằng
hệ số x ở 2 vế, ta được 1 hệ pt mà ẩn là các hệ số cần tìm. Đó là nội dung của phương
pháp hệ số bất định.

Các hệ số A, B, C có thể tìm được bằng cách sau: trong (1) cho x = 1 ta được C = 9,
cho x = 0 ta được A = 4, .
The cofficient A, B, C can be found by following way: in (1) regarding x = 1, we get
C = 9, and regarding x = 0, we get A = 4, and regarding x = 2, we get A + 2B + 2C =
16 => B = – 3.

Substuting into (1), then balancing the coefficient, we obtain system of equations:
Thế vào (1) rồi cân bằng các hệ số, ta dc hệ pt:

34
35
36
37
38

You might also like