baharm31

65 Reputation

5 Badges

11 years, 95 days

MaplePrimes Activity


These are questions asked by baharm31

Hi,

I am trying to find q(t) from this 

ode1:=-diff(q(t), t) - 1.851851852*10^(-7)*q(t)*(2.042885233*10^10 - 3.517396152*10^18*(0.00001474262739*cos((1000*sqrt(1122)*t)/33) + 0.00001474262739*sin((1000*sqrt(1122)*t)/33))^2) + 9.259259260*10^(-7);

with initial condition

ics := q(0) = 2.45*10^(-12)

using

dsolve({ode1,ics})

but I cannot get the full solution. Is there any way I could find q(t)?

Thanks,

Baharm31

This is the source:

ode1.mw

 

 

 

Hi,

How can I find the RMS of a function like x(t) in maple? the help is not clear

x(t) := -3.703703704*10^(-7)*(0.000111668023*cos(1000/33*sqrt(1122)*t) - 0.0001214712007*sin(1000/33*sqrt(1122)*t) - 0.0002325581396*sqrt(561)*sqrt(2)*(-0.0004467462845*sqrt(1122)*sin(1000/33*sqrt(1122)*t) + 0.0004467462845*sqrt(1122)*cos(1000/33*sqrt(1122)*t)))/((2.074226433*10^14*cos(1000/33*sqrt(1122)*t) + 2.074226433*10^14*sin(1000/33*sqrt(1122)*t))*(4.895037587*10^(-11) + 0.01685634229*(0.00001474262739*cos(1000/33*sqrt(1122)*t) + 0.00001474262739*sin(1000/33*sqrt(1122)*t))^2)^2);

Thanks,

Baharm31

 

Hi,

fsolve( [Eq1, Eq2, Eq3, Eq4], {x, y}) is not possible since the number of variables are less than number of equations. Are there other ways to solve simultaneous equations?

 

Thanks,

Baharm31

 

Hi,

I have an expression (functionx) that I want to convert it to a series of x with different powers. My only issue is that I cannot accept negative powers. For example, If I had functionx = cos(x) I want to convert it to 1 - 1/2*x^2 + 1/24*x^4, which can be done with a Taylor expansion.

Here the functionx is a bit complicated if I use Tylor expansion that means I only consider the approximation for a small range of x. Is there any other approximation I could use to convert functionx to a new function that has x to the power of positive values?

restart;
functionx:=(0.007334702136*x + 2.418028262*10^231*x^57 + 1.182475218*10^223*x^55 + 5.780663993*10^214*x^53 + 2.824838912*10^206*x^51 + 6.735888408*10^189*x^47 + 1.379783148*10^198*x^49 + 3.286285701*10^181*x^45 + 7.803772225*10^164*x^41 + 1.602116861*10^173*x^43 + 1.845464073*10^148*x^37 + 3.797245890*10^156*x^39 + 4.338988887*10^131*x^33 + 8.956080140*10^139*x^35 + 2.097852265*10^123*x^31 + 4.865844768*10^106*x^27 + 1.011819388*10^115*x^29 + 2.331704338*10^98*x^25 + 1.112530729*10^90*x^23 + 2.489476842*10^73*x^19 + 5.280116219*10^81*x^21 + 5.385068408*10^56*x^15 + 1.164024492*10^65*x^17 + 4.797076312*10^31*x^9 + 1.099976521*10^40*x^11 + 2.456776729*10^48*x^13 + 7.927675416*10^14*x^5 + 2.012154161*10^23*x^7 + 2.781719840*10^6*x^3)/(0.003667351068*x^2 + 695429.9599*x^4 + 4.737736934*10^(-11) + 4.169014245*10^229*x^58 + 1.070493332*10^213*x^54 + 2.111562890*10^221*x^56 + 5.432382523*10^204*x^52 + 1.403310085*10^188*x^48 + 2.759566295*10^196*x^50 + 7.144099350*10^179*x^46 + 1.858041006*10^163*x^42 + 3.641174684*10^171*x^44 + 9.493114726*10^154*x^40 + 4.856484403*10^146*x^38 + 1.276173202*10^130*x^34 + 2.487800039*10^138*x^36 + 6.555788327*10^121*x^32 + 3.372731292*10^113*x^30 + 1.737801703*10^105*x^28 + 8.968093608*10^96*x^26 + 4.635544704*10^88*x^24 + 1.244738421*10^72*x^20 + 2.400052827*10^80*x^22 + 9.166471012*10^38*x^12 + 1.754840521*10^47*x^14 + 3.365667755*10^55*x^16 + 6.466802735*10^63*x^18 + 1.321279236*10^14*x^6 + 2.515192701*10^22*x^8 + 4.797076312*10^30*x^10)^2:
plot(functionx, x=-0.001..0.001):

The reason that I look for an expression for functionx is:

I need to replace x with a series of sin and cos functions and then find specific coefficients that have that sin or cos. In the current form Maple cannot find the coefficients of sin and cos.

I hope it is clear. I have attached the main code.Expansion.mw

Regards,

Baharm31

 

 

 

Hi,

In the attached file I have added four equations and four unknown values. I would like to find the unknown values a[1], b[1], A[1], and B[1]. At the moment Maple cannot find the solutions. Can I add some conditions to help this?

 

SimulteniousEq.mw

Thanks,

Baharm31

1 2 3 4 5 Page 1 of 5