How to Solve for r and c in Two Equations with Known Quantity w

  • Thread starter Thread starter zekester
  • Start date Start date
  • Tags Tags
    Variable
AI Thread Summary
To solve for r and c in the given equations with a known quantity w, the first equation simplifies to r = 13026/951, resulting in approximately r = 13.7. Substituting wc as x allows the second equation to be transformed into a quadratic form, yielding the equation 951y^2 - y - 951 = 0. The solutions for y are approximately 0.0329 and -0.0319. Using these values, x can be calculated as 0.0024 or -0.0023, leading to c being expressed as c = x/w for both cases. The discussion concludes with the derived values for r and c based on the initial equations.
zekester
Messages
30
Reaction score
0
i have two equations r^2/wc
divided by r^2 + (1/(wc)^2)
equals 13026

and r/wc
divided by r^2 + (1/(wc)^2)
equals 951

where w is a known quantity. how do I solve for r and c.
 
Physics news on Phys.org
You want to solve
\frac{\frac{r^2}{wc}}{r^2+ \frac{1}{w^2c^2}}= 13026
and
\frac{\frac{r}{wc}}{r^2+ \frac{1}{w^2c^2}}= 13026
for r and c given that w is a known constant.

The first thing I would do is notice that the left hand side of the first equation is just the left hand side of the second equation times r:
\frac{\frac{r^2}{wc}}{r^2+ \frac{1}{w^2c^2}}= r\frac{\frac{r}{wc}}{r^2+ \frac{1}{w^2c^2}}= r(951)= 13026
so r= 13026/951= 13.7 (approximately). That was easy!

If we let x= wc then the second equation can be written
\frac{\frac{r}{x}}{r^2+\frac{1}{x^2}}= 951.
Multiply both numerator and denominator of the fraction by x2 to get
\frac{rx}{r^2x^2+ 1}= 951
Now, I would be inclined to let y= rx so that
\frac{y}{y^2+ 1}= 951
Multiplying on both sides by y2+1 gives the quadratic equation
951y2- y- 951= 0. That can be solved by the quadratic formula:
the two solutions are approximately 0.0329 and -0.0319. Since I don't know where this problem came from I don't know if both of these are valid or not.
Now we have rx= 0.0329 and rx= -0.0319 and we know that r= 13.7 so
x= 0.0329/13.7= 0.0024 and x= -0.0319/13.7= -0.0023.
If x= wc= 0.0024, c= 0.0024/w.
If x= wc= -0.0023, c= -0.0023/w.
 
thanks for the help it is appreciated
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top