Asinx + bcosy into single trig function

  • Context: Undergrad 
  • Thread starter Thread starter RsZrg
  • Start date Start date
  • Tags Tags
    Function Trig
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
6 replies · 8K views
RsZrg
Messages
2
Reaction score
0
I know that asinx + bcosx can be put into a single trig fom, but can also the above sum be put into a single trig function?
 
Physics news on Phys.org
If you could convert it to this format:

A(cosy*sinx + siny*cosx)

then yes it could be converted to Asin(y+x) as an example.

However, that requires that a and b must have the following relationships:

a=Acosy and b=Asiny

which will not be true in the general case for any a and b.
 
Thanks Jedi
I am looking for a general solution for any a and b. Is this possible? I have tried the above method but currently limited by the above restrictions.
 
I don't think there is any hope here. Usually this kind of problem might push someone to use Fourier methods but again your initial solution is probably optimal.

I am not one of the Math mentors but perhaps @Mark44 or @HallsofIvy would have a better answer to your problem.
 
Off the top of my head: Let [itex]A=\sqrt{a^{2}+b^{2}}[/itex] and [itex]a_{1}=\frac{a}{A}, b_{1}=\frac{b}{A}[/itex]. Then [itex]a_{1}^{2}+b_{1}^{2}=1[/itex], therefore you can find an angle φ such that a1=cos(φ) and b1=sin(φ).
∴a⋅sin(x)+b⋅cos(x) = A(cos(φ)sin(x)+sin(φ)cos(x))=A⋅sin(φ+x).
 
jedishrfu said:
If you could convert it to this format:

A(cosy*sinx + siny*cosx)

then yes it could be converted to Asin(y+x) as an example.

However, that requires that a and b must have the following relationships:

a=Acosy and b=Asiny

which will not be true in the general case for any a and b.

Actually it is: [itex]\tan y = b/a[/itex] (there exists exactly one such [itex]y \in (-\pi/2, \pi/2)[/itex] for each possible choice of [itex]a[/itex] and [itex]b \neq 0[/itex]) and [itex]A = \sqrt{a^2 + b^2}[/itex].

See also here.