Evaluating a quartic polynomial.

  • Thread starter Thread starter sid9221
  • Start date Start date
  • Tags Tags
    Polynomial
sid9221
Messages
110
Reaction score
0
I want to find the root(for N) of this equation:

\frac{(2N-1)^2}{N(1-N)}=Ce^t

The hint says "consider taking a substitution u=N-1/2" ...which is the top bit of the fraction. But what does take a substitution here mean ?

This is a part of a loooong modelling problem which involved an ugly *** integral and gave this equation as the result. I've never evaluated a "quartic equation" so I'm a bit confused about the process.

I have the answer from wolfram so am looking for guidance on how to work it out by hand.
 
Physics news on Phys.org
\frac{(2N-1)^2}{N(1-N)}=Ce^tFor the numerator, use the substitution:
2N-1=2uFor the denominator, use the substitution:
N=\frac{2u+1}{2}
 
What is stopping you from substituting N = u + 1/2 into the expression on the left? It is simple algebra. If you actually DO it you will see how to proceed.

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top