Question
solve the system of equations for c1, c2, d1, and d2. none of the variables are zero.
(i) o.o2 3903: С, 119.058)-0, +12(19 1S8)-4×(o 9747) (1) 0.023208- C.( 19.8%)o, + Ct(19.855)-h (3) 0.022 543 C, 20 05320.053
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Since this is nonlinear system of equations solving for c1, c2, d1, d2 can be very tough. So to find the solutions I wrote the following Python code
------------------------------------------------------------------------------
from scipy.optimize import fsolve
import warnings
warnings.filterwarnings('ignore', 'The iteration is not making good progress')

def equations(p):
        c1,c2,d1,d2=p
        return(c1*(19.658)**(-d1)+c2*0.9747*(19.658)**(-d2)-0.023903,
                    c1*(19.855)**(-d1)+c2*0.9745*(19.855)**(-d2)-0.023208,
                    c1*(20.053)**(-d1)+c2*0.9742*(20.053)**(-d2)-0.022543,
                    c1*(20.254)**(-d1)+c2*0.9740*(20.254)**(-d2)-0.021893)

c1,c2,d1,d2=fsolve(equations,(100,11,0.001,0.001))
------------------------------------------------------------------------------
I run it with an initial value (100,11,0.001,0.001) and got
c1 = 90.9231135727193
c2 = -18.68314402298009
d1 = 2.3964983439790157
d2 = 1.992088713327671

These are not actual solutions but if you put these values in the equations they will be pretty close with tolerance about 10^(-4).

