How to Predict Outcomes of New Equations Without Solving for Variables?

In summary, predicting outcomes of new equations without solving for variables can be achieved through various methods such as dimensional analysis, graphical analysis, and the use of established mathematical principles. By examining the relationships between variables and understanding the underlying structure of the equations, one can infer potential outcomes. Utilizing tools like simulations or numerical methods can also provide insights into the behavior of the equations without the need for explicit solutions. Overall, a combination of analytical techniques and computational approaches facilitates effective predictions in complex scenarios.
  • #1
Sucvicbil
5
0
TL;DR Summary: Isolating coefficient contribution to outcome change

This is a problem I've been trying to solve for almost 3 days now, without any solutions.
Say we have x + y + z = 5, and x is 1, y is 1, and z is 3. We have a second equation = 2x + 3y + 4z = 17. Using the outcome difference based on the coefficient change alone observed between the first and second equation, how can we predict the outcome of a new equation = 6x + 5y + 7z = ? without using the values of x, y or z at all. Seems deceptively simple at first, but it seems unsolvable.
 
Physics news on Phys.org
  • #2
Your last "equation" is not an equation--you have not specified the right hand side--so you have two equations in three unknowns. The system is under-determined, so there is no solution.
 
  • #3
marcusl said:
Your last "equation" is not an equation--you have not specified the right hand side--so you have two equations in three unknowns. The system is under-determined, so there is no solution.
Hi! Thanks for responding. My thought process is - since the observable change between equation 1 and equation 2 is due to coefficients, then surely the coefficient changes contributes to the difference in outcome between 1 and 2, so if we know what this contribution is, for new equations - we can adjust this contribution based on the new coefficients to deduce new outcomes.
 
  • #4
marcusl said:
so you have two equations in three unknowns. The system is under-determined, so there is no solution.
Correction: there is no unique solution.
 
  • #5
Sucvicbil said:
My thought process is - since the observable change between equation 1 and equation 2 is due to coefficients, then surely the coefficient changes contributes to the difference in outcome between 1 and 2, so if we know what this contribution is, for new equations - we can adjust this contribution based on the new coefficients to deduce new outcomes.
This makes no sense to me. The most systematic way of solving systems of equations uses the linear algebra technique of writing the equations as an augmented matrix and using Gauss-Jordan elimination to find a solution.

The general solution of the two equations you provided is <x, y, z> = t<1, -2, 1> + <-2, 7, 0>, where t is any arbitrary real number. For example, if t = 0, x = -2, y = 7, and z = 0. Note that these values of x, y, and z satisfy both your equations.
 
  • #6
Thank you for the clarification—no unique solution. You can see it this way: your first two equations eliminate one variable. For example, you can express z in terms of x and y. Substituting that into your third expression gives the right hand side, call it u, in terms of x and y. There’s no unique solution, as Mark44 points out.
 
  • #7
Mark44 said:
This makes no sense to me. The most systematic way of solving systems of equations uses the linear algebra technique of writing the equations as an augmented matrix and using Gauss-Jordan elimination to find a solution.

The general solution of the two equations you provided is <x, y, z> = t<1, -2, 1> + <-2, 7, 0>, where t is any arbitrary real number. For example, if t = 0, x = -2, y = 7, and z = 0. Note that these values of x, y, and z satisfy both your equations.
Hi! Thanks for your response. My goal is not to calculate the values of x, y, z, my goal is to predict outcomes of new linearly independent equations by calculating an adjustable coefficient based on the coefficient differences between equation 1 and 2, and the contribution of this coefficient change to the outcome difference ( 17 - 5 ). This way, without seeing the values of x, y, z (again), and by using the coefficients in the new equation, I can simply adjust this deduced coefficient (using ratios or something along those lines) to predict the outcome of the new equation. I hope I managed to articulate that better.
 
  • #8
What part of the responses you've gotten are you not following? We'd like to help you understand.
 
  • Like
Likes Vanadium 50
  • #9
marcusl said:
What part of the responses you've gotten are you not following? We'd like to help you understand.
It seems we are defining two completely different problems. I understand the laws of needing as many linearly independent equations as the variables for a solution, but this is not what my problem is posing. My problem is around detangling the contribution of coefficients from the the contribution of positional weights in outcomes, solving this will enable me to be able design a system that predicts outcomes by multiplying an adjustable coefficient by a reference outcome. It's okay if you don't understand, I'll wait for someone who does! Have a lovely day.
 
  • #10
Your description of the problem is insufficient. Either
1) this is a homework problem-in which case you need to write down the exact problem statement
or
2) you are trying to do something and you have decided on this approach- in which case you need to write down what you are trying to do
 
  • #11
Sucvicbil said:
My goal is not to calculate the values of x, y, z, my goal is to predict outcomes of new linearly independent equations by calculating an adjustable coefficient based on the coefficient differences between equation 1 and 2, and the contribution of this coefficient change to the outcome difference ( 17 - 5 ). This way, without seeing the values of x, y, z (again), and by using the coefficients in the new equation, I can simply adjust this deduced coefficient (using ratios or something along those lines) to predict the outcome of the new equation.
Again, this makes very little sense to me. When you say that your goal is to "predict outcomes of new linearly independent equations" I don't know what this means. It would be helpful for you to explain why you want to do this.

