Tensor Calculus 2: Cartesian/Polar Coordinates, and Basis Vectors

eigenchris
22 Apr 201811:38
EducationalLearning
32 Likes 10 Comments

TLDRThis video script explores Cartesian and polar coordinates in two-dimensional space, explaining their applications and the rationale behind using different coordinate systems. It delves into converting points between these systems, utilizing trigonometric relationships and Pythagoras' theorem. The script further introduces basis vectors in both coordinate systems, illustrating their directional significance and connection to partial derivatives. The unique behaviors of polar basis vectors, changing both direction and magnitude, are highlighted, offering insights into tensor calculus and setting the stage for future discussions on coordinate transformations.

Takeaways
  • ๐Ÿ“ The video discusses Cartesian and polar coordinates in two dimensions, explaining how they are used to measure geometrical objects on a flat plane.
  • ๐ŸŒ Cartesian coordinates use x and y to denote horizontal and vertical positions relative to an origin point, while polar coordinates use r and theta for radius and angle from a horizontal axis.
  • ๐Ÿ” The need for multiple coordinate systems arises because certain problems are more easily solved in specific systems, such as motion in Cartesian and circular paths in polar coordinates.
  • ๐Ÿค” The independence of physical laws from human-invented coordinate systems is emphasized, highlighting the importance of verifying that physical laws hold true across different systems.
  • ๐Ÿ”„ The script explains the conversion process between Cartesian (x, y) and polar (r, theta) coordinates, using basic trigonometric relationships.
  • ๐Ÿ“‰ Pythagoras's theorem is used to derive the relationship between Cartesian coordinates and the radius in polar coordinates (R = sqrt(x^2 + y^2)).
  • ๐Ÿ“ˆ The inverse tangent function is key to converting from Cartesian to polar coordinates to find the angle theta (theta = arctan(y/x)).
  • ๐Ÿ“ Basis vectors in both coordinate systems are introduced, showing how they are derived from the directions of coordinate lines or curves in the space.
  • ๐Ÿงญ A novel interpretation of basis vectors is presented, where they are seen as equivalent to partial derivatives of a position vector along coordinate curves.
  • ๐ŸŒ€ The e_r basis vector in polar coordinates is unique as it changes direction and length across the plane, unlike Cartesian basis vectors which are constant.
  • ๐Ÿ“š The script mentions that textbooks might normalize the e_theta vector to have a length of 1, which differs from the approach taken in the video.
Q & A
  • What is the purpose of using coordinate systems in geometry?

    -Coordinate systems are used to quantify and calculate geometrical objects such as distances between points or lengths of curves, making it easier to analyze and describe these objects numerically.

  • What are the two most common coordinate systems for a two-dimensional plane?

    -The two most common coordinate systems for a two-dimensional plane are the Cartesian coordinate system and the polar coordinate system.

  • How are points represented in the Cartesian coordinate system?

    -In the Cartesian coordinate system, points are represented by coordinates x and y, which measure the horizontal and vertical positions of a point relative to a special origin point.

  • What are the coordinates used in the polar coordinate system?

    -In the polar coordinate system, points are represented by lowercase r (radius) and theta (angle), which measure the radius from the origin and the angle of counterclockwise rotation from a horizontal axis, respectively.

  • Why are multiple coordinate systems useful?

    -Multiple coordinate systems are useful because some problems are easier to solve in certain coordinate systems due to their alignment with the motion or shape being studied, and to ensure that the laws of physics are independent of any human-invented coordinate system.

  • How can you convert from polar coordinates (r, theta) to Cartesian coordinates (x, y)?

    -To convert from polar to Cartesian coordinates, you can use the formulas x = r * cos(theta) and y = r * sin(theta), where r is the radius and theta is the angle in the polar coordinate system.

  • What is the relationship between the basis vectors in Cartesian and polar coordinate systems?

    -In Cartesian coordinates, the basis vectors are constant (e_x and e_y), while in polar coordinates, the basis vectors (e_r and e_theta) change direction and length from point to point, depending on the position in the 2D plane.

  • How can basis vectors be derived from partial derivatives in tensor calculus?

    -Basis vectors can be derived from partial derivatives by considering the limit of a position vector as it moves infinitesimally along the coordinate axes or curves, resulting in unit vectors in the direction of those axes or curves.

  • Why might the use of partial derivatives as basis vectors seem strange at first?

    -The use of partial derivatives as basis vectors might seem strange because it is a different conceptual approach from the traditional understanding of vectors as fixed direction arrows, but it is actually a powerful method for understanding transformations between coordinate systems.

  • What is the significance of the forward and backward transformations between coordinate systems?

    -The forward and backward transformations between coordinate systems are significant because they allow for the conversion of coordinates from one system to another, which is essential for solving problems in different contexts and understanding the underlying physics.

  • How does the e_theta basis vector behave in polar coordinates?

    -The e_theta basis vector in polar coordinates changes both direction and length as you move away from the origin. A small change in the theta coordinate results in a larger change in the position vector as the radius increases.

