Materi 2 (Part 1) Metode Numerik : Akar Persamaan Tak Linear

Srimuliati MPd
1 Nov 202014:38

Summary

TLDRThis video is the second in a series on amateur numerical methods, focusing on finding the roots of nonlinear equations. The speaker reviews last week's material on numerical methods, highlighting their use when analytical methods fail. They introduce nonlinear equations, explaining them as equations that involve algebraic and transcendental functions, such as exponents and logarithms. The video explores root localization techniques, such as graphical and tabulation methods, for approximating the solutions of these equations. Through examples, the speaker demonstrates how to visualize and approximate the roots of nonlinear equations graphically.

Takeaways

  • ๐Ÿ“š The video is the second in a series about numerical methods, focusing on nonlinear equations.
  • ๐Ÿงฎ Numerical methods are used when analytical methods are not sufficient to solve mathematical problems.
  • ๐Ÿ”ข Linear equations are common, but nonlinear equations, which involve exponents, logarithms, and trigonometry, are also important.
  • โš™๏ธ Nonlinear equations can involve algebra and transcendental functions, making their solutions more complex.
  • ๐Ÿ” Root-finding in nonlinear equations involves identifying values that make the equation equal to zero, known as 'root localization'.
  • ๐Ÿ“ˆ There are two main methods for root localization: graphical methods and tabulation.
  • ๐Ÿ“Š Graphical methods can include single or double graphs, where points are plotted to estimate where the function crosses zero.
  • ๐Ÿ” Initial guesses are important for finding the root, based on visualizing where the function might intersect with the x-axis.
  • ๐Ÿง  The video emphasizes understanding and plotting functions to make educated guesses about where the roots may lie.
  • ๐Ÿ”„ Multiple methods, like substitution or elimination, are used to simplify and analyze nonlinear equations step by step.

Q & A

  • What is the main topic of the second video?

    -The main topic of the second video is about amateur numerical methods, specifically focusing on non-linear equations.

  • What is the difference between numerical and analytical methods?

    -Numerical methods are used when analytical methods cannot be applied. Analytical methods usually provide exact solutions to mathematical problems, while numerical methods are used when an exact solution is not feasible.

  • What are non-linear equations?

    -Non-linear equations are equations that are not linear, meaning they cannot be expressed as a polynomial of degree one.

  • What is meant by 'localization of the root' in the context of solving equations?

    -Localization of the root refers to the process of finding an initial guess or an interval where the solution (root) of an equation is likely to be found.

  • How can one find an initial guess for the root of a non-linear equation?

    -One can find an initial guess for the root of a non-linear equation using graphical methods or tabulation by plotting the function and observing where it crosses the x-axis.

  • What are the two methods mentioned for localization of the root?

    -The two methods mentioned for localization of the root are graphical method and tabulation method.

  • What is the graphical method for finding the root of an equation?

    -The graphical method involves plotting the function and visually inspecting where it intersects the x-axis to find the roots.

  • What does the term 'grafik tunggal' and 'grafik ganda' refer to in the context of the video?

    -In the context of the video, 'grafik tunggal' refers to a single plot of a function, while 'grafik ganda' refers to a plot that includes two functions to find their intersection points, which could represent the roots of an equation.

  • Why is it important to find the intersection points of two curves in 'grafik ganda'?

    -The intersection points of two curves in 'grafik ganda' are important because they represent the points where the functions have equal values, which can indicate the roots of the equation.

  • What is the significance of the point where the function value is zero in solving equations?

    -A point where the function value is zero is significant because it represents a root of the equation, where the function equals zero.

  • How does the presenter suggest to find the roots of the equation f(x) = x^(1/3) - x?

    -The presenter suggests finding the roots of the equation f(x) = x^(1/3) - x by plotting the function and looking for the points where the curve intersects the x-axis.

Outlines

00:00

๐Ÿ“š Introduction to Non-Linear Equations

