Standard to Parametric

Is it possible to transform a standard equation into parametric form? I know it can be done the other way around, but I am curious if it is possible to split it into two. If so, how can it be done? Thank you.

Note by Dacota Sprague
1 year, 9 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Can you give an example of an equation that you want to transform?

Steven Chase - 1 year, 9 months ago

Log in to reply

Sure. I will provide a relatively simple one... if there is a formula, I wish to understand why. x^2+y^2=25

Dacota Sprague - 1 year, 9 months ago

Log in to reply

One way to express this is:

x=5cos(t)y=5sin(t)x = 5 \, \cos(t) \\ y = 5 \, \sin(t)

Steven Chase - 1 year, 9 months ago

Ah, this would be because of the definition of a unit circle. I will do one more. What about x^3+2x^2=y^3 . What would be a good way to go about putting this in a parametric equation. I am interesting in learning this so I can see how to differentiate standard equations to parametric.

Dacota Sprague - 1 year, 9 months ago

Log in to reply

I don't think it is useful to do such a transformation for this case, but here is an arbitrary one:

x=t1/2y=(t3/2+2t)1/3x = t^{1/2} \\ y = (t^{3/2} + 2t)^{1/3}

Steven Chase - 1 year, 9 months ago

How were you able to arrive to that conclusion? That is what I'm mainly curious about

Dacota Sprague - 1 year, 9 months ago

Log in to reply

I just chose an expression for x at random. Then I plugged it into your equation and isolated y.

Steven Chase - 1 year, 9 months ago

Log in to reply

But that (isolating y) won't always be possible right??? What then???

Aaghaz Mahajan - 1 year, 9 months ago

Log in to reply

@Aaghaz Mahajan If you can't isolate the other variable, it is likely that iterative techniques will be necessary

Steven Chase - 1 year, 9 months ago

@Aaghaz Mahajan It all just depends on what you're trying to do

Steven Chase - 1 year, 9 months ago

So what you are saying is that the parameters for x can be absolutely anything, as long as the other variables stay consistent with those parameters?

Dacota Sprague - 1 year, 9 months ago

Log in to reply

@Dacota Sprague Yes, that's it. If the equation has an implicit form, and the other variable can't be isolated, you're forced to use an iterative technique (like Newton Raphson) anyway, so hand analysis is out the window

Steven Chase - 1 year, 9 months ago

Hmm, so if the parameters can be anything you want, is there any value in finding the derivative of the parameters?? :/

Dacota Sprague - 1 year, 9 months ago

Log in to reply

Yes, there is. In vector calculus, the standard hand-analysis approach for doing line integrals involves differentiating a parametric form

Steven Chase - 1 year, 9 months ago

Actually, I think it is the calculation of the length of a curve that uses it

Steven Chase - 1 year, 9 months ago
×

Problem Loading...

Note Loading...

Set Loading...