Another rather simple Differential Equation

Click For Summary

Homework Help Overview

The discussion revolves around a differential equation involving trigonometric functions, specifically focusing on the integration of expressions related to \( \cos(4y) \) and \( \cos(2x) \). Participants are examining the steps taken to solve the equation and questioning the validity of certain transformations and integrations.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various steps taken to solve the differential equation, including integration techniques and transformations. There is a focus on the correctness of changing forms in integrals and the implications of those changes. Questions arise about the validity of specific mathematical expressions and the reasoning behind them.

Discussion Status

The discussion is ongoing, with participants actively questioning assumptions and exploring different approaches to the integration problem. Some guidance has been offered regarding integration techniques, but there is no explicit consensus on the correct method or solution yet.

Contextual Notes

Participants express confusion over certain mathematical transformations and the implications of using different integration techniques. There is a recognition of potential misunderstandings regarding the relationships between trigonometric identities and their derivatives.

JoshHolloway
Messages
221
Reaction score
0
[tex]y \prime = (cos^{2}x)(cos^{2}(2y))[/tex]

[tex]\frac{dy}{dx} = \frac{1}{2} (cox(2x) + 1) \frac{1}{4}(cos(4y) + 1)[/tex]

[tex]\frac{1}{cos(4y) + 1}dy \ = \ \frac{1}{8} (cos(2x) + 1)dx[/tex]

[tex]\int \frac{1}{ \sqrt{cos(4y)}^{2} + 1}dy \ = \ \frac{1}{8} \int (cos(2x) + 1)dx[/tex]

[tex]tan^{-1}(cos4y) \ = \ \frac{1}{8} \frac{1}{2} sin(2x) + \frac{1}{8} x + C[/tex]

[tex]tan[tan^{-1}(cos4y) \ = \ \frac{1}{16} sin(2x) + \frac{1}{8} x + C][/tex]

[tex]cos^{-1}[cos(4y) \ = \ tan( \frac{sin2x}{16} + \frac{x}{8} + C)][/tex]

[tex]y \ = \ \frac{1}{4} cos^{-1}[tan( \frac{sin2x}{16} + \frac{x}{8} + C)][/tex]
 
Last edited:
Physics news on Phys.org
What's the question? What have you attempted?

~H
 
The first line is the problem, and each following line is one of the steps I took to solve it. The final line is the solution. Is that right? It sure doesn't look right to me, but I don't know what I am doing wrong.
 
Last edited:
I am a little concerned as to what you have done with respect to this line here;

[tex]\int \frac{1}{{\color{red} \sqrt{cos(4y)}^{2} + 1}}dy \ = \ \frac{1}{8} \int (cos(2x) + 1)dx[/tex]

Why did you change it into this form? Why did you simply not integrate;

[tex]\int \frac{1}{cos(4y) + 1}dy[/tex]

In any case

[tex]\frac{1}{cos(4y) + 1} \neq \frac{1}{ \sqrt{cos(4y)}^{2} + 1}[/tex]

~H
 
Why is this so:

[tex]\frac{1}{cos(4y) + 1} \neq \frac{1}{ \sqrt{cos(4y)}^{2} + 1}[/tex]

And I changed it into that form because I thought that would be an easy way to use the arctangent integration technique.

How would I integrate this:
[tex]\int \frac{1}{cos(4y) + 1}dy[/tex]
 
Last edited:
Oh, would this work:

[tex]\int \frac{1}{cos(4y) + 1}dy \ = \ tan^{-1}( \sqrt{cos4y})[/tex]

I reworked the problem that way, and this is what I ended up with:

[tex]y \ = \ \frac{1}{4} cos^{-1}[tan^{2}( \frac{sin2x}{16} + \frac{x}{8} + C)][/tex]

Am I getting warmer?
 
Last edited:
I don't understand why this is so:

[tex]\frac{1}{cos(4y) + 1} \neq \frac{1}{ \sqrt{cos(4y)}^{2} + 1}[/tex]Isn't this correct?: [tex]cos(4y) \ = \ \sqrt{cos(4y)}^{2}[/tex]
 
JoshHolloway said:
Why is this so:

[tex]\frac{1}{cos(4y) + 1} \neq \frac{1}{ \sqrt{cos(4y)}^{2} + 1}[/tex]

Sorry I didn't see you had raised it to the power two, my eyes must be getting worse!

How would I integrate this:
[tex]\int \frac{1}{cos(4y) + 1}dy[/tex]

I think the easiest way to do this is write it in terms of sec2.

~H
 
Does this work:
[tex]\int \frac{1}{cos(4y) + 1}dy \ = \ tan^{-1}( \sqrt{cos4y})[/tex]

How would you write that in terms of [tex]sec^{2}[/tex]
 
  • #10
Wouldn't you have to use the method of Partial Fractions in order to get it into some form like this in order to write it in terms of sec
[tex]\frac{A}{cos4y} + 1[/tex]
 
  • #11
I have absolutely no idea what you mean by the easiest way would be to get it in terms of sec^2
 
  • #12
I'm having the feeling you're making this harder than necessary.
Remember that (tan(2y))' = 2/(cos²(2y)).

[tex] \frac{{dy}}{{dx}} = \left( {\cos ^2 x} \right)\left( {\cos ^2 \left( {2y} \right)} \right) \Leftrightarrow \frac{{dy}}{{\cos ^2 \left( {2y} \right)}} = \cos ^2 xdx \Leftrightarrow \frac{1}{2}\tan \left( {2y} \right) = \frac{1}{4}\left( {\sin \left( {2x} \right) + 2x} \right) + C[/tex]
 
  • #13
JoshHolloway said:
Wouldn't you have to use the method of Partial Fractions in order to get it into some form like this in order to write it in terms of sec
[tex]\frac{A}{cos4y} + 1[/tex]

Yes, using partial fractions;

[tex]\frac{1}{\cos(4y) +1} = \frac{1}{2}\sec^{2}(2y)[/tex]

Now, you sould find;

[tex]\int \frac{1}{2}\sec^{2}(2y) \; dy[/tex]

A little easier to solve.

~H
 
  • #14
But we started with sec²(2y), that was the factor cos²(2y) at the rhs...

Perhaps I'm missing something but I think you just went in a circle, from cos²(2y) to the double angle (losing the square) and now back introducing the square, with the half angle!
 
  • #15
Wow. Thanks a lot! I really do have a tendency to make things more difficult than they really are. Hey TD, could you check out the last question in the thread I started yesterday. Thanks.
 
  • #16
TD said:
But we started with sec²(2y), that was the factor cos²(2y) at the rhs...

Perhaps I'm missing something but I think you just went in a circle, from cos²(2y) to the double angle (losing the square) and now back introducing the square, with the half angle!

Good point, guess my maths is a bit rough, best stick to physics...

~H
 
  • #17
We're all here to help (or to get help), I'd probably make similar mistakes when attempting to answer physics questions :blushing:

It's nice to see you're helping arround a lot, being a science advisor and homework helper. I remember you from a couple of months back, with a few calculus questions :smile:
 
  • #18
TD said:
It's nice to see you're helping arround a lot, being a science advisor and homework helper. I remember you from a couple of months back, with a few calculus questions :smile:

Hmm, so do I, volumes of revolution and integration by substitution (one where I actually forgot to integrate) once again, my careless mistakes let me down:blushing: . Thanks again for helping me :smile:

~H
 

Similar threads

Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K
Replies
19
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K