Rewrite the given function as a sinusoid - why so different

Click For Summary

Homework Help Overview

The discussion revolves around rewriting functions involving inverse trigonometric functions as sinusoids. The original poster presents two specific functions and seeks clarification on the differing approaches to determining the phase shift, φ, in the sinusoidal form S(x) = A sin(ωx + φ). They express confusion regarding the assignment of φ in two cases where the initial conditions appear similar, particularly in relation to the signs of the values involved.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to analyze two functions and their corresponding sinusoidal representations, questioning why different values for φ are used despite similar initial conditions. They explore the implications of using arcsin and the quadrants associated with the resulting angles. Other participants contribute by discussing the significance of quadrant placement and the implications of choosing positive versus negative roots for A.

Discussion Status

The discussion is ongoing, with participants exploring various interpretations of the phase shift and the conditions under which different values of φ are valid. Some guidance has been offered regarding the necessity of considering quadrant placements and the implications of using different roots for A, but no consensus has been reached on the original poster's specific questions.

Contextual Notes

Participants note that the functions involve inverse trigonometric identities and that the original poster's homework may impose specific constraints on the interpretation of solutions. There is an emphasis on understanding the relationship between the angles derived from arcsin and their respective quadrants, as well as the potential for multiple valid representations of the sinusoidal form.

Vital
Messages
108
Reaction score
4

Homework Statement


Hello!
I am at the inverse trigonometric functions section, and the following exercise asks to rewrite the given function as a sinusoid of a form S(x) = A sin(ωx + φ).

I thought I have understood the approach to solving such tasks, and it went pretty smoothly, until I hit the two functions below. Please, take a look at them, and help me to understand why in the first case we set φ = π + arcsin(some_value) and in the other we set φ = arcsin(-some_value), if in both cases initially we have arcsin(-some_value), namely the some_value is negative in both cases, so in both cases sin(φ) has negative values. I give answers to these questions below each function, but I am not sure those are correct answers.

Homework Equations


Here are two functions, my solutions and answers from the book. Please, help me to understand the difference.

The Attempt at a Solution


First function:[/B]
f(x) = -cos(x) - 2√2 sin(x)

-1 = A sin(φ) and - 2√2 = A cos(φ)

cos2(φ) + sin2(φ) = 1
multiply both sides by A2
A2 cos2(φ) + A2 sin2(φ) = A2

(-1) 2 + (- 2√2)2 = A2
A = 3 (taking the positive answer from the square root)

Then, -1 = A sin(φ) => sin(φ) = -⅓ => arcsin(-⅓) = φ

But the final answer is:
f(x) = 3 sin(x + π + arcsin (⅓) ) = 3 sin(x + 3.4814)

Before moving to the next example, I would like to note that I understand that if we find arcsin(⅓) we get a reference angle with sin value is Quadrant I or Quadrant II, where sin is positive; and as far as in the given function we have a negative value of sin(φ), then by adding arcsin(⅓) to π we get to the desired Quadrant III, where sin(φ) has negative value. Then, do I understand correctly that the answer:

f(x) = 3 sin(x + -arcsin (-⅓) ) = 3 sin(x - 0.3398) is also correct, but gives us the angle in Quadrant IV, instead of Quadrant III as in the previous answer?

Second function:
f(x) = 2sin(x) - cos(x)
2 = A cos(φ) and -1 = A sin(φ)
A2 cos2(φ) + A2 sin2(φ) = A2
A = √5
φ = arcsin(-1/√5) = arcsin(-√5/5)
Then the answer:
f(x) = √5 sin( x + arcsin(-√5/5)) = √5 sin( x - 0.4636)

And here we could also give another answer:
f(x) = √5 sin( x + π + arcsin(√5/5)) = √5 sin( x + 3.6052), correct?

Thank you very much!
 
Physics news on Phys.org
This item comes up quite often in optics and interference and other places and the function takes the form ## F(t)=Acos(\omega t)+Bsin(\omega t) ##. By factoring out ## \sqrt{A^2+B^2} ##, the result is ## F(t)=\sqrt{A^2+B^2}(cos(\phi)cos(\omega t)+sin(\phi)sin(\omega t))=\sqrt{A^2+B^2}cos(\omega t-\phi) ## where ## \phi=arctan(\frac{B}{A}) ##. Since ## sin(\theta+\pi/2)=cos(\theta) ##, we can write ## F(t)=\sqrt{A^2+B^2}sin(\omega t-\phi+\pi/2) ##.
 
