SOLUTION: This is a problem I have run into here at work. I need to solve for x in the following equation. Thanks for the help. S=(1440*T)/(N*x*pi^2*D^2*acos((D-x)/D))

Algebra ->  Trigonometry-basics -> SOLUTION: This is a problem I have run into here at work. I need to solve for x in the following equation. Thanks for the help. S=(1440*T)/(N*x*pi^2*D^2*acos((D-x)/D))      Log On


   



Question 85996: This is a problem I have run into here at work. I need to solve for x in the following equation. Thanks for the help.
S=(1440*T)/(N*x*pi^2*D^2*acos((D-x)/D))

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
I assume that by acos%28%28D-x%29%2FD%29 you mean arccosine%28%28D-x%29%2FD%29 or “the angle whose cosine is %28D-x%29%2FD.
.
Here’s some food for thought.
.
You have:
.
S+=+%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2A%28D%5E2%29%2Ax%2Aacos%28%28D-x%29%2FD%29%29
.
Let’s begin by getting all the terms that contain x on the left side and everything
else on the right side. The first step is to multiply both sides by x%2Aacos%28%28D-x%29%2FD%29.
When you do, the equation becomes:
.
S%2Ax%2Aacos%28%28D-x%29%2FD%29+=++%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2A%28D%5E2%29%29
.
Next divide both sides by S and get:
.
x%2Aacos%28%28D-x%29%2FD%29+=++%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2A%28D%5E2%29%2AS%29
.
Now, for reasons that will become apparent later, let’s multiply both sides of this equation
by D%5E2.
.
This makes the equation become:
.
D%5E2%2Ax%2Aacos%28%28D-x%29%2FD%29+=+%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29
.
Now let’s suppose we can force D to be some value other than zero (because if it were 0,
then %28D-x%29%2FD would involve a division by zero). Suppose for example we could make
D equal to x. If we could do this, then substituting x for D would make the equation become:
.
x%5E2%2Ax%2Aacos%28%28x-x%29%2Fx%29+=+%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29
.
Notice two things: first x%5E2%2Ax+=+x%5E3 and second acos%28%28x-x%29%2Fx%29+=+acos%280%2Fx%29+=+acos%280%29
.
If you limit the angle to being between 0 and 2%2Api, then there are two possible
values for this angle when D = x. Those values for acos%280%29 are pi%2F2 and %283%2Api%29%2F2.
.
Let’s substitute pi%2F2 for acos%280%29. This changes the equation to:
.
%28x%5E3%29%2A%28pi%2F2%29+=+%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29
.
Next divide both sides of the equation by pi%2F2 or multiply by 2%2Fpi which leads to:
.
x%5E3+=%282%2Fpi%29%2A%28%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29%29
.
And the right side multiplies out to:
.
x%5E3+=+%282880%2AT%29%2F%28N%2A%28pi%5E3%29%2AS%29
.
Then you can solve for x by taking the cube root of both sides.
.
But don’t forget that this requires that you be able to make D equal x.
.
And don’t forget that you have another value possible because acos%280%29+=+%283%2Api%29%2F2
is also a possibility.
.
Let’s now substitute %283%2Api%29%2F2 for acos%280%29. This changes the equation to:
.
x%5E3%2A%283%2Api%29%2F2+=+%281440%2AT%29%2F%28N%2Api%5E2%2AS%29
.
Next divide both sides of the equation by %283%2Api%29%2F2 [or multiply both sides by 2%2F%283%2Api%29]
which leads to:
.
x%5E3+=+%282%2F%283%2Api%29%29%2A%28%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29%29
.
And the right side multiplies out to:
.
x%5E3+=+%28%282880%2AT%29%29%2F%283%2A%28N%2A%28pi%5E3%29%2AS%29%29
.
Again, you can solve for x by taking the cube root of both sides.
.
You can do a similar analysis for acos%28-1%29 which implies that %28D-x%29%2FD+=+-1 which,
when solved for D, says that D must be set so that it equals x%2F2. So this leads to
replacing D%5E2+ with %28x%2F2%29%5E2 which is %28x%5E2%29%2F4 and replacing acos%28-1%29
with the angle pi because that is the only angle between 0 and 2%2Api
that has as its cosine the value -1. This leads to:
.
%28x%5E2%29%2F4+%2A+x+%2A%28pi%29+=+%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29
.
Next divide both sides of the equation by %28pi%2F4%29 [or multiply both sides by
1%2F%284%2Api%29] which leads to:
.
%28x%5E3%29%2F4+=+%281%2F%284%2Api%29%29%2A%28%281440%2AT%29%2F%28N%2A%28pi%5E2%29%2AS%29%29
.
And the right side multiplies out to:
.
x%5E3+=+%28%281440%2AT%29%29%2F%284%2A%28N%2A%28pi%5E3%29%2AS%29%29
.
Again, you can solve for x by taking the cube root of both sides.
.
I won’t belabor the point, but you can continue this analysis for other values. But it is
all based on the fact that to do this you must be able to control the value of D.
.
Like I said at the beginning, just food for thought. Hope the process stimulates you to find
something that you might be able to do to solve for x. I’ve done this rather rapidly,
so be sure to check the above to make sure that I didn’t make some dumb math mistake …
which I often do unless I’m on my 4th cup of coffee … and I’m not at present.
.