This repository was archived by the owner on May 11, 2021. It is now read-only.
Fixes for the hyperbola intuition exercise#161553
Open
wrwrwr wants to merge 5 commits intoKhan:masterfrom
Open
Fixes for the hyperbola intuition exercise#161553wrwrwr wants to merge 5 commits intoKhan:masterfrom
wrwrwr wants to merge 5 commits intoKhan:masterfrom
Conversation
The semi-major axis (a) is the distance from the center to a vertex (horizontal distance in this case), and the semi-minor axis (b) is the distance from a vertex to an asymptote along a tangent (vertical in this case).
Wiki calls the center (h, k). Let's stick to this.
Also reorder x_1 and y_1 to match answer fields in the east-west case.
Compare with the final hint. This is sometimes written with a -1 instead of a 1.
Author
|
One more thing that could be improved is the 7th hint -- it shows how to calculate the semi-minor axis, but doesn't say what it is. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few fixes:
plus some minor readability improvements.
Some references:
One possibility for testing is to copy the equation from the final hint to Alpha. Clicking "Properties" gives foci, center etc.