Isolating variable confounded by cursed reciprocals

  • Thread starter Thread starter Atomised
  • Start date Start date
  • Tags Tags
    Variable
AI Thread Summary
The discussion revolves around solving two equations involving variables x and y, specifically xy = 1 and x(t^2) - y = (t^3) - 1/t. Participants explore methods to express x and y in terms of t, with one user initially struggling to isolate the variables. After several attempts, they discover that substituting y = 1/x simplifies the problem, leading to a quadratic equation that reveals two solutions for x and y. The conversation highlights the importance of recognizing the symmetry in the equations and acknowledges the need for careful substitutions to find all possible solutions.
Atomised
Gold Member
Messages
45
Reaction score
0

Homework Statement



Given

1) xy = 1

2) x(t^2)-y = (t^3)-1/t

Express x in t, y in t
2. The attempt at a solutionx/t = [(tx+1)(td-1)] / [(t^2)-1] but I still can't separate t and x, driving me mad it is.

Also subtracted 1) from 2) to obtain

(t^2)x - (t^3) +1/t -1/x = 0

but no progress from there.
 
Physics news on Phys.org
Atomised said:
(t^2)x - (t^3) +1/t -1/x = 0

That's a good start. You can get rid of the fractions by multiplying everything by tx.

Then, if you know t and you want to find x, what sort of equation do you have?
 
  • Like
Likes 1 person
(x - t) (x t^3 + 1) = 0, therefore x = t, and (1) implies y = 1/t.

Solved thank you very much. I am self studying and this forum is incredibly helpful.
 
Atomised said:

Homework Statement



Given

1) xy = 1

2) x(t^2)-y = (t^3)-1/t

Express x in t, y in t



2. The attempt at a solution


x/t = [(tx+1)(td-1)] / [(t^2)-1] but I still can't separate t and x, driving me mad it is.

Also subtracted 1) from 2) to obtain

(t^2)x - (t^3) +1/t -1/x = 0

but no progress from there.

If your second equation is
t^2 x - y = t^3 - \frac{1}{t}
then, substituting y = 1/x from the first equation gives you
t^2 x - \frac{1}{x} = t^3 - \frac{1}{t}
so if you divide through by t you find that the 'variable' ##z = xt## obeys
z - \frac{1}{z} = t^2 - \frac{1}{t^2}
There are two solutions for ##z##.
 
  • Like
Likes 1 person
Atomised said:
(x - t) (x t^3 + 1) = 0, therefore x = t.

There are two solutions to that quadratic equation. not one. if AB = 0, either A = 0, or B = 0.
 
  • Like
Likes 1 person
Full Solution

AlephZero said:
There are two solutions to that quadratic equation. not one. if AB = 0, either A = 0, or B = 0.

x_1=t\\ y_1=1/x\\ x_2=-1/t^3\\ y_2=-t^3
 
Ray Vickson said:
If your second equation is
t^2 x - y = t^3 - \frac{1}{t}
then, substituting y = 1/x from the first equation gives you
t^2 x - \frac{1}{x} = t^3 - \frac{1}{t}
so if you divide through by t you find that the 'variable' ##z = xt## obeys
z - \frac{1}{z} = t^2 - \frac{1}{t^2}
There are two solutions for ##z##.

It is not immediately apparent to me what the advantage of making this substitution is. Is it that it makes apparent that $$z=t^2$$ and therefore $$x=t$$

Or could it be that it is suggesting the difference of two squares identity, which I cannot see how to use?




.
 
Atomised said:
It is not immediately apparent to me what the advantage of making this substitution is. Is it that it makes apparent that $$z=t^2$$ and therefore $$x=t$$

Or could it be that it is suggesting the difference of two squares identity, which I cannot see how to use?




.

You can do it however you want; it all amounts in the end to finding the two solutions of a quadratic equation. However, the form ##z - 1/z = t^2 - 1/t^2## has nice "symmetry" that allows one to spot the two solutions right away, with almost no work. The solutions are ##z = t^2## and ##z = -1/t^2##. The point is that both sides of this equation involve differences of terms that are reciprocals of each other, and that makes the solution easy to write down.

I cannot figure out why you refuse to acknowledge that there are two solutions.
 
  • Like
Likes 1 person
Ray Vickson said:
You can do it however you want; it all amounts in the end to finding the two solutions of a quadratic equation. However, the form ##z - 1/z = t^2 - 1/t^2## has nice "symmetry" that allows one to spot the two solutions right away, with almost no work. The solutions are ##z = t^2## and ##z = -1/t^2##. The point is that both sides of this equation involve differences of terms that are reciprocals of each other, and that makes the solution easy to write down.

I cannot figure out why you refuse to acknowledge that there are two solutions.


Fully acknowledge two solutions - it was hare brained of me to omit in earlier post. I will experiment with substitutions more from now on.
 
Back
Top