什么是极坐标? —— 一点微小的想法 What is Polar Coordinate ? - Some Naive Thoughts about It
Can you answer these three questions? The answer seems to be trivial, since we can use our eyes to obtain the answer. But can you use mathematical methods to answer it correctly?
- Find the intersection point(s) of \(r=2\theta\) (called the Archimedes spirals, or equation A) and \(\theta=\pi\) (equation B), in the polar coordinate system. (Given that \(r \geq 0\).) (Adapted from Thomas Calculus P675, Q88)
- Suppose we have a polar equation \(r = 1 + \cos2\theta\)(equation A). Determine whether the following statement is true: When we plug in \((-r, \theta)\), the equation becomes \(-r = 1 + \cos2\theta\) (equation B), which is evidently not on the original curve. Therefore, the curve is not symmetric about the origin. (Adapted from Home Assignment 4, Q3(2))
- Suppose a hyperbola is determined by the equation \(r=\frac{6}{1-2\cos\theta}\) (equation A). Calculate the intersection point(s) with the curve \(\theta = 0\) (equation B). If we try to find the common solution to the two equations, we will only get \((-6,0)\) but miss \((-2,0)\). So what is wrong with it? (Given that \(r \in \mathbb{R}\) and \(\theta \in \left[0, 2\pi\right]\), as is claimed to be default by the textbook.) (Adapted from lecture notes, week 4)
Firstly, let's think about a question which seems to be quite trivial: What are the intersection points of two curves? What are the common solutions of two polar equations? Are they the same, or, can I obtain the intersection if I know the common solutions? It seems quite trivial that the two are equivalent, as is taught since junior high school. However, if that is true, the answer in Q1 should be \((2\pi, \pi)\), and you can only get one common solution to Q3, which by intuition is wrong if you draw its curve. So what's wrong with it?
The main problem is that one point in a classical plane has multiple corresponding coordinates. For instance, in Q1, although \((6\pi, 3\pi) \in A\) and \((6\pi, \pi) \in B\) are exactly the same point in the classical plane, it is not the common solution to the two equations because the two are different coordinates. Generally speaking, common solutions to two equations can only determine those who have same coordinates. They will miss out those who are actually same points but have different coordinates.
To address this problem, please allow me to first define the so-called "stack planes", or SP. To avoid confusion, the "plane" that we usually talks about is called "classical plane" in this essay. As is shown in Fig.1, a SP consists of a stack of planes with the names of \(\ldots\), \(\#0^+\), \(\#0^-\), \(\#1^+\), \(\#1^-\), \(\ldots\) . In this notation, the \(\#k\) represents that all points in this plane must satisfy \(\theta \in \left[2k\pi, 2\left(k+1\right)\pi\right]\). The superscript denotes the range of \(r\). \(\#k^+\) requires \(r \geq 0\), and \(\#k^-\) requires \(r < 0\).
For instance, the plane \(\#0^+\) contains all points whose \(\theta \in \left[0,2\pi\right]\) and \(r \geq 0\), and the plane \(\#0^-\) contains those satisfying \(\theta \in \left[0,2\pi\right]\) and \(r < 0\).
If we there is no constrain on \(r\) and \(\theta\), there will be infinitely many planes in SP. If we constrain \(r \in \mathbb{R} \ and \ \theta \in \left[0,2\pi\right)\), there will be only 2 planes, \(\#0^+\) and \(\#0^-\), in the SP. Similarly, if we constrain \(r \geq 0\) and \(\theta \geq 0\), only the \(\#0^+, \#1^+, \ldots\) will be in the SP.
It can be seen that every point in SP has a one-to-one mapping to the polar coordinate. Therefore, there is no trouble about multiple-to-one correspondence in a normal plane. For example, the point in \(\#1^+\) plane which is one unit top from the origin is uniquely associated with coordinate \((1, \frac{5}{2}\pi)\).
We can further apply it to equations easily. That is, every solution in a polar equation has a one-to-one mapping with a point in SP. Take \(r = 2\theta\) in Q1 as an example. As is shown in Fig. 2, the corresponding graph in SP spreads through \(\#0^+, \#1^+, \ldots\), each of which has a part of the curve.
Therefore, the meaning of the common solutions of two equations is clear. It is not the intersection of two corresponding curves in the classical plane, due to the multiple-to-one mapping. Instead, it is the intersection of two curves in SP, since they have a one-to-one correspondence.
What is the relationship between SP and a classical plane? Or, what is the curve in a classical plane given a curve in SP? The answer is that the classical plane is the superposition of all the planes in a SP. Intuitively, you just "squeeze", "flatten" or "project" all the planes in a SP down, and the result is the classical plane. Take Q3 as an example. As is shown in Fig. 3, the bottom one is the classical plane, while the above two make up SP, and you can see the meaning of "projection" clearly.
How can we get the intersection in a classical plane, if we cannot do it by directly calculating the common solutions of two equations?
Recall that the common solutions of two equations only have the one-to-one correspondence with the intersections in SP, not intersection in classical planes. Therefore, the methodology is to transform the equation, such that all the intersections in classical planes are also intersections in SP. At the same time, the corresponding curve in the classical plane should not be changed. There are mainly two approaches to achieve that goal.
Firstly, we can transform the equations, such that the corresponding points are all in one single plane of SP, typically \(\#0^+\). It can be intuitively called "squeeze". For instance, in Q2, equation \(A\) and \(B\) do have no common solutions. But that is because curve \(A\) is in plane \(\#0^+\) while curve \(B\) is in plane \(\#0^-\), which is shown in Fig. 4. Therefore, we should transform the equation \(B\) to plane \(\#0^+\) by means of \((r, \theta) \to (-r, \theta + \pi)\). Then \(B\) becomes \(B'\), or \(-(-r) = 1 + \cos(2(\theta+\pi))\), i.e. \(r = 1 + \cos(2\theta)\). Therefore, it is clear that \(B'\) is essentially the same as \(A\), so the curve is symmetric about the origin.
Secondly, we can transform the equations such that there is one duplicate in every plane. Therefore, there is no chance for them to "miss" each other. It can be called "expand". For example, to solve Q1, we can expand curve \(B\) to all planes of SP which curve \(A\) lies in. To achieve this, we transform \(B\) into \(B'\), which is defined by the union of \(\theta=\pi\) and \(\theta=3\pi\) and \(\theta=5\pi\) and \(\ldots\) . As is shown in Fig. 5, now the curve \(B'\) not only stay in plane \(\#0^+\) as \(B\) does, but is in all planes that \(A\) is in. Then we can find the common solutions of \(A\) and \(B'\), which is \((2\pi, \pi)\), \((6\pi, 3\pi)\), \(\ldots\), or equivalently, \(((4k-2)\pi, \pi)\) where \(k \in \mathbb{N}\).
How to plot a curve in SP? It is quite similar to what you have done when you want to plot a curve in the polar plane or Cartesian plane. You just need to traverse the \(\theta\), find out the \(r\), and plot them into lines. The only difference is that you need to plot into corresponding planes in SP, instead of putting all into one classical plane.
With all the discussion above, now we can come to the solutions to the questions above. Q1 and Q2 have been solved during the discussion, and here is the solution to Q3:
We first plot the two curves in SP, which is shown in Fig. 6. Then we can clearly see that the two curves in SP have only one intersection, the point \(P\), but miss out point \(Q\). That is the reason why we miss one point. In order to prevent this, we can use the "expand" method and change equation \(B\) to \(\theta = 0\) and \(\theta = \pi\). Therefore, all two solutions can be calculated.
The aforementioned ideas are just my naive thoughts, but it really solved what had troubled me since my high school, and I hope that it can be of some help to you! :)
Tom Chen
2018.02.07
什么是极坐标? —— 一点微小的想法 What is Polar Coordinate ? - Some Naive Thoughts about It的更多相关文章
- 关于分开编写多个LaTeX文件的一点微小的总结
[转载请注明出处]http://www.cnblogs.com/mashiqi 2016/11/05 在编写LaTeX文档的时候,由于文档的section较多,或者section的编写时间各不相同,我 ...
- 06. Matplotlib 2 |折线图| 柱状图| 堆叠图| 面积图| 填图| 饼图| 直方图| 散点图| 极坐标| 图箱型图
1.基本图表绘制 plt.plot() 图表类别:线形图.柱状图.密度图,以横纵坐标两个维度为主同时可延展出多种其他图表样式 plt.plot(kind='line', ax=None, figsiz ...
- LogPolar 对数极坐标
LogPolar 对数极坐标 cvLogPolar 对数极坐标(logpolar)是仿真生物视网膜中央凹陷的特性,具有数据压缩的能力,可用于目标跟踪中快速尺度和旋转变换不变的模板匹配. 对数极坐标其实 ...
- PS 滤镜——平面坐标变换到极坐标
%%% orthogonal coordinate to polar coordinate %%% 平面坐标转极坐标 clc; clear all; close all; addpath('E:\Ph ...
- 《清华梦的粉碎》by王垠
清华梦的诞生 小时候,妈妈给我一个梦.她指着一个大哥哥的照片对我说,这是爸爸的学生,他考上了清华大学,他是我们中学的骄傲.长大后,你也要进入清华大学读书,为我们家争光.我不知道清华是什么样子,但是我 ...
- Software Engineering-HW1
title: Software Engineering-HW1 date: 2017-09-13 15:41:13 tags: HW --- 阅读随笔 在<徐宥:掉进读书的兔子洞>里面, ...
- Spring+SpringMVC+MyBatis+easyUI整合基础篇(一)项目简述及技术选型介绍
作者:13GitHub:https://github.com/ZHENFENG13版权声明:本文为原创文章,未经允许不得转载. 萌芽阶段 很久之前就开始打算整理一下自己的技术博客了,由于各种原因(借口 ...
- 清华梦的粉碎—写给清华大学的退学申请(转自王垠Blog)
清华梦的诞生 小时候,妈妈给我一个梦.她指着一个大哥哥的照片对我说,这是爸爸的学生,他考上了清华大学,他是我们中学的骄傲.长大后,你也要进入清华大学读书,为我们家争光.我不知道清华是什么样子,但是我知 ...
- 组件化 得到 DDComponent JIMU 模块 插件 MD
Markdown版本笔记 我的GitHub首页 我的博客 我的微信 我的邮箱 MyAndroidBlogs baiqiantao baiqiantao bqt20094 baiqiantao@sina ...
随机推荐
- Record is locked by another user
Oracle修改表中记录时出现record is locked by another user的问题 在操作表时没有commit,导致表被锁,只要执行下面两行语句,就可以了将行锁解锁了. Select ...
- 一个实用的UIView的类别
// // FrameAccessor.h // FrameAccessor // // Created by Alex Denisov on 18.03.12. // Copyright (c) 2 ...
- html的书写规范,有哪些注意点
1.最开始的声明格式与编码格式,注意html5与和html4.0的区别,注意对不同浏览器的渲染作用: 2.<head></head>标签中的相关内容的编写: 3.确保引入的jq ...
- RK3399参考设计方案之DC-DC电源芯片RK808D【转】
本文转载自:http://www.52rd.com/Blog/Detail_RD.Blog_sunnyqi_90673.html?WebShieldDRSessionVerify=Xv0bsGtD73 ...
- 在织梦dedecms中实现“文章标题-栏目名称-网站名”导航
本文介绍了在dedecms中,实现文章标题-栏目名称-网站名 导航的方法,有需要的朋友参考下. 在dedecms中实现“文章标题-栏目名称-网站名”导航的方法. 第一种: 在/include/in ...
- 有关定时器setTimeout()、setInterval()详解
JavaScript提供定时执行代码的功能,叫做定时器(timer),主要由setTimeout()和setInterval()这两个函数来完成. setTimeout() setTimeout函数用 ...
- IDEA maven dependency自动提示
通过File->setting->maven->repositories,选择本地仓库,点击右上角更新,更新maven仓库索引 在pom.xml编写引入依赖的jar包时,已经下载到本 ...
- Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.st.mapper.UserMapper.userBaseMap
mybatis出现此异常,可能是因为 ***Mapper.xml 文件中存在重名对象,一不小心重复启动了mybatis的逆向工程. 以为会覆盖掉以前生成的,没想到是新生成的和之前生成的重复了 解决:把 ...
- I.MX6 Android /data 目录内容
/**************************************************************************** * I.MX6 Android /data ...
- 【SCOI 2009】 Windy数
[题目链接] 点击打开链接 [算法] 数位DP,注意处理前导零的情况 [代码] #include<bits/stdc++.h> using namespace std; #define M ...