Finding x/t when √(x² − t²) = 2t − x

  • Thread starter Thread starter JBD2
  • Start date Start date
  • Tags Tags
    Sat Sat math
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 4K views
JBD2
Messages
61
Reaction score
0

Homework Statement


[tex]\sqrt{x^{2}-t^{2}}=2t-x[/tex]

If x and t are positive numbers that satisfy the equation above, what is the value of [tex]\frac{x}{t}[/tex]?

2. The attempt at a solution
[tex]x^{2}-t^{2}=4t^{2}-x^{2}[/tex]

[tex]x^{2}+x^{2}=4t^{2}+t^{2}[/tex]

[tex]2x^{2}=5t^{2}[/tex]

I'm unsure of what to do next.
 
Physics news on Phys.org
Divide both sides of the equation by [itex]2t^2[/itex] and then take the square root.
 
Do you mean divide:

[tex]2x^{2}=5t^{2}[/tex] by [tex]2t^{2}[/tex]? How does that work?
 
Yes, dividing both sides of the equation gives you:

[tex]\frac{2x^2}{2t^2}=\frac{5t^2}{2t^2} \Rightarrow \frac{x^2}{t^2}=\frac{5}{2}[/tex]

Then take the square root of both sides of the equation, that should give you x/t=...
 
The answer is apparently [tex]\frac{5}{4}[/tex] though, and I don't understand where the 2t² comes from.
 
Divide by [tex]2 t^2[/tex] to create an equation in which one side is constant, the other involving only [tex]x \text{ and } t[/tex].
 
How do I get 5/4 then?
 
I'm not sure, because looking back at your earlier posts (which I didn't do the first time) I think you have an early error.
Here is your original equation.

[tex] \sqrt{x^{2}-t^{2}}=2t-x[/tex]

Notice that we cannot have [tex]x = 0[/tex], since [tex]\sqrt{-t^2}[/tex] is not a real number. Since you want the value of [tex]x/t[/tex] we don't need to consider [tex]t = 0[/tex] either.

The first step in the solution is to square each side.

[tex] x^2 - t^2 = \left(2t-x\right)^2 = 4t^2 - 4xt + x^2[/tex]

The right hand side on your first step of the solution is only

[tex] 4t^2 - x^2[/tex]

which isn't correct, since

[tex] (2t-x)^2 \ne 4t^2 -x^2[/tex]

Continuing on with the work,

[tex] \begin{align*}<br /> x^2 - t^2 & = 4t^2 - 4xt + x^2 \\<br /> -t^2 & = 4t^2 - 4xt \\<br /> -5t^2 & = -4xt <br /> \end{align*}[/tex]

Remembering you want to reach a point in which you have [tex]x/t[/tex] on one side,
and a constant on the other, what do you need to do to the final equation here to reach it? (It is at this point that knowing [tex]t[/tex] cannot equal zero is important.)
 
[tex]-5 = \frac{-4x}{t}[/tex]
[tex]\frac{5}{4} = \frac{x}{t}[/tex]

Oh ok I get it now, thanks so much.