- #1
wel
Gold Member
- 36
- 0
The three non-linear equations are given by
\begin{equation}
c[(6.7 * 10^8) + (1.2 * 10^8)s+(1-q)(2.6*10^8)]-0.00114532=0
\end{equation}
\begin{equation}
s[2.001 *c + 835(1-q)]-2.001*c =0
\end{equation}
\begin{equation}
q[2.73 + (5.98*10^{10})c]-(5.98 *10^{10})c =0
\end{equation}
Using the Newton-Raphson Method solve these equations in terms of [itex]c,s[/itex] and [itex]q[/itex].
=> It is really difficult question for me because i don't know very much about the Newton-Raphson Method and also these non-linear equations contain 3 variables.
I have try by applying the Newton-Raphson method to each equations:-
\begin{equation}
f(c,s,q)=0= c[(6.7 * 10^8) + (1.2 * 10^8)s+(1-q)(2.6*10^8)]-0.00114532
\end{equation}
\begin{equation}
g(c,s,q)=0= s[2.001 *c + 835(1-q)]-2.001*c
\end{equation}
\begin{equation}
h(c,s,q)=0= q[2.73 + (5.98*10^{10})c]-(5.98 *10^{10})c
\end{equation}
now i guess i need to work out [itex]f'(c,s,q), g'(c,s,q), h'(c,s,q)[/itex] but i don't know how?
and after working out [itex]f'(c,s,q), g'(c,s,q), h'(c,s,q)[/itex] . After that i think i need to use Newton-raphson iteration:
[itex]c_{n+1}= c_n - \frac{f(c,s,q)}{f'(c,s,q)}[/itex]
but the [itex]f(c,s,q)[/itex] and [itex]f'(c,s,q)[/itex] contains the [itex]s[/itex] and [itex]q[/itex].
Similarly, for
[itex]s_{n+1}= s_n - \frac{g(c,s,q)}{g'(c,s,q)}[/itex]
will have [itex]g(c,s,q)[/itex] and [itex]g'(c,s,q)[/itex] containing the [itex]c[/itex] and [itex]q[/itex[].
[itex]q_{n+1}= q_n - \frac{h(c,s,q)}{h'(c,s,q)}[/itex]
will have [itex]h(c,s,q)[/itex] and [itex]h'(c,s,q)[/itex] containing the [itex]c[/itex].
so am i not sure what to do please help me. to find the values of [itex]c,s,q[/itex].
\begin{equation}
c[(6.7 * 10^8) + (1.2 * 10^8)s+(1-q)(2.6*10^8)]-0.00114532=0
\end{equation}
\begin{equation}
s[2.001 *c + 835(1-q)]-2.001*c =0
\end{equation}
\begin{equation}
q[2.73 + (5.98*10^{10})c]-(5.98 *10^{10})c =0
\end{equation}
Using the Newton-Raphson Method solve these equations in terms of [itex]c,s[/itex] and [itex]q[/itex].
=> It is really difficult question for me because i don't know very much about the Newton-Raphson Method and also these non-linear equations contain 3 variables.
I have try by applying the Newton-Raphson method to each equations:-
\begin{equation}
f(c,s,q)=0= c[(6.7 * 10^8) + (1.2 * 10^8)s+(1-q)(2.6*10^8)]-0.00114532
\end{equation}
\begin{equation}
g(c,s,q)=0= s[2.001 *c + 835(1-q)]-2.001*c
\end{equation}
\begin{equation}
h(c,s,q)=0= q[2.73 + (5.98*10^{10})c]-(5.98 *10^{10})c
\end{equation}
now i guess i need to work out [itex]f'(c,s,q), g'(c,s,q), h'(c,s,q)[/itex] but i don't know how?
and after working out [itex]f'(c,s,q), g'(c,s,q), h'(c,s,q)[/itex] . After that i think i need to use Newton-raphson iteration:
[itex]c_{n+1}= c_n - \frac{f(c,s,q)}{f'(c,s,q)}[/itex]
but the [itex]f(c,s,q)[/itex] and [itex]f'(c,s,q)[/itex] contains the [itex]s[/itex] and [itex]q[/itex].
Similarly, for
[itex]s_{n+1}= s_n - \frac{g(c,s,q)}{g'(c,s,q)}[/itex]
will have [itex]g(c,s,q)[/itex] and [itex]g'(c,s,q)[/itex] containing the [itex]c[/itex] and [itex]q[/itex[].
[itex]q_{n+1}= q_n - \frac{h(c,s,q)}{h'(c,s,q)}[/itex]
will have [itex]h(c,s,q)[/itex] and [itex]h'(c,s,q)[/itex] containing the [itex]c[/itex].
so am i not sure what to do please help me. to find the values of [itex]c,s,q[/itex].