How to Solve Complex Quadratic Equations in Calculus?

  • Thread starter Thread starter GreenPrint
  • Start date Start date
  • Tags Tags
    Type
GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



8/25 = 1/x + ( 2 SQRT(30) )/( 13 SQRT(x^2 - 2500/169) ) [ (13 x)/50 - 50/(13 x)]

I was working on a problem from my calculus book and got this for the equation that I have to solve for x and am at a lost as to how... thanks for any help

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
first, so we can see it a bit better
\frac{8}{25} <br /> = \frac{1}{x} + <br /> \frac{ 2 \sqrt{30} }{ 13 \sqrt{x^2 - \frac{2500}{169}} }<br /> ( \frac{13 x}{50} - \frac{50}{13 x })<br />
 
Last edited:
this simplification should help
\frac{8}{25} - \frac{1}{x} = <br /> \frac{ 2 \sqrt{30} }{ 13 \sqrt{x^2 - \frac{2500}{169}} }<br /> ( \frac{13 x}{50} - \frac{50}{13 x })<br />

\frac{8}{25} - \frac{1}{x} = <br /> \frac{ 2 \sqrt{30} }{ 13 \sqrt{x^2 - \frac{50^2}{13^2}} }<br /> ( \frac{13 x}{50} - \frac{50}{13 x })<br />

\frac{8}{25} - \frac{1}{x} = <br /> \frac{ 2 \sqrt{30} }{ 13 \sqrt{x^2 - \frac{50^2}{13^2}} }<br /> ( \frac{13 x}{50} - \frac{50}{13 x })(\frac{13x}{13x}\frac{50}{50})<br />

\frac{8}{25} - \frac{1}{x} = <br /> \frac{ 2 \sqrt{30} }{\sqrt{x^2 - \frac{50^2}{13^2}} }<br /> ( x^2 - \frac{50^2}{13^2 })(\frac{1}{50x})<br />

\frac{8}{25} - \frac{1}{x} = <br /> (\frac{ \sqrt{30}}{25x})\sqrt{x^2 - \frac{50^2}{13^2}} <br />
 
Last edited:
Often in such cases we must resort to numerical methods, or approximations of some kind.

RGV
 
don't think you need a numerical methods here, it should reduce to a quadratic if you continue simplifying
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top