-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap2110-l7.tex
78 lines (61 loc) · 1.84 KB
/
map2110-l7.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\documentclass[12pt]{article}
\usepackage{amsfonts, amsmath, amssymb}
\usepackage[brazil]{babel}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{siunitx}
\parindent=0pt
\addtolength{\textheight}{3.5cm}
\addtolength{\oddsidemargin}{-1cm}
\addtolength{\evensidemargin}{-1cm}
\addtolength{\textwidth}{2cm}
\addtolength{\topmargin}{-2.0cm}
\newcounter{questao}
\newcommand{\quest}{\stepcounter{questao}{\bf \arabic{questao}.\ }}
\begin{document}
\hrule
{ \sf Lista 7 - Revisão II \hfill \fbox{L7-2020}}
\hrule
\vspace{0.5cm}
\thispagestyle{empty}
\fontsize{14}{16}\selectfont
\quest Escreva a equação paramétrica de uma reta em $\mathbb{R}^3$ que passa pelos pontos $A$ e $B$ onde
$$ A=\begin{bmatrix}
1 \\ 1 \\ 0
\end{bmatrix}\text{ e }B=\begin{bmatrix}
2 \\ -1 \\ -2
\end{bmatrix} $$
\vspace{0.3cm}
\quest A distância de um ponto $A$ a uma reta $r$ é dado por
$$d(A,r) = \inf\{ \|X-A\|: X \in r\}$$
Se $A=\begin{bmatrix}
1\\ 1 \\ 1
\end{bmatrix}$ e $r: \begin{bmatrix}
0 \\ -1 \\ 0
\end{bmatrix}+ t\begin{bmatrix}
2 \\ 0 \\ 0
\end{bmatrix}.$
Ache a distância $d(A,r)$ neste caso. Com a justificativa.
\vspace{0.3cm}
\quest Ache a equação geral do plano que passa pelos pontos $A$, $B$ e $C$ dados por:
$$ A= \begin{bmatrix}
2 \\ 0 \\ 0
\end{bmatrix}\text{ } B= \begin{bmatrix}
0 \\ 1 \\ 0
\end{bmatrix}\text{ e }C =\begin{bmatrix}
0 \\ 0 \\ -1
\end{bmatrix}$$
\vspace{0.3cm}
\quest Ache a projeção ortogonal do ponto $Q=\begin{bmatrix}
1\\ 0 \\ 0
\end{bmatrix}$ no plano de equação geral $2x -2y +z =0$
\vspace{0.3cm}
\quest Considere o plano $\Pi_1: x-2z = 2$. Rodando todos os pontos desse
plano de \ang{45} em torno do eixo $z$, qual é a equação deste novo plano
$\Pi_2 = R_{\ang{45}}^3(\Pi_1)?$
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: