Jeff Jacobs
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- title: "Precalculus: Bearing Problems" --- ## Bearing Problems: What's Going On? For these problems, we can imagine being a sailor on a ship. The ship is speeding along in some direction, and it's hard to make sharp turns, so you're trying to figure out how to turn the ship to make sure you arrive in some location. In the case of the picture below, for example, you're in a ship called $O$ speeding North, trying to make sure you steer the right way to arrive at a dock called $P$. So, you call the dock and tell them that your compass is pointed directly north, and ask them how to best get to the dock (with the least-sharp turn required). The directions they give you are in a form called a **bearing**. <center> <img src="https://i.imgur.com/96JtsuD.png" width="400px" /> </center> In this case, they respond by sending you the direction $N$ $40^\circ$ $E$. This is the **bearing** that tells you how to get to them from where you are. It says: "starting from a direction pointing north, turn $40^\circ$ eastwards". Once you make this turn, you now know that you don't have to worry, you'll arrive at the dock $P$ eventually. The bearings, it turns out, will always take this form: the first direction will be either $N$ or $S$ (basically because compasses back in the day had prominent North and South markings), and then it will have an amount of degrees to turn, and the direction in which to make that turn. ### Example Problem A boat leaves the entrance to a harbor and travels 25 miles on a bearing of $N$ $42^\circ$ $E$. The captain then turns the boat $90^\circ$ clockwise and travels 18 miles on a bearing of $S$ $48^\circ$ $E$. At that time: 1. How far is the boat, to the nearest tenth of a mile, from the harbor entrance? 2. What is the bearing, to the nearest tenth of a degree, of the boat from the harbor entrance? <center> <img src="https://i.imgur.com/wouldqE.png" width="400px" /> </center> The boat's actual trip, from the point labeled "Harbor entrance" to the far-right of the picture, is represented by the line labeled "25 mi" and the line labeled "18 mi". The third line, labeled "$c$", doesn't represent actual travel but is there to help you compute the distance, using the Pythagorean Theorem. Knowing what you know about triangles, you can solve this (bc I want to get to more trig-heavy example), to get 1. $c^2 = a^2 + b^2 = 25^2 + 18^2 = 949 \implies c = \sqrt{949} \approx 30.8\text{ mi}$. 2. This one is a bit more trig-heavy, but the idea is that since we have a **right triangle** we can use our SOHCAHTOA rule: $$ \sin(\theta) = \frac{opposite}{hypotenuse}, \; \cos(\theta) = \frac{adjacent}{hypotenuse}, \; \tan(\theta) = \frac{opposite}{adjacent} $$ The two sides that we have here, relative to the $\theta$ we want to find, are $18\text{ mi}$ and $25\text{ mi}$, and they are the **opposite** and **adjacent** sides (respectively), so we use the $\tan(\theta)$ part of SOHCAHTOA: $$ \tan(\theta) = \frac{opposite}{adjacent} = \frac{18\text{ mi}}{25\text{ mi}}. $$ Now we use one more piece of our trig knowledge to see that, if we want to solve this for $\theta$, we'll need to consider the **inverse trig** functions. In this case, the inverse tangent function $\tan^{-1}(x)$. By the definition of this inverse function, if we want the angle $\theta$ that **produces** a tangent of $\frac{18}{25}$, we need to calculate $\tan^{-1}\left(\frac{18}{25}\right)$. Plugging this into our calculator or [WolframAlpha](https://www.wolframalpha.com/input?i=arctan%2818%2F25%29), we get $$ \tan^{-1}\left(\frac{18}{25}\right) \approx 35.8^\circ. $$ Sadly, we're not *quite* done. We found the angle $\theta$, but remember that when we figure out bearings we have to calculate the angle *relative to* the North or South directions. So, in this case, since the picture tells us that the angle *above* the triangle (between the North pole and the boat's starting path) is $42^\circ$, to get our final bearing we add this to $\theta$, giving us: $N$ $(35.8^\circ + 45^\circ)$ $E = N$ $77.8^\circ$ $E$. Here are two more bearing problems that I think could be helpful, since they're not the exact same setting as the boating example: 1. A ship sights a lighthouse directly to the south. A second ship, 9 miles east of the first ship, also sights the lighthouse. The bearing from the second ship to the lighthouse is S 34° W. How far, to the nearest tenth of a mile, is the first ship from the lighthouse? My drawing of the *setup* for this problem looks like the following (where they're asking us to find that height $x$). <center> <img src="https://i.imgur.com/iZ7BbEL.jpg" width="400px" /> </center> We can solve for $x$ by completing the upper triangle (formed by the Lighthouse-Ship 1-Ship 2), and then using the **law of sines** (plugging the fraction we get into our calculator or [WolframAlpha](https://www.wolframalpha.com/input?i=solve+%289*sin%2856%29%29+%2F+%28sin%2834%29%29)): $$ \frac{\sin(34^\circ)}{9\text{ mi}} = \frac{\sin(56^\circ)}{x} \implies x = \frac{(9\text{ mi}) \cdot \sin(56^\circ)}{\sin(34^\circ)} \implies x \approx 13.3\text{ mi}. $$ 2. You leave your house and run 2 miles due west followed by 4.5 miles due north. At that time, what is your bearing from your house? My drawing for the setup in this problem is: <center> <img src="https://i.imgur.com/7ZN91H6.jpg" width="400px" /> </center> Where they're asking us to find $\theta$, but then write it as a *bearing*. We can use our SOHCAHTOA rules to figure out the angle *below* the dashed line $\sigma$[^first]: $$ \tan(\sigma) = \frac{4.5\text{ mi}}{2\text{ mi}} \implies \sigma = \tan^{-1}\left(\frac{4.5}{2}\right) \approx 66.0^\circ $$ where we solve the last part using our calculators or [WolframAlpha](https://www.wolframalpha.com/input?i=arctan%284.5%2F%282%29%29). Now that we have this angle, finding $\theta$ is easy: since we know the $x$ and $y$ axes make a $90^\circ$ angle, and the angle below the dashed line is $\sigma = 66.0^\circ$, the angle above the dashed line, $\theta$, must be $90^\circ - 66.0^\circ = 24.0^\circ$. We're almost done, but we have to write this as a *bearing*. Since the endpoint is north of the house, we know that we can get to the endpoint by looking North and then turning $\theta = 24.0^\circ$ westwards. This corresponds to the bearing: $N$ $24.0^\circ$ $W$. [^first]: I'm calling this angle $\sigma$, greek letter "sigma", just because $\theta$ is already taken, to label the angle *above* the dashed line) ## Domains and Ranges of Compound Trig Functions Yesterday we saw how, for a given trig function, we can think of it in two different ways, using two different tools: 1. We can keep the **unit circle** in our mind, and figure out what the trig function is "asking" in terms of an angle or coordinate on this unit circle. For $\sin(\theta)$, for example, we know it is asking us about a **$y$-coordinate**. For $\tan^{-1}(x)$, it is asking us about an **angle** that would produce a $\tan$ value of $x$. 2. We can also keep the **graph** of the function in our mind, and think about (for example) stretching/shrinking/shifting that graph. For $5\cos(3\theta + 2) - 4$, for example, we can imagine or draw the $\cos(\theta)$ graph, and then think about a vertical stretch of $5$, horizontal stretch of $3$, horizontal shift to the left $2$ units, and vertical shift downwards by $4$ units. To me, being able to do both of these will allow us to master finding domains and ranges of any function that the teacher throws at us. The key, though, is to always have a **"base picture"** in your head. What I mean is, if you see a scary-looking trig function like $y = -3.2\csc\left( -\frac{\theta}{2} - \frac{\pi}{6} \right)$, forget about the specific numbers and fractions, and just start by drawing out what the regular $csc(\theta)$ function looks like. Since $\csc$ is the reciprocal of $\sin$, we can start by just thinking of the plot for $\sin(\theta)$. $\sin(\theta)$ we know passes through the origin, since $\sin(0) = 0$ (the point at the "start" of the unit circle is $(1,0)$, so the $\sin$, the $y$ coordinate, is $0$). The biggest it can get is $1$, because we reach the top of the unit circle when $\theta = \frac{\pi}{2}$. The lowest it can get is $-1$, because we reach the bottom of the unit circle when $\theta = \frac{3\pi}{4}$. With these three pieces of info, we can plot the "regular" $sin(\theta)$ function. Once we've done that, we can draw the $csc(\theta)$ function, by just focusing on the maximum and minimum points of the $\sin(\theta)$ curve we drew, and making them the tops and bottoms of *parabolas* (the U-shaped curves), like this box from the textbook shows us: <center> <img src="https://i.imgur.com/f5js3ml.png" width="800px" /> </center> Once we've done those two steps, we know the "anchors" that this $csc(\theta)$ drawing is based on (the max and min points of a $\sin(\theta)$ graph with amplitude $1$), so that *now* we can bring in the fancy numbers and fractions. ## Working Through an Example Let's look at that function again, $y = -3.2\csc\left( -\frac{\theta}{2} - \frac{\pi}{6} \right)$. I've made a [Desmos visualization](https://www.desmos.com/calculator/n2xyw6hkkp) where each step we carry out below is represented by a different color. We can now imagine *taking* our $\csc(\theta)$ graph and doing the following things to it: * Flipping it over the $x$ axis, because of the negative sign at the beginning * Stretching it vertically by $3.2$ units * Flipping it over the $y$ axis, because of the negative sign within the $\csc$ function * Stretching it horizontally by 2, because of the denominator underneath the $\theta$ term, and * Shifting it left by $\frac{\pi}{3}$, because of the term inside the $\csc$ function that doesn't involve our angle $\theta$. * (a) Note that it's not $\pi/6$: that's because, if we read the inside of the parentheses carefully, it's shifting the *angle divided by 2* by $\pi/6$, which is the same as shifting the *original angle* by $\pi/3$). * (b) Note that it's a shift to the *left* even though we're *subtracting* something: that's because we already reversed the order of the stuff inside the parentheses by putting that negative sign in front of the $\theta$. Once we've done that, you can think of it like we're shifting the *negative* of our angle by some amount, which is the same as shifting the *original* angle by some amount in the opposite direction. By seeing where the anchor points and asymptotes end up, after doing all this, we can *re-draw* the $\csc$ function in the same way we did it above, but using these new points and asymptotes. For example, when you plot the original $\csc( \theta )$ function, you'll see that the bottom of one of the parabolas is the point $\left( \frac{\pi}{2}, 1 \right)$, and that the asymptotes on either side of it are the vertical lines $x = 0$ (on the left) and $x = \pi$ (on the right). So let's see what happens to this point when we do each of these transformations: * Flipping over the $x$ axis: this flips the point to its new location, $\left( \frac{\pi}{2},-1 \right)$, where it's now the *top* of a parabola. It doesn't affect the asymptotes (if you flip an infinitely tall vertical line vertically, it's still just an infinitely tall line). * Stretching vertically by $3.2$ units: this entails "pulling" the tops/bottoms of the parabolas $3.2$ units *further away from* the $x$ axis. So, rather than being $1$ unit away from the $x$ axis, our point is now $3.2$ units away from the $x$ axis, at its new location $\left(\frac{\pi}{2}, -3.2\right)$. It's still the *top* of a parabola, and the asymptotes on either side of it don't change (stretching an infinitely-tall line doesn't affect it, it's still infinity tall). * Flipping over the $y$ axis: the old point was at $\left( \frac{\pi}{2} , -3.2 \right)$, so when we flip it over the $y$ axis, it's now at $\left(-\frac{\pi}{2}, -3.2\right)$. It's still at the top of a parabola, but this time the asymptotes *have* changed: one of them was just $x = 0$, so that doesn't change (since it's exactly *on* the $y$ axis). But the other was at $x = \pi$, so now once we flip it over the $y$ axis it's now at $x = -\pi$. So our point is now still at the top of a parabola, but one bounded on the left by $x = -\pi$, and on the right by our $x = 0$ asymptote (which didn't move). * Stretching horizontally by $2$: since the old point was $\frac{\pi}{2}$ units away from the $y$ axis, when we stretch it twice as far away, it's now at $(-\pi, -3.2)$, $pi$ units away from the $y$ axis. The $x = 0$ asymptote still doesn't change (it can't be stretched away from the $y$ axis beause it's *on* the $y$ axis), but the $x = -\pi$ asymptote stretches twice as far away, just like we did for the point. So, instead of being at $x = -\pi$, it's now twice as far, at $x = -2\pi$. * Shifting left by $\frac{\pi}{3}$: Finally, we take our point and our asymptotes and just move them to the left by $\frac{\pi}{3}$ units. So, since our point was at $(-\pi,-3.2)$, it's now at $(-\pi - \frac{\pi}{3}, -3.2) = (-\frac{4\pi}{3},-3.2)$. This point is at the top of a parabola still. And, our asymptotes shift by the same amount: the $x = 0$ asymptote finally moves, over to $x = 0 - \frac{\pi}{3} = -\frac{\pi}{3}$, while the $x = -2\pi$ asymptote moves over to $x = -2\pi - \frac{\pi}{3} = -\frac{7\pi}{3}$. By following this point, from beginning to end, we saw exactly what each transformation did, to both the point itself and the asymptotes around it. We can then use this final "resting point", where the point is at $\left( -\frac{4\pi}{3}, -3.2 \right)$, at the top of a parabola, and it's surrounded by asymptotes at $x = -\frac{7\pi}{3}$ and $x = -\frac{\pi}{3}$. We can use this information to derive the **domain** and **range** of this new function: The domain of the *original* $\csc(\theta)$ function was all real numbers besides the asymptote values. Since the graph looks the exact same between each pair of asymptotes, we can take one of them, see how far the next one is, and know that that's the **period** of the function. At our point's original location $\left( \frac{\pi}{2}, 1 \right)$, it was at the bottom of a parabola, bounded by $x = 0$ and $x = \pi$. That means that if we started at that $x = 0$ asymptote and moved left by $\pi$, we'd end up at another asymptote $x = -\pi$. Similarly, if we started at the $x = \pi$ asymptote and moved right by $\pi$, we'd end up at another asymptote $x = 2\pi$. Given this, we know that we can write out **all** the asymptotes in the original function as $x = 0 + \pi k$. Let's now apply the same logic to our *final* function, after all the transformations, $-3.2\csc \left( -\frac{\theta}{2} - \frac{\pi}{6} \right)$. Our $x = 0$ asymptote ended up at $x = -\frac{\pi}{3}$, and our $x = \pi$ asymptote ended up at $-\frac{7\pi}{3}$. So, the jump that would get us from the left asymptote to the right asymptote is $-\frac{\pi}{3} - \left( -\frac{7\pi}{3} \right) = \frac{6\pi}{3} = 2\pi$. That means, to keep our formula for **all** the asymptotes as simple as possible, we can write it as $x = -\frac{\pi}{3} + 2\pi k$. If we start at $x = -\frac{\pi}{3}$, and we jump $2\pi$ in any direction, however many times we want, we'll still end up at an asymptote. So, given this formula, we now have everything we need to figure out the **domain** and **range**: * The **domain** is all real numbers besides the asymptotes. As we just figured out, this means it's $x \neq -\frac{\pi}{3} + 2\pi k$. * The **range**, since we have these parabolas whose tops and bottoms are just the points we followed, is just all the $y$ values that the parabolas take up. Since our final point $\left( -\frac{4\pi}{3}, -3.2 \right)$ is the *top* of a parabola, and the parabolas *above* the $x$ axis are the same distance away from the $x$ axis, we know that the tops of all the lower parabolas will be on the horizontal line $y = -3.2$, while the bottoms of all the upper parabolas will be on the horizontal line $y = 3.2$. Therefore, this function can reach any value *besides* the (vertical) space in between these parabolas, giving us the **range** $y = (-\infty, -3.2] \cup [3.2, \infty)$.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully