Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Rearranging the formula?
Make n the subject
p = (n^2+a)/(n+a)
I have tried very hard and even put the answear into Wolfram Alpha but I just do not get it.
Here are the steps I've done so far
n^2-pn-pa = -a
n - sqrt(pn) - sqrt(pa) = sqrt(-a)
n - sqrt(pn) = sqrt(pa-a)
And I do not know where to go from there, I have experimented different methods and attempting different divisions as I know somehow I need to gather x on one side which means the left side will be in the format: n(1-sqrt(p)) or something but n*sqrt(p) =/= sqrt(pn)
2 Answers
- llafferLv 76 years ago
p = (n² + a) / (n + a)
Start with multiplying both sides by the denominator:
p(n + a) = n² + a
Now distribute the p through the parenthesis on the left side:
np + ap = n² + a
Now set it up like a quadratic, moving everything over to one side:
0 = n² - np + a - ap
Now put this into quadratic equation where:
a = 1, b = -p, c = (a - ap)
n = [-b ± √(b² - 4ac)] / (2a)
n = [-(-p) ± √((-p)² - 4(1)(a - ap))] / (2(1))
n = [p ± √(p² - 4(a - ap))] / 2
n = [p ± √(p² - 4a + 4ap)] / 2
And that is as simplified as you can get.
---
As a test, let's plug in some numbers into p and a, then solve for n from the starting equation and solve for n using my derived equation, and we should get the same answer:
Let's say: p = 0, a = 5...
p = (n² + a) / (n + a)
0 = (n² + 5) / (n + 5)
0 = n² + 5
n² = -5
n = ±√(5)i
Now if we put the same values into the derived equation:
n = [p ± √(p² - 4a + 4ap)] / 2
n = [0 ± √(0² - 4(5) + 4(5)(0))] / 2
n = ±√(-20) / 2
n = ±√(-4 * 5) / 2
n = ±2i√(5) / 2
n = ±i√5
we get the same answer.
- ThomasLv 76 years ago
pn-pa=n^2+a
n^2-pn+pa+a=0
n^2-pn+a(p+1)=0 use the quadratic formula for simplicity...
n=[p±(p^2-4a(p+1))^(1/2)]/2