Solve Problem: Can't Optimize Equations with Manual Method

  • Context: Undergrad 
  • Thread starter Thread starter ojsimon
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on manually optimizing two equations related to sales and pricing: u=30000*(1+((x/20)-1)*-1.1) for optimum units sold and m=(u*(x-10))-300000 for margin. The user initially struggled with simplification and optimization without using Excel, ultimately finding a solution through manual calculations despite the time-consuming nature of the process. The conversation highlights the efficiency of computational methods for solving such iterative problems compared to manual approaches.

PREREQUISITES
  • Understanding of algebraic equations and optimization techniques
  • Familiarity with iterative methods for solving equations
  • Basic knowledge of margin calculations in sales
  • Awareness of computational tools for mathematical problem-solving
NEXT STEPS
  • Research iterative methods for solving nonlinear equations
  • Explore optimization techniques in mathematical programming
  • Learn about using Excel Solver for optimization problems
  • Investigate programming languages like Python for automating mathematical calculations
USEFUL FOR

Mathematicians, sales analysts, and anyone involved in pricing strategy optimization will benefit from this discussion, particularly those looking to enhance their problem-solving efficiency through computational methods.

ojsimon
Messages
56
Reaction score
0
Hi

I am trying to do this manually without excel, http://office.microsoft.com/en-us/help/HA100242441033.aspx

I have come to the two equations:
u=30000*(1+((x/20)-1)*-1.1)
m=(u*(x-10))-300000

where u= optimum units sold
x= optimum price
m=margin with optimum price

I have tried simplifying these together and optimising it, but keep getting the wrong answer. Could anyone help me by providing a solution to it which matches the one on microsoft's website?

Thanks
 
Last edited by a moderator:
Physics news on Phys.org
Solving this system requires iterations. You need to make a "guess" at the values of u and m and also apply the constraints to the equations. Once that is done, you solve the equations with the "guess" value store those results, solve the system with the new values, compare the results, and keep doing this until you have reach the convergence tolerance. This can tedious by hand if the system requires a lot of iterations to converge, that is why having a computer program do it for you is much more efficient.

Thanks
Matt
 
thanks but just managed to solve it the normal way, just took ages and lots of working
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
625
  • · Replies 25 ·
Replies
25
Views
8K
  • · Replies 1 ·
Replies
1
Views
5K