How can I solve for d in terms of l and constants?

  • Thread starter Thread starter UrbanXrisis
  • Start date Start date
  • Tags Tags
    Terms
AI Thread Summary
To solve for d in terms of l and constants, the equation presented is a quadratic in d, expressed as d^2(...)+d(...)=constants. The challenge arises because l is treated as a variable rather than a constant, complicating the solution process. However, it is emphasized that l's variability does not prevent finding d, as it remains independent of d. The discussion highlights that the solution for d can still be formulated as a function of l, similar to how independent variables are handled in quadratic equations. Ultimately, the key takeaway is that despite l being a variable, d can still be isolated through appropriate algebraic manipulation.
UrbanXrisis
Messages
1,192
Reaction score
1
I don't know why I can't do this, all I need to do is to get the variable d on one side and everything else on the other side:

constants: the f's and s
variables: l and d

\frac{1}{\frac{1}{\frac{1}{l}-\frac{1}{f_2}}+d}-\frac{1}{d+l-s}=\frac{1}{f_1}

\frac{f_2-l}{df_2-dl+lf_2}-\frac{1}{d+l-s}=\frac{1}{f_1}

\frac{d_f2+f_2l-f_2s-f_2s-dl-l^2+ls-df_2+dl-lf_2}{d^2f-d^2l+dlf_2+df_2l-dl^2+f_2l^2-sdf_2+dls-slf_2}=\frac{1}{f_1}

when I try to solve for d, i get d^2(...)+d(...)=constants
I can't solve this because both sides will have a d in it, is there something I'm missing?
 
Last edited:
Physics news on Phys.org
What kind of equation is d^2(...)+d(...)=constants?

I bet you know how to solve (...) x^2 + (...) x + (...) = 0.
 
yes but the (...) has the variable l in it (l is not a constant), so I can't solve for d. I need to solve for d in terms of l
 
yes but the (...) has the variable l in it (l is not a constant), so I can't solve for d
So? How does that change anything?
 
What matters is that l is not a function of d.

What I'm saying is, if x and t are two independant variables, and we have

f(t)x^2+g(t)x+h(t)=0

then the solutions for x are a function of t:

x_{1,2}(t) = \frac{-g(t) \pm \sqrt{g^2(t) - 4f(t)h(t)}}{2f(t)}
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top