Message Boards Message Boards

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

Simplifying the conditional expression from a double integral?

I am trying to calculate an integral over y on a function f of two variables f[x,y]. However, the result comes out in the form of a conditional expression. Can anyone please tell how to simplify it? My code goes like this:

w[x_] := 10^-6*Sqrt[1 + (x/(Pi*10^-12))^2]

g[x_, y_] := 1/w[x - y]^2

h[x_] = Integrate[g[x, y], {y, 0, 100*10^-6}]
POSTED BY: Zainab Chowdhry
Posted 3 years ago
h[x_]=Integrate[g[x, y], {y, 0, 100*10^-6},Assumptions->Element[x,Reals]]
POSTED BY: Bill Nelson
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