x + (1/x) = N solve for x

Adding to MarkFL's hint:

Use the quadratic formula, after putting the equation into standard form

Ax^2 + Bx + C = 0

As a check, the discriminant (B^2 - 4AC) will be N^2 - 4

(That is, the solutions are Real numbers when N is 2 or more in absolute value. Otherwise, the solutions are Complex with an imaginary part.)

Edited. Thank you, Jomo.

?
 
Adding to MarkFL's hint:

Use the quadratic formula, after putting the equation into standard form

Ax^2 + Bx + C = 0

As a check, the discriminant (B^2 - 4AC) will be N^2 - 4

(That is, the solutions are Real numbers when N is 2 or more. Otherwise, the solutions are Complex with an imaginary part.)

?
And N< -2 !!
 
Jomo says that N must be equal or less than -2 for this to work.

Lets say that N = 3.33333 so x = 3 for this example. So I tried to put this into quadratic form and get this

x^2 - Nx = -1 and x^2 - Nx +1 = 0

so it kinda looks like the quadratic form but not quite . Any ideas?
 
Jomo says that N must be equal or less than -2 for this to work.

Lets say that N = 3.33333 so x = 3 for this example. So I tried to put this into quadratic form and get this

x^2 - Nx = -1 and x^2 - Nx +1 = 0

so it kinda looks like the quadratic form but not quite . Any ideas?

Yes, that's the correct quadratic in \(x\):

[MATH]x^2-Nx+1=0[/MATH]
Now, to solve for \(x\), either complete the square or apply the quadratic formula. :)
 
Jomo says that N must be equal or less than -2 for this to work.

Lets say that N = 3.33333 so x = 3 for this example. So I tried to put this into quadratic form and get this

x^2 - Nx = -1 and x^2 - Nx +1 = 0

so it kinda looks like the quadratic form but not quite . Any ideas?
Not so, I agreed with Otis that N > 2 but added on that N<-2 as well. So the answer is N<-2 or N>2

If you thought that I said Jomo says that N must be equal or less than -2 for this to work then why did you choose N= 3.33333? Do you think that number is less than -2??

so it kinda looks like the quadratic form but not quite . Any ideas? Why not?? Just plug in your value of N and it will look like a quadratic. Out of curiosity how did you get a solution of x=3 if not from a quadratic equation?

You say Lets say that N = 3.33333 so x = 3 for this example. (why did you pick that value for N?)

So x + 1/x =N, ie x^2 -Nx + 1 =0. Now N=3.33333. So x^2 -3.33333x + 1= 0.

1st of all x= 3 is not a solution to this equation. Note that 3^2 -3.33333*3 + 1 = 9 - 9.99999 + 1 \(\displaystyle \neq\) 0.

In this quadratic you have a =1, b= -3.33333 and c=1

So x= ....
 
Jomo says that N must be equal or less than -2 for this to work.

Lets say that N = 3.33333 so x = 3 for this example.
Gah! :mad: There are too many decimals here for a Math post. We're talking about x = 3 and N = 1/3. Math deals with exact values when it can, not decimal approximations to the numbers.

-Dan
 
Lets say that N = 3.33333 so x = 3 for this example. So I tried to put this into quadratic form and get this

x^2 - Nx = -1 and x^2 - Nx +1 = 0

so it kinda looks like the quadratic form but not quite . Any ideas?
I'm guessing that you actually started with x=3 and found [MATH]N = 3 + \frac{1}{3} = 3 \frac{1}{3} = \frac{10}{3} \approx 3.33333[/MATH]. So when you use the quadratic formula, you'll get only approximately 3 for x, unless you use the exact fraction form (or if rounding works in your favor). But you'll also get a second solution; don't forget that!

When you say it isn't quite "quadratic form", are you saying you aren't used to seeing a parameter like N in a quadratic equation? You'll be seeing this a lot eventually; it definitely is quadratic. You have learned the quadratic formula, right? (That's not the same thing as "quadratic form".)
 
Jomo says that N must be [less than or equal to] -2 for this to work ...
For what to work, vec1?

We can solve the given equation for x, without knowing a value for N. In other words, it doesn't matter what N is. Simply treat N as a constant.