The speaker begins by introducing the topic of non-linear equations as a continuation from the previous lesson on numerical methods. A brief recap of numerical methods is provided, explaining that they are used when analytic methods fail to produce exact solutions. The focus then shifts to non-linear equations, differentiating them from linear equations, and introducing methods such as substitution and elimination typically used for linear equations. Non-linear equations involve more complex expressions, including exponential, logarithmic, and trigonometric components.

05:01

๐Ÿ“Š Root Localization and Initial Guess

This section discusses the concept of root localization, which helps in making an initial guess for the solution of non-linear equations. Root localization is crucial for narrowing down the range where the root of the equation lies, and this can be achieved through two methods: graphical and tabular approaches. The speaker introduces the graphical method and emphasizes the importance of determining where the function crosses the x-axis, indicating a root.

10:03

๐Ÿงฎ Graphical Approach for Finding Roots

The speaker dives deeper into the graphical approach for root finding, explaining how to plot the function to estimate where it equals zero. They provide an example using the function f(x) = e^x - x, and show how to calculate corresponding y-values for different x-values. The speaker mentions the importance of precise calculations, especially when using a calculator, and highlights how the intersection points of the graph give the initial estimate for the root.

๐Ÿ” Further Exploration of the Graphical Method

Continuing the discussion on the graphical method, the speaker explains the use of dual curves to find the root more accurately. By splitting the function into two parts, f1(x) and f2(x), and plotting both curves, the intersection between them represents the root. This approach simplifies the visualization and helps to pinpoint the exact x-value where the function equals zero. The speaker emphasizes the need for accurate plotting to ensure correct results.

Mindmap

Keywords

๐Ÿ’กNumerical Method

A numerical method is a mathematical approach used to solve problems where analytical methods are difficult or impossible to apply. In the video, the speaker refers to this method as a way to handle equations that are too complex for exact solutions, such as nonlinear equations.

๐Ÿ’กNonlinear Equation

A nonlinear equation refers to an equation where the relationship between the variables is not linear, meaning the graph of the equation is not a straight line. The video discusses solving nonlinear equations, which may involve exponential, logarithmic, or trigonometric functions, making the solution more complex.

๐Ÿ’กAnalytical Method

The analytical method involves solving mathematical problems using exact, formula-based solutions. In the video, the speaker contrasts analytical methods with numerical methods, explaining that while the former provides exact results, it is not always applicable to complex equations.

๐Ÿ’กRoot of an Equation

The root of an equation is the value of the variable that makes the equation true (i.e., the solution that sets the equation equal to zero). The video explains the concept of finding the root of a nonlinear equation and introduces techniques like 'localization of roots' to estimate where the root lies.

๐Ÿ’กLocalization of Roots

Localization of roots refers to narrowing down the range where a root might be found, based on initial estimates. In the video, this method is introduced as an essential step before applying more detailed numerical methods to solve nonlinear equations.

๐Ÿ’กGraphical Method

The graphical method is a technique where a graph is plotted to visually determine the root of an equation. In the video, this method is presented as one of the approaches to locate the root of nonlinear equations, using graphical tools to estimate the root.

๐Ÿ’กTabulation Method

The tabulation method involves creating a table of values for different inputs to estimate where the root of an equation might be. In the video, the speaker mentions this as another way to localize roots by systematically checking potential solutions.

๐Ÿ’กExponential Function

An exponential function is a mathematical function in which a constant base is raised to a variable exponent. In the video, the speaker uses an exponential equation as an example of a nonlinear equation, illustrating how its complexity requires special methods to find its root.

๐Ÿ’กTranscendental Equation

A transcendental equation is a type of nonlinear equation that involves transcendental functions, such as logarithmic or trigonometric functions. The video explains that these types of equations cannot be solved using simple algebraic methods, thus requiring numerical techniques.

๐Ÿ’กSubstitution Method

The substitution method is an analytical approach used to solve systems of equations by solving one equation and substituting its value into another. The video references this method in the context of simpler, linear equations, contrasting it with the more complex numerical methods needed for nonlinear problems.

Highlights

