Sample
Sample
1 2 1 2 3
A = 2 4 1 3 and b = 4
3 6 1 4 5
Then, we write:
1 2 1 2 | 3
[A|b] = 2 4 1 3 | 4
3 6 1 4 | 5
Reducing the augmented matrix by using elementary row operations (Gauss-
Jordan elimination):
1 2 1 2 | 3 R2 ←R2 −2R1 1 2 −1 −2 | −3
R3 ←R3 −3R1
2 4 1 3 | 4 − −−−−−−→ 0 0 −1 −1 | −2
3 6 1 4 | 5 0 0 −2 −2 | −4
1 2 −1 −2 | −3 R1 ←R1 −R2 1 2 0 1 | 1
R1 ←(−1)R2 R ←R3 +2R2
−−−−−−−→ 0 0 −1 −1 | −2 −−3−−− −−→ 0 0 1 1 | 2
0 0 −2 −2 | −4 0 0 0 0 | 0
1
x1 + 2x2 + x4 = 1 ⇒ x1 + 2s + t = 1 ⇒ x1 = 1 − 2s − t
x1 1 − 2s − t 1 −2s −t
x2 s = 0 + s + 0
Then: =
x3 2 − t 2 0 −t
x4 t 0 0 t
x1 1 −2 −1
x2 0 1 0
Finally, the general solution is:
x3 = 2 + s 0 + t −1
x4 0 0 1
Analytic Geometry
Question: Find the center and radius of the circle having the following
equation: x2 + y 2 − 2x − 8y + 13 = 0
Answer: The center-radius form of the circle equation is given by the for-
mat:
(x − h)2 + (y − k)2 = r2
Where the center being at the point (h, k) and the radius is ”r”
So, we rewrite the equation using the technique of completing the square:
x2 + y 2 − 2x − 8y = −13
Factoring
(x − 1)2 + (y − 4)2 = 4
(x − 1)2 + (y − 4)2 = 22
2
The graph of the equation is:
Calculus
√ √ ! √ !
x2 + 5 − 3 x2 + 5 − 3 x2 + 5 + 3
lim = lim √ Conjugate
x→2 x−2 x→2 x−2 x2 + 5 + 3
Solving,
√
( x2 + 5)2 − (3)2 x2 + 5 − 9
lim √ = lim √ Simplify
x→2 (x − 2)( x2 + 5 + 3) x→2 (x − 2)( x2 + 5 + 3)
x2 − 4
= lim √ Rewrite
x→2 (x − 2)( x2 + 5 + 3)
x2 − 22
= lim √ Factoring
x→2 (x − 2)( x2 + 5 + 3)
(x−2)
(x + 2)
= lim √ Cancel
2
−2)( x + 5 + 3)
x→2 (x
x+2
= lim √ Evaluate
x→2 x2 + 5 + 3
2+2 2
=√ =
2
2 +5+3 3
3
Finally, we conclude:
√
x2 + 5 − 3 2
lim =
x→2 x−2 3
Ordinary differential equations
Question: Solve:
We write:
Common factor:
1
Now, multiplying by the factor: and simplifying:
(y 2 + 1)(x2 − 2x + 2)
2 2 (((( (
(x − 1)
(y + 1) (x(
(y + 1)( − 2x + 2)
2 2 dx + 2 2 ((((( dy = 0
(y + 1)(x − 2x + 2)
(y + 1)( (x(− 2x + 2)
x−1
Z Z
y+1
2
dx + dy = 0
x − 2x + 2 y2 + 1
| {z } | {z }
I1 I2
Finding I1 :
x−1 2(x − 1) 2x − 2
Z Z Z
1 1
I1 = dx = dx = dx
x2 − 2x + 2 2 x2 − 2x + 2 2 x2 − 2x + 2
4
We make: uZ = x2 − 2x + 2 ⇒ du = (2x − 2)dx
1 du 1
So: I1 = = ln|u| + c1
2Z u 2
x−1 1
Then I1 = 2
dx = ln|x2 − 2x + 2| + c1
x − 2x + 2 2
Finding I2 :
Z Z Z Z Z
y+1 y 1 1 2y 1
I2 = 2
dy = 2
dy + 2
dy = 2
dy + 2
dy
y +1 y +1 y +1 2 y +1 y +1
1 1
ln|x2 − 2x + 2| + ln|y 2 + 1| + arctan(y) = C
2 2