Message Boards Message Boards

0
|
3041 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Solve equation comprising integration and giving the value of constants?

Posted 5 years ago

Consider the following code:

NDSolve[(?*P)/(Pi*?*Cp)*Integrate[Exp[-2 ((x - V t)^2 + z^2)/(8 Qt + ?^2)], {t, 0, Infinity},x == 0, ? == 4, ? == 789, Cp== 2440, P == 0.04, Q == 0.0000000883, ? == 0.00035, V == 2, z == 1] 

I have used this to solve the equation with the values of constants given here. I am getting an error of "Integrate: Invalid integration variable or limit(s) in x==0". What am I doing wrong here?

POSTED BY: Akshay Raj R
x = 0; ? = 4; ? = 789; Cp = 2440; P = 1/25; Qt = 883/10000000000; ? = 7/20000; V = 2; z = 1;
(?*P)/(Pi*?*Cp)*Integrate[Exp[-2 ((x - V t)^2 + z^2)/(8 Qt + ?^2)], {t, 0, Infinity}]

(* Sqrt[921/(2 ?)]/(1604300000000 E^(20000000000/8289)) *)

N[%, 100](* By numerics *)
(* 2.46422625741300841899845719658810928889079877714383973615143785469577\
3747025826659955337739134874899*10^-1047893 *)
POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract