Linear Algebra, Vector Algebra and Analytical Geometry: V.V. Konev
Linear Algebra, Vector Algebra and Analytical Geometry: V.V. Konev
V.V. Konev
Издательство
Томского политехнического университета
2009
UDС 517
In this workbook, the topics are presented in the same order as in the
textbook [1]. The problems concern three content areas: Linear Algebra,
Vector Analysis, and Analytical Geometry.
Prerequisites: A student should be able
– to solve linear equations;
– to perform the basic operations on numbers and algebraic
expressions;
Linear Algebra topics include the following themes: matrices and
determinants; matrix operations; determinant calculations; inverse
matrices; systems of linear equations.
The Linear Algebra tests will reveal your knowledge and skills, your
abilities in interpreting symbols, justifying statements and constructing
proofs. You should be able to apply the properties of determinants and
matrix operations and solve linear systems of equations.
The Vector Analysis topics include: linear vector operations; the dot
product of vectors; the cross product of vectors; the scalar triple product;
geometrical applications of vectors.
After you complete this supplement you should be able to formulate and
solve problems basing on vector representation, to use standard techniques
of vector analysis.
The Analytical Geometry topics include different forms of equations of
straight lines and planes; angles between simple figures; the curves of the
second order.
To pass the final test, you should be able to solve basic problems,
demonstrate full understanding of all topics, and give a significant portion
of the answer successfully. Minor calculation errors are admissible.
You can also use another textbooks [2,3] to understand better the main
points of the problems studied.
If you have difficulties with elementary mathematics, turn to textbooks
[4,5] and workbook [6-9].
3
Contents
LINEAR ALGEBRA
1. Matrix Operations ……………………………………………….. 5
2. Determinants …………………………………………………….. 9
3. Inverse matrices …………………………………………………. 12
4. Systems of Linear Equations ……………………………………. 15
VECTOR ALGEBRA
1. Linear Vector Operations ……………………………………….. 21
2. Scalar Product ……………………………………………… 24
3. Vector Product ……………………………………………… 27
4. Scalar Triple Product ……………………………………… 29
ANALYTICAL GEOMETRY
1. Straight Lines …………………………………………………… 31
2. Planes …………………………………………………………… 34
3. Quadratic Curves ………………………………………………… 36
References………………………………………………………… 38
4
LINEAR ALGEBRA
LINEAR ALGEBRA
Matrix Operations
Problem 1: Which of the below matrices are equal, if any?
⎛ 4 5⎞ ⎛ 4 2⎞ ⎛ 4 5 0⎞
A = ⎜⎜ ⎟⎟ , B = ⎜⎜ ⎟⎟ , C = ⎜⎜ ⎟⎟ ,
⎝ 1 2 ⎠ ⎝ 1 5 ⎠ ⎝ 1 2 0 ⎠
⎛ 5 −1 25 ⎞ ⎛ 4 0 5⎞
D = ⎜⎜ ⎟, E = ⎜⎜ ⎟⎟ .
⎝ sin 90° 2 ⎟⎠ ⎝ 1 0 2 ⎠
Solution:
2 A − 3B + 4C =
⎛ x⎞
⎜ ⎟
Problem 3: Express matrix A = ⎜ y ⎟ as the linear combination of the
⎜z⎟
⎝ ⎠
matrices
⎛ 1⎞ ⎛ 0⎞ ⎛ 0⎞
⎜ ⎟ ⎜ ⎟ ⎜ ⎟
X = ⎜ 0⎟ , Y = ⎜ 1⎟ , and Z = ⎜ 0⎟ .
⎜ 0⎟ ⎜ 0⎟ ⎜1⎟
⎝ ⎠ ⎝ ⎠ ⎝ ⎠
⎛ x⎞
⎜ ⎟
Solution: A = ⎜ y ⎟ =
⎜z⎟
⎝ ⎠
5
LINEAR ALGEBRA
⎛5 − 2 1⎞
Problem 5: Let A = ⎜⎜ ⎟⎟ .
⎝ 3 4 2 ⎠
Evaluate the matrix products AAT and AT A
If the difference AAT − AT A is defined, find it. If not, explain why.
Solution:
AAT =
AT A =
AAT − AT A
6
LINEAR ALGEBRA
Problem 7: Using the matrices A and B given in Problem 6 find the matrix
element c3,2 on the third row and second column of the matrix C = B T AT .
Solution:
BT =
AT =
c3,2 =
( AB)C =
BC =
A(BC ) =
Problem 9: Let A and B be two diagonal matrices of the order 4. Find the
matrix AB − BA .
Solution:
AB − BA =
⎛1 0 ⎞
Problem 10: Find A50 , if A = ⎜⎜ ⎟⎟ .
⎝1 1 ⎠
Solution:
A2 =
A3 =
A50 =
7
LINEAR ALGEBRA
⎛0 − 2 1 ⎞
⎜ ⎟
Problem 11: Let A = ⎜ 3 4 − 1⎟ . Find a matrix B such that C = A + B is
⎜5 − 3 7 ⎟
⎝ ⎠
a diagonal matrix.
Solution:
B=
Problem 12: Which of the below matrices are symmetric? Which are skew-
symmetric?
⎛ 0 −2 1 ⎞ ⎛ 0 −2 1 ⎞ ⎛ 3 2 5⎞
⎜ ⎟ ⎜ ⎟ ⎜ ⎟
A=⎜ 2 4 − 1⎟ , B = ⎜ 2 0 − 1⎟ , and C = ⎜ 2 − 4 1 ⎟ .
⎜ −1 1 7 ⎟⎠ ⎜ −1 1 0 ⎟⎠ ⎜ 5 1 7⎟
⎝ ⎝ ⎝ ⎠
Solution:
⎛5 − 2⎞
Problem 13: Let AB = ⎜⎜ ⎟⎟ . Find the matrix product B T AT , where AT
⎝3 4 ⎠
is the transpose of A, and BT is the transpose of B.
Solution:
B T AT =
⎛1 − 2⎞
Problem 14: Let A = ⎜⎜ ⎟⎟ and f ( x ) = 3x 2 + 5 x − 4 .
⎝0 3 ⎠
Find f ( A) .
Solution:
f ( A) =
8
LINEAR ALGEBRA
Determinants
Problem 1: Apply the Sarrus Rule to calculate the determinants of the
matrices
⎛ 0 −2 1⎞ ⎛ 0 −2 1 ⎞ ⎛ 3 2 5⎞
⎜ ⎟ ⎜ ⎟ ⎜ ⎟
A=⎜ 2 4 − 1⎟ , B = ⎜ 2 0 − 1⎟ , and C = ⎜ 2 − 4 1 ⎟ .
⎜ −1 1 7 ⎟⎠ ⎜ −1 1 0 ⎟⎠ ⎜ 5 1 7⎟
⎝ ⎝ ⎝ ⎠
Solution:
0 −2 1
det A = 2 4 −1 =
−1 1 7
0 −2 1
det B = 2 0 −1 =
−1 1 0
3 2 5
det C = 2 − 4 1 =
5 1 7
7 8 9
Problem 2: Calculate det A = 4 5 6 . Using the properties of
1 2 3
determinants, express each of the below determinants through det A .
2 1 3 −5 4 −6 − 21 − 24 − 27
det B = 5 4 6 , det C = 2 − 1 3 , det D = 4 5 6
8 7 9 8 −7 9 2 4 6
Solution:
7 8 9
det A = 4 5 6 =
1 2 3
9
LINEAR ALGEBRA
2 1 3
det B = 5 4 6 =
8 7 9
−5 4 −6
det C = 2 −1 3 =
8 −7 9
− 21 − 24 − 27
det D = 4 5 6 =
2 4 6
⎛ 3 − 2⎞ ⎛ 6 3⎞
Problem 3: Let A = ⎜⎜ ⎟⎟ and B = ⎜⎜ ⎟⎟ . Find the determinant of
⎝ − 1 4 ⎠ ⎝ 5 2 ⎠
2 3
the matrix product A B .
Solution:
3 −2
det A = =
−1 4
6 3
det B = =
5 2
det( A2 B 3 ) =
⎛ 4 2⎞
Problem 4: Evaluate det A10 , if A = ⎜⎜ ⎟⎟ .
⎝ 5 3 ⎠
Solution:
4 2
det A = =
5 3
det A10 =
Problem 5: Let A be a square matrix of the third order such that det A = 5 .
Find
1) det(2 A) ; 2) det AT ; 3) det A3 , 4) det(2 A2 AT ) .
Solution: det(2 A) =
10
LINEAR ALGEBRA
det AT =
det A3 =
det( 2 A2 AT ) =
8 −2 1
Problem 6: Let 2 3 1 = D . Express the determinants of the below
4 −5 0
matrices
⎛2 3 1⎞ ⎛ 3 4 − 2⎞ ⎛ 6 − 5 0⎞
⎜ ⎟ ⎜ ⎟ ⎜ ⎟
A = ⎜16 − 4 2 ⎟ , B = ⎜ 3 2 3 ⎟ , and C = ⎜ 2 3 1 ⎟
⎜ 4 − 5 0⎟ ⎜ 0 2 − 5⎟ ⎜ 4 − 5 0⎟
⎝ ⎠ ⎝ ⎠ ⎝ ⎠
in terms of D. The calculation of the given determinant D is not required.
Solution:
2 3 1
det A = 16 − 4 2 =
4 −5 0
3 4 −2
det B = 3 2 3 =
0 2 −5
6 −5 0
det C = 2 3 1 =
4 −5 0
⎛1 5 0⎞
⎜ ⎟
Problem 7: Let A = ⎜ 2 4 1 ⎟ . Evaluate det A using expansion according
⎜ −1 3 6 ⎟⎠
⎝
to the second column. Then expand the determinant by the first row and
compare the results obtained.
1 5 0
Solution: det A = 2 4 1 = a21 A21 + K
−1 3 6
11
LINEAR ALGEBRA
1 5 0
det A = 2 4 1 = a11 A11 K
−1 3 6
Problem 8: By elementary row and column operations, reduce the matrix
⎛2 3 − 2⎞
⎜ ⎟
A=⎜ 4 0 7 ⎟ to the triangular form and calculate det A .
⎜ −1 2 3 ⎟⎠
⎝
2 3 −2
Solution: det A = 4 0 7 =
−1 2 3
⎛5 1 −2 0⎞
⎜ ⎟
⎜1 3 6 − 1⎟
Problem 9: Let A = ⎜ . Calculate det A .
0 7 1 3⎟
⎜⎜ ⎟
⎝5 4 2 1 ⎟⎠
Solution:
5 1 −2 0
1 3 6 −1
det A = =
0 7 1 3
5 4 2 1
Inverse Matrices
Problem 1: Find the cofactors of the matrix elements on the second row of
⎛− 3 2 3 ⎞
⎜ ⎟
the matrix A = ⎜ 4 1 6 ⎟ .
⎜ 7 5 − 1⎟
⎝ ⎠
Solution:
A21 =
A22 =
A23 =
12
LINEAR ALGEBRA
⎛− 3 2 3 ⎞
⎜ ⎟
Problem 2: Find the adjoint matrix of A = ⎜ 4 1 6 ⎟ .
⎜ 7 5 − 1⎟
⎝ ⎠
Then find all non-diagonal elements of the matrix product A ⋅ adj A . Explain
why they are equal to zero.
Solution:
adj A =
A ⋅ adj A =
A ⋅ adj A =
Verification: A−1 A =
AA−1 =
⎛5 4⎞
Problem 5: Find the inverse of A = ⎜⎜ ⎟⎟ . Check the result by the
⎝ 3 2⎠
definition.
Solution:
det A = adj A =
A−1 = AA−1 =
13
LINEAR ALGEBRA
⎛5 4⎞ ⎛ 2 − 6⎞
Problem 6: Let A = ⎜⎜ ⎟⎟ and B = ⎜⎜ ⎟⎟ . Solve for X the matrix
⎝ 3 2 ⎠ ⎝ 1 7 ⎠
equation AX = B . Verify the solution.
Solution: X =
A−1 =
Verification:
Problem 7: Let A and B be the matrices given in Problem 6. Solve for X the
matrix equation XA2 = B . Verify the solution.
Solution: X =
A−1 =
Verification:
⎛ 1 0 5⎞
⎜ ⎟
Problem 8: Evaluate the inverse of A = ⎜ − 2 4 0 ⎟ . Find the product
⎜ 3 −1 1⎟
⎝ ⎠
−1
A A to check up the result.
Solution:
1 0 5
det A = − 2 4 0 =
3 −1 1
adj A = A−1 =
Check up:
⎛ 1 5 ⎞
Problem 9: Evaluate the inverse of A = ⎜⎜ ⎟⎟ by means of the
⎝ − 2 − 7 ⎠
elementary transformations of the extended matrix ( A | I ) .
⎛ 1 5 1 0⎞
Solution: ( A | I ) = ⎜⎜ ⎟⎟ →
⎝ − 2 − 7 0 1⎠
A−1 =
14
LINEAR ALGEBRA
LINEAR ALGEBRA
Systems of Linear Equations
Problem 1: Reduce the matrix
⎛3 − 4 1 5 − 2⎞
⎜ ⎟
A = ⎜2 1 −3 0 4 ⎟
⎜ 3 7 − 10 − 5 14 ⎟
⎝ ⎠
to the row echelon form and find the rank of A.
Solution:
⎛3 − 4 1 5 − 2⎞
⎜ ⎟
⎜ 2 1 − 3 0 4 ⎟→
⎜ 3 7 − 10 − 5 14 ⎟
⎝ ⎠
⎛ 11 − 3 18 3 ⎞
⎜ ⎟
⎜ − 2 − 1 − 11 5 ⎟
Problem 2: Find the rank of A = ⎜ by elementary
7 − 2 13 1 ⎟
⎜⎜ ⎟⎟
⎝ 3 − 1 8 − 2 ⎠
transformations.
Solution:
⎛ 11 − 3 18 3 ⎞
⎜ ⎟
⎜ − 2 − 1 − 11 5 ⎟
⎜ 7 − 2 13 →
1 ⎟
⎜⎜ ⎟⎟
⎝ 3 − 1 8 − 2 ⎠
rank A =
Hint: You can interchange two rows or columns, multiply a row or column
by a nonzero number and multiply a row (column) by a number to add the
result obtained to another row (column).
15
LINEAR ALGEBRA
via Gaussian elimination. Check whether the solution satisfies all the given
equations.
Solution:
⎛ 5 2 − 4 4⎞
⎜ ⎟
⎜ 1 3 4 3⎟ →
⎜ 2 4 1 1⎟
⎝ ⎠
Solution check:
Solution:
⎛ 7 1 − 5 3⎞
⎜ ⎟
⎜ 4 1 − 3 5 ⎟→
⎜ − 2 1 1 2⎟
⎝ ⎠
Solution check:
Problem 5: Find the general solution and a particular solution of the linear
system, which is given by the augmented matrix
⎛− 3 − 2 2 1 2 ⎞
⎜ ⎟
⎜ 2 1 −1 1 − 2⎟ .
⎜ −1 1 − 3 1 4 ⎟
⎝ ⎠
Check the solution by substituting the values of the unknowns.
16
LINEAR ALGEBRA
Solution:
⎛− 3 − 2 2 1 2 ⎞
⎜ ⎟
⎜ 2 1 −1 1 − 2⎟ →
⎜ −1 1 − 3 1 4 ⎟
⎝ ⎠
A particular solution is
Solution check:
⎛− 2 2 5 3⎞
⎜ ⎟
Problem 6: Let A = ⎜ 2 − 2 1 1 ⎟ be the coefficient matrix of the
⎜ 5 − 5 − 2 4⎟
⎝ ⎠
homogeneous system of linear equations AX = 0 . Find the general solution.
Solution:
⎛− 2 2 5 3⎞
⎜ ⎟
⎜ 2 − 2 1 1⎟ →
⎜ 5 − 5 − 2 4⎟
⎝ ⎠
Solution check:
Solution:
5 2 −4
D = det A = 1 3 4 =
2 4 1
4 2 −4
D1 = 3 3 4 =
1 4 1
5 4 −4
D2 = 1 3 4 =
2 1 1
5 2 4
D3 = 1 3 3 =
2 4 1
D1
x1 = = x2 = x3 =
D
Solution check:
18
LINEAR ALGEBRA
Solution:
2 −1 5
D = det A = 1 1 − 3 =
2 4 1
19 − 1 5
D1 = − 3 1 − 3 =
6 4 1
2 19 5
D2 = 1 − 3 − 3 =
2 6 1
2 − 1 19
D3 = 1 1 − 3 =
2 4 6
D1 D2 D3
x1 = = x2 = = x3 = =
D D D
Solution check:
Problem 10: Given the system of linear equations
⎧ x1 + 2 x2 + 3x3 = a
⎪
⎨4 x1 + 5 x2 + 6 x3 = b
⎪7 x + 8 x + 9 x = c
⎩ 1 2 3
19
LINEAR ALGEBRA
Problem 12: Find the values of a for which the following system of linear
equations
⎧2 x1 + 3x2 + x3 = 3
⎪
⎨− x1 + x2 = 2
⎪ x + αx − x = −2.
⎩ 1 2 3
Problem 13: Given the reduced row echelon form of the augmented matrix,
⎛1 3 −1 5 2⎞
⎜ ⎟
⎜0 7 0 2 4⎟
A=⎜ ,
0 0 3 0 1⎟
⎜
⎜ 0 0 0 1 3 ⎟⎟
⎝ ⎠
Find the number of solutions of the corresponding linear system. It is not
necessary to solve the system.
Solution:
Problem 14: Given the reduced row echelon form of the augmented matrix,
⎛1 2 3 4 1⎞
⎜ ⎟
⎜ 0 5 6 7 2 ⎟
A=⎜ .
0 0 8 9 3⎟
⎜
⎜ 0 0 0 0 a ⎟⎟
⎝ ⎠
How many solutions has the corresponding linear system?
Solution:
20
VECTOR ALGEBRA
VECTOR ALGEBRA
Linear Vector Operations
λ a = {λ a1 , λ a2 , λ a3}
a + b = {a1 + b1 , a2 + b2 , a3 + b3}.
→
Problem 4: Find the unit vector u in the direction of AB , if A(5, 3, − 1) and
B ( 2, 7, − 1) .
Solution:
u=
21
VECTOR ALGEBRA
Solution:
d1 =
d2 =
→ →
Problem 10: Assume that the vectors d1 = AC and d 2 = BD join the
→
opposite vertices of a parallelogram. Find the adjacent vectors a = AB and
→
b = AD .
Solution:
→
a = AB =
→
b = AD =
22
VECTOR ALGEBRA
Problem 11: Given a triangle with the vertices at the points A( 2,1, − 1) ,
B (3, 4, 4) , and C (5, 2, 3) , find
(i) the medians AD, BE, and CF;
(ii) the coordinates of the medians interception point.
Solution:
→
AD = AD =
→
BE = BE =
→
CF = CF =
Problem 12: Let A( 2,1, − 1) and B(8, − 2, 11) be the endpoints of a linear
segment AB.
Find the coordinates of the point C dividing AB in the ratio 2:1.
Solution:
23
VECTOR ALGEBRA
Scalar Product
a ⋅ b = a x bx + a y by + a z bz
a ⋅ b = a b cosθ
Projb a = a cosθ
cosθ =
cosθ =
24
VECTOR ALGEBRA
cosθ =
25
VECTOR ALGEBRA
cos α =
cos β =
cos χ =
26
VECTOR ALGEBRA
Vector Product
i j k
a × b = ax ay az
bx by bz
a×b =
Problem 4: Let A(2, 3, –2), B(1, 7, -1), and C(3, 4, 5) be three adjacent
vertices of a parallelogram. Find the area S of the parallelogram.
Solution:
→
a = AB =
→
b = AC =
a×b =
S=
27
VECTOR ALGEBRA
Problem 5: Find the area of the triangle with the vertices at the points
A(5, 6, 2) , B(4, 8, 7) , and C (5, 3, 4) .
Solution:
→
a = AB =
→
b = AC =
a×b =
Area =
Problem 7: Given the parallelogram with the adjacent vertices at the points
A(−1, 3, 2) , B( 4, 1, 2) , and C (3, 4, 4) , find the length of the height from the
vertex B to the base AC.
Solution:
→
AB =
→
AC =
→ →
AB× AC =
→
| AB |=
h=
Problem 7: Given the triangle with the vertices at the points A(−1, 3, 2) ,
B( 4, 1, 2) , and C (3, 4, 4) , find the length of the height from the vertex B to
the base AC.
Solution:
→ →
AB = AC =
→ →
AB× AC =
→
| AB |= h=
28
VECTOR ALGEBRA
ax ay az
(a × b) ⋅ c = bx by bz
cx cy cz
abc =
Conclusion:
abc =
Conclusion:
abc =
Conclusion:
29
VECTOR ALGEBRA
Problem 5: Find the volume V of the tetrahedron with the vertices at the
points A(3, − 1, 4) , B ( 4, 4, 4) , C (1, 0, 2) , and D(1, 5, 2) .
→
Solution: a = AB =
→ →
b = AC = c = AD =
abc =
V=
Solution:
Solution:
30
ANALYTICAL GEOMETRY
ANALYTICAL GEOMETRY
Straight Lines
x − x0 y − y 0 z − z 0
= =
qx qy qz
x − x0 y − y0 z − z0
= =
x1 − x0 y1 − y0 z1 − z0
p⋅q p x qx + p y q y + p z qz
cosθ = =
| p |⋅| q | p x2 + p 2y + p z2 qx2 + q 2y + qz2
Problem 1: Find the canonical equations of the line passing through the point
M(2,–3, 4) and being parallel to the vector a = {5,−1, 7} .
Solution:
Problem 2: Find equations of the line passing through the point M(4, 0, 8)
→
and being parallel to the vector AB , if A(−3,2,6) and B(1,4,−4) .
Solution:
Problem 3: Find equations of the line passing through the point M(0,–1,3)
x−3 y+5 z−7
and being parallel to the line = = .
2 1 −4
Solution:
31
ANALYTICAL GEOMETRY
Problem 7: In the x, y–plane, find the equation of the line passing through the
point M 1 ( 2, − 4) and being perpendicular to the vector n = {3, 1} .
Solution:
cosθ =
32
ANALYTICAL GEOMETRY
Problem 11: Let A = {2, –1}, B = {4, 4} and C = {9, 7} be the vertices of a
triangle. Find the equation of the altitude from the vertex A. Write down the
equation in the intercept form.
Solution:
Problem 12: Find the distance from the point M (−2, 5) to the line
4x − 3y + 1 = 0 .
Solution:
Problem 13: Let ABC be a triangle with the vertices at the points A = {3, 5} ,
B = {2, − 1} and C = {6, 7} in the x, y–plane.
Find the length of the altitude from the vertex A.
Solution:
Planes
Ax + By + Cz + D = 0 ,
x − x1 y − y1 z − z1
x2 − x1 y2 − y1 z2 − z1 = 0 ,
x3 − x1 y3 − y1 z3 − z1
A1 A2 + B1B2 + C1C2
cos θ =
A12 + B12 + C12 A22 + B22 + C22
Problem 1: Find the general equation of the plane passing through the point
M(5,–2, 1) and being parallel to the vectors a = {−4,3, 0} and b = {1,−6, 2} .
Solution:
Problem 2: Find the general equation of the plane passing through the points
M 1 ( −1,4,2) , M 2 (3,4,−1) , and M 3 (0,5,6) .
Solution:
Problem 3: Find the general equation of the plane passing through the point
M(1,–2, –3) and being perpendicular to the vector n = {7,−4, − 1} .
Solution:
cosθ =
Problem 9: Find the angle between the plane 4 x + 3 y − 5z + 2 = 0 and the line
x+3 y −2 z+5
= = .
7 4 −1
Solution:
cosθ =
Problem 10: Find the distance from the point M ( −2, 7, − 1) to the plane
4x − 3y + 5 = 0 .
Solution:
35
ANALYTICAL GEOMETRY
Quadratic Curves
( x − x0 ) 2 + ( y − y 0 ) 2 = R 2 ,
( x − x0 ) 2 ( y − y 2 ) 2
+ = 1,
a2 b2
( x − x0 ) 2 ( y − y 2 ) 2
− = ±1 ,
a2 b2
( y − y 0 ) 2 = ±2 p ( x − x 0 ) ,
( x − x 0 ) 2 = ±2 p ( y − y 0 ) .
Problem 3: Write down the equations of the circle with center at the point
M(–3, 5) and radius 2.
Solution:
Problems 4–9: Reduce each of the following equations to the canonical form:
4) 3x 2 − 12 x + 2 y 2 + 4 y = 11 ;
5) 3x 2 − 12 x + 2 y 2 + 4 y = −14 ;
6) 2 x 2 − 4 x + 3 y 2 + 12 y = −15 ;
7) x 2 − 6 x − 2 y 2 + 8 y = 3 ;
8) 2 x 2 + 4 x − 3 y 2 − 12 y = 0 ;
9) x 2 + 2 x − 4 y 2 = −1 .
Give the detailed description of the curves.
36
ANALYTICAL GEOMETRY
Solution:
4) 3x 2 − 12 x + 2 y 2 + 4 y = 11 ⇒
5) 3x 2 − 12 x + 2 y 2 + 4 y = −14 ⇒
6) 2 x 2 − 4 x + 3 y 2 + 12 y = −15 ⇒
7) x 2 − 6 x − 2 y 2 + 8 y = 3 ⇒
8) 2 x 2 + 4 x − 3 y 2 − 12 y = 0 ⇒
9) x 2 + 2 x − 4 y 2 = −1 ⇒
( x − 5) 2 ( y + 3) 2
Problem 10: Using the equation + = 1 recognize the curve
25 9
and find
i) the location of the center;
ii) the major axis and minor axis;
iii) the coordinates of the focuses;
iv) the eccentricity;
v) the equations of the axes of symmetry.
Solution:
( x + 2) 2 ( y − 1) 2
Problem 11: Using the equation − = 1 find
9 16
i) the location of the center;
ii) the coordinates of the focuses;
iii) the eccentricity of the hyperbola;
iv) the equations of the asymptotes.
Solution:
37
References
38
Valery V. Konev, Associate Professor of the Higher Mathematics Department,
TPU, Ph.D.
Workbook
Reviewed by: V.A. Kilin, Professor of the Higher Mathematics Department. TPU,
D.Sc.