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)}
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top