How Do You Derive the Cartesian Equation from a Vector Function?

AI Thread Summary
To derive the Cartesian equation from the vector function r(t)=((e^t) + (e^-t))/2 i + ((e^t) - (e^-t))/2 j, the x and y components are identified as x = cosh(t) and y = sinh(t). The relationship between these components can be expressed using the identity cosh²(t) - sinh²(t) = 1, leading to the equation x² - y² = 1, which represents a hyperbola. The discussion highlights the importance of recognizing the hyperbolic functions and suggests manipulating the equations to isolate variables for easier solving. The approach involves adding and subtracting the equations to express exponential terms in terms of x and y. Understanding these transformations is crucial for deriving the Cartesian equation effectively.
gordda
Messages
20
Reaction score
0
i having so much trouble with this vector calculus question, someone please help.

At time t, a moving particle has position r(t)=((e^t) + (e^-t))/2 i + ((e^t) - (e^-t))/2 j.

a) find the cartesian equation of the path

I know all you have to do is let the i component to equal x(t) and then make t the subject, and then with the j component let it equal y and sub t into y. but i can't get t to be the subject in the equation.
someone please give it a go
 
Physics news on Phys.org
i don't get it how can you get that equation from the original equation?
 
This is because the coeffcient of the x-coordinate and the y-coordinate is the same: \left( {\frac{{e^t + e^{ - t} }}{2}} \right)
 
Oerg said:
This is because the coeffcient of the x-coordinate and the y-coordinate is the same: \left( {\frac{{e^t + e^{ - t} }}{2}} \right)

No, that's incorrect (or the original poster has edited the post since you wrote this). The vector equation is
\left(\frac{e^t+ e^{-t}}{2}\right)i+ \left(\frac{e^t- e^{-t}}{2}\right)j

The x and y components are not equal. It should be easy to see that the x-component is cosh(t) and the y-component is sinh(t). Now, use an identity: cosh2(t)- sinh2(t)= 1 so that x2-y2= 1, a hyperbola (in fact, that's why those called "hyperbolic" functions!).

If was not "easy" :biggrin: to see that \frac{e^t+ e^{-t}}{2}= cosh(t) and that \frac{e^t- e^{-t}}{2}= sinh(t), then it is a little harder: (et+ e-t)2= e2t+ 2+ e-2t. (You see how the et and e-t cancel when you mutiply them?)
Similarly, (et-et)2= e2t+ 2+ e-2t. Subtract those and you just get 4 (which is why you need "2" in the denominators).
 
Halls already knew where this was going; that's how he figured out to do it that way. :smile:

If I had not already known where this was going, the first thing I would do is to recognize that you have two things of this form:

x = A + B
y = A - B

(for your actual problem, A = exp(t) / 2 and B = exp(-t) / 2)

You might recognize that it's easy to isolate A and B by adding and subtracting the equations respectively. If not, you might recognize this is a system of two linear equations in A and B, which can then be solved by A and B.

So, in any case, the first thing I would have done is exactly that:

x + y = 2A
x - y = 2B

so:

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

And then, it should be clear how to get rid of t!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top