PROBLEMS
1. Find the approximation value of √ 5 according to Heron’s method!
2. Determine the Mac Laurin series of function; f(x) = ln(x+1)
3. Find the integration factor of y’=e2x + y – 1 and solve those differential equation!
4. Find the solution of ∫ (x-7)/(x2-x-12) dx
5. Find the solution of ∫ e2x sinx dx
ANSWERS
1. Given √ n with n=5, to find the approximation value; at first we have to change n be multiplication form that is n = 2a → a = n/2 so, we find a = 2.5
Then, we must subtitute it to Heron’s formula;
a1 = (a+2)/2 , so we have a1 = 2.25
a2 = (a1 + (n:a1))/2 , so we have a2 = 2.23611
a3 = (a2 + (n:a2))/2 , so we have a2 = 2.23606
From the calculation above, we can conclude that the approximation value of √ 5 according to Heron’s method is equal to 2.23606.
2. The basic form of Mac Laurin series function is
p(x) = f(0) + f’(0)x + f’’(0)x2/2! + f’’’(0)x3/3! + …+ f k (0)xk/k!
Given a function that is;
f(x) = ln(x+1) then f(0) = 0
f’(x) = 1/ (x+1) then f’(0) = 0
f’’(x) = -1/(x+1)2 then f’’(0) = 1
f’’’(x) = 2/(x+1)3 then f’’’(0) = 2
f’v (x) = -6/(x+1)4 then f’v (0) = -6
fk(x)=(-1)k+1 (k-1)! / (x+1)k then f k(0)=(-1)k+1 (k-1)!
Substitute those value above to the Mac Laurin basic form series.
So, the Mac Laurin form series of function f(x) = ln(x+1) is equal to
p(x) = x – x2/3 + x3/3 – x4/4 + … + (-1)k+1 xk/k!
3. Given a differential equation y’= e2x + y - 1
Step 1 : find the integration factor
Remember the formula; if given y’+p(t)=q(t) the integration factor is µ(t) = exp ∫ p(t) dt
So, y’= e2x + y – 1 ↔ y’ - y= e2x – 1
µ(x) = exp ∫ -1 dx = e-x
We have found the integration factor.
Step 2: find the solution of these differential equation
y’ - y= e2x – 1
Multiplying each parts of the equation with the integration factor
y’e-x – ye-x = ex – e-x
[ye-x ]’ = ∫ (ex – e-x) dx
ye-x = ex + e-x+c
y=e2x + 1 + cex
So the solution is y=e2x + 1 + cex
4. Given ∫ (x-7)/(x2-x-12) dx
The form above is one of the partial integration of a function which have different linear factor.
To find the solutions, we must change the function to be partial fraction;
∫ (x - 7)/(x2-x-12) dx = ∫ (x-7)/(x – 4)(x + 3) dx
Then
(x -7)/(x – 4)(x + 3) = (A/(x – 4)) + (B/(x + 3))
↔ (x -7)/(x – 4)(x + 3) = (A(x + 3) + (B(x - 4))/(x – 4)(x + 3)
↔ x - 7 = A(x + 3) + B(x – 4)
↔ x - 7 = Ax + 3A + Bx – 4B
↔ x - 7 = (A + B)x + (3A – 4B)
From the last equation above we find that (A+B) = 1 and (3A - 4B) = -7
With substitution or elimination method we will find that A = -3/7and B = 10/7
So, the solution is:
∫ (x-7)/(x – 4)(x + 3) dx
= ∫ (-3/7)/(x – 4) dx + ∫ (10/7)/(x + 3) dx
= (-3/7) ∫ (x – 4) dx + (10/7) ∫ (x + 3) dx
= (-3/7) ln │x - 4│+ (10/7) ln│x + 3│+ c
5. Remember that d(uv) = u dv + v du ↔ uv = ∫ u dv + ∫ v du
So, we have a formula that ∫ u dv =uv - ∫ v du
Given ∫ e2x sinx dx = I
Choose;
u = e2x
du = 2e2x dx
dv = sin x dx
v = - cos x
Remember the formula above;
∫ u dv = uv - ∫ v du
∫ e2x sinx dx = -e2x cos x + 2 ∫ e2x cos x dx
I = -e2x cos x + 2 ∫ e2x cos x dx
Seen that ∫ e2x cos x dx is have a same form with ∫ e2x sinx dx.
So, we will do the same procedure;
Choose;
u = e2x
du = 2e2x dx
dv = cos x dx
v = sin x
Subtitute to the formula, then we have;
∫ e2x cos x dx = e2x sin x - 2 ∫ e2x sin x dx
Subtitute to the previous equation, we have;
I = -e2x cos x + 2 ∫ e2x cos x dx
I = -e2x cos x + 2 (e2x sin x - 2 ∫ e2x sin x dx)
I = -e2x cos x + 2e2x sin x - 4 ∫ e2x sin x dx
I = -e2x cos x + 2e2x sin x - 4I + c
5I = -e2x cos x + 2e2x sin x + c
5I = (2 sin x – cos x) e2x + c
I = (1/5) (2 sin x – cos x) e2x + c
So, the solution of ∫ e2x sinx dx =(1/5) (2 sin x – cos x) e2x + c
Tidak ada komentar:
Posting Komentar