We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a mathematical error in the following
webwork-open-problem-library/Contrib/BrockPhysics/College_Physics_Urone/16.Oscillatory_Motion_and_Waves/NU_U17-16-10-004.pg
Lines 39 to 40 in 8e5a512
The beat frequency is the difference between $A1 and $A2, so need to add/subtract half the beat frequency to the average, like so
$A1
$A2
$A1 = $favg + $fbeat/2; $A2 = $favg - $fbeat/2;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a mathematical error in the following
webwork-open-problem-library/Contrib/BrockPhysics/College_Physics_Urone/16.Oscillatory_Motion_and_Waves/NU_U17-16-10-004.pg
Lines 39 to 40 in 8e5a512
The beat frequency is the difference between
$A1
and$A2
, so need to add/subtract half the beat frequency to the average, like soThe text was updated successfully, but these errors were encountered: