1
$\begingroup$

Find a function f(x) such that the parametric curve could be obtained by flipping the graph of f across the line with slope 1 that goes through the origin.

parametric curve with coordinates (t^14, t^7) for t in the interval [−1, 1]

1 Answers 1

1

Flipping across the line $y=x$ interchanges the roles of $x$ and $y$, so the resulting parametric curve has coordinates $(t^7,t^{14})$. I expect you can now find the equation $y=f(x)$ of this curve. Hint: $t^{14}=(t^7)^2$. Be sure to specify the possible values of $x$.

  • 0
    "Flipping" a curve across the line through the origin with slope $1$ (finding the reflection of the curve in that line) interchanges the roles of $x$ and $y$. You can test this by plotting say $(3,1)$ and $(1,3)$: they are symmetrical about the line $y=x$. If you a line $\ell$ other than $y=x$ and flip across $\ell$, that will not interchange the roles of $x$ and $y$. So the fact we were flipping across $y=x$ was crucial.2012-12-01