Redirected
edited by
639 views
2 votes
2 votes

Find the equation of the circle $x^2+y^2=1$ in terms of $x’y’$ coordinates, assuming that the $xy$ coordinate system results from a scaling of $3$ units in the $x’$ direction and $4$ units in the $y’$ direction.

  1. $3(x’)^2+4(y’)^2=1$
  2. $\bigg( \dfrac{x’}{3} \bigg) ^2 + \bigg( \dfrac{y’}{4} \bigg) ^2 =1$
  3. $(3x’)^2+ (4y’)^2=1$
  4. $\dfrac{1}{3}(x’)^2 + \dfrac{1}{4}(y’)^2=1$
edited by

1 Answer

1 votes
1 votes

Scaling a Curve

Let f[x,y]==0 be the equation for a curve in rectangular coordinates. To scale the curve by s, the new equation would be: f[x/s, y/s]==0

Let f[θ,r]==0 be the equation for a curve in polar coordinate. To scale it by s, the new formula is f[r/s,θ]==0.

Replace x to x'/3 and y to y'/4,so answer will be option (2).

see this http://xahlee.info/SpecialPlaneCurves_dir/CoordinateSystem_dir/transformation.html

Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
870 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
957 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...