Introduction to the second video on amateur numerical methods, focusing on the roots of nonlinear equations.

Recap from last week's lesson on numerical methods, explaining that numerical methods are used when analytical methods are not applicable.

Discussion of linear equations and their analytical solutions using methods like substitution, elimination, or a combination of both.

Introduction to nonlinear equations, explaining that nonlinear equations involve functions with terms like exponents, logarithms, or trigonometric functions.

Explanation of nonlinear roots, or solutions, of a nonlinear equation being the values of 'x' that make the function equal to zero.

Introduction to the concept of root localization, used to make initial guesses about the values of 'x' that might solve the equation.

Root localization methods include graphing and tabulation. The video focuses on graphing first.

Explanation of single and double graphs for root localization, with examples of how to substitute values of 'x' into the equation to see the results.

Introduction to the method of plotting points on a graph to visualize where the function crosses the x-axis, indicating the root.

Practical example with the function f(x) = e^(-x) - x, showing how to plot points such as x = 0 and x = 1 to help locate the root.

Explanation that the root occurs when the graph crosses the x-axis, where the function value (y) equals zero.

Introduction to double graphing as a more complex method of root localization, involving two functions f1(x) and f2(x).

Explanation of how two functions can intersect at a point, which would indicate the root of the nonlinear equation.

Clarification of how these graphical methods are used to make educated guesses about the location of the root before using numerical methods to refine the solution.

Encouragement to practice plotting graphs and solving nonlinear equations to better understand root localization and numerical methods.

Transcripts

play00:00

Hai mungkin bismillahirrahmanirrahim

play00:02

assalamualaikum warahmatullahi

play00:03

wabarakatuh Ini video kita yang kedua

play00:06

tentang metode numerik amatir kita kali

play00:11

ini yaitu tentang akar persamaan tak

play00:13

linier

play00:15

hai oke sebelum kita bahas materi yang

play00:18

ada di sini kita ulang sedikit tentang

play00:21

materi Minggu lalu Nah jadi masih

play00:24

ingatkah Apa itu metode menit nah metode

play00:27

numerik Minggu lalu sudah kita bahas

play00:29

bahwa

play00:32

Hai metode numerik itu adalah suatu

play00:34

metode penyelesaian dalam matematika

play00:37

yang digunakan saat metode analitik

play00:42

tidak bisa dipakai Oke masih ingat yah

play00:45

metode analitik metode Seperti apa besok

play00:48

itu the analytic metode yang biasa kita

play00:53

pakai dalam memecahkan persoalan

play00:54

matematika

play00:57

Hai yang menghasilkan hasil yang eksak

play00:59

atau pasti nah Oke jadi kita bahas

play01:05

Minggu lalu semoga masih ingat Jadi

play01:07

sekarang kita masuk ke akar persamaan

play01:09

tak linier jadi akar persamaan tak

play01:15

linier mungkin belum pernah denger ya

play01:16

Persamaan tak linier tapi persamaan

play01:19

linier pasti sering dengar Nah kalau

play01:23

persamaan linier persamaan linear

play01:27

Biasanya jadi dia persamaan linear ya

play01:29

bukan Pak linear biasanya itu

play01:32

penyelesaian

play01:34

hai eksaknya eh bukan penyelesaian

play01:36

analitiknya nah analitiknya pakai apa

play01:43

Hai sama linear di SMA masih ingat

play01:45

penyelesaian analitiknya menggunakan

play01:49

ayo apa menggunakan

play01:52

[Musik]

play01:54

Hai metode substitusi high substitusi

play02:01

eliminasi atau campuran

play02:07

Hai desain nah

play02:11

Hai Jadi kalau ini metode Kak linier

play02:15

atau persamaan tak linier Seperti apa

play02:18

dia nah akar ini akar penyelesaian tak

play02:23

linier ini ini akar ini artinya hasilnya

play02:26

jadi HP matinya himpunan penyelesaian

play02:29

dari suatu persamaan nah persamaan tak

play02:32

linier ini adalah persamaan di mana

play02:35

persamaannya itu seperti Minggu lalu

play02:38

ribu bahas terdiri dari

play02:42

Hai bukan aljabar aja tapi di dalamnya

play02:45

ada dua misalnya seperti ini eh pangkat

play02:48

x itu apa comment X ajabar jadi ada dua

play02:53

persamaan di dalam satu persatu

play02:56

pelesapan ini satu fungsi ini ada dua

play02:59

bersamaan

play03:01

The Key atau disebut juga dengan

play03:03

persamaan campurkan

play03:05

Hai ada juga yang disebut dengan

play03:07

persamaan transcendent Nah di sini kita

play03:11

enggak bahas jadi simplenya ringkasnya

play03:14

persamaan tak linier itu adalah

play03:16

persamaan selain persamaan linear

play03:22

I make selain persamaan linier tiada

play03:24

persamaan antara

play03:28

Hai ajabar ada pesawat disitu ada

play03:31

persamaan

play03:33

Hai transenden persamaan transcendent

play03:35

itu persamaan transenden tadi ah

play03:41

Translate Deni persamaan ada logaritma

play03:45

aja ada eksponen aja ada trigonometri

play03:51

aja

play03:54

Hai Nah ada persamaan

play03:57

Hai campuran ini gabungan dari persamaan

play04:01

beberapa persamaan ini Nah ini salah

play04:04

satu contohnya fx = x pangkat min x

play04:08

kurang X

play04:11

Hai jangan terbayang kira-kira Gimana

play04:13

cara mencari deh

play04:15

Hai sih pangkat X dikurang X kita nggak

play04:20

punya glue apapun kita nggak punya nilai

play04:24

apapun yang dikasih sini Bagaimana cara

play04:26

kita mencari akarnya nah ini jawabannya

play04:31

e-blue apa Jang nanti tapi masih hidup

play04:34

bukan panjang tadi sebelum kita sampai

play04:36

ke jawaban ini Nah kita bahas dulu yang

play04:39

disebut dengan lokalisasi akar Apa itu

play04:44

lokalisasi akar nah lokalisasi akar ini

play04:47

digunakan pada saat

play04:50

ndak apa untuk mencari

play04:54

Hai untuk mencari tebakan nih

play04:59

di awal

play05:01

di media tebakan awal dari siapa dari

play05:04

persamaan ini

play05:08

Oh gitu Jadi sebelum kita temukan X

play05:11

berapa pembuat nol dari tfx ini kita

play05:16

cari dulu tebakan awalnya jadi kita

play05:19

menebak-nebak nih bahwa akar ini bahwa

play05:23

persamaan ini nilai x nya itu berada di

play05:27

antara nilai berapa dengan berapa Nah

play05:30

untuk itu kita menamakan dia lokalisasi

play05:33

akar untuk mencari tebakan Awal jadi

play05:36

lokalisasi lokalisasi akar itu bisa

play05:38

digunakan dengan 2 Cara yang pertama

play05:41

cara grafik yang kedua cara tabulasi

play05:45

Ayo kita bahas dulu yang pertama grafik

play05:47

cara graffiti itu ada dengan grafik

play05:50

tunggang ada dengan grafik janda

play05:52

Hai Oke ibu yakin sebenarnya kalau sudah

play05:55

bisa ini nanti kalian perjelas sendiri

play05:57

ibu akan bahas tingkat aja bahwa cara

play06:00

grafik sederhananya Biasanya kita

play06:03

belajar di sekolah kek mana cara carinya

play06:06

kalau kita nggak punya aku apapun

play06:09

Hai Neng kita misal misalkan jika Lidya

play06:12

dalam sungguh Jadi kalau X = norma

play06:15

kayanya berapa kan gitu ya jadi kita

play06:17

misalkan jadi kalau kita bikin tabel

play06:20

kecil enggak sabelah Gini aja saat x = 0

play06:25

y nya berapa

play06:27

kira-kira kayak mana cara carinya

play06:31

Hai Neng kita masukkan si x = 0 nih

play06:34