If you have two linearly independent equations in three variables, this means that neither equation is a constant multiple of the other. Geometrically, in three dimensions, the two linearly independent equations represent planes that intersect in a line. This line of intersection is defined by the points that are on it, with specific values of x, y, and z. The planes can't be co-incident (same plane) and can't be parallel to each other. For three linearly independent equations, the geometry is that all three planes intersect in exactly one point. I'm not aware of any technique that allows you to fiddle with the coefficients of the first two equations to come up with the coefficients for a third equation.
Sucvicbil said:
I hope I managed to articulate that better.
Well, no.
 
  • #12
I suggest you rewrite the problem using no extraneous information. If we are not allowed to use the fact that (1,1,3) is a solution, don't make that part of the problem. Tell us no more, and no less, than it takes to specify the problem.
 
  • Like
Likes PhDeezNutz
  • #13
Sucvicbil said:
It's okay if you don't understand, I'll wait for someone who does!
Consider the possibility that your description isn't understandable. If none of us know what your asking, you might be waiting a long time.

Words often don't work well in describing math problems. Perhaps you could put together a more formal statement of the problem?

It seems to me you've used 2 equations to define a line in ##\mathbb R^3## and your asking what is the general result from a 1st order polynomial with arbitrary coefficients using a point on that line as the input. The answer is it could be anything.

To paraphrase Pauli, it's not even unsolvable.
 
  • #14
Given <x, y, z> = t<1, -2, 1> + <-2, 7, 0>, then ax+by+cz = t<a, -2b, 1c> + <-2a, 7b, 0> = <(t-2)a, (7-2t)b, tc> ##\forall t \in \mathbb R##.
Is that what you wanted?
 
  • #15
Maybe OP can consider the total derivative to evaluate how the coefficients affect the final output.
 
  • #16
We're all playing "guess the question". Maybe we should wait for the OP to enter it verbatim.
 
  • Like
Likes PhDeezNutz, fresh_42 and Frabjous
  • #17
Vanadium 50 said:
We're all playing "guess the question". Maybe we should wait for the OP to enter it verbatim.
( To OP) This, is...NOT Jeopardy!!
 
  • #18
  • #19
Sucvicbil said:
My goal is not to calculate the values of x, y, z, my goal is to predict outcomes of new linearly independent equations by calculating an adjustable coefficient based on the coefficient differences between equation 1 and 2, and the contribution of this coefficient change to the outcome difference ( 17 - 5 ).
What you are overlooking is that if you have enough information to calculate the results of all such variations of coefficients then you have enough information to find x, y and z. Hence the two goals are the same.

What you can do is predict the results for certain combinations of coefficients, namely, those that can be produced by linear combinations of the results you have:
x + y + z = 5 and
2x + 3y + 4z = 17 so
(m+2n)x + (m+3n)y + (m+4n)z = 5m + 17n for any m and n.
 
  • Like
Likes MatinSAR

FAQ: How to Predict Outcomes of New Equations Without Solving for Variables?

1. What does it mean to predict outcomes of new equations without solving for variables?

Predicting outcomes of new equations without solving for variables involves estimating the behavior or results of an equation based on its structure and the relationships between its components, rather than finding exact values for the variables involved. This can include analyzing the equation's form, identifying trends, and using known properties of similar equations.

2. What techniques can be used to predict outcomes without solving the equations?

Several techniques can be used, including dimensional analysis, graphical analysis, approximation methods, and qualitative reasoning. These methods allow scientists and mathematicians to understand the relationships within the equations and make educated predictions about their behavior without needing to find specific solutions.

3. How can I use graphical methods to predict outcomes of equations?

Graphical methods involve plotting the equation on a graph to visualize its behavior. By examining the shape of the graph, such as identifying intercepts, asymptotes, and the general trend, one can make predictions about the outcomes for various input values without solving the equation explicitly.

4. Are there any software tools that can assist in predicting outcomes of equations?

Yes, various software tools can assist in predicting outcomes, such as MATLAB, Mathematica, and Python libraries like NumPy and SciPy. These tools can perform numerical simulations, visualize equations, and analyze data patterns, allowing users to make predictions based on computational models rather than exact solutions.

5. What are the limitations of predicting outcomes without solving equations?

The limitations include the potential for inaccuracies if the underlying assumptions are incorrect, the inability to provide exact solutions, and the risk of oversimplifying complex relationships. Additionally, predictions may not account for all variables or conditions, leading to unexpected results in certain scenarios.

Similar threads

Replies
22
Views
3K
Replies
2
Views
2K
3
Replies
93
Views
8K
3
Replies
93
Views
12K
2
Replies
61
Views
9K
2
Replies
56
Views
8K
2
Replies
42
Views
8K
Back
Top