- #1
xovangam
- 18
- 0
given this formula for the range of a projectile when the initial height (y) is not zero:
in a project I'm working on i need to compute 'v' given 'd', 'a', 'y' and 'g', so i would like to rewrite this equation in terms of 'v' - my trig identities aren't so hot, could someone possibly help me to express this equation in terms of 'v' instead of 'd' ?
TIA
*er - this was supposed to post in General Math...oops. i don't know how to move it there w/o crossposting..
Code:
d = (v * cos(a) / g) * (v * sin(a) + sqrt((v * sin(a))[SUP]2[/SUP] + 2 * g * y)
in a project I'm working on i need to compute 'v' given 'd', 'a', 'y' and 'g', so i would like to rewrite this equation in terms of 'v' - my trig identities aren't so hot, could someone possibly help me to express this equation in terms of 'v' instead of 'd' ?
TIA
*er - this was supposed to post in General Math...oops. i don't know how to move it there w/o crossposting..
Last edited: