Find Jobs
Hire Freelancers

Solving a System of 2 ODES with Interval conditions (IVP)

£10-20 GBP

Concluído
Publicado há mais de 7 anos

£10-20 GBP

Pago na entrega
1. The problem statement, all variables and given/known data I am trying to solve a system of 2 ordinary differential equations using matlab. However, I am not able to get numerical solutions from the code despite having keyed in all possible solutions. 2. Relevant equations The equations I am given are: dx/dt=A(x/t)+By dy/dt=C(x/t^2)+D(y/t) and the boundary conditions are: y(1)=0; y(1.2)=-100E6 3. The attempt at a solution My code so far: %Mechanical Properties of Material E=200e9; nu=0.3; P=100E6; %Constants A,B,C,D in the Equations a11= (1/E); a12= (-nu/E); a33= (1/E); A= (a12)/(a11+a12); B= ((a33)-((2*a12^2)/(a11+a12))); C= (a11)/(a11^2-a12^2); D= (2*a12+a11)/(a11+a12); %Defining the System of 2ODES syms x(t) y(t) eqns = [diff(x,t)==A*(x/t)+B*y, diff(y,t)==-C*(x/t^2)-D*y]; cond = [y(1) == 0, y(1.2)==-P]; withSimplifications = dsolve(eqns, cond) withoutSimplifications = dsolve(eqns, cond, 'IgnoreAnalyticConstraints', false) [xSol(t), ySol(t)] = dsolve(eqns) The answer is get is Warning: Explicit solution could not be found. > In dsolve (line 201) In IsotropicThickWallCylinder (line 18) xSol(t) = [ empty sym ] ySol(t) = [ empty sym ] Would really appreciate some help.
ID do Projeto: 12240206

Sobre o projeto

8 propostas
Projeto remoto
Ativo há 7 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
Concedido a:
Avatar do Usuário
You are going totally wrong way: 1. You cannot categorize this problem as an IVP. 2. As the equations are not linear, hardly you get the solution following straightforward ways when using symbolic toolbox. I can use a function I previously coded for my book which I published in 2002, Numerical Recipes for Solving Engineering Problems. However there is another option to solve the problem using a function provided by MathWorks itself and included in your toolboxes.
£50 GBP em 2 dias
4,8 (27 avaliações)
5,0
5,0
8 freelancers estão ofertando em média £40 GBP for esse trabalho
Avatar do Usuário
Hi. I think I will be able to do this. Regards.......................................................
£30 GBP em 1 dia
4,9 (152 avaliações)
6,3
6,3
Avatar do Usuário
Hello, how are you? I hope you have a bright day/evening from your side. I have read the details provided, but please contact me so that we can discuss more on the project. I believe I have the required skills in this case. I will work on your requirements personally since I do not outsource to third parties, this guarantees you high-quality work that is delivered on time. You can also request for revisions till you’re fully satisfied with the work. I believe writing is a passion and not a money making business where people will deliver low-quality work just to get paid. Try my services, and you will never regret. Waiting for your kind response
£84 GBP em 3 dias
4,8 (21 avaliações)
4,8
4,8
Avatar do Usuário
Knowledge Pro innovative is dedicated to brings to Industries, Small-Business and people like you a good service, we provide complete solution on Engineering, energy, circuit design, statistics, statistical analysis, renewable energy, autocad, matlab, mathematics, academic writings, technical writing etc. Our commitment lies in honesty, integrity, ethical code of conduct, efficiency and speedy respond, I love to work hard to meet the deadlines and take a project to the next level. Do not hesitate to contact me to discuss your project in details and determine how my skills will positively contribute to your team, let our service makes a positive and lasting impresion.
£11 GBP em 1 dia
5,0 (5 avaliações)
3,7
3,7
Avatar do Usuário
hello, So you want to solve a system of defirential equation, the unknowns are x and y that vary with respect to t. you given the value of y in t=1 an t=1.2 as if you have a boundary problem, my first question is what about the values of x at t=1 and t=1.2, , they are mandatory for resolving the system. the second remark is that you try to solve it analyticly, if you want to solve it numerically you have to use methode like finite difference, ode45, and the like. I have not yet understand the problem but these are my remarks.
£50 GBP em 2 dias
4,8 (16 avaliações)
3,9
3,9
Avatar do Usuário
Hi, I've been working on matlab for several years and would like to work on your project. I'm looking forward to hearing from you.
£50 GBP em 1 dia
5,0 (4 avaliações)
3,2
3,2
Avatar do Usuário
Hello, I would like to work on this project as I am working on Matlab for my master thesis. Regards, Aakash
£23 GBP em 1 dia
0,0 (0 avaliações)
0,0
0,0

Sobre o cliente

Bandeira do(a) UNITED KINGDOM
Cardiff, United Kingdom
5,0
4
Método de pagamento verificado
Membro desde out. 30, 2016

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.