LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve an equation which has integration

Solved!
Go to solution

Dear Sir,

 

I need to implement an equation as below:

 

 equation.JPG

I have checked many VI's from Mathematics and signal processing tool box but unable to fulfill my requirement. Kindly help me out with any suggestions.

 

with regards,

Sri

0 Kudos
Message 1 of 6
(3,101 Views)

This is not an equation, because there is no equal sign.

 

What do you mean by "solve"?

What do you mean by "implement"?

What parts are known, what are the unknowns?

Are you looking for a symbolic math solution?

 

Your probably shoud try to give significantly more information. What problem are you trying to solve? Where is the data coming from? How are the results used?

0 Kudos
Message 2 of 6
(3,079 Views)

Hi,

 

 

Please suggest me which VI's have to be used for solving that equation.

 

 

0 Kudos
Message 3 of 6
(3,065 Views)
Solution
Accepted by topic author SriSwathi

This is not really a LabVIEW question but a simple math one.

The integral you show is a definite integral between the values: 0 and "b". I guess the "a" is a constant value, so you just have to integrate it by variable "b" simply using the definite integral rule:

-2 * a * (b - 0) = -2ab.

So if you have the value of a and b, you can just use multiply function in LabVIEW.

 

0 Kudos
Message 4 of 6
(3,053 Views)

But do not forget that, the above solution is only valid mathematically in the case when the "a" is a constant or a function which is not depending on variable "b". If "a" is a function for example which depends on variable "b", you have to solve the integral in a different way.

0 Kudos
Message 5 of 6
(3,034 Views)

Dear Sir,

 

Thanks for the support.

 

 

 

with regards,

Sri

0 Kudos
Message 6 of 6
(3,023 Views)