Solving Parametric Equations: An Impossible Challenge?

In summary, the problem is asking to solve the parametric equations x(t) = e^{-t} + t and y(t) = e^{t} - t for the variable y in terms of x. After several attempts, the solution involves using inverse hyperbolic cosine function to find the value of t and then substituting it back into the equations to obtain an implicit form of y in terms of x. Another approach involves manipulating the equations to get a quadratic equation in terms of t, but this also leads to an implicit form of y in terms of x. Both solutions involve a degree of complexity and may not be considered "pretty."
  • #1
Qbit42
45
0

Homework Statement


Solve the following parametric equations for y = f(x)

x(t) = e[tex]^{-t}[/tex] + t
y(t) = e[tex]^{t}[/tex] - t

The Attempt at a Solution



I'm completely stuck on this one. I've noticed x + y = e[tex]^{-t}[/tex] + e[tex]^{t}[/tex] and also

y = [tex]\frac{1}{x-t}[/tex] [tex]- t [/tex]

but that's about as far as I've gotten.
 
Physics news on Phys.org
  • #2


Plug -t into the y equation. Like this:

y(-t) instead of y(t).

I hope that's what you're looking for, I assume, by reading the problem statement, that you want y as a function of x?
 
  • #3


Well I've never seen anything like that, every example I've seen involved elimintating t from the system of equations using algebraic manipulations. But yes I am trying to find y as a function of only x
 
Last edited:
  • #4


MisterMan said:
Plug -t into the y equation. Like this:

y(-t) instead of y(t).

I hope that's what you're looking for, I assume, by reading the problem statement, that you want y as a function of x?

I don't see how that works. Sure, you can say [itex]y(-t)=x(t)[/itex], but that equation still makes explicit reference to [itex]t[/itex].
 
  • #5


Qbit42 said:
I'm completely stuck on this one. I've noticed x + y = e[tex]^{-t}[/tex] + e[tex]^{t}[/tex] and also

y = [tex]\frac{1}{x-t}[/tex] [tex]- t [/tex]

but that's about as far as I've gotten.

Take a look at [itex]x(t)y(t)[/itex] and [itex]x(t)-y(t)[/itex]:wink:
 
  • #6


And if I understand what gabbagabbahey is driving at, sinh(t) = (1/2)(e^t - e^(-t)) and cosh(t) = (1/2)(e^t + e^(-t)) might be helpful.
 
  • #7


Take a look at x(t)y(t) and x(t)-y(t)

I'm sorry but I'm just not seeing it.

x(t) - y(t) = e[tex]^{-t}[/tex] -e[tex]^{t}[/tex] + 2t

x(t)y(t) = 1 + t(-e[tex]^{-t}[/tex] + e[tex]^{t}[/tex] - t) = 1 - t(e[tex]^{-t}[/tex] - e[tex]^{t}[/tex] + t) = 1 - t(x - y - t)

I've tried combining both equations in a couple of different ways but I always end up with this equality. Any more help?
 
  • #8


Qbit42 said:
I'm sorry but I'm just not seeing it.

x(t) - y(t) = e[tex]^{-t}[/tex] -e[tex]^{t}[/tex] + 2t

x(t)y(t) = 1 + t(-e[tex]^{-t}[/tex] + e[tex]^{t}[/tex] - t) = 1 - t(e[tex]^{-t}[/tex] - e[tex]^{t}[/tex] + t) = 1 - t(x - y - t)

I've tried combining both equations in a couple of different ways but I always end up with this equality. Any more help?

Oops! When I quickly calculated it out on a scrap of paper, I had incorrectly written down x-y=2t...which would have made things nice and easy.

The only way that I can think of is to find [itex]y'(x)[/itex] and [itex]y''(x)[/itex] using the chain rule, in order to get an ODE that doesn't depend on [itex]t[/itex], and then solve that...but it gets messy pretty quick.
 
  • #9


And if I understand what gabbagabbahey is driving at, sinh(t) = (1/2)(e^t - e^(-t)) and cosh(t) = (1/2)(e^t + e^(-t)) might be helpful.

I talked to my professor today and he said that we are supposed to use the inverse cosh function.

x + y = e[tex]^{-t}[/tex] + e[tex]^{t}[/tex] = 2cosh(t). Therefore t = arccosh((x + y)/2)

then subsitute t into y = [tex]\frac{1}{x-t}[/tex]-t

I never would have thought that inverse cosh would be an acceptable answer, in my experience if you have to rely on inverse functions you've got the wrong answer lol.
 
Last edited:
  • #10


I suppose Mark44 was on the right track then.
 
  • #11


Char. Limit said:
I suppose Mark44 was on the right track then.
Actually, I don't think I was. You can get to x + y = 2cosh(t), and then use cosh^(-1) to solve for t, but I don't see any simplification that ends with y as a function of x.
 
Last edited:
  • #12


The answer he is expecting is y = [tex]\frac{1}{x - arccosh((x+y)/2)}[/tex] - arccosh((x+y)/2). I know that its not an explict function of x but y is implicitly defined by the previous equation.
 
Last edited:
  • #13


Well, then maybe I was on the right track.

x + y = et + e-t = 2cosh(t)
==> (x + y)/2 = cosh(t)
==> cosh-1((x + y)/2) = t
or t = arccosh((x + y)/2)

Substituting for t in y = et - t, we have
[tex]y = e^{arccosh((x + y)/2)} - arccosh((x + y)/2)[/tex]