Charles Link said:
This item comes up quite often in optics and interference and other places and the function takes the form ## F(t)=Acos(\omega t)+Bsin(\omega t) ##. By factoring out ## \sqrt{A^2+B^2} ##, the result is ## F(t)=\sqrt{A^2+B^2}(cos(\phi)cos(\omega t)+sin(\phi)sin(\omega t))=\sqrt{A^2+B^2}cos(\omega t-\phi) ## where ## \phi=arctan(\frac{B}{A}) ##. Since ## sin(\theta+\pi/2)=cos(\theta) ##, we can write ## F(t)=\sqrt{A^2+B^2}sin(\omega t-\phi+\pi/2) ##.
Thank you very much, but you are not answering my questions. Even though your answer helped me to learn something new, it doesn't help me to understand what is going on with the exercises. I have precise questions about the difference in the answer I get and the answer given in the book.
 
When you decided to use the positive square root for A=3, you picked one of two possibilities. The negative root would have given the book answer. When you have a choice like that, it does not mean that both choices are equally correct. It just means that you should consider both possibilities and see which one (or both) work out. You need to check your final answer. Your final answer with A=3 does not match the original function. You should have also considered A=-3 and you would have gotten a match to the original function.

EDIT: Sorry, I forgot that A is used other places (where it should be positive?). So I will need to think about this some more.
 
Last edited:
  • Like
Likes   Reactions: Charles Link
Vital said:
Thank you very much, but you are not answering my questions. Even though your answer helped me to learn something new, it doesn't help me to understand what is going on with the exercises. I have precise questions about the difference in the answer I get and the answer given in the book.
@FactChecker gave a good response=even my method isn't foolproof if you simply use the formula ## \phi=arctan(B/A) ##. If both ## A ## and ## B ## are negative (as it was for this problem), then ## \phi ## lies in the 3rd quadrant instead of the first=(you add ## \pi ## to the angle in the first quadrant that has ## arctan(B/A) ##).
 
Last edited:
Scratch that=I need to check my answer. Editing... Yes, I get the result also that ## f(x)=3sin(x+3.4814) ##.
 
Last edited:
Vital said:

Homework Statement


Hello!
I am at the inverse trigonometric functions section, and the following exercise asks to rewrite the given function as a sinusoid of a form S(x) = A sin(ωx + φ).

I thought I have understood the approach to solving such tasks, and it went pretty smoothly, until I hit the two functions below. Please, take a look at them, and help me to understand why in the first case we set φ = π + arcsin(some_value) and in the other we set φ = arcsin(-some_value), if in both cases initially we have arcsin(-some_value), namely the some_value is negative in both cases, so in both cases sin(φ) has negative values. I give answers to these questions below each function, but I am not sure those are correct answers.

Homework Equations


Here are two functions, my solutions and answers from the book. Please, help me to understand the difference.

The Attempt at a Solution


First function:[/B]
f(x) = -cos(x) - 2√2 sin(x)

-1 = A sin(φ) and - 2√2 = A cos(φ)

cos2(φ) + sin2(φ) = 1
multiply both sides by A2
A2 cos2(φ) + A2 sin2(φ) = A2

(-1) 2 + (- 2√2)2 = A2
A = 3 (taking the positive answer from the square root)

Then, -1 = A sin(φ) => sin(φ) = -⅓ => arcsin(-⅓) = φ

But the final answer is:
f(x) = 3 sin(x + π + arcsin (⅓) ) = 3 sin(x + 3.4814)

Before moving to the next example, I would like to note that I understand that if we find arcsin(⅓) we get a reference angle with sin value is Quadrant I or Quadrant II, where sin is positive; and as far as in the given function we have a negative value of sin(φ), then by adding arcsin(⅓) to π we get to the desired Quadrant III, where sin(φ) has negative value. Then, do I understand correctly that the answer:

f(x) = 3 sin(x + -arcsin (-⅓) ) = 3 sin(x - 0.3398) is also correct, but gives us the angle in Quadrant IV, instead of Quadrant III as in the previous answer?

Thank you very much!

You need both ##\sin(\phi) = -1/3## and ##\cos(\phi) = -2\sqrt{2}/3##, so ##\phi## must be in the third quadrant. After that, you can get a unique positive value ##\phi = \pi + \arctan(\sqrt{2}/4)##. You made an error when you claimed that ##3 \sin(x - \arcsin(-1/3))## is also correct: it is not, and neither is ##3 \sin(x+\arcsin(-1/3)).##
 
Last edited:
  • Like
Likes   Reactions: Charles Link and FactChecker

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K