How can I solve for v in this equation?

  • Thread starter Thread starter Pengwuino
  • Start date Start date
  • Tags Tags
    Distance traveled
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 3K views
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...

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

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:

[tex]a = 2(4ly)(9.5x10^{15})[/tex]

[tex]b=16y[/tex]

so we write it much cleaner as:

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

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

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

Now I just bring the v inside the square root:

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

No v's cancel out.

You can simply it to get,

[tex]( \frac{1}{v^2} - \frac{1}{c^2}) = \frac{b^2}{a^2}[/tex]


[tex]\frac{1}{v^2} = \frac{b^2}{a^2} + \frac{1}{c^2}[/tex]

invert both sides and take square root:

[tex]v = +/- \sqrt{(\frac{b^2}{a^2} + \frac{1}{c^2})^{-1}}[/tex]
 
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.

[tex]\begin{array}{l}<br /> T' = \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}[/tex]

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?

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

[tex]\frac{T^2}{4L^2} + \frac{1}{c^2}[/tex]

[tex]\frac{c^2T^2}{4L^2c^2}+ \frac{4L^2}{4L^2c^2}[/tex]

[tex]\frac{c^2T^2+4L^2}{4L^2c^2}[/tex]

The inverse would be:

[tex]\frac{4L^2c^2}{c^2T^2+4L^2}[/tex]
 
Last edited:
Dang that's insane... that's from like 5th grade :( and i forgot!
 
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?
 
Sorry, I am not a physics major. Thats as much help as I can provide.
 
Last edited:
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.

[tex]\begin{array}{l}<br /> T' = \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}[/tex]
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.
[tex]4l^2= T^2v^2- \frac{4l^2}{c^2}v^2= (T^2- \frac{4l^2}{c^2})v^2[/tex]
[tex]v^2= \frac{4l^2}{T^2- \frac{4l^2}{c^2}}[/tex]