Transformation of a Line Segment

  • Context:
  • Thread starter Thread starter bwpbruce
  • Start date Start date
  • Tags Tags
    Line Transformation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
bwpbruce
Messages
60
Reaction score
1
$\textbf{Problem}$
The line segment from $\textbf{p}$ to $\textbf{q}$ is the set of points of the form $(1 - t)\textbf{p} + t\textbf{q}$ for $0 \le t \le 1$ (as shown in the figure below). Show that a linear transformation, $T$, maps this line segment onto a line segment or onto a single point.
Line Segment x to T(x).PNG

$\textbf{Solution}$
$\textbf{x} = (1 - t)\textbf{p} + t\textbf{q}$ and $0\le t \le1$
\begin{align*}T\textbf{(x)} &= T((1 - t\textbf{p}) + t\textbf{q}) \\&=T(\textbf{p} + t\textbf{p}) + Tt\textbf{q} \\&=T\textbf{p} + Tt\textbf{p} + Tt\textbf{q}, \text{ when } 0 < t \le 1 \\&=T\textbf{p} + T(0)\textbf{p} + T(0)\textbf{q}, \text{when } t = 0\\&=T\textbf{p}\end{align*}

Conclusion:
$\textbf{x}$ maps onto line $T\textbf{p} + tT\textbf{p} + tT\textbf{q}$ when $0 < t \le1$ or point $T\textbf{p}$ when $t = 0$

Please check for discrepancies?
 
Last edited by a moderator:
Physics news on Phys.org
Mark44 said:
@bwpbruce, I don't follow why T((1 - tp) + tq) = T(p + tp) + T(tq).
Thanks for pointing this out seven years later.
 
bwpbruce said:
Thanks for pointing this out seven years later.
I didn't see it when you posted it. We're in the process of responding to very old posts that haven't received any replied, and I happened upon this one.
 
Mark44 said:
I didn't see it when you posted it. We're in the process of responding to very old posts that haven't received any replied, and I happened upon this one.
I'm just glad you guys are still here.
 
  • Like
Likes   Reactions: Greg Bernhardt
bwpbruce said:
$\textbf{Problem}$
The line segment from $\textbf{p}$ to $\textbf{q}$ is the set of points of the form $(1 - t)\textbf{p} + t\textbf{q}$ for $0 \le t \le 1$ (as shown in the figure below). Show that a linear transformation, $T$, maps this line segment onto a line segment or onto a single point.View attachment 308170
$\textbf{Solution}$
$\textbf{x} = (1 - t)\textbf{p} + t\textbf{q}$ and $0\le t \le1$
\begin{align*}T\textbf{(x)} &= T((1 - t\textbf{p}) + t\textbf{q}) \\&=T(\textbf{p} + t\textbf{p}) + Tt\textbf{q} \\&=T\textbf{p} + Tt\textbf{p} + Tt\textbf{q}, \text{ when } 0 < t \le 1 \\&=T\textbf{p} + T(0)\textbf{p} + T(0)\textbf{q}, \text{when } t = 0\\&=T\textbf{p}\end{align*}

Conclusion:
$\textbf{x}$ maps onto line $T\textbf{p} + tT\textbf{p} + tT\textbf{q}$ when $0 < t \le1$ or point $T\textbf{p}$ when $t = 0$

Please check for discrepancies?

Of course [itex]T(\mathbf{x}(0))[/itex] must be a single point; that's how functions work.

We have [tex]\begin{split}<br /> T(\mathbf{x}(t)) &= T((1-t)\mathbf{p} + t\mathbf{q}) \\ <br /> &= T(\mathbf{p}) - tT(\mathbf{p}) + tT(\mathbf{q}).<br /> \end{split}[/tex] What happens if [itex]T(\mathbf{p}) = T(\mathbf{q})[/itex], ie. when [itex]T(\mathbf{q} - \mathbf{p}) = \mathbf{0}[/itex]?
 
  • Like
Likes   Reactions: Greg Bernhardt
Mark44 said:
@bwpbruce, I don't follow why T((1 - tp) + tq) = T(p + tp) + T(tq).
Now I get it -- there was a typo in the left side of the equation. That expression should be T((1 - t)p + tq).