평행이동

1 개요[ | ]

translation
平行移動, 竝進
평행이동, 병진
  • 모든 점을 같은 방향으로 같은 거리만큼 이동
  • x축 방향으로 m만큼 y축 방향으로 n만큼 평행이동하려면
x 대신 x-m, y 대신 y-n 대입 ★

 

2 예시 1[ | ]

[math]\displaystyle{ y=\frac{1}{x} }[/math][1]의 그래프를 x축 방향으로 a만큼, y축 방향으로 b만큼 평행이동

[math]\displaystyle{ y-b=\frac{1}{x-a} }[/math]
[math]\displaystyle{ y=\frac{1}{x-a}+b }[/math]

3 예시 2[ | ]

[math]\displaystyle{ y=\sqrt{2x} }[/math]의 그래프를 x축 방향으로 1만큼, y축 방향으로 2만큼 평행이동

[math]\displaystyle{ y-2=\sqrt{2(x-1)} }[/math]
[math]\displaystyle{ y=\sqrt{2(x-1)}+2 }[/math][2]

4 같이 보기[ | ]

5 참고[ | ]

  1. 단, [math]\displaystyle{ k \neq 0 }[/math]
  2. [math]\displaystyle{ y=\sqrt{2x-2}+2 }[/math]로 표기해도 되지만, 원점에서 평행이동된 정도를 알아보기 쉽게 나두는 것이 보통
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}