"포락선(envelope)과 curve stitching"의 두 판 사이의 차이
7번째 줄: | 7번째 줄: | ||
<h5>개요</h5> | <h5>개요</h5> | ||
− | Curve Stitching 또는 String Art 라는 이름으로 불림 | + | * "one-parameter family 에 있는 모든 곡선에 적어도 한 점에서 접하는 성질을 갖는" 곡선 |
+ | * 이러한 곡선을 주어진 곡선의 family에 대한 [http://en.wikipedia.org/wiki/Envelope_%28mathematics%29 envelope] 이라 부른다.<br> | ||
+ | * Curve Stitching 또는 String Art 라는 이름으로 불림 | ||
14번째 줄: | 16번째 줄: | ||
<h5>envelope </h5> | <h5>envelope </h5> | ||
+ | |||
+ | * 곡선들이 파라메터 t 에 의해 <math>F(x,y,t)=0</math> 로 주어진다고 가정하자. | ||
+ | * envelope은 다음 연립방정식을 풀어 얻을 수 있다.<br><math>\left\{ \begin{array}{c} F(x,y,t)=0 \\ \frac{\partial F}{\partial t}(x,y,t)=0 \end{array} \right.</math><br> | ||
19번째 줄: | 24번째 줄: | ||
− | <h5> | + | <h5>예1</h5> |
[/pages/9431928/attachments/5587508 parabola1.gif] | [/pages/9431928/attachments/5587508 parabola1.gif] | ||
31번째 줄: | 36번째 줄: | ||
<math>\frac{x}{t}+\frac{y}{10-t}=1</math>, <math>t=1,\cdots, 9</math> 로 주어진다. | <math>\frac{x}{t}+\frac{y}{10-t}=1</math>, <math>t=1,\cdots, 9</math> 로 주어진다. | ||
− | + | 위의 공식을 적용해 보자. | |
− | + | <math>F(x,y,t)=t^2 + t(y-x-10) + 10x</math> | |
+ | |||
+ | <math>\frac{\partial F(x,y,t)}{\partial t}=2t+ y-x-10</math> | ||
− | + | 따라서 envelope은 다음 두 방정식에서 t를 소거함으로써 얻을 수 있다. | |
− | |||
− | |||
− | <math>\frac{\partial F(x,y,t) | + | <math>\left\{ \begin{array}{c} t^2 + t(y-x-10) + 10x=0 \\ \frac{\partial F}{\partial t}(x,y,t)=0 \end{array} \right.</math> |
56번째 줄: | 61번째 줄: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h5>역사</h5> | ||
+ | |||
+ | |||
+ | |||
+ | * http://www.google.com/search?hl=en&tbs=tl:1&q= | ||
+ | * [[수학사연표 (역사)|수학사연표]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <h5>메모</h5> | ||
http://playingwithmathematica.com/2011/04/27/curve-stitching-with-mathematica/ | http://playingwithmathematica.com/2011/04/27/curve-stitching-with-mathematica/ | ||
62번째 줄: | 84번째 줄: | ||
http://www.wikihow.com/Create-a-Line-Design | http://www.wikihow.com/Create-a-Line-Design | ||
− | |||
− | |||
100번째 줄: | 120번째 줄: | ||
Envelopes and String Art (Gregory Quenell) http://faculty.plattsburgh.edu/gregory.quenell/pubpdf/stringart.pdf | Envelopes and String Art (Gregory Quenell) http://faculty.plattsburgh.edu/gregory.quenell/pubpdf/stringart.pdf | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Math Overflow http://mathoverflow.net/search?q= | * Math Overflow http://mathoverflow.net/search?q= |
2012년 8월 2일 (목) 13:51 판
이 항목의 수학노트 원문주소
개요
- "one-parameter family 에 있는 모든 곡선에 적어도 한 점에서 접하는 성질을 갖는" 곡선
- 이러한 곡선을 주어진 곡선의 family에 대한 envelope 이라 부른다.
- Curve Stitching 또는 String Art 라는 이름으로 불림
envelope
- 곡선들이 파라메터 t 에 의해 \(F(x,y,t)=0\) 로 주어진다고 가정하자.
- envelope은 다음 연립방정식을 풀어 얻을 수 있다.
\(\left\{ \begin{array}{c} F(x,y,t)=0 \\ \frac{\partial F}{\partial t}(x,y,t)=0 \end{array} \right.\)
예1
[/pages/9431928/attachments/5587508 parabola1.gif]
그림을 보면, 이 직선들에 접하는 곡선이 나타나는 것을 관찰할 수 있다.
등장하는 직선들은,
\(\frac{x}{t}+\frac{y}{10-t}=1\), \(t=1,\cdots, 9\) 로 주어진다.
위의 공식을 적용해 보자.
\(F(x,y,t)=t^2 + t(y-x-10) + 10x\)
\(\frac{\partial F(x,y,t)}{\partial t}=2t+ y-x-10\)
따라서 envelope은 다음 두 방정식에서 t를 소거함으로써 얻을 수 있다.
\(\left\{ \begin{array}{c} t^2 + t(y-x-10) + 10x=0 \\ \frac{\partial F}{\partial t}(x,y,t)=0 \end{array} \right.\)
따라서 \(x^2-2 x y-20 x+y^2-20 y+100=0\) 를 얻는다. 이는 이차곡선(원뿔곡선) 으로 판별식 \(\Delta=b^2-4ac=4-4=0\) 인, 포물선이 된다.
[/pages/9431928/attachments/5587494 parabola2.gif]
역사
메모
http://playingwithmathematica.com/2011/04/27/curve-stitching-with-mathematica/
http://britton.disted.camosun.bc.ca/string_art/jbstringart.htm
http://www.wikihow.com/Create-a-Line-Design
베지에 곡선
http://en.wikipedia.org/wiki/B%C3%A9zier_curve#Quadratic_curves
예
parabolic line construction
http://demonstrations.wolfram.com/CircleChordEnvelope/
envelope
http://en.wikipedia.org/wiki/Envelope_(mathematics)
http://jwilson.coe.uga.edu/Texts.Folder/Envel/envelopes.html
envelope equation
http://www.sjsu.edu/faculty/watkins/envelopetheo.htm
Envelopes and String Art (Gregory Quenell) http://faculty.plattsburgh.edu/gregory.quenell/pubpdf/stringart.pdf
- Math Overflow http://mathoverflow.net/search?q=
관련된 항목들
매스매티카 파일 및 계산 리소스
- https://docs.google.com/leaf?id=0B8XXo8Tve1cxZmVkZjZhYTItYjhlNi00ZDA4LWE4OTItMDQyMjU5Yjk5ZWMz&sort=name&layout=list&num=50
- http://www.wolframalpha.com/input/?i=
- http://functions.wolfram.com/
- NIST Digital Library of Mathematical Functions
- Abramowitz and Stegun Handbook of mathematical functions
- The On-Line Encyclopedia of Integer Sequences
- Numbers, constants and computation
- 매스매티카 파일 목록
수학용어번역
- 단어사전
- 발음사전 http://www.forvo.com/search/
- 대한수학회 수학 학술 용어집
- 한국통계학회 통계학 용어 온라인 대조표
- 남·북한수학용어비교
- 대한수학회 수학용어한글화 게시판
사전 형태의 자료
- http://ko.wikipedia.org/wiki/
- http://en.wikipedia.org/wiki/
- The Online Encyclopaedia of Mathematics
- NIST Digital Library of Mathematical Functions
- The World of Mathematical Equations
리뷰논문, 에세이, 강의노트
관련논문