In S.L. Loney's book on Coordinate Geometry, he introduces the reader a way to switch from one origin of coordinates to another. The method he shows is: to change the origin to the point $(h,k)$ you must replace the quanitities of $x$ and $y$ with $x + h$ and $y + k$. However, using an online graphic calculator, the examples he shows don't seem correct to me. According to his method, say I want to change the origin of coordinates to the point $(2,2)$; so if I have the curve $y^2 = 4x$ referred to in previous coordinates, the new curve should be $(y + 2)^2 = 4(x + 2)$. However, when I check the online graphic calculator, the method has changed the origin to $(-2,-2)$, not $(2,2)$. Could someone explain what I am misinterpretting? Thank you in advance.
2026-04-01 17:10:36.1775063436
Problem With Transformation of Coordinates
70 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ANALYTIC-GEOMETRY
- Asymptotes of hyperbola
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
- Surface by revolution
- All possible values of coordinate k such that triangle ABC is a right triangle?
- Triangle inside triangle
- Is there an equation to describe regular polytopes?
- How do I prove that the gradient between a fixed and any general point on a given line is $m$?
- Three-Dimensional coordinate system
Related Questions in COORDINATE-SYSTEMS
- How to change a rectangle's area based on it's 4 coordinates?
- How to find 2 points in line?
- Am I right or wrong in this absolute value?
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- inhomogeneous coordinates to homogeneous coordinates
- Find the distance of the point $(7,1)$ from the line $3x+4y=4$ measured parallel to the line $3x-5y+2=0.$
- A Problem Based on Ellipse
- Convert a vector in Lambert Conformal Conical Projection to Cartesian
- Archimedean spiral in cartesian coordinates
- How to find the area of the square $|ABCD|$?
Related Questions in TRANSFORMATION
- $\int \ x\sqrt{1-x^2}\,dx$, by the substitution $x= \cos t$
- Functions on $\mathbb{R}^n$ commuting with orthogonal transformations
- How do you prove that an image preserving barycentric coordinates w.r.t two triangles is an affine transformation?
- Non-logarithmic bijective function from $\mathbb{R}^+$ into $\mathbb{R}$
- Where does this "magical" transformatiom come from?
- Calculate the convolution: $\frac{\sin(4t)}{\pi t}*( \cos(t)+\cos(6t) )$ using Fourier transform
- Find all $x \in\mathbb R^4$ that are mapped into the zero vector by the transformation $x \mapsto Ax$
- Linear transformation $f (ax+by)=$?
- Is a conformal transformation also a general coordinate transformation?
- Infinite dimensional analysis
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let’s look at Ex. 1 on p. 111 of The Elements of Coordinate Geometry by Sidney Luxton Loney (1895), which is the example you bring up in your comments.
The original variables are $x,y$ and the new variables are $x',y'.$ Each point has both an $x,y$ coordinate description and an $x',y'$ coordinate description.
We want the new origin to be the point whose $xy$ description is given by $(x,y) = (-2,3).$ That is, we want $(x,y) = (-2,3)$ and $(x',y')=(0,0)$ to be descriptions of the same point. Since we want the coordinate changes to be “as simple as possible” to achieve this (here I'm using hand-waving wording), we do this as follows:
$$ \text{add} \; 2 \; \text{to} \;\; x=-2 \;\; \text{to get} \; x’=0$$ $$ \text{subtract} \; 3 \; \text{from} \;\; y=3 \;\; \text{to get} \; y’=0$$
That is, to get $x'$ we add $2$ to $x,$ and to get $y'$ we subtract $3$ from $y.$
$$ x' = x + 2 \;\;\; \text{or} \;\;\; x = x' - 2 $$ $$ y' = y - 3 \;\;\; \text{or} \;\;\; y = y' + 3 $$
Thus, given that $2x^2+4xy+5y^2-4x-22y+7=0$ is the $xy$-equation of the locus, then the $x'y'$-equation of the same locus is obtained by replacing $x$ with $x’-2$ and replacing $y$ with $y’+3.$ This gives
$$2(x'-2)^2 \; + \; 4(x'-2)(y'+3) \; + \; 5(y'+3)^2 \; - \; 4(x'-2) \; - \; 22(y'+3) \; + 7 \;\; = \;\; 0 $$
$$2(x'^2-4x'+4) + 4(x'y'+3x'-2y'-6) + 5(y'^2+6y'+9) - 4x' + 8 - 22y' - 66 + 7 \; = \; 0 $$
$$2x'^2-8x'+ 8 + 4x'y'+12x'-8y'-24 + 5y'^2+30y'+45 - 4x' + 8 - 22y' - 66 + 7 \; = \; 0 $$
$$2x'^2 + 4x'y' + 25y'^2 + (-8+12-4)x' + (-8+30-22)y' + (8-24+45+8-66+7) \;\; = \;\; 0 $$
$$2x'^2 \; + \; 4x'y' \; + \; 25y'^2 \; - \; 22 \;\; = \;\; 0 $$