Advertisement
Guest User

Making an Interactive SHOCKWAVE CALCULATOR with Desmos

a guest
Nov 18th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Making an Interactive SHOCKWAVE CALCULATOR with Desmos
  2. ======================================================
  3. https://www.youtube.com/watch?v=cgFbclatvPc
  4. ______________________________________________________
  5.  
  6.  
  7.  
  8. # https://www.desmos.com/calculator/gnuwnpopmg
  9. # The "mach" speed of the object (speed of the object divided by the speed of sound). Play with the slider.
  10. v_{mach}=1.3
  11. # Angle. Notice what happens when v_mach approaches 1 (when the object slows down to the speed of sound).
  12. \theta_{angle}=\frac{360}{\pi}\arcsin\frac{1}{v_{mach}}
  13. # Other stuff
  14. a=\left[1,\ ...,\ n\right]
  15. n=12
  16. \left(x-\frac{a}{n}\right)^{2}+y^{2}=\left(\frac{a}{v_{mach}n}\right)^{2}
  17. \left(x-k\right)^{2}+y^{2}=\left(\frac{k}{v_{mach}}\right)^{2}
  18. k=0.75
  19. \left|y\right|\sqrt{v_{mach}^{2}-1}=x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement