They have an iPhone app for this, but I didn't install it
Announcement
Collapse
No announcement yet.
Math help
Collapse
X
-
Thanks. I did not think of using a trig identiy to seperate.Originally posted by MOSFET View PostUse sum/difference formula: cos(x-y) = cos(x)cos(y) + sin(x)sin(y)
then it becomes: [[cos(x)cos(y) + sin(x)sin(y)] / sin(x)sin(y)] -1
which simplifies to: dy/dx = cos(x)cos(y)/sin(x)sin(y)
That should get you started.class joke
{
private:
char Forrest, Jenny, Momma, LtDan;
double Peas, Carrots;
string MommaAlwaysSaid(const bool AddAnyTime = True)
};
Comment
-
Nine times out of ten (at least in textbook problems), if there's a trig function in the DE, it's because they want you to use a trig identity. The other time, it's because they want you to waste half an hour looking for a trig identity that doesn't exist and another half hour manipulating the closest thing you could find, before you start all over in a different direction.Originally posted by TexasDevilDog View PostThanks. I did not think of using a trig identiy to seperate.Originally posted by BroncojohnnyHOORAY ME and FUCK YOU!
Comment
-
Yes, the back of the book has the answer, but not how it got to it. My TI-89 tells me the answer but doesn't tell me the steps either.Originally posted by poopnut2 View PostOh yeah, why don't you just look in the back of the book for the answer, or is it an even numbered problem?class joke
{
private:
char Forrest, Jenny, Momma, LtDan;
double Peas, Carrots;
string MommaAlwaysSaid(const bool AddAnyTime = True)
};
Comment
-
Yeah, trig identities will save you if you learn them inside and out.Originally posted by TexasDevilDog View PostThanks. I did not think of using a trig identiy to seperate.
I didn't get a chance to finish the problem earlier, but I think if you simplify the dy/dx = cos(x)cos(y)/sin(x)sin(y) further you get dy/dx = cot(x)cot(y)
Which you can separate into tan(y) dy = cot(x) dx
Then integrate and get: ln|sec (y)| = ln|sin(x)| + c
Then take the inverse natural logarithm: sec(y) = sin(x) + e^c
and finally: y = arcsec[sin(x) +e^c]
Is that right?Men have become the tools of their tools.
-Henry David Thoreau
Comment
-
Not quite. Integral of tan x is ln|sin x|, and to cancel the logs, you have to raise e to the power of each side of the equation.
So e^ln|sin y| = e^(ln|cos x| + c), which resolves to
sin y = e^ln|cos x| * e^c = C * cos x
Blah blah blah
To be fair, I Googled the base integrals and trig identities.Originally posted by BroncojohnnyHOORAY ME and FUCK YOU!
Comment
-
Oh, shit, yeah you're right there. That's what I get for doing this on the computer and not checking my work!Originally posted by That_Is_My_El_Camino View PostNot quite. Integral of tan x is ln|sin x|, and to cancel the logs, you have to raise e to the power of each side of the equation.
So e^ln|sin y| = e^(ln|cos x| + c), which resolves to
sin y = e^ln|cos x| * e^c = C * cos x
Blah blah blah
Edit: Looked up an integral table again and integral of tan x is ln |sec x| + c, but you got me on the parenthesis.Last edited by BERNIE MOSFET; 01-25-2011, 08:50 PM.Men have become the tools of their tools.
-Henry David Thoreau
Comment
-
Originally posted by That_Is_My_El_Camino View PostNot quite. Integral of tan x is ln|sin x|, and to cancel the logs, you have to raise e to the power of each side of the equation.
So e^ln|sin y| = e^(ln|cos x| + c), which resolves to
sin y = e^ln|cos x| * e^c = C * cos x
Blah blah blah
To be fair, I Googled the base integrals and trig identities.
Cheater.
Comment

Comment