Electrical: Reduce the expression to the form V_mcos(wt+theta)

AI Thread Summary
The discussion focuses on reducing the expression 15sin(wt-45°) + 5cos(wt-30°) + 10cos(wt-120°) to the form Vmcos(wt+θ). The user initially converts terms to cosine and calculates the phasor form, resulting in a magnitude of 24.52 and an angle of 62.6°. However, the expected solution is 24.52∠-117.39°, prompting confusion about the angle's quadrant. Clarification is provided that the negative components indicate the phasor lies in the third quadrant, and using the atan2 function can help determine the correct angle. Understanding the quadrant and angle adjustments is crucial for accurate phasor representation.
Northbysouth
Messages
241
Reaction score
2

Homework Statement




Reduce the Expression:

15sin(wt-45°) + 5cos(wt-30°) + 10cos(wt-120°)

to the form Vmcos(wt+θ)

Homework Equations





The Attempt at a Solution





My theta value at the end isn't coming out right.

My first step was to put make sure each term was in terms of cosine, hence:

15cos(wt-45°-90°) + 5cos(wt-30°) + 10cos(wt-120°)

Which in phasor form is:

15∠-135 + 5∠-30 + 10∠-120

Then I used cos and sin to find the real values and the j values

15cos(-135) + j15sin(-135) + 5cos(-30) + j5sin(-30) + 10cos(-120) + j10sin(-120)

= -11.28 -j21.77

Which in a phasor format is:

24.52∠62.6

24.53 = (11.282+ 21.772)1/2

62.6 = arctan(21.77/11.28)

But apparently the solution is:

24.52∠-117.39°

What am I missing?

Any help would be appreciated. Thank you
 
Physics news on Phys.org
Note the signs of the complex components of your phasor sum. In what quadrant will the phasor lie?
 
Are you saying that because I have -11.28 - j21.77 as negatives that the phasor will be in the third quadrant and consequently the angle made with the postive x-axis will be 180-62.6?
 
Northbysouth said:
Are you saying that because I have -11.28 - j21.77 as negatives that the phasor will be in the third quadrant and consequently the angle made with the postive x-axis will be 180-62.6?

The phasor will be in the third quadrant, yes. You can either add 180 or subtract 180, but generally the convention is to choose the result with a magnitude less than or equal to 180. Alternatively, employ the atan2(y,x) function rather than the atan function (if your calculator has it); it automatically sorts out the quadrant from the given y,x data.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top