Appleton
- 91
- 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.