Simplify Parametric Equations: Learn How to Convert to Cartesian Form

  • Thread starter Thread starter lakitu
  • Start date Start date
  • Tags Tags
    Parametric
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
lakitu
Messages
27
Reaction score
0
hi apologise if this is in the wrong forum :)

my lecturer has told me that i need to be able to express parametric equations as a cartesian equation in my exam later this month. my mind boggles !

here is an example i have found.

Express the parametric equations x = 2 t - 2 and y = 3 t - 2 as a Cartesian equation in just x and y.

any help would be great!

kind regards lakitu :)
 
Physics news on Phys.org
hi thank you i will give that a go :)

lakitu
 
x = 2 t - 2 -----------------(1)
y = 3 t - 2 -----------------(2)

multiply (1) by 3 and (2) by 2.

3x = 6 t - 6 -----------------(3)
2y = 6 t - 4 -----------------(4)

we can now eliminate t from the two eqns by subtracting (4) from (3)

3x - 2y = -6 + 4
3x - 2y = -2


how does this look to you ?