Add a comment
Know the answer?
Add Answer to:
Solve the system of equations for c1, c2, d1, and d2. none of the variables are zero.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • D2 C2 A2 Segment 1 Segment 2 D1 A1 Segment1 Segment 2 C1 An 10X inverter...

    D2 C2 A2 Segment 1 Segment 2 D1 A1 Segment1 Segment 2 C1 An 10X inverter at A drives an 10X inverter through wire "Segment" of length 1mm and width le- 3mm·The 8X inverter then drives an identical 10X inverter that then drives another 10X inverter through wire "Segment2" that has the same dimensions as "Segment The signal is part of a 2-bit bus. Both bus bits are identical in terms of their wire segments and the sizes of the...

  • Assume that in A1, A2, A3, and A4 you have the values of 1, 2, 3, and 4, respectively. In B1, C1, and D1, have the lette...

    Assume that in A1, A2, A3, and A4 you have the values of 1, 2, 3, and 4, respectively. In B1, C1, and D1, have the letters a, b, and c, respectively. In B2, C2, and D2 you have the letters of d, e, and f, respectively. In B3, C3, and D3 you have the letters of g, h, and i, respectively. What will the command of =VLOOKUP(3,A1:D4,3) return? Group of answer choices h c a g i

  • Three capacitors of capacitance C1 3.00uF C2 6.50μ,and C3-14.0 μF are connected to a 30.0 V...

    Three capacitors of capacitance C1 3.00uF C2 6.50μ,and C3-14.0 μF are connected to a 30.0 V battery as shown in the figure C1 C2 Calculate the charge on C3 (in C) D: 2.32x 10- E: 2.72x 10-4| F: 3.18×10-4! G: 3.72x10-41 H: 4.36×10-4 A: 1.45x10-4 B: 1.70 10.41 C: 1.99 x 10-41 A Tries 0/20 Submit Ans Calculate the voltage across C1 (in V) E: 2.58x10 F: 2.91x10 G: 3.29x101 H: 3.72x10 A: 1.58x101 B: 1.79x10 Sbenit Ansanr Tries 0/20...

  • Si D2 D1 Quantity 13. The figure above represents the market for candy. People become more...

    Si D2 D1 Quantity 13. The figure above represents the market for candy. People become more concerned that eating candy causes them to gain weight, which they do not like. As a result, the a. demand curve will not shift, and the supply curve shifts from $1 to S2 b. demand curve shifts from D1 to D2and the supply curve shifts from S1 to S c demand curve shifts from D2 to D1 and the supply curve shifts from $2...

  • d1= 3 & d2= 2 Question 2 Find the solution 11(x, 1) for the 1-D wave equation aT = (a) 25-for -o <x < oo with initial conditions it (x,0) = A (x) , where A(x) is presented in the diagram bel...

    d1= 3 & d2= 2 Question 2 Find the solution 11(x, 1) for the 1-D wave equation aT = (a) 25-for -o <x < oo with initial conditions it (x,0) = A (x) , where A(x) is presented in the diagram below, and zero initial velocity. For full marks u(x,t) needs to be expressed as an equation involving x and 1, somewhat similar to fex) on page 8s of the Notes Part 2. 2 d2+5 r-0 di+10 di+15 di+20 3...

  • d1=8 d2=9 lu for Find the solution u(x,t) for the l-D wave equation-=- Qx2 25 at2 (a) oo < x < oo with initial conditions u(x,0)-A(x) , where A(x) Is presented in the diagram below, and zero in...

    d1=8 d2=9 lu for Find the solution u(x,t) for the l-D wave equation-=- Qx2 25 at2 (a) oo < x < oo with initial conditions u(x,0)-A(x) , where A(x) Is presented in the diagram below, and zero initial velocity. For full marks u(x,t) needs to be expressed as an equation involving x and t, somewhat similar to f(x) on page 85 of the Notes Part 2. d2+5 di+10 di+15dı+20 (b) Check for the wave equation in (a) that if (x...

  • Question 12 (4 points) Solve the System of Equations 2x - 5y = 13 3x +...

    Question 12 (4 points) Solve the System of Equations 2x - 5y = 13 3x + 4y = –15 O (-1,-3) 0 (-3,1) (3,1) (1,3) Question 13 (4 points) Solve the System of Equations 7x + 9y = -34 - 4x - 64 = 20 Question 14 (4 points) If f(x) = (3)" then what is f(-3)? O =27 0 0 0 Question 15 (4 points) A bottle of 140 super-vitamins costs $20. If the cost varies directly with the...

  • A1 A 42 NH, OEt B1 OH B B2 ОН Me Me ОН C1 Ph C2...

    A1 A 42 NH, OEt B1 OH B B2 ОН Me Me ОН C1 Ph C2 C OH Give the proper reagent for each of these two-step reaction sequences. Pick the reagent from the table below. (Assume aqueous workup when needed.) 1. Br2 / uv light 2. SOCI2 / THE 3. Mg/Et20 4. Meli/hexane 5. CH3CH2MgCI 6. PhMgBr 7. NaBH4 8. LIAIH4 9. BH3 / 0x 10. POCI3/pyridine / THE 11. CrO3 / THE 12. PCC / CH2Cl2 13. H...

  • Can someone fix my coding please it's a calendar some days are placed wrong. I just...

    Can someone fix my coding please it's a calendar some days are placed wrong. I just want the Main menu to display first and second option and four option to end the program properly. Please remove option number 3 Find the number of days between 2 selected dates and the code that belongs to this function. #include<stdio.h> void days(int,int,int,int,int,int); int month(int,int); int mon[12]={31,28,31,30,31,30,31,31,30,31,30,31}; #define TRUE 1 #define FALSE 0 int days_in_month[]={0,31,28,31,30,31,30,31,31,30,31,30,31}; char *months[]= { " ", "\n\n\nJanuary", "\n\n\nFebruary", "\n\n\nMarch", "\n\n\nApril",...

  • Chapter 7, Section 7.5, Question 20 Solve the given system of equations. Assume t 0 ty...

    Chapter 7, Section 7.5, Question 20 Solve the given system of equations. Assume t 0 ty Hint: The system tx - Axis analogous to the second order fuer equation. Assuming that X-&', where is a constant vector, and I must satisfy (A-DE- On order to obtain rontva solutions of the given differential equation 0 T = + C2 0 -6 X = Cil +cal -4 X=Cl cal x = Ci 0 x=c;( +4}++ c3(-6)***

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT