Solve Equation with No Analytic Solution - Symbolic Integration

In summary, the conversation discusses the possibility of solving an equation where the integral of a function, given a and b as parameters, equals 1. However, it is uncertain if this is possible as there may be an infinite number of (a,b) pairs that satisfy this condition. The use of NIntegrate may not be feasible for this task, but providing more information and code may increase the chances of finding a solution.
  • #1
dabo
4
0
I would like to solve an equation:
NIntegrate[f[x],{x,a,b}]==1
For a and b, my function doesn't have analytic solution.
 
Physics news on Phys.org
  • #2
dabo said:
I would like to solve an equation:
NIntegrate[f[x],{x,a,b}]==1
For a and b, my function doesn't have analytic solution.
It's not clear to me what you're trying to do. Are you trying to solve for a and b so that ##\int_a^b f(x)dx = 1##?
 
  • #3
Mark44 said:
It's not clear to me what you're trying to do. Are you trying to solve for a and b so that ##\int_a^b f(x)dx = 1##?
Yes Mark, I want to find all the points a and b so that the integral takes the value 1 or another.
 
  • #4
dabo said:
Yes Mark, I want to find all the points a and b so that the integral takes the value 1 or another.
I doubt very much that this is possible. For a given function f, there could be an infinite number of (a, b) pairs of numbers for which ##\int_a^b f(x)dx = 1##.
 
  • #5
I have some constrictions both a and b must be positive and they are in some range.
 
  • #6
dabo said:
I have some constrictions both a and b must be positive and they are in some range.
I still think you're out of luck. As far as I know, NIntegrate is not implemented to do what you want it to do.
 
  • #7
If all the code needed to define your f and describe your conditions on a and b is fairly small and the text of that code can be pasted into a message then someone might scrape that code, paste it into Mathematica and spend a little time seeing what they could do with it. If you can provide any more information about what you want to do with the answer or what form you need the result in then that might help increase your chances of getting something worthwhile in return. Screen captures or incomplete descriptions almost certainly won't get anything useful.
 

FAQ: Solve Equation with No Analytic Solution - Symbolic Integration

What is a "no analytic solution"?

A "no analytic solution" refers to a mathematical equation that cannot be solved using traditional algebraic methods, such as factoring or using the quadratic formula. In other words, there is no simple, closed-form solution to the equation.

What is symbolic integration?

Symbolic integration is a method of finding the antiderivative of a function. It involves finding a function whose derivative is equal to the given function. This is often done using techniques such as substitution, integration by parts, and trigonometric identities.

Why is it difficult to solve equations with no analytic solution?

Equations with no analytic solution are difficult to solve because there is no single, definitive method that can be used to find a solution. It often requires a combination of techniques and may involve trial and error to find an approximate solution.

Can computer software be used to solve equations with no analytic solution?

Yes, computer software can be used to solve equations with no analytic solution. Many mathematical software programs such as Mathematica, Maple, and MATLAB have built-in functions for finding numerical solutions to these types of equations.

Are there any real-world applications for equations with no analytic solution?

Yes, there are many real-world applications for equations with no analytic solution. They are often used in fields such as physics, engineering, and economics to model complex systems and phenomena that cannot be described by simple, closed-form equations.

Similar threads

Replies
13
Views
2K
Replies
1
Views
940
Replies
19
Views
1K
Replies
1
Views
2K
Replies
12
Views
1K
Replies
34
Views
4K
Replies
9
Views
3K
2
Replies
58
Views
6K
Back
Top