Outlines
00:00
๐Ÿ“ Introduction to Cartesian and Polar Coordinates

This paragraph introduces the concept of Cartesian and polar coordinates in two-dimensional space. It explains how coordinate systems are used to quantify geometrical objects and facilitate calculations such as distances and lengths. The Cartesian system uses x and y coordinates relative to an origin point, while the polar system uses radius (R) and angle (theta). The paragraph also discusses the reasons for using different coordinate systems, emphasizing their utility in solving specific problems and the importance of ensuring physical laws are independent of the coordinate system chosen.

05:00
๐Ÿ” Conversion Between Cartesian and Polar Coordinates

This section delves into the process of converting between Cartesian (X, Y) and polar (R, theta) coordinates. It describes the method of determining the coordinates of a point P in both systems using a triangle formed with the origin. The relationships between X, Y, R, and theta are explained using trigonometric functions, with X = R * cos(theta) and Y = R * sin(theta) for converting from polar to Cartesian, and R = sqrt(X^2 + Y^2) and theta = arctan(Y/X) for the reverse conversion. The paragraph also introduces the concept of basis vectors in both coordinate systems, illustrating how they are derived from the grid lines of the coordinate systems.

10:00
๐ŸŒ Basis Vectors and Their Interpretation in Tensor Calculus

The final paragraph explores the concept of basis vectors in Cartesian and polar coordinates, explaining how they can be determined by following the directions of the coordinate lines. It introduces a novel interpretation of basis vectors as partial derivatives of a position vector along the coordinate curves. This interpretation is demonstrated for both Cartesian coordinates, where basis vectors e_x and e_y are constant, and polar coordinates, where the basis vectors e_r and e_theta change direction and length depending on the point in the plane. The paragraph also touches on the common textbook approach to normalize the e_theta vector by dividing by R, but it questions the naturalness of this choice.

