How can I solve for v in this equation?

  • Thread starter Thread starter Pengwuino
  • Start date Start date
  • Tags Tags
    Distance traveled
Pengwuino
Gold Member
Messages
5,112
Reaction score
20
I have this equation here and I don't see how I can isolate v, the speed of the ship...

\frac{{2(4ly)(9.5x10^{15} \frac{m}{{ly}}}}{v} = \frac{{16y}}{{\sqrt {1 - \frac{{v^2 }}{{c^2 }}} }}

y = years
ly = light years

The book doesn't tell you how it got v=0.447c, it just jumped to the conclusion after presenting the equation. It seems like no matter how I try the equation, the v-squared will always cancel and i'll lose my velocity equation. Am I not doing this correctly or is there a more complex method of solving for v?
 
Physics news on Phys.org
I will do some cleaning up:

a = 2(4ly)(9.5x10^{15})

b=16y

so we write it much cleaner as:

\frac{a}{v} = \frac{b}{\sqrt {1 - \frac{{v^2 }}{{c^2 }}} }

Now I just multiply by the denominator of the RHS and get:

\frac{a}{v} [\sqrt {1 - \frac{{v^2 }}{{c^2 }}} }] = b

Now I just bring the v inside the square root:

a[\sqrt {\frac{1}{v^2} - \frac{{1}}{{c^2 }}}}] = b

No v's cancel out.

You can simply it to get,

( \frac{1}{v^2} - \frac{1}{c^2}) = \frac{b^2}{a^2}


\frac{1}{v^2} = \frac{b^2}{a^2} + \frac{1}{c^2}

invert both sides and take square root:

v = +/- \sqrt{(\frac{b^2}{a^2} + \frac{1}{c^2})^{-1}}
 
Last edited:
Just from eying the equation, wouldn't squaring both sides, then multiplying both sides by v²(1-(v/c)²) give you a quadratic equation in v²? the uniqueness of the v would then be due to the fact that one of the root is negative, so not a physically acceptable solution.
 
Ok I have another problem where I can't seem to isolate v correctly... A rocket will go to a galaxy 20 light years away and it can only take 40 years round trip according to the rocket passengers. I figured this is how i could write it.

\begin{array}{l}<br /> T&#039; = \frac{{2L}}{v} = \frac{{T_0 }}{{\sqrt {1 - \frac{{v^2 }}{{c^2 }}} }} \\ <br /> \sqrt {1 - \frac{{v^2 }}{{c^2 }}} *2L = T_0 *v \\ <br /> \sqrt {4l^2 - \frac{{4l^2 v^2 }}{{c^2 }}} = T_0 v \\ <br /> 4l^2 - \frac{{4l^2 v^2 }}{{c^2 }} = T^2 v^2 \\ <br /> 4l^2 (1 - \frac{{v^2 }}{{c^2 }}) = T^2 v^2 \\ <br /> \frac{1}{{v^2 }} - \frac{1}{{c^2 }} = \frac{{T_0 ^2 }}{{4l^2 }} \\ <br /> \end{array}

Now I am not sure how to isolate v
 
Add 1/c^2 to both sides, take the inverse, then take the square root, exactly as before.
 
How do i do the inverse of two added quantities though?
 
make them a common fraction and do the addition. Then take the inverse of that new fraction you get.
 
How would i do that... man i can't do basic math!
 
Do you do this?

v^2 = \frac{{4l^2 + c^2 }}{{T_0 }}<br /> \]
 
  • #10
In your latter example you would get:

\frac{T^2}{4L^2} + \frac{1}{c^2}

\frac{c^2T^2}{4L^2c^2}+ \frac{4L^2}{4L^2c^2}

\frac{c^2T^2+4L^2}{4L^2c^2}

The inverse would be:

\frac{4L^2c^2}{c^2T^2+4L^2}
 
Last edited:
  • #11
Dang that's insane... that's from like 5th grade :( and i forgot!
 
  • #12
Ok and since I know the space ships speed to be 0.894c... does that mean the time measured from the stationary observers on Earth is ~2.236*40 years using gamma*T proper?
 
  • #13
Sorry, I am not a physics major. Thats as much help as I can provide.
 
Last edited:
  • #14
Pengwuino said:
Ok I have another problem where I can't seem to isolate v correctly... A rocket will go to a galaxy 20 light years away and it can only take 40 years round trip according to the rocket passengers. I figured this is how i could write it.

\begin{array}{l}<br /> T&#039; = \frac{{2L}}{v} = \frac{{T_0 }}{{\sqrt {1 - \frac{{v^2 }}{{c^2 }}} }} \\ <br /> \sqrt {1 - \frac{{v^2 }}{{c^2 }}} *2L = T_0 *v \\ <br /> \sqrt {4l^2 - \frac{{4l^2 v^2 }}{{c^2 }}} = T_0 v \\ <br /> 4l^2 - \frac{{4l^2 v^2 }}{{c^2 }} = T^2 v^2 \end{array}
You are great up to this point but remember you want to solve for v- you want to isolate it, not mix it with other things.
4l^2= T^2v^2- \frac{4l^2}{c^2}v^2= (T^2- \frac{4l^2}{c^2})v^2
v^2= \frac{4l^2}{T^2- \frac{4l^2}{c^2}}
 
Back
Top