kebersamaan ini media jadi disini ini ^

play06:38

minor dikurang

play06:41

Hai Jangan sampai salah ya

play06:43

Hai karena kalau kita langsung

play06:45

menyebut-nyebut biasanya X = nada

play06:47

tingginya nol nah enggak begitu ya jadi

play06:49

kita coba satu persatu tergantung

play06:51

persamaannya jadi Ipank feat Minul

play06:53

seperti kalau kita oleh ini secara

play06:55

matematis Bagaimana kamu

play06:58

Hai jadi ingat ini nah eksponen

play07:04

Hai minus ini artinya gimana

play07:08

Hai 1/4 angkat nol siaran kalau bingung

play07:14

silakan lagi dibuka bahasannya tentang

play07:16

eksponen jadi satu perih ^ 0 =

play07:21

Hai 1/4 pun yang dipangkatkan no

play07:24

hasilnya Setu jadi disini satu jadi

play07:27

untuk tumbuh x = 0 kawannya adalah

play07:31

Hai minyak satu cabut satu titik

play07:36

nyambung pantai sini

play07:38

di sini kita perlu titik yang lain Kak

play07:44

Hai kalau kita punya grafik ganda Nah

play07:47

kita coba Etik yang lain Jadi pada saat

play07:49

X =

play07:52

nya Berapa gajinya jadi y = ih pangkat

play07:57

min 1 dikurang satu kan gitu ya

play08:03

Hai Nayla negara cantiknya

play08:06

a berarti di sini set-uper e dikurang

play08:16

Hai ayo gimana ini

play08:22

Hai Nah ini tinggal di seri 1 peredik

play08:25

urang satu nah karena itu sedang merekam

play08:27

menggunakan handphone Jadi Ibu tidak

play08:29

bisa gunakan haul kalkulator jadi Disini

play08:31

di seri Berapa satu per ekor Nendy

play08:34

kurang satu dapat dipilih hasilnya nah

play08:37

hasilnya ini menjadi pasangan sih 1,3

play08:41

sekian

play08:42

Ya udah nanti 1,7 scene ini 0,6 C Ini

play08:46

hasilnya atau bahkan minus Jadi ini

play08:49

nanti yang kita perlu membuat ke dalam

play08:53

grafiknya dengan kita perlu grafik nih

play08:55

soalnya grafik tinggalkan gini gaya

play08:58

Hai Nah apa pasangan pertama 01 berarti

play09:02

pasangan pertama 01 Dimana letak 01

play09:07

Berarti siapa satu cjv30 Bachsin

play09:11

Hai terdapat titik pertama titik ini kan

play09:13

harus punya kawannya sepeda bergrafik

play09:15

Nah kalau disini 1-1 sih X berarti

play09:20

saatnya disini satunya

play09:24

Hai nah disini satu dirinya ini Kalau

play09:27

tidak salah nanti hasilnya minus 1 Perih

play09:30

^ Ini hasilnya nol koma sekian dikurang

play09:33

satu berarti minus Jadi kurang lebih

play09:35

Anggaplah disini nah

play09:38

Hai ini pasangannya

play09:40

Hai ini pasangan pertama 01 ini pasangan

play09:44

kedua satu koma minus sekian sekian

play09:47

Nanti dicari ya Oke jadi kalau kita tadi

play09:49

grafiknya bergerak

play09:52

Hai nah

play09:54

Hai selesai

play09:56

Hai sekarang pertanyaan berikutnya

play09:58

Apanya yang selesai

play10:03

Hai Oke kita balik lagi ke cerita tadi

play10:06

jadi di sini kita pakai dari grafik ini

play10:09

tunggal adalah kita mau mencari tebakan

play10:12

awal untuk persamaan ini

play10:15

Oh ya kan jadi tebakan awal itu adalah

play10:19

eh tebak-tebakan bukan tebak-tebakan

play10:22

maksudnya tebakan awal itu

play10:25

Hai I've pembuat nol dari persamaan ini

play10:28

letaknya ada diantara X berapa dan

