They have an iPhone app for this, but I didn't install it
Announcement
Collapse
No announcement yet.
Math help
Collapse
X
-
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
-
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
-
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
-
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
-
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