What Is the Minor Value of n in the Newton Binomial Problem?

  • Thread starter Thread starter Taturana
  • Start date Start date
  • Tags Tags
    Binomial Newton
AI Thread Summary
To find the minor value of the natural number n such that \((\frac{\sqrt{3}}{2} + \frac{1}{2}i)^{n}\) is a real positive number, the discussion emphasizes the importance of balancing terms in the binomial expansion. The main error identified is equating the coefficients of k=1 and k=3, which does not ensure cancellation of imaginary parts. Instead, it is suggested to evaluate the expression for successive values of n or to use polar form to identify conditions for n that make the result real and positive. The final approach involves determining the angle theta in the polar representation and ensuring that \(n \cdot \theta\) is a multiple of \(2\pi\) for the expression to be real and positive.
Taturana
Messages
108
Reaction score
0

Homework Statement



Find the minor value of the natural number n such that \left (\frac{\sqrt{3}}{2} + \frac{1}{2}i \right )^{n} be a real positive number.
EDIT: n must not be 0.

Homework Equations



Considering the binomial theorem as:

{\left(x+y\right)}^n=\sum_{k=0}^n{n \choose k}x^{n-k}y^k\,\!

I realized that we need to cancel the terms that we have i and -i. So we need that the terms where k = 1 and k = 3 be opposite. So we need that:

\binom{n}{1} \left( \frac{\sqrt{3}}{2} \right )^{n-1} \left ( \frac{1}{2}i \right ) = \binom{n}{3} \left( \frac{\sqrt{3}}{2} \right )^{n-3} \left ( \frac{1}{2}i \right )^{3}

Is that right?

The Attempt at a Solution



So I tried to solve that equation as the follows:

\frac{n!}{\left( n-1 \right )!} \left( \frac{3^{\frac{1}{2}}}{2} \right )^{n-1} \left ( \frac{1}{2}i \right ) = \frac{n!}{3!\left( n-3 \right )!} \left( \frac{3^{\frac{1}{2}}}{2} \right )^{n-3} \left ( \frac{1}{2} \right )^{3}\left(-i \right )

\frac{n!}{\left( n-1 \right )!} \ \ \frac{3^{\frac{n-1}{2}}}{2^{n-1}} \ \ \frac{i}{2} = \frac{n!}{3!\left( n-3 \right )!} \ \ \frac{3^{\frac{n-3}{2}}}{2^{n-3}} \ \ \left ( \frac{-i}{2^{3}} \right )

n \ \ \frac{3^{\frac{n-1}{2}}}{2^{n}} \ \ \ i = \frac{n\left(n-1 \right )\left(n-2 \right )}{3!} \ \ \frac{3^{\frac{n-3}{2}}}{2^{n}} \ \ \ \left( -i \right)

n \ \ 3^{\frac{n-1}{2}} = - \frac{n\left(n-1 \right )\left(n-2 \right )}{6} \ \ 3^{\frac{n-3}{2}}

n = - \frac{n\left(n-1 \right )\left(n-2 \right )}{6} \ \ 3^{-1}

18 = - \left(n-1 \right )\left(n-2 \right )

18 = - \left( n^{2} -3n +2 \right )

and finally

-n^{2} + 3n + 16 = 0

But the answers to that quadratic equation aren't natural numbers. What did I do wrong?

Thank you
 
Last edited:
Physics news on Phys.org
I don't know but try this:

\left(\frac{\sqrt{3}}{2}+\frac{1}{2}i\right)^{n}= p

\frac{\sqrt{3}}{2}+\frac{1}{2}i= p^{\frac{1}{n}}

\sqrt{3}+i= 2p^{\frac{1}{n}}

\left(\sqrt{3}+i\right)^{n}= 2^{n}p


2^{n} times a positive real number is a positive real number, so find a positive real solution to the simpler equation

\left(\sqrt{3}+i\right)^{n}
 
follwoing on from psuedogenius, any complex number a+ bi can be written r e^{i \theta}

re-writing in that form should simplify the problem as when you multiply by itself you get ( r e^{i \theta})^2 = r^2 e^{2 i \theta} as r is a real numer, so is r^2
 
Last edited:
lanedance said:
follwoing on from psuedogenius, any complex number a+ bi can be written r e^{i \theta}

re-writing in that form should simplify the problem as when you multiply by itself you get ( r e^{i \theta})^2 = r^2 e^{2 i \theta} as r is a real numer, so is r^2

I can't solve this way because we didn't learn that on the classes. But thank you for the help.

Does anyone have another suggestions? What did I do wrong on my try?
 
Taturana said:
I can't solve this way because we didn't learn that on the classes. But thank you for the help.

Does anyone have another suggestions? What did I do wrong on my try?

What you did wrong in your try is equating the k=1 and k=3. For one thing that doesn't make them cancel. For another thing, even it did, what about k=5, 7, etc? For another thing you also want the result to be positive, not just real. If you don't know polar form, then why not just try evaluating
<br /> \left (\frac{\sqrt{3}}{2} + \frac{1}{2}i \right )^{n}<br />
for successive values of n, until you get a value that let's you see the answer.
 
Dick said:
What you did wrong in your try is equating the k=1 and k=3. For one thing that doesn't make them cancel. For another thing, even it did, what about k=5, 7, etc? For another thing you also want the result to be positive, not just real. If you don't know polar form, then why not just try evaluating
<br /> \left (\frac{\sqrt{3}}{2} + \frac{1}{2}i \right )^{n}<br />
for successive values of n, until you get a value that let's you see the answer.

Thank you for the reply.

I know the polar form: z = |z| * (cos a + i * sin a). But how do I solve the problem as lanedance said? I don't understand...

I consider the complex as <br /> r e^{i \theta}<br /> and do what after that?
 
Taturana said:
Thank you for the reply.

I know the polar form: z = |z| * (cos a + i * sin a). But how do I solve the problem as lanedance said? I don't understand...

I consider the complex as <br /> r e^{i \theta}<br /> and do what after that?

Try to figure out what theta is. Then (r*exp(i*theta))^n=r^n*exp(i*n*theta). That's real and positive if n*theta is a multiple of 2*pi, right?
 
Back
Top