Solving Equation for c: Analytical or Numerical Method? | Possible Integer A

  • Thread starter Thread starter i13m
  • Start date Start date
AI Thread Summary
The discussion centers on the feasibility of solving a complex polynomial equation for the variable c, given that A is an integer. Participants suggest that if the equation simplifies to a polynomial with rational coefficients, the rational roots test could be applied. Alternatively, approximation methods like bisection or Newton's method are recommended for finding numerical solutions. The equation's complexity makes analytical solutions challenging, especially without specific values for A. Overall, the consensus leans towards numerical methods as a practical approach for solving the equation.
i13m
Messages
2
Reaction score
0
Hi, all

Homework Statement


After I differentiate a mathematical model, I got the following equation.

I wonder whether or not it is possible to solve c with the following equation

0=c^3\,\left(\ifrac{3\,\left(A^2+c\,A\right)^{\frac{4}{3}}}{c^{\frac{8}{3}}}-\ifrac{24\,\left(A^2+c\,A\right)^{\frac{2}{3}}}{c^{\frac{4}{3}}}+20\right)+c\,\left(-\ifrac{12\,A^2\,\left(A^2+c\,A\right)^{\frac{2}{3}}}{c^{\frac{4}{3}}}-\ifrac{4\,A^2\,\left(A^2+c\,A\right)^{\frac{1}{3}}}{c^{\frac{2}{3}}}\right)+c^5\,\left(\ifrac{72\,\left(A^2+c\,A\right)^{\frac{2}{3}}}{c^{\frac{4}{3}}}-44\right)+c^2\,\left(9\,A-\ifrac{2\,A\,\left(A^2+c\,A\right)^{\frac{1}{3}}}{c^{\frac{2}{3}}}\right)+7\,A^3-40\,c^4\,A

where A will be a possible integer

Can it be done analytically, or the numerical method is a possible solution.

Homework Equations





The Attempt at a Solution



Thanks
 
Physics news on Phys.org
Unless stuff magically cancels out when you expand everything, no. However, there's two ways of going about it:

1) If you're left with a polynomial in c with rational coefficients after expanding everything, you could try the rational roots test to find the roots.

2) You could always try an approximation technique: bisection, Newton, Newton–Raphson

Of course both of these options assume that you know what A is. If you don't, I don't know how you would solve for the roots.
 
You don't need to know the value of A, other than it's a constant. It's similar to being able to solve for the roots of a general quadratic, without knowing their coefficients. The result will be in terms of its coefficients.
 
We can't even see it; after each large bracket start another line if you want anyone to look at it please.
 
Thanks for all replies.

I hope the equation can now be broke into two lines.

<br /> 0=c^3\,\left(\ifrac{3\,\left(A^2+c\,A\right)^{\fra c{4}{3}}}{c^{\frac{8}{3}}}-\ifrac{24\,\left(A^2+c\,A\right)^{\frac{2}{3}}}{c^ {\frac{4}{3}}}+20\right)+c\,\left(-\ifrac{12\,A^2\,\left(A^2+c\,A\right)^{\frac{2}{3} }}{c^{\frac{4}{3}}}-\ifrac{4\,A^2\,\left(A^2+c\,A\right)^{\frac{1}{3}} }{c^{\frac{2}{3}}}\right)+\newline c^5\,\left(\ifrac{72\,\l eft(A^2+c\,A\right)^{\frac{2}{3}}}{c^{\frac{4}{3}} }-44\right)+c^2\,\left(9\,A-\ifrac{2\,A\,\left(A^2+c\,A\right)^{\frac{1}{3}}}{ c^{\frac{2}{3}}}\right)+7\,A^3-40\,c^4\,A<br />

I have tried and failed at expending this whole equation.

I will have a look at some approximation techniques.

Regards
 
Here's the equation:

<br /> <br /> 0=c^3\,\left(\ifrac{3\,\left(A^2+c\,A\right)^{\fra c{4}{3}}}{c^{\frac{8}{3}}}-\ifrac{24\,\left(A^2+c\,A\right)^{\frac{2}{3}}}{c^ {\frac{4}{3}}}+20\right)+c\,\left(-\ifrac{12\,A^2\,\left(A^2+c\,A\right)^{\frac{2}{3} }}{c^{\frac{4}{3}}}-\ifrac{4\,A^2\,\left(A^2+c\,A\right)^{\frac{1}{3}} }{c^{\frac{2}{3}}}\right)

+ c^5\,\left(\ifrac{72\,\l eft(A^2+c\,A\right)^{\frac{2}{3}}}{c^{\frac{4}{3}} }-44\right)+c^2\,\left(9\,A-\ifrac{2\,A\,\left(A^2+c\,A\right)^{\frac{1}{3}}}{ c^{\frac{2}{3}}}\right)+7\,A^3-40\,c^4\,A<br /> <br />

The /newline command didn't work.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top