play10:31

berapa

play10:33

Oh gitu Jadi kalau dari persamaan ini

play10:35

dari gambar ini apa itu X pembuat nol

play10:41

saat di sini diisi oleh sebuah angka dan

play10:46

angka ini disubstitusikan kemari kemari

play10:49

Maka hasilnya sama dengan nol itulah

play10:52

yang dimaksud dengan ekspor buat nol

play10:53

jadi pada saat jadi cara melihatnya pada

play10:57

saat X berapakah

play11:00

Hai efek sini

play11:03

Hai nah

play11:04

Hai FX itu kan = y Berarti pada saat X

play11:09

berapa ih itu nol sekarang lihat grafik

play11:13

Hai pada ih kalaulah Disini

play11:16

hai ih disini 001 batik kalau kita balik

play11:21

pada saat X berapa ianya Nur

play11:26

Hai di sini

play11:28

Hai nih

play11:30

Hai nah disinilah yang disebut dengan

play11:33

akar

play11:35

di tanah pada saat X disini garis

play11:39

Hai pasangannya ini

play11:41

Hai jadi pada saat X disini y =

play11:49

Hai paham kira-kira seperti

play11:55

Hai Oke kalau belum lanjut jadi sini ada

play11:58

ceritanya grafik kedua grafik ganda nah

play12:01

ini lebih panjang lagi Sebenarnya

play12:03

penyelesaiannya karena menggunakan

play12:05

kalkulator eh eh

play12:10

Hai jadi buat kalian yang akan buat

play12:12

grafiknya ibuhamil.con tuntun jadi cara

play12:15

grafik ganda itu seperti ini

play12:17

Hai cinta kasih ganda itu

play12:21

Hai ini kan efek kita punya kita punya

play12:23

fx = x pangkat min x kurang X artinya

play12:27

ini ada dua jadi di sini kita dibuat

play12:30

dijadikan di akademi ini misalkan

play12:33

menjadi FX = disini F1 X dikurang f2x

play12:43

sampai nyambung ya

play12:46

Hai Nah jadi singkatnya aja langsung

play12:48

berarti saat fx = x pangkat min x kurang

play12:53

X berarti ini kita olah menjadi karena

play12:57

pada persamaan batik FX = 0 berarti ini

play13:01

eh pangkat min X dikurang x = 0 y

play13:06

pangkat min x = X4 menyambungkan Hp ini

play13:10

Jadi ini adalah

play13:12

hai eh 1x dan ini adalah f2xaf

play13:19

Hai Nah dari sini nanti dapet

play13:23

Hai kurva pertama dapat kurva

play13:26

Hai Kak jadinya dia akan membentuk dua

play13:29

kurva

play13:31

Hai Nah dari dua kurva itu akan bertemu

play13:33

di satu titik titik pembuat nol itulah

play13:36

tubuhnya disebut nanti dengan akarnya

play13:41

Hai bisa dipahami sampai sini

play13:45

Hai Nah jadi ini pr-nya Ya silahkan

play13:47

dicari untuk ini kalau bingung ngasih

play13:49

ditanyakan Ibu dibuatnya sama seperti

play13:52

ini

play13:53

Hai kalau ini bedanya satu persamaan ini

play13:57

langsung diolah menjadi ini nah ini juga

play14:00

sama ini ada dua tapi ini juga sama tapi

play14:03

dia menghasilkan grafik stand 11 buah

play14:07

grafik nah misalnya gini tapi kurvanya

play14:10

ada dua bisa Jadi kalau misalnya nih Itu

play14:13

X

play14:15

Hai saat x = 0 berarti y0u

play14:20

Oh iya kan saat ini bersih di usus

play14:24

disubstitusikan ke mari saling Alya nya

play14:27

juga nol biarkan saat = 1 ya juga

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
Numerical MethodsNon-linear EquationsMath TutorialLocalization of RootsGraphical AnalysisTranscendental FunctionsMathematics BasicsRoot ApproximationEquation SolvingEducational Video