Solving for x in arcsin+arctan=π/2

  • Thread starter Thread starter Appleton
  • Start date Start date
AI Thread Summary
The equation arcsin(x/(x-1)) + 2arctan(1/(x+1)) = π/2 leads to the identification of α and β as complementary angles. By applying trigonometric identities, the relationship sin(α + β) = 1 simplifies to a solvable equation. This results in the quadratic equation 5x^2 - 4x + 1 = x - 1, which factors to x(x-1) = 0, yielding solutions x = 0 and x = 1. However, x = 1 is invalid due to the undefined arcsin term, leaving x = 0 as the only solution. The discussion highlights the complexity of the problem and the realization that a simpler approach was ultimately found.
Appleton
Messages
91
Reaction score
0

Homework Statement


\ arcsin \frac{x}{x-1} + 2 arctan \frac{1}{x+1} = \frac{π}{2}


Homework Equations




The Attempt at a Solution



if \ arcsin\frac{x}{(x-1)} = α

then sin α = \frac{x}{(x-1)}

if 2 arctan\frac{1}{x+1} = β

then tan(\frac{β}{2}) = \frac{1}{(x+1)}

tan(β) = \frac{2\frac{1}{x+1}}{1-(\frac{1}{x+1})^2}

tan(β) = \frac{2(x+1)}{x(x+2)}

α + β = \frac{π}{2}

sin(α + β) = 1

sin(α + β) = sinαcosβ + cosαsinβ

cosβ = \frac{x(x+2)}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem

sinβ = \frac{(2(x+1))}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem

cosα = \frac{\sqrt{(x-1)^2 - x^2}}{(x-1)} by pythagoras' theorem

(\frac{x}{(x-1)})(\frac{x(x+2)}{\sqrt{(x(x+2))^2 + (2(x+1))^2}}) + (\frac{\sqrt{(x-1)^2 - x^2}}{(x-1)})(\frac{(2(x+1))}{\sqrt{(x(x+2))^2 + (2(x+1))^2}}) = 1

\frac{x^2(x+2) + (\sqrt{(x-1)^2 - x^2)}(2(x+1))}{(x-1)(\sqrt{(x(x+2))^2 + (2(x+1))^2})} = 1

x^2(x+2) + (\sqrt{(x-1)^2 - x^2})(2(x+1)) = (x-1)(\sqrt{(x(x+2))^2 + (2(x+1))^2})

At this point I figure I half made an error because I can't see a fruitful direction in which to progress and it feels a bit messy compared to the other problems in the exercise.
 
Physics news on Phys.org
I haven't figured the answer myself, but I have a couple of comments:

Appleton said:
\cos β = \frac{x(x+2)}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem

\sinβ = \frac{(2(x+1))}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem
The denominators here will simplify into an irreducible quadratic.

Appleton said:
\cos α = \frac{\sqrt{(x-1)^2 - x^2}}{(x-1)} by pythagoras' theorem
TBH, I don't know if this will be helpful, but the numerator can be simplified a bit (although you won't lose the square root).
 
Appleton said:

Homework Statement


\ arcsin \frac{x}{x-1} + 2 arctan \frac{1}{x+1} = \frac{π}{2}

Homework Equations

The Attempt at a Solution



if \ arcsin\frac{x}{(x-1)} = α

then sin α = \frac{x}{(x-1)}

if 2 arctan\frac{1}{x+1} = β

then tan(\frac{β}{2}) = \frac{1}{(x+1)}

tan(β) = \frac{2\frac{1}{x+1}}{1-(\frac{1}{x+1})^2}

tan(β) = \frac{2(x+1)}{x(x+2)}

α + β = \frac{π}{2}

sin(α + β) = 1

sin(α + β) = sinαcosβ + cosαsinβ

cosβ = \frac{x(x+2)}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem

sinβ = \frac{(2(x+1))}{\sqrt{(x(x+2))^2 + (2(x+1))^2}} by pythagoras' theorem

cosα = \frac{\sqrt{(x-1)^2 - x^2}}{(x-1)} by pythagoras' theorem

(\frac{x}{(x-1)})(\frac{x(x+2)}{\sqrt{(x(x+2))^2 + (2(x+1))^2}}) + (\frac{\sqrt{(x-1)^2 - x^2}}{(x-1)})(\frac{(2(x+1))}{\sqrt{(x(x+2))^2 + (2(x+1))^2}}) = 1

\frac{x^2(x+2) + (\sqrt{(x-1)^2 - x^2)}(2(x+1))}{(x-1)(\sqrt{(x(x+2))^2 + (2(x+1))^2})} = 1

x^2(x+2) + (\sqrt{(x-1)^2 - x^2})(2(x+1)) = (x-1)(\sqrt{(x(x+2))^2 + (2(x+1))^2})

At this point I figure I half made an error because I can't see a fruitful direction in which to progress and it feels a bit messy compared to the other problems in the exercise.

You were on the right track at this point:

##α + β = \frac{π}{2}##

but the next step was wrong. Can you think of something better to do here?

Hint: Don't make it any more complicated than it already is.

Use sin and cos
 
  • Like
Likes 1 person
Thanks for your comments. After staring at this for a good proportion of the day I noticed that α and β are complementary angles which enabled me to proceed in the following fashion:

sinα = \frac{x}{x-1}

cosβ = \frac{x}{x-1} complementary angle

cosα = \frac{-2x+1}{x-1} pythagoras' theorem

sinβ = \frac{-2x+1}{x-1} complementary angle

sin(α+β) = 1

sin(α+β) = (\frac{x}{x-1})^2 + (\frac{-2x+1}{x-1})^2 = 1

\frac{5x^2-4x+1}{x-1} = 1

5x^2-4x+1 = x-1

x^2-x = 0

x(x-1) = 0

x = 0 or x = 1

but asin \frac{1}{1-1} makes no sense

so x = 0

However the process I have deployed here seems no less complicated than the process I was following earlier. Is there a quicker/simpler solution?
 
Really? I think the above is so much simpler than your first attempt, radicals and all. I want to kick myself for not seeing it earlier.
 
  • Like
Likes 1 person
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top