SOLUTION: Solve the formula N=k^2-3k / 2, for k

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: Solve the formula N=k^2-3k / 2, for k      Log On


   



Question 202413: Solve the formula N=k^2-3k / 2, for k
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
Whenever a problem says "Solve for [some variable]" it means "Use Algebra to change the equation around so that the variable is by itself on one side of the equation". So when your problem says "solve for k" it means "change the equation to it looks like k = [....] or [....] = k".

Since k has an exponent of 2 in your equation, solving for k will be a little difficult. I will show two solutions (which will seem different but which, under the covers, are really the same):

Solution 1: Using the Quadratic formula. To use the quadratic formula we need a zero on one side so we will subtract N from both sides giving:
0+=+k%5E2+-+%283%2F2%29k+-+N
While we could use the quadratic formula now, the fraction will complicate things a little. So we will eliminate the fraction by multiplying both sides of the equation by 2 giving:
0+=+2k%5E2+-3k+-+2N
The general quadratic equation is: 0+=+ax%5E2+%2B+bx+%2Bc. The quadratic formula for this is: x+=+%28+-b+%2B-+sqrt%28b%5E2+-+4ac%29%29%2F%282a%29
We will use "k" for "x", 2 for "a", -3 for "b" and -2N for "c":
k+=+%283+%2B-+sqrt%28%28-3%29%5E2+-+4%282%29%28-2N%29%29%29%2F2%282%29
Simplifying
k+=+%283+%2B-+sqrt%289+-+4%282%29%28-2N%29%29%29%2F2%282%29
k+=+%283+%2B-+sqrt%289+%2B+16N%29%29%2F4
which is our solution.

Solution 2: If you cannot see how the quadratic formula can be used in the way it was used above, the following arrives at a solution without using the quadratic formula. Instead we will "Complete the square".
Completing the square requires an understanding of the binomial (two-term polynomial) square formula:
%28a+%2B+b%29%5E2+=+a%5E2+%2B+2ab+%2B+b%5E2
This says that if a trinomial (3-term polynomial) has a perfect square at the front and another at the back and if the middle term fits the above pattern, then we can rewrite the trinomial as the square of the appropriate binomial.
When we "complete the square" we will manufacture a trinomial of the proper form. Although it may seem mysterious the what and why as I do this, I hope that by the time I am finished you will understand it all.
Since the left side of your equation already starts with a perfect square, k^2, we can proceed to the next step. We will a) find 1/2 of the coefficient of k; b) square the result of (a); and then c) add the result of (b) to both sides of the equation.
(a) 1/2 of 3/2 is 3/4
(b) %283%2F4%29%5E2+=+9%2F16
(c) add 9/16 to each side of your equation:
N+%2B+9%2F16+=+k%5E2+%2B+%28-3%2F2%29k+%2B+9%2F16
The right side of of this now matches the pattern of the binomial square formula. To see how, let me rewrite it:
N+%2B+9%2F16+=+k%5E2+%2B+2%2Ak%2A%28-3%2F4%29+%2B+%28-3%2F4%29%5E2
(Take a moment so you can see how this is equal to N+%2B+9%2F16+=+k%5E2+%2B+%28-3%2F2%29k+%2B+9%2F16. Multiply out the last two parts of it.)
Now if we use "k" for "a" and "-3/4" for "b" try to see the a%5E2+%2B+2ab+%2B+b%5E2 pattern in k%5E2+%2B+2%2Ak%2A%28-3%2F4%29+%2B+%28-3%2F4%29%5E2.
Using the binomial square formula, rewrite the right side:
N+%2B+9%2F16+=+%28k+%2B+%28-3%2F4%29%29%5E2
Before proceeding we will eliminate the fraction on the left by multiplying both sides by 16 giving:
16N+%2B+9+=+16%28k+%2B+%28-3%2F4%29%29%5E2
Now we find the square root of both sides. (Remember we need to account for both the positive and negative square roots. This is why we use the +- in front of the square root symbol. The zero in front of the +- is there only because the Algebra.com software won't let me leave it out. The zero is not needed mathematically.)
+0+%2B-+sqrt%2816N+%2B+9%29+=+sqrt%2816%28k+%2B+%28-3%2F4%29%29%5E2%29
which simplifies to:
+0+%2B-+sqrt%2816N+%2B+9%29+=+4%28k+%2B+%28-3%2F4%29%29
We now have "removed" the exponent of 2 from the "k". We can finish solving for k "normally".
Divide both sides by 4
+0+%2B-+%28sqrt%2816N+%2B+9%29%29%2F4+=+k+%2B+%28-3%2F4%29
Now add 3/4
3%2F4+%2B-+%28sqrt%2816N+%2B+9%29%29%2F4+=+k
Adding the two fractions on the left:
%283+%2B-+sqrt%2816N+%2B+9%29%29%2F4+=+k
which is equivalent to the answer we got using the quadratic formula.