Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me solve this integration equation

Status
Not open for further replies.

max232

Member level 5
Joined
Dec 20, 2002
Messages
89
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
721
Integration,

Hi ,

I seek with intergrer this

I = (sin ( ( A *cos(x) ) ) / cos(x) )^(2) * sin^3 (x) dx

dx(0 to pi )

without using matlab

Thank you
 

Re: Integration,

Is your second set of brackets around Acos(x) there for a reason? For example, would I word your question as this:

The integration of [Sin(Acosx) over cosx all squared] [multiplied by sinx cubed] [multiplied by dx] (from pi to 0)
 

Re: Integration,

rudane said:
The integration of [Sin(Acosx) over cosx all squared] [multiplied by sinx cubed] [multiplied by dx]


(from o to pi)
 

Re: Integration,

I have attached a partial solution to your problem. You should be able to complete it now.
 

Re: Integration,

use Maple, and find the solution as:


Maple input> integral:=Int((sin(A*cos(x))/cos(x))^2 * sin (x)^3,x=0..Pi);

Pi
/ 2 3
| sin(A cos(x)) sin(x)
integral := | ---------------------- dx
| 2
/ cos(x)
0

Maple input> int((sin(A*cos(x))/cos(x))^2 * sin (x)^3,x=0..Pi);


-3 A + 2 A cos(A)*cos(A) + cos(A) sin(A) + 2 Si(2 A) A*A
-----------------------------------------------------------------
A



if A=1, answer: -2+cos(2)+cos(1)*sin(1)+2*Si(2)


regards,
Lkuzu
 

Re: Integration,

This is the result from mathematica
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top