Analisis Inverso Ejercicios Resueltos May 2026

El modelo directo: ( F_i = k x_i ). En forma matricial: ( \mathbfF = \mathbfA k ), con ( \mathbfA = [1, 2, 3, 4]^T ).

El estimador de mínimos cuadrados minimiza ( | \mathbfF - \mathbfA k |^2 ). La solución normal: [ k = (\mathbfA^T \mathbfA)^-1 \mathbfA^T \mathbfF ] [ \mathbfA^T \mathbfA = 1^2+2^2+3^2+4^2 = 30 ] [ \mathbfA^T \mathbfF = 1\cdot2.1 + 2\cdot4.0 + 3\cdot6.2 + 4\cdot7.9 = 2.1+8.0+18.6+31.6 = 60.3 ] [ k = \frac60.330 = 2.01 \ \textN/m ] analisis inverso ejercicios resueltos

Minimizar ( | \mathbfA\mathbfx - \mathbfb |^2 + \lambda | \mathbfx |^2 ). La solución: [ \mathbfx_\lambda = (\mathbfA^T \mathbfA + \lambda \mathbfI)^-1 \mathbfA^T \mathbfb ] [ \mathbfA^T \mathbfA = \beginpmatrix 2 & 2.01 \ 2.01 & 2.0201 \endpmatrix ] [ \mathbfA^T \mathbfA + 0.1\mathbfI = \beginpmatrix 2.1 & 2.01 \ 2.01 & 2.1201 \endpmatrix ] Invertimos (numéricamente) y multiplicamos por ( \mathbfA^T \mathbfb = \beginpmatrix 4.02 \ 4.0602 \endpmatrix ). Resultado aproximado: ( \mathbfx \approx (0.95, 1.05) ). El modelo directo: ( F_i = k x_i )

1. Introducción al Problema Inverso En ciencias e ingeniería, normalmente estamos acostumbrados al problema directo : conocemos las causas (parámetros, condiciones iniciales, propiedades de un material) y queremos predecir los efectos (respuesta, desplazamientos, temperaturas). Sin embargo, existe una familia de problemas más complejos y fascinantes: los problemas inversos . La solución normal: [ k = (\mathbfA^T \mathbfA)^-1

La descomposición ( \mathbfA = \mathbfU \mathbf\Sigma \mathbfV^T ) da valores singulares ( \sigma_1 \approx 2.00005, \sigma_2 \approx 0.00005 ). El número de condición ( \kappa = \sigma_1/\sigma_2 \approx 40000 ). La inversa amplifica el ruido en la dirección del menor valor singular.

El sistema exacto da ( x_1 = 1, x_2 = 1 ). Con ( b_2 ) modificado a 2.0002, resolvemos: [ x_1 + x_2 = 2 ] [ x_1 + 1.0001 x_2 = 2.0002 \Rightarrow x_2 = 2, x_1 = 0 ] La solución pasó de (1,1) a (0,2) con un cambio de (10^-4) en los datos. ¡El problema está muy mal condicionado!

ICS with IT Energy
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

You can adjust all of your cookie settings by navigating the tabs on the left hand side.