Tích phân phụ thuộc tham số

Preview:

Citation preview

Tích phân phụ thuộc tham số:Parameter related integrals.

.................................................................................................3

........................................................................................................4

........................................................................................................4

...................................................................................5

......................................................7

...............................................................9

..................................................................9

.............................................................................9

...........................................................11

................................................................................................................................................11

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

1

.................................................................................14

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

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

................................................................18

..............................................................................18

......................................................................................20

................................................................................21

..............................................................................................22

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

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

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

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

....................................................................30

2

.........................................................................................................30

*/ ................................................................................................................32

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

*/ ....................................................................................32

*/ ...............................................................................................................34

*/ ..........................................................................................34

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

*/ .................................................................................................................35

.................................................................................36

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

3

There is a discontinuity point which should be omiited at x = 0 because

Discontinuity: điểm gián đoạn, omitte: bỏ qua, consider: xem xét.

Solution:

4

Fact: kết quả, sự thật.

5

6

Factoring integrand in rational fractions – phân tích hàm dưới dấu tích phân thành phân thức hữu tỉ.

7

Regard: cho, xem như.

8

Code Matlaba = input('nhap vao can duoi a: ');b = input('nhap vao can tren b: ');x = a:10^(-3):b;y = log(1 + (sin(x)).^2 );y1 = 0; for i = 2 : 1 : length(x) - 1 y1 = y1+y(i);end I = ((b - a)/length(x))*( y1 + y(1)/2 + y(length(x))/2)I = pi*log(2^(1/2) + 1) - pi*log(2) = 0.5913

9

10

11

12

13

(convergent: hội tụ, uniformly convergent: hội tụ đều, consider: xem xét.

14

Even function: hàm số chẵn.

15

Integral dependent parameter: tích phân phụ thuộc tham số.

16

17

Therefore we can derivative integrand with respect to parameter y. Do đó ta có thể lấy đạo hàm theo tham số y dưới dấu tích phân:

18

19

20

Therefore we can derivative integrand with respect to parameter y.

21

Solution of homogeneous differential equation is form:

22

Solution of homogeneous differential equation is form: nghiệm của pt vi phân thuần nhất có dạng.

Particular solution: nghiệm riêng.

23

24

25

26

Solution: For , we have the following Fourier series (chuỗi Fourier):

.

Now let's apply Parseval's identity (đẳng thức Parseval):

Performing now the change of variables we have

Solution:

27

Solution:

This gives us:

28

This can be divided into two individual (riêng biệt) sums that need to be calculated:

Since , we have C = 0, so the solution to this sum is

29

Solution:

Solution:

30

31

*/

Solution:

Solution:

*/

Solution:

32

Another elementary approach – 1 phương pháp tiếp cận sơ cấp khác:

Wrong:

33

*/

Solution:

*/

Solution:

Solution:

34

*/

35

Solution:

Theo quy nạp ta được:

36

37

When two functions f and g are decomposed into power series around the same center c, the power series of the sum or difference of the functions can be obtained by termwise addition and subtraction. That is, if:

Then it is easy to show that I(0) = 0, and what we want to calculate is now the value of I(1).

Differentiating I(α), we have

38

39

40

41

Thus integrating both side with respect to α from 0 to 1 and partially applying the substitution , we have

Here, the last term of RHS is again integral of a rational function. So we can evaluate it. Or you

42

can use the taylor expansion

Thus combining (1), (3) and (4), we have

Therefore it remains to evaluate . But using (2) again, we have

,

completing the proof.

Using this formula, we can obtain some special values for this integral. For example,

43

44

Recommended