Tagged Questions
2
votes
1answer
77 views
InterpolatingFunction with growing Domain
I want to find roots of a function that is very slow to calculate (the function itself involves a bunch of FindMaxima) so I interpolate the function in a region where I think it likely the the root ...
3
votes
2answers
90 views
Find condition under which variables fall away
I have a somewhat lengthy expression, looking like
expr = 1 + x + b + Pi + 2*a
Is there some way of generating a relationship between ...
-3
votes
1answer
383 views
How can Mathematica solve this set of differential equations? [closed]
I'm trying to solve this set of non linear differential equations, but apparently it won't solve. I really tried all the tweaks I could think of. Still no progress... So now I turn to you, can you ...
2
votes
0answers
175 views
Numerically/Analytically Solving a System of Equations
I have $6$ functions $f_i(x,y,z)$, $(i = 1, \ldots, 6)$ in three variables $x,y,z$, and I would like to find a simultaneous instance of these variables, say $(x_0, y_0, z_0)$, such that $f_i(x_0, y_0, ...
0
votes
0answers
277 views
Reduce/NSolve cannot solve a constraint problem?
I am trying to solve the following problem:
Minimize Integral[ (y''[x]+10)^2,x]
Where y''[x]+a*y'[x]+y[x] = 0, and the initial conditions for the DE are
...
3
votes
1answer
214 views
wrong use of _?NumberQ?
I am having trouble with a numerical exercise. Here's a simplified version of my problem.
I define two functions to find the solution to two constrained maximization problems:
...
1
vote
2answers
573 views
Find the dimensions of a cylindrical can that will minimize the cost of the material
A cylindrical can is to be made to hold 1 L of oil. Find the dimensions
that will minimize the cost of the metal to manufacture the can.
This is a standard calculus problem.
The volume of the ...
8
votes
1answer
905 views
Solve Lagrange multipliers optimization problem
I have two nested solid figure, where $V(a,h,\tau)$ defines the volume and $A(a,h,t)$ defines the surface. The outer solid figure is parametrized in $a_s$,$h_s$ and $t_s$ (they share a common center). ...
7
votes
1answer
341 views
Using Mathematica to help to determine the consistency of and numerically solve systems of non-linear equations
The formal problem
The question I am about to ask is applicable to many scientific and engineering problems. In short, I am bout to ask for pointers and practical advice for Mathematica beginners who ...