The commentary about |N| >= 2 is only an aside because you didn't specify whether the solutions must be Real or not. (At this point, I regret posting about how N's value affects the nature of the solutions for x because that commentary seems to have sent you off-track.)

We want to solve x^2 - Nx + 1 = 0 for x.

That equation is in standard form, so we can see that the coefficients are:

A = 1
B = -N
C = 1

Therefore, the quadratic formula gives the solutions as:

x = N/2 + sqrt(N^2 - 4)/2

or

x = N/2 - sqrt(N^2 - 4)/2

Again, in this exercise, it doesn't matter what N is. I had given you the discriminant as a check for your own set-up. Cheers

?
 
Ok thanks

I should have wrote 3 1/3 instead of 3.333333

so i will go over x^2 - Nx + 1 = 0 again and work out the details on that
I want to find out how x = N/2 - sqrt(N^2 - 4)/2 is derived
 
... I want to find out how x = N/2 - sqrt(N^2 - 4)/2 is derived
That is one of the two solutions, and it comes straight from using the quadratic formula (shown below in red).

Given a quadratic equation in standard form:

Ax^2 + Bx + C = 0

the two solutions for x are written in terms of the coefficients A,B,C:

x = -B/(2A) + sqrt(B^2 - 4AC)/(2A)

or

x = -B/(2A) - sqrt(B^2 - 4AC)/(2A)


Both solutions are required, and note the difference between the two.

In your exercise, you wrote the quadratic equation:

x^2 - N*x + 1 = 0

This is in standard form, so we can see that:

A = 1
B = -N
C = 1

Substitute those expressions for A,B,C into the quadratic formula and simplify.

If you would like more help with this exercise, please show your work. Cheers

?
 
vec1, if instead you desire to understand how the quadratic formula itself is derived (versus how the posted answers come from applying the formula), then start with the standard form

Ax^2 + Bx + C = 0

and complete the square.

Alternatively, you can google keywords derive quadratic formula and watch a video of the process.

?
 
I should have wrote 3 1/3 instead of 3.333333
so i will go over x^2 - Nx + 1 = 0 again and work out the details on that
I want to find out how x = N/2 - sqrt(N^2 - 4)/2 is derived
Are you saying that you do not know how a quadratic equation is solved?
\(\displaystyle \begin{align*}px^2+qx+t&=0,~p> 0 \\x^2+\left(\frac{q}{p}\right)x&=\frac{-t}{p}\\\left(x+\frac{q}{2p}\right)^2&=\frac{q^2}{4p^2}-\frac{t}{p} \\x+\frac{q}{2p}&=\frac{\pm\sqrt{q^2-4pt}}{2p}\\x&=-\frac{q}{2p}+\frac{\pm\sqrt{q^2-4pt}}{2p}\end{align*}\)
 
No worries. I'm a Physicist and it's only off by an order of magnitude. Good enough! ?

Thanks for the catch!

-Dan
Dan, seriously can you please explain to me why being off by any power or 10 is ok for a physicist. The first time I ran across this I was asking my physics professor to find a mistake in my work. He lookrd and said it was correct. After I pointed out that the answer was wrong and was off by a decimal place he through me out his office!
 
Dan, seriously can you please explain to me why being off by any power or 10 is ok for a physicist. The first time I ran across this I was asking my physics professor to find a mistake in my work. He lookrd and said it was correct. After I pointed out that the answer was wrong and was off by a decimal place he through me out his office!
Jomo, my dear boy, it was a joke! ?

Seriously, though, yes Physicists do tend to accept rather blatent errors in their data. It all depends on the equipment and the data. If the statistical error is large enough then yes, we can tolerate an answer within about an order of magnitude. However, I don't accept that... but then I'm just a dumb theorist. :geek:

-Dan

Addendum: I was taking a graduate Physics lab and had the task of looking over some interactions involving kaons (I think) on a projection of a bubble chamber. I had to track down a specific interaction. After I had turned the lab in (very unsatisfied with it) my professor lauded me for discovering five new particles. Yes, my ability to take data is that bad.
 
Maybe you said it as a joke, fair enough, but many physicists will tolerate these errors w/o a second thought. I just wonder why. Math and physics are fairly close but physicists are different from most mathematicians I came across.
 
Top