Transformation that takes all point on parabola onto unit circle

AI Thread Summary
The discussion revolves around a transformation matrix that is intended to map points from a parabola defined by the equation y² = x to a unit circle represented by x² + y² = 1. Participants are seeking guidance on how to approach the problem, particularly in applying the transformation matrix to the parabola's points. The key challenge is understanding how to manipulate the matrix to achieve the desired mapping. Hints or suggestions for starting the solution process are requested, emphasizing the need for clarity in the transformation's application. The conversation highlights the importance of matrix operations in geometric transformations.
umair123
Messages
1
Reaction score
0

Homework Statement


Show that the transformation

Code:
 _        __  _  __ 
| 0 -2 1   ||  x  |
| -2 2 0   ||  y  |
|_2 -2  1 _||_ 1_|
takes all points on parabola y2=x onto the unit circle x2+y2=1

Homework Equations





The Attempt at a Solution


I can't find out what to do I just need a hint about how to get started about doing this.
 
Physics news on Phys.org
{M} [x] = [x']
 
Back
Top