How do I simplify an expression with multiple terms and arctan?

  • Thread starter Thread starter beborche
  • Start date Start date
  • Tags Tags
    Trigonometric
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
beborche
Messages
19
Reaction score
0

Homework Statement


Write arctan8 + arctan11 as an expression containing max one term with arctan.

Homework Equations


tan(u+v) = [itex]\frac{tanu+tanv}{1-tanutanv}[/itex]
arctan(tanx) = x

The Attempt at a Solution


u = arctan8, v = arctan11
tan(u+v) = [itex]\frac{tanu+tanv}{1-tanutanv}[/itex] = [itex]\frac{8+11}{1-8*11}[/itex] = -(19/87) = tan(arctan8 + arctan11)

arctan(tan(arctan8 + arctan11)) = arctan(-(19/87)) = arctan8 + arctan11

arctan8 + arctan11 = arctan(-/19/87)) = -arctan(19/87)

But (arctan8 + arctan11) > 0 and -arctan(19/87) < 0

Where have I gone wrong?
 
Last edited:
Physics news on Phys.org
Remember, the tangent function is periodic with pi: tanθ=tan(θ±π)
The range of the inverse function arctan is (-π/2,π/2). When you type in a number and hit tan-1, the calculator gives the principal value, an angle in the interval (-π/2,π/2).

You got it right, tan(arctan8 + arctan11)= -(19/87).

arctan8 + arctan11 is an angle in the second quadrant, and its tangent is the same as that of (arctan8 + arctan11-pi), an angle between -pi/2 and pi/2: That is what you get as result. Add pi to have the the real sum: arctan8 + arctan11=arctan(-19/87)+pi

ehild
 
@ehild

Alright. I get it now. Tanv will produce the same result for all angles v + n*pi, where n=1, 2, 3... Thank you!