Mindmap
Keywords
๐Ÿ’กCartesian coordinates
Cartesian coordinates refer to a system of defining positions on a two-dimensional plane using an ordered pair of numbers (x, y). In the video, this system is contrasted with polar coordinates to illustrate different methods of representing points in space. The script explains how Cartesian coordinates are used to measure horizontal and vertical positions relative to an origin point, and it also discusses the conversion from Cartesian to polar coordinates using mathematical formulas.
๐Ÿ’กPolar coordinates
Polar coordinates are a system where a point on a plane is determined by its distance from the origin (radius, denoted as 'r') and the angle it makes with a reference direction (usually the positive x-axis, denoted as 'theta'). The video script explains that polar coordinates are particularly useful for problems involving circular motion, such as an object orbiting the Earth, and provides the formulas for converting between polar and Cartesian coordinates.
๐Ÿ’กCoordinate systems
Coordinate systems are the frameworks used to map out points on a plane or in space. The video script discusses the importance of these systems in facilitating the calculation of distances and lengths of curves. It emphasizes the utility of different coordinate systems for different types of problems and the idea that physical laws should be independent of the coordinate system used.
๐Ÿ’กBasis vectors
Basis vectors are fundamental vectors in a vector space that can be used to represent any vector in the space as a linear combination of these basis vectors. In the context of the video, basis vectors are associated with the directions of the coordinate lines in both Cartesian and polar coordinate systems. The script explains how these vectors can be derived from the partial derivatives of a position vector along the coordinate curves.
๐Ÿ’กPartial derivatives
Partial derivatives are a concept from calculus that represent the rate of change of a function with respect to one variable while holding the other variables constant. The video script introduces a novel interpretation of basis vectors as being equivalent to the partial derivatives of a position vector with respect to the coordinate axes, which provides a connection between differential calculus and vector calculus.
๐Ÿ’กConversion formulas
Conversion formulas are mathematical expressions used to translate between different systems of representation. In the video, specific formulas are given for converting a point's coordinates from Cartesian to polar and vice versa. These formulas are essential for understanding how the two coordinate systems relate to each other and for solving problems that involve both systems.
๐Ÿ’กPythagorean theorem
The Pythagorean theorem states that in a right-angled triangle, the square of the length of the hypotenuse is equal to the sum of the squares of the lengths of the other two sides. The video script uses this theorem to derive the formula for converting from Cartesian coordinates to polar coordinates by equating \( x^2 + y^2 \) to \( R^2 \).
๐Ÿ’กTangent function
The tangent function is a trigonometric function that measures the ratio of the opposite side to the adjacent side in a right-angled triangle. In the video, the tangent function is used in the context of converting from Cartesian to polar coordinates, where \( \theta \) is calculated as the arctangent of \( y/x \).
๐Ÿ’กTrigonometric functions
Trigonometric functions, such as sine and cosine, are mathematical functions that relate the angles of a triangle to the lengths of its sides. The video script uses these functions to explain the relationship between polar coordinates and Cartesian coordinates, where \( x = r \cdot \cos(\theta) \) and \( y = r \cdot \sin(\theta) \).
๐Ÿ’กMultivariable chain rule
The multivariable chain rule is a concept from calculus that allows for the differentiation of a composite function of multiple variables. The video script hints at the relevance of this rule for understanding the forward and backward transformations between Cartesian and polar coordinates, suggesting a deeper connection between these coordinate systems.
Highlights

Introduction to Cartesian and polar coordinates in two-dimensional space.

Explanation of the physical existence of geometrical objects independent of any coordinate system.

The role of coordinate systems in facilitating calculations like distance between points or length of curves.

Differentiation between Cartesian coordinates using x and y, and polar coordinates using r and theta.

Reasons for inventing multiple coordinate systems: problem-solving ease and independence from human constructs.

Illustration of converting between Cartesian and polar coordinates using geometrical relationships.

Conversion formulas from polar to Cartesian coordinates using cosine and sine functions.

Conversion from Cartesian to polar coordinates using Pythagoras's theorem and the arctan function.

Definition of basis vectors in Cartesian and polar coordinates through grid lines and coordinate curves.

Interpretation of basis vectors as the result of following the directions of coordinate lines.

Introduction of a new perspective on basis vectors as partial derivatives of position vectors.

Demonstration of how partial derivatives equate to basis vectors in Cartesian coordinates.

Explanation of how the ER basis vector in polar coordinates changes direction and length.

Discussion on the e_theta basis vector's variability in both direction and magnitude with radial distance.

Difference in the treatment of the e_theta vector between the video and traditional textbooks.

Summary of the video's content on converting point coordinates and the new interpretation of basis vectors.

Teaser for the next video on forward and backward transformations between coordinate systems.

Transcripts
Rate This

5.0 / 5 (0 votes)

Thanks for rating: