Author Topic: Trig Substitution  (Read 5990 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Trig Substitution
« on: January 24, 2013, 08:20:55 pm »
Hey, today in ap calc we learned trig substitution, and i understand everything up to the part where you have to substitute the theta back into so that your awnser is in terms of x. Could somebody please try to explain it to me?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Trig Substitution
« Reply #1 on: January 24, 2013, 10:02:30 pm »
The reason you substitute theta back is is because the original substitution mapped the function to a polar domain. The answer is correct for THAT domain, but it's not necessarily correct for the Euclidean domain the original problem was phrased in. So, what you do is remap the function back to a euclidean domain by substituting theta.

Is that what you were asking?
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #2 on: January 24, 2013, 10:04:00 pm »
oh, no, i know WHY you need to substitute it back but i don't get HOW you do it.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Trig Substitution
« Reply #3 on: January 24, 2013, 10:21:38 pm »
You use SineOppositeHypotenuse CosineAdjacentHypotenuse TangentOppositeAdjacent
If you subsituted sine in you need to solve for it in terms of x. Then you phrase it as a fraction (if its not a fraction just put a 1 under it). Then match sides using the trig functions. (Opposite top, Hypotenuse bottom for sine) draw a triangle and solve it in terms of x. You can then substitute that into any trig function to solve for it in terms of x. If you want an example I can work one out later.
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #4 on: January 24, 2013, 10:32:55 pm »
Erm, i don't get what you mean.
We had e.g. for
integral(1/sqrt(16-x^2)) then in the end
theta+c

and how to get from that to
arcsin(x/4)+c
+c is obvious :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Trig Substitution
« Reply #5 on: January 24, 2013, 11:03:22 pm »
Memorizing formula, of course! :P

integral(1/sqrt(a^2-x^2))=arcsin(x/a)
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #6 on: January 24, 2013, 11:03:42 pm »
i mean without dat :P
so the hard way :P
« Last Edit: January 24, 2013, 11:04:01 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Trig Substitution
« Reply #7 on: January 24, 2013, 11:12:25 pm »
integral(1/sqrt(16-x^2))dx



using trig substitution

sin(-)=x/4
4sin(-)=x

sqrt(4^2-x^2)=4cos(-)

dx = d/dx(x)
dx = d/dx(4sin(-))
dx = 4cos(-)d(-)

substitute to original equation:

integral((1/4cos(-))(4cos(-)d(-)))
= integral (1 d(-))

integrate it and you get (-)+C.

now since sin(-)=x/4
(-) = arcsin(x/4)

therefore (-)+C = arcsin(x/4)+C
« Last Edit: January 24, 2013, 11:20:54 pm by Yeong »
Sig wipe!

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #8 on: January 25, 2013, 06:52:01 pm »
Ok, and what did you need the triangle drawing for now?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Trig Substitution
« Reply #9 on: January 26, 2013, 07:42:12 am »
He used the triangle drawing to not have to explain what kind of triangle he was using. (as in, side length and stuff)
I'm not a nerd but I pretend:

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #10 on: January 26, 2013, 03:56:32 pm »
i mean, sqrt(16-x²) is nohere used

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: Trig Substitution
« Reply #11 on: January 26, 2013, 04:01:55 pm »
Quote
sqrt(4^2-x^2)=4cos(-)
:P

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Trig Substitution
« Reply #12 on: January 26, 2013, 04:03:59 pm »
Quote
sqrt(4^2-x^2)=4cos(-)
:P
oh, i didn't see that one......mhmm, maybe i get it now, idk......

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!