Arccos(x+y)=? addition theorems for inverse trigonometric functions?

In summary, there is no specific addition theorem for inverse trigonometric functions like arccos(x+y). However, there are ways to find the derivative of arccos(x) using trigonometric identities or the chain rule. However, these methods may not always be the most efficient or straightforward. Additionally, there are multiple values that can be returned for a given argument of arccos due to the infinitely many arguments that produce the same cosine value. This can lead to confusion when dealing with functions of arccos, but as long as the values are clearly defined, the continuity of arccos can be invoked to determine that the difference between two values approaches zero.
  • #1
raul_l
105
0
Hi.
Are there any addition theorems for inverse trigonometric functions?
Like arccos(x+y)=? or something...

I was wondering about this when I tried to find the derivative of f(x)=arccos(x) by setting
[tex] f'(x)=\frac{\arccos(x+\Delta x)-\arccos(x)}{\Delta x}[/tex]
 
Mathematics news on Phys.org
  • #2
No, there aren't. To find the derivative of arccos(x), use the fact that
if y= arccos(x) then x= cos(y) and the fact that
[tex]\frac{dy}{dx}= \frac{1}{\frac{dx}{dy}}[/tex]
(from the chain rule).
 
  • #3
Well, there are, but they're not always pretty.

E.G. there is a formula for:

cos u + cos v


now, if you let u = arccos x, v = arccos y, and take the arccos of both sides, you get something (ugly).

If I were to use trig identities for this, I'd be more likely to look at the cosine (or sine) of the entire numerator.


Of course, the "right" way to do it is as HoI suggested. But trig identities might be fun. :smile:
 
  • #4
Hurkyl said:
cos u + cos v


now, if you let u = arccos x, v = arccos y, and take the arccos of both sides, you get something (ugly).

Not sure what you mean. Whatever I try, I get back to square one, basically proving that x+y=x+y.
Maybe you could explain it a little bit further? (or point me in the right direction)
 
  • #5
Well, there is certainly a way to express it as two different functions, one of x and one of y, using a Taylor's expansion... but that's quite useless.
 
  • #6
Ok, set

[tex]y = \arccos{(x)}[/tex]

and

[tex]y^{\dagger} = \arccos{(x + \Delta x)}[/tex]

now use the identity

[tex] \cos{u} - \cos{v} = -2 \sin{\frac{(u-v)}{2}} \sin{\frac{(u+v)}{2} [/tex]

which gives us

[tex]\cos{y^{\dagger}} - \cos{y} = \Delta x = -2 \sin{\frac{(y^{\dagger}-y)}{2}} \sin{\frac{(y^{\dagger} + y)}{2}}[/tex]

but for small delta x, we can approx for the sines

[tex]\Delta x \approx - ( y^{\dagger}-y) \sin{y} [/tex]

or, in other words

[tex]y^{\dagger} - y \approx - \frac{\Delta x}{\sin{(\arccos{x})}} = -\frac{\Delta x}{\sqrt{1-x^2}}[/tex]

hence

[tex]\frac{\arccos{(x+\Delta x)} - \arccos{(x)}}{\Delta x} \approx -\frac{\Delta x}{\Delta x \sqrt{1-x^2}}[/tex]

which gives you your answer.
 
Last edited:
  • #7
but for small delta x, we can approx for the sines
It takes a bit of work to show that you really can do that, methinks.
 
  • #8
I'm not sure I understand - I'm only considering the case where delta x is small (as befits the question), so

[tex]y^{\dagger} - y[/tex]

is small, so

[tex]2 \sin{(y^{\dagger} - y)/2} \approx y^{\dagger} - y[/tex]

and also

[tex]\sin{(y^{\dagger} + y)/2} \approx \sin{(y)}[/tex]

(or roughly sin (y^dagger)... it makes no odds)

could you elaborate?

edit: also, I've assumed that y is one of the many values produced by the arccos, and that y^dagger is the value that is delta-y away from it, and not a multiple of 2 pi.
 
Last edited:
  • #9
Makes sense to me.
Thanks.

edit:

Hurkyl said:
It takes a bit of work to show that you really can do that, methinks.

Isn't it true that you can replace sine with its argument in the process, where the argument approaches zero?
According to
[tex] \lim_{x\rightarrow0} \frac{sinx}{x}=1 [/tex]
sine(x) and x are equivalent functions (I'm probably not using the right word here but hopefully you understand what I mean) and are interchangeable.
 
Last edited:
  • #10
Raul_l: I'm guessing that the issue concerns the multiple values that arccos returns. However, as long as you state the specifics of y and y^dagger as I've mentioned above (in the edit bit), it follows. I think if you are submitting this as a homework response, for example, one would need to be explicit about this.

If I'm wrong, then ignore this post. :wink:
 
  • #11
The main thing is that, while y'all are being fairly careful about everything else... you completely ignore the fact that you need to invoke the continuity of arccos to determine that the difference between the two y's goes to zero. The proof looks like:

{small step}
{small step}
{leap over an important issue}
{small step}
{small step}

and so it looks incomplete. I thought you might even need to invoke more, but I was wrong.


It also seemed you were glossing over some things involving the approximations, but after reviewing it, I see there aren't any technical faults there.
 
  • #12
Thanks, Hurkyl. You're point is a good one - brevity isn't always advisable. :wink:
 
  • #13
Matthew Rodman said:
I'm guessing that the issue concerns the multiple values that arccos returns.

How does arccos return multiple values? Do you mean something like I have in the attachment?
The way I see it, if f is a function of arccos(x) then by definition for every element x there is no more than one f(x).
Keeping that in mind, I'm not sure where the continuity problem comes in..
 

Attachments

  • pic.JPG
    pic.JPG
    12.4 KB · Views: 703
  • #14
Because there are an infinitely many arguments to cos (separated by multiples of 2 pi) that produce the same cos value, for any given argument of arccos, there are an infinite number of return values (separated by multiples of 2 pi). Namely,

[tex]y_0 + 2 m \pi = \arccos{x} [/tex] where m is any integer.

As long you're clear what you're doing, you should be ok. That's why I stipulated that the y^dagger value be the one which is Delta-y away from the y value - to avoid confusion.
 
  • #15
I understand why arccos returns an infinite number of values. I just thought that if we are talking about a function of arccos then the range of the function should be a fixed set of output values where the difference of two values is no more than [tex] \pi [/tex] .
For example if the range is chosen to be [tex] [-\pi;0] [/tex] then all values of a given function should fall into that range, including y and y^dagger in this case.
I'm probably talking nonsense here, but I find it hard to look past the fact that a function can at any point return only one value (by definition). Because if not then the graph of the function should be something like I have in the attachment of a previous post and that doesn't make sense at all (to me).
 
Last edited:
  • #16
raul_l said:
I'm probably talking nonsense here, but I find it hard to look past the fact that a function can at any point return only one value (by definition).

Err... what about

[tex]f(x) = \sqrt{x}[/tex] ?

I don't think I understand your problem, on the whole, but the assertion that you can treat any arbitrary function as returning only one value seems a bit suspect, if that's what it is you're trying to say.

So, any function of arccos must take into account that fact that it will, probably, have an infinite number of arguments, and therefore will likely have a multi-valued output.

If you start imposing a single-valued nature on a function, you'll be creating problems for yourself. (Of course, if I've misread your comment, forget this).
 
Last edited:
  • #17
What I meant was that every argument produces only one value that has to fall into the range.
By "at any point" I meant that if we arbitrarily take a point on the x-axis then there is only one corresponding point on the y-axis.
 
  • #18
Ok, yes, which is no less than what I did earlier with arccos.
 

1. What is the "Arccos(x+y) addition theorem" for inverse trigonometric functions?

The "Arccos(x+y) addition theorem" states that the arccosine of the sum of two numbers can be expressed in terms of the individual arccosines of those numbers, using the formula arccos(x+y) = arccos(x) + arccos(y) - √(1-x²)√(1-y²).

2. How is the "Arccos(x+y) addition theorem" derived?

The "Arccos(x+y) addition theorem" can be derived using the sum of angles formula for cosine and the inverse trigonometric identity arccos(cos(x)) = x.

3. Can the "Arccos(x+y) addition theorem" be extended to other inverse trigonometric functions?

Yes, the "Arccos(x+y) addition theorem" can be extended to other inverse trigonometric functions, such as arcsine and arctangent, using similar formulas and identities.

4. How is the "Arccos(x+y) addition theorem" used in practical applications?

The "Arccos(x+y) addition theorem" is used in various mathematical and engineering applications, such as calculating the angles of triangles and solving equations involving inverse trigonometric functions.

5. What are the limitations of the "Arccos(x+y) addition theorem" for inverse trigonometric functions?

The "Arccos(x+y) addition theorem" has limitations, as it can only be used for certain values of x and y, and it may not be applicable in all scenarios. Additionally, it may not provide exact solutions in some cases and may require further approximations or calculations.

Similar threads

Replies
2
Views
1K
Replies
28
Views
2K
Replies
3
Views
208
Replies
17
Views
2K
Replies
2
Views
679
Replies
15
Views
2K
Replies
10
Views
3K
  • General Math
Replies
1
Views
8K
Replies
12
Views
1K
  • General Math
Replies
4
Views
2K
Back
Top