This seems to be going in the right direction, but I don't know how to deal with the exponential term. If this involved triangle trig inverses, I would draw a right triangle and see if I could rewrite the first term above, but I'm not as familiar with the geometry in the hyperbolic trig functions.
 
  • #14


Well, then maybe I was on the right track.

x + y = et + e-t = 2cosh(t)
==> (x + y)/2 = cosh(t)
==> cosh-1((x + y)/2) = t
or t = arccosh((x + y)/2)

Substituting for t in y = et - t, we have
LaTeX Code: y = e^{arccosh((x + y)/2)} - arccosh((x + y)/2)

This seems to be going in the right direction, but I don't know how to deal with the exponential term. If this involved triangle trig inverses, I would draw a right triangle and see if I could rewrite the first term above, but I'm not as familiar with the geometry in the hyperbolic trig functions.

Once I'd found t I did some rearranging before I substituted it back into the equations.

x = e[tex]^{-t}[/tex] + t ==> x-t = e[tex]^{-t}[/tex]

y = e[tex]^{t}[/tex] - t ==> y = [tex]\frac{1}{x-t}[/tex]-t

then I substituted for t. It may not be any prettier but at least it doesn't have an exponential in it
 
  • #15


I am taking a bit of a different approach:

x + y = exp(-t) + exp(t)

Multiply both sides by exp(t) to get:

(x + y) ext(t) = 1 + exp(t)^2

So 0 = exp(t)^2 - (x+y)exp(t) + 1

You could use the quadratic formula to solve for exp(t) = a big huge two-valued mess. Then take the ln of THAT and have t?

I also tried this:

(x - t)(y + t) = exp(-t) exp(t)
xy - ty + tx - t^2 = 1

Rearrange a little to get
0 = t^2 - t(x - y) + 1 - xy

And maybe you could solve this quadratic?
 
  • #16


It's impossible to solve

[tex]
x = e^{-t} + t
[/tex]

for t in terms of elementary functions.
 
  • #17


Mark44 said:
Well, then maybe I was on the right track.

x + y = et + e-t = 2cosh(t)
==> (x + y)/2 = cosh(t)
==> cosh-1((x + y)/2) = t
or t = arccosh((x + y)/2)

Substituting for t in y = et - t, we have
[tex]y = e^{arccosh((x + y)/2)} - arccosh((x + y)/2)[/tex]

This seems to be going in the right direction, but I don't know how to deal with the exponential term. If this involved triangle trig inverses, I would draw a right triangle and see if I could rewrite the first term above, but I'm not as familiar with the geometry in the hyperbolic trig functions.

[tex] \cosh^{-1} x = \ln (x - \sqrt{x^2-1}) [/tex] (for real-valued functions) according to Wikipedia, which gets rid of the exponential term but doesn't obviously simplify to the term in the answer given.

http://en.wikipedia.org/wiki/Inverse_hyperbolic_function
 
  • #18


hgfalling said:
[tex] \cosh^{-1} x = \ln (x - \sqrt{x^2-1}) [/tex]

Unit said:
x + y = exp(-t) + exp(t)
(x + y) ext(t) = 1 + exp(t)^2
0 = exp(t)^2 - (x + y) exp(t) + 1

Quadratic formula to solve for exp(t).

Not much help, but I think it's cool that we can go around in a circle: you can simplify the arcosh expression to be equivalent to the "minus" root of the radical.

[tex] \cosh^{-1} \frac{x+y}{2} = \ln \left( \frac{x+y}{2} - \sqrt{ \frac{(x+y)^2}{4} - 1} \right) [/tex]

And as Mark44 said,

[tex] \cosh^{-1} \frac{x+y}{2} = t [/tex]

[tex] t = \ln \left( \frac{x+y}{2} - \sqrt{ \frac{(x+y)^2}{4} - 1} \right) [/tex]

[tex] e^t = \frac{x+y}{2} - \frac{\sqrt{(x+y)^2 - 4}}{4} [/tex]

[tex] e^t = \frac{x+y - \sqrt{ (x+y)^2 - 4}}{2} [/tex], which is a solution to 0 = exp(t)^2 - (x + y) exp(t) + 1.
 

1. What are parametric equations?

Parametric equations are a set of equations that describe the relationship between two or more variables. They are commonly used in mathematics and physics to represent curves and surfaces in a coordinate system.

2. Why are solving parametric equations considered an impossible challenge?

Solving parametric equations can be challenging because they involve multiple variables and often require advanced mathematical techniques such as substitution and elimination. Additionally, there may be an infinite number of solutions or no solutions at all, making it difficult to determine the correct answer.

3. What are some strategies for solving parametric equations?

There are a few strategies that can be used to solve parametric equations, such as graphing, substitution, elimination, and using trigonometric identities. It is important to carefully analyze the equations and choose the most appropriate method for solving them.

4. Can technology be used to solve parametric equations?

Yes, technology such as graphing calculators and computer software can be used to solve parametric equations. These tools can quickly and accurately graph the equations and find their solutions.

5. How can understanding parametric equations be useful in real life?

Parametric equations have various applications in fields such as engineering, physics, and computer graphics. They can help model real-world phenomena and make predictions about their behavior. Understanding how to solve parametric equations can also be helpful in solving optimization problems and designing efficient systems.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
701
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
436
  • Calculus and Beyond Homework Help
Replies
3
Views
566
  • Calculus and Beyond Homework Help
Replies
5
Views
265
  • Calculus and Beyond Homework Help
Replies
7
Views
678
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
619
  • Calculus and Beyond Homework Help
Replies
4
Views
492
  • Calculus and Beyond Homework Help
Replies
2
Views
181
Back
Top