B Calculating Rod Speeds with Algebraic Formulas

demackison
Messages
4
Reaction score
0
I am trying to create a formula for a spreadsheet to calculate values and it has been thirty years since high school algebra. Here are the formulas I need to rearrange.

w=(d/r)/t
v=d/t

w is an unknown constant and I have values for v1 and r1
I need the formula to spit out v2 if I input r2 in the spreadsheet
 
Mathematics news on Phys.org
demackison said:
it has been thirty years since high school algebra.
We normally don't give away ready made answers, but in this (very simple) case I'll make an exception, as it seems, that a tutorial on how to deal with quotients might not be appropriate in your case. But in general please use our homework section for these kind of questions, the automatically inserted template and especially tell us, what you don't understand, i.e. where you got stuck and why.

##w=(d/r)/t = \dfrac{\frac{d}{r}}{\frac{t}{1}}=\dfrac{d}{r} \cdot \dfrac{1}{t}= \dfrac{d}{r\cdot t}=\dfrac{d}{t} \cdot \dfrac{1}{r}=\dfrac{v}{r}##.

So if ##\dfrac{v_1}{r_1}=w= \dfrac{v_2}{r_2}## then ##v_2= \dfrac{v_1}{r_1}\cdot r_2 = \dfrac{v_1 \cdot r_2}{r_1}##.
 
Thanks!
 
demackison said:
Thanks!

I had converted to d/r * t/1, in error.
 
demackison said:
Thanks!
Only if ##\frac{d_1}{r_1}=\frac{d_2}{r_2}## but you haven't explained anything about the assumptions which are allowed or not, especially nothing about ##d##. That's why I said: If ##\frac{v_1}{r_1}=\frac{v_2}{r_2}##. I cannot know.
 
The formula was for a rod swinging around an axis with the speed of one end of the rod known. In essence, the spreadsheet will show what various longer or shorter rods will do to the speed at the other end.

Don't worry, this will be checked by an actual engineer before anything is implemented. :)
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top