Mathematics¶
Linear Algebra¶
1. Basic Operations on Matrices¶
For follwing matrices
1. Calculate¶
; .
2. Calculate¶
, .
3. Calculate the products¶
.
2. Determinants 2x2 and 3x3¶
Calculate the determinants for the 2x2 and 3x3 matrices given below.
2x2 Matrices:¶
3x3 Matrices:¶
3. Determinants using Laplace's Expansion¶
Calculate the determinants of the following matrices:
4. Determinants from the Gauss Method and Triangular Matrices¶
Perform row and column operations to reduce the following matrices to an upper triangular form and calculate their determinants by taking the product of the diagonal elements.
5. Inverse of a Matrix from the formula¶
1. Find the inverse matrix for matrix¶
and verify if the result is correct.
2. Determine the rank of the matrix:¶
6. Inverse of a Matrix using the Gauss Method¶
Find the inverse matrices using the Gauss method:
7. Linear Equations old school¶
Solve the following systems of equations without using matrices:
System 1¶
,
System 2¶
,
System 3¶
.
System 4¶
.
8. Linear equations by Cramer's Rule¶
1. Solve the system of equations:¶
2. Solve the system of equations:¶
3. Solve the system of equations:¶
4. Why can't the following system of equations be solved using Cramer's rule?¶
9. Linear equations by Gauss Elimination¶
System 1¶
System 2¶
System 3¶
10. Linear equations by Matrix Inversion¶
1. Solve the system of linear equations using the inverse matrix method:¶
2. Solve the system of linear equations using the inverse matrix method:¶
Analytical Geometry¶
11. Vectors I¶
-
By what number should vector
be multiplied so that its length is equal to 1? -
Calculate the length of vector
and find the unit vector of this vector. -
Plot the vector and the unit vector from the previous exercise.
-
Calculate the length of vector
and find the unit vector of this vector. -
Find the Cartesian coordinates of vector
in the basis .
12. Vectors II¶
-
Perform the addition of vector
to vector . Plot both vectors and their sum on a graph. -
Calculate the area of the triangle spanned by vectors
and . -
Calculate the volume of the parallelepiped spanned by vectors
, , and . -
Check if vectors
and are perpendicular. -
Calculate the angle in degrees between vectors
and . -
For three-dimensional vectors:
, , , prove that the following identity is satisfied:
13. Vectors III¶
-
Divide the line segment connecting points
and in the ratio . Illustrate the result on a graph. -
Project vector
onto the and axes. Illustrate the result on a graph. -
Project vector
onto vector . Ilustrate the result on a graph. -
Project vector
onto vector . Ilustrate the result on a graph.
14. Equations of lines on a plane¶
- The line passes through points
and . Find the equation of the line. - The line passes through point
and is parallel to the line . Find the equation of the line. - The line passes through point
and is perpendicular to the line . Find the equation of the line. - We have two lines
and . Find the intersection point of these lines and calculate the angle between them. - Write the equation of the line passing through point
and parallel to the vector . - We have the line
. Find an example of a line perpendicular and parallel to it. - We have the line
and point . Find the distance from point to the line. - The line intersects the coordinate axes at points
and . Find the equation of the line. - Calculate the angle between the line
and the axis. - Provide a vector perpendicular to the line
.
15. Equations of second-order curves (conic sections)¶
- Find the equation of a circle with center at point
and radius . - Find the equation of a parabola intersecting the
axis at points , , and passing through point . - Find the center of the ellipse with the equation
. - Find the slope (
) of the line that is tangent to the circle with the equation . - Find the intersection points of the hyperbola
with the ellipse's line . - For the given hyperbola
, find the distance between its branches.
16. Equations of planes in space¶
- The plane passes through points
, , and . Find the equation of the plane. - The plane passes through point
and is parallel to the plane . Find the equation of the plane. - The plane passes through point
and is perpendicular to the normal vector . Find the equation of the plane. - We have two planes
and . Find the line of intersection of these planes. - Write the equation of the plane passing through point
and parallel to vectors and . - We have the plane
. Find an example of a plane parallel and perpendicular to it. - We have the plane
and point . Find the distance from point to this plane. - The plane intersects the coordinate axes at points
, , and . Find the equation of the plane. - Calculate the angle between the plane
and the plane (i.e., the plane). - Find the vector perpendicular to the plane
.
17. Equations of second-order surfaces¶
- Write the equation of a sphere with center at point
and radius . - Do the spheres with equations
and have any common points? - What curve in space is formed by the intersection of the sphere
with the sphere ? Find the equation of this curve. - Write the equation of the tangent plane to the paraboloid
at point .
Calculus¶
18. Functions¶
1. Task¶
Draw in a single Geogebra notebook the following functions:
Find value of all the above functions at
2. Task¶
Let
and visualize functions in a single Geogebra notebook.
3. Task¶
Let
4. Task¶
We have function
5. Task¶
We have function
6. Task¶
We have function
19. Limits of Sequences¶
1. Calculate:¶
2. Prove using the squeeze theorem:¶
3. Find the limit of the sequence:¶
20. Limits of Real Functions¶
1. Compute:¶
2. Find:¶
.
3. Find the asymptotes of the function:¶
21. Derivatives¶
1. Task¶
Compute derivatives of functions:
2. Task¶
Prove
3. Task¶
For
4. Task¶
Using de l'Hospital's Rule, find the improper limits:
5. Task¶
In physics, the position of a particle is given by
22. Extremum¶
1. Problem¶
The profit function is
2. Problem¶
You have 10 meters of string, and you need to use it to enclose the largest possible rectangular. Find the dimensions of the rectangle.
3. Problem¶
Find extremum od
4. Problem¶
Find extremum of
23. Taylor Series¶
1. Problem¶
Find the Taylor series and visualize obtained functions in Geogebra:
around up to the 4th degree. around up to the 4rd degree. around up to the 4rd degree.
2. Problem¶
Find a tangent line
- define f(x)
- include slider s
- define y = f'(s) (x-s) + f(s)
- include point P(s, f(s)).
24. Integrals¶
1. Problem¶
Compute:
2. Problem¶
Calculate integrals over the interval
3. Problem¶
Calculate the area of the region bounded by the lines:
4. Problem¶
Calculate the area under the sine curve over the interval
5. Problem¶
Calculate the length of the sine curve over the same interval using:
6. Problem¶
Find the distance of the moving particle between time
25. Differential Equations¶
1. Problem¶
Solve the following first-order ordinary differential equations:
2. Problem¶
Solve the first-order ordinary differential equations using the method of separation of variables for
3. Problem¶
Solve the second-order ordinary differential equations:
, with boundary conditions and , with boundary conditions and .
4. Problem